@media(max-width:1390px){
    .deal-title {
    font-size: 50px;
}

.deal-subtitle {
    font-size: 38px;

}
}


@media(max-width:760px){

    .tracking-margin{
        margin-bottom: 0!important;
    }

    .timeline-container{
        width:100%;
        overflow: auto;
    }

    .timeline-title{
        font-size: 10px;
        white-space: nowrap
    }

    .customer-details{
            border-bottom: 1px solid #ddd;
    padding-bottom: 20px !important;
    }

    .track-order-btn {
    padding: 8px 15px;
    border: none;
    font-size: 13px;
    margin-bottom: 20px!important;
}
.order-details-area strong{
    font-size: 13px!important;
}

.order-details-area th{
    font-size: 13px;
}
.order-details-area div span{
    font-size: 13px;
}
.order-details-area .product-name-area {
        white-space: nowrap;
        font-size: 14px;
    }

    .order-details-area td{
        font-size: 13px;
    }
.order-details-area .card h4{
    font-size: 14px;
}

.order-details-area .card p{
    font-size: 14px;
}

.primary-c {
    color: #6C5DD4;
}

.order-details-area .card small{
    font-size: 10px;

}

.order-details-area .card{
    padding:10px!important;
}
.order-details-area .card .badge{
    font-size: 12px!important;
    font-weight: normal!important;
}
    .orders-page .tab-btn {
    padding: 5px 10px!important;
    font-size: 12px!important;
    white-space: nowrap;
}


.order-card .small{
    font-size: 12px;
}

.orders-page .tabs{

        overflow: auto;
    flex-wrap: nowrap !important;

}

    .view-orders-btn {
    padding: 8px 15px;
    font-size: 12px;
    align-items: center;
    margin:auto
}

    .shopping-btn {
    padding: 8px 15px;
    align-items: center;
    font-size: 12px;
}

    .mob-card-order {
    padding: 15px !important;
}

    .mob-card-order .card > p{
      font-size: 12px!important;
    }

.shopping-btn-row{
    display: flex;
    flex-wrap: nowrap;
     gap: 10px!important;
}
    p.form-subtext {
    font-size: 14px;
}
    .signup-toggle {
    padding-bottom: 25px;
}

    .form-heading {
    font-size: 16px;
}

    .signup-toggle {
    font-size: 13px;
}

    .sign-button {
    padding: 10px 15px;
    font-size: 14px;
}

    .form-options a {
    font-size: 13px;
}

    .eye-icon {
    right: 10px;
    top: 13%;
    transform: scale(0.9);
}
.remember-me {
    font-size: 13px;
}
    .auth-form input {
    padding: 10px 14px;
    font-size: 13px;
}

    .toggle-buttons button {
    padding: 8px 10px;
    font-size: 13px;
}

    .auth-form-section {
    padding: 30px 15px;
        justify-content: flex-start;
}

    .empty-wishlist-area img {
    width: 150px;
}

.checkout-area-page .card {

    padding: 15px !important;
}

.checkout-area-page .form-control {
    padding: 7px 15px;
    font-size: 13px;
}

.checkout-area-page .form-select {
    font-size: 14px;
    padding: 6px 14px;
}
.checkout-area-page .card .form-label{
    font-size: 13px;

    
}
.checkout-area-page .card h4 {
    font-size: 16px!important;
}
.checkout-area-page .card > div p{
    font-size: 12px!important;
}

.checkout-area-page .card > div{
    /* padding-top: 0!important; */
}
    .empty-wishlist-area .continue-shoppin-btn {
    font-size: 14px;
    margin: 25px auto;
    font-weight: normal;
    padding:8px 14px;
}

.mob-padding{
    padding-top: 0!important;;
}

.empty-wishlist-area h3 {
    margin-top: 25px;
    font-size: 18px;
}   
    .cart-card {
    display: flex;
}

    .cart-name {
        max-width: 90%;
    }
    /* Parent namespace */
.mobile-hero-area {
  width: 100%;
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slide card container */
.mobile-hero-area__card {
  /* padding: 18px; */
  box-sizing: border-box;
  width: 100%;
}

/* Internal layout: left content + right image */
.mobile-hero-area__inner {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  border-radius: 14px;
  padding: 18px;
  padding-right: 120px; /* reserve space for right image */
  overflow: hidden;
  min-height: 180px;
  /* box-shadow: 0 6px 18px rgba(13, 38, 77, 0.08); */
  display: flex;
  align-items: center;
}

/* Content (left) */
.mobile-hero-area__content {
  flex: 1;
  z-index: 5; /* above background shapes */
}

/* Tiny welcome label */
.mobile-hero-area__welcome {
  margin: 0 0 6px 0;
  font-size: 13px;
  color: #e71610; /* subtle pink/purple */
  font-weight: 600;
}

/* Main title */
.mobile-hero-area__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.05;
  color: #0d1f3a;
  font-weight: 700;
}

/* Subtitle / headline */
.mobile-hero-area__subtitle {
  margin: 8px 0;
  font-size: 11px;
  line-height: 1.25;
  color: #334155;
  font-weight: 600;
}

/* Description */
.mobile-hero-area__desc {
  margin: 8px 0 14px 0;
  font-size: 12px;
  color: #64748b;
  max-width: 52%;
}

/* Buttons */
.mobile-hero-area__btns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.mobile-hero-area__btn {
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

/* primary */
.mobile-hero-area__btn--primary {
  background: #e71610;
  color: #fff;
  font-weight: 400;
}

/* ghost / outline */
.mobile-hero-area__btn--ghost {
  background: transparent;
  border: 1px solid #6C5DD4;
  color: #6C5DD4;
}

/* Right-side image wrapper */
.mobile-hero-area__image-wrap {
  position: absolute;
  right: 10px;
  bottom: 0px;
  /* width: 110px; */
  /* height: 140px; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none; /* not interactable */
  z-index: 8;
}

/* Decorative background shape behind PNG (gives soft blob) */
.mobile-hero-area__image-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(248, 198, 255, 0.35), rgba(206, 234, 255, 0.35));
  filter: blur(12px);
  transform: translateX(6px) translateY(6px);
  z-index: 6;
}

/* PNG image itself */
.mobile-hero-area__image {
  position: relative;
  z-index: 9;
  max-width: 110px;
  max-height: 140px;
  object-fit: contain;
  /* transform: translateY(6px); */ /* slight anchor */
  user-select: none;
}

/* Swiper pagination override (scoped) */
.mobile-hero-area .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(15, 23, 42, 0.12);
  opacity: 1;
}

.mobile-hero-area .swiper-pagination-bullet-active {
  background: #6f56ff;
  transform: scale(1.2);
}

    .mobile-header-row{
        display: flex;
    }
    .mobile-none{
        display:none;
    }

    .logo-area img{
        width:50px;
    }

    .main-nav {
        padding: 10px 0px;
        margin-bottom: 15px;
        box-shadow: 0 1px 2px 0 rgba(148, 150, 159, .3);
    }

.desktop-none{
  display: block;;
}

.mobile-logo-area{
    display: flex;
    align-items: center;
}

.mobile-logo-area button{

        border: none;
    margin-right: 20px;
    background: none;

}

.mobile-logo-area button img{
        width: 30px;
}

.right-side .cart-btn {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 5px;
    border: 1px solid #F6F6F6;
}

.right-side .top-btn {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid #F6F6F6;
}

.right-side .items-count {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    font-size: 8px!important;
       top: 0px!important;
    right: -6px!important;
}

.main-nav .btn {
    border-radius: 5px;
    padding: 7px 12px;
    height: 40px;
    font-size: 13px;
}

.mobile-top-icons{
      gap: 10px !important;
}

.cart-btn .card-text{
    display: none!important;
}

.first-slide-img{
    background-image: url("/assets/images/hero/bg1.png");
    width:100%;
    background-size: cover;
}
.first-slide1-img{
    background-image: url("/assets/images/hero/bg2.png");
    width:100%;
    background-size: cover;
}

.first-slide2-img{
    background-image: url("/assets/images/hero/bg3.png");
    width:100%;
    background-size: cover;
}

.first-slide1-img .mobile-hero-area__image {
        max-width: 100%;
        max-height: 100%;
    }
 
.first-slide1-img .mobile-hero-area__image-wrap {
        bottom: unset;
     
    }


    .first-slide2-img .mobile-hero-area__image {
        max-width: 100%;
        max-height: 100%;
    }
 
.first-slide2-img .mobile-hero-area__image-wrap {
        bottom: unset;
     
    }


    .first-slide1-img .mobile-hero-area__btn{
        background:#33CCC3;
    }
.first-slide2-img .mobile-hero-area__btn{
        background: #8AAA0E;
    }
   /* Parent wrapper */
.mobile-features-area {
  width: 100%;
  padding: 30px 0px;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}

/* Horizontal scrolling list */
.mobile-features-wrapper {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mobile-features-wrapper::-webkit-scrollbar {
  display: none;
}

/* Each feature card */
.mobile-feature-box {
  min-width: fit-content;
  max-width: fit-content;
  background: #FFFEEE;  /* soft yellow like screenshot */
  padding: 12px 14px;
  border-radius: 14px;
  /* box-shadow: 0px 4px 12px rgba(13, 38, 77, 0.06); */
  display: flex;
  flex-direction: column;
  border: 1px solid #FFECB4;
}

/* Icon + heading row (important part!) */
.mobile-feature-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icon beside title */
.mobile-feature-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #DCE2EE;
  padding: 3px;
}

/* Heading */
.mobile-feature-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 1.1;
}

/* Subtitle */
.mobile-feature-text {
  margin: 6px 0 0 0;
  font-size: 10px;
  color: #3A3A3A;
  line-height: 1.3;
}

.categories-section {
    margin: 00;
}

.categories-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.underline::after {
    width: 175px;
}

    .view-all-link {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .mobile-products{

        padding-bottom: 25px;
    }
.category-img-wrap {
    width: auto;
    height: auto;
}

.category-img {
    max-width: 100%;
        object-fit: contain;
}

.categories-swiper {
    padding-bottom: 30px!important;
    max-width: 97%;
}

.underline {
    margin: 15px 0 20px 0;
}

.category-title {
    font-size: 10px;
    margin-bottom: 0;
}

.reviews-section {
    max-width: 97%;
    margin-bottom: 0;
}

.reviews-title {
    font-size: 18px;
    font-weight: bold;
}

.reviews-section .review-text {
    font-size: 12px;
}

.review-rating {
    margin: 10px 0;
}

.review-header {
    margin-bottom: 0;
}

.review-date {
    margin-bottom: 0;
    font-size: 12px;
}

.product-slider {
    max-width: 97%;
    margin: 30px 0px;
}

.product-slider h2 {
    font-size: 18px;
    font-weight: bold;
}

.client-slider {
    max-width: 97%;
    margin: 30px 0px;
    margin-bottom: 40px;
}

.client-slider h2 {
    font-size: 18px;
    font-weight: bold;
}

.happy-client {
    margin-bottom: 30px;
}

    .deal-subtitle {
        font-size: 20px;
    }

       .deal-title {
        font-size: 25px;
    }

  .deal-text {
    font-size: 14px;
    margin: 0 0 10px;
}

.deal-content {
    max-width: 100%;
    padding-left: 0px;
}

.deal-banner {
    padding: 15px;
        background-position: right;
            height: auto;
}

.deal-btn {
    padding: 6px 15px;
    font-size: 11px;
    font-weight: 400;
}

.custom-accrodion-bx > h2 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
}
.custom-accrodion-bx {
    margin: 30px 0px;
}

.custom-accrodion-bx .accordion-button {
    font-size: 15px;
}

.accordion-item .accordion-body {
    padding: 15px;
    font-size: 14px;
    padding-top: 6px;
}

.toggle-icon {
    padding: 0;
    border-radius: 6px;
    text-align: center;
    width: 30px;
    line-height: 27px;
    height: 30px;
    display: block;
    font-size: 14px;
}

.custom-accrodion-bx .accordion-button {
    font-size: 15px;
    padding: 15px 10px;
}

.question-text {
    padding-right: 20px;
}
.footer {
    padding: 30px 0;
}

.footer-text ul {
    font-weight: normal;
    font-size: 0.95rem;
    color: #ddd;
}
.footer-text p {
    font-size: 14px;
}

.footer-links a {
    color: #ddd;
    font-size: 14px;
}

.footer-right {
    gap: 4rem;
}
.footer-bottom {
    font-size: 13px;
    justify-content: center;
}
.footer-divider {
    border-top: 1px solid #ffffff;
}

.client-card img {
    /* height: 35px; */
    width:100%;
    padding:0;
}

.product-card img {
    height: 200px;
}

.product-card .title {
    font-size: 13px;
}

.product-card .price-tag {
    top: 5px;
    left: 5px;
    background: #6629E6;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    padding: 2px 8px;
}

.wishlist-btn {
    padding: 4px!important;
    width: 25px!important;
    height: 25px!important;
}


.mobile-products-row{
        grid-template-columns: repeat(2, 1fr)!important;
    gap: 10px!important;
}

.mobile-products-row .products-image-card{
    height: 200px;
}
.mobile-products-row{

}
.mobile-products-container{
    padding:0!important;
}

.products-wishlist {
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
}

.products-main-row {
    padding-bottom: 30px;
}

.products-main-page .product-slider {
    margin: 30px 0px;
}

.products-main-page .product-card .title {
        padding-bottom: 0!important;
    }

    .contact-hero img {
    height: 184px;
}

.contact-section {
    margin-top: 30px;
}

.contact-container {
    gap: 0px;
    flex-wrap: wrap;
}

.info-item p {
        font-size: 14px;
}

.info-item {
    margin-bottom: 15px;
}

    .info-item .icon img {
        height: 20px;
    }

    .info-item .icon {
        margin-right: 10px;
        line-height: 1;
    }

    .contact-info {
    flex: unset;
}

.contact-form {
    flex: unset;
}

    .contact-info h2 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

.mobile-text-contact p{
    font-size: 14px;
}

.contact-form {
    padding: 15px;
    margin-top: 10px;
}
.contact-form input, .contact-form textarea {
    padding: 10px;
    font-size: 13px;
}

.contact-form button {
    background: #6C5DD4;
    font-size: 14px;
    padding: 10px;
}

.mobile-text-contact.desktop-none {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.contact-us-area .main-nav{
    margin-bottom: 0;
}

    .wishlist-main-page .main-w-heading  {
        font-size: 18px;
        color: black;
        margin: 25px 0px !important;
    }



        .wishlist-page-container .row > div {
        padding: 0px 5px 0px 5px !important;
    }

    .wishlist-main-page .wishlist-card{
        border-radius: 10px;
        overflow: hidden;
    }

     .wishlist-main-page .wishlist-card a img {
        height: 200px !important;
    }
         .wishlist-main-page .wishlist-card .text-center h6 {
        font-size: 13px !important;
    }

        .wishlist-main-page .wishlist-card .text-center button {
    padding: 10px 0px !important;
    color: #6C5DD4;
    background: transparent;
    border: none;
    padding-bottom: 0 !important;
    font-size: 14px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    border-radius: 0 !important;
    width: 100%;
}
        .wishlist-main-page .wishlist-card .text-center{
            padding:10px!important
        }

           .wishlist-page-container .row
 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .product-details .product-page{
        flex-wrap: wrap;
    }
    .product-details .product-page  > div{
        width:100%;
    }
.product-details .pr-details-main-img {
    height: 300px;
}

.product-details .product-page {
    padding-top: 0;
}


.product-details #side-bar {
    width: 100%;
    padding-left: 0;
}

.product-details #product-gallery img {
    border-radius: 15px;
    width: 60px;
    height: 60px;
}

.ops-upload-primary img {
    width: 14px;
    height: 14px;
}

.product-details #side-bar h1 {
    margin-top: 0;
    font-size: 16px;
}
.product-min-order {
    font-size: 12px;
    margin-bottom: 10px;
}
.product-details .accordion-header{
    font-size: 15px!important;
    font-weight: 500!important;
        padding: 10px 10px!important;
}
.product-details .accordion-item {
    border: none;
}
.product-details #b2border-section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    gap: 10px;
    margin-bottom: 0px;
    padding: 12px;
    display: flex;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    flex-flow: column;
}

.product-details #b2border-section input{
    padding: 5px 10px;
    font-size: 12px;
}

.product-details #b2border-section select{
    padding: 5px 10px;
    font-size: 12px;
}

.cart-layout {
    display: flex;
    flex-wrap: wrap;
}

.cart-summary-card
 {
    padding: 20px;
    width: 100%;
}

.cart-items-wrapper {
    width: 100%;
}

.cart-name {
    font-size: 13px;
}
.cart-qty-row button {
    width: 25px;
    height: 25px;
    font-size: 15px;
}

.cart-qty-row input
 {
    width: 45px;
    height: 25px;
    font-size: 12px;
}

.cart-card-img img {
    height: 100%;
}
.cart-page-area .cart-m-heading{
        font-size: 18px;
    margin-top: 30px;
    margin-bottom: 25px !important;
}

/* Mobile sticky checkout bar */
.mobile-cart-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  z-index: 999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.summary-total {
    font-size: 14px;
}
.promo-row input {
    font-size: 13px;
}
.summary-line {
    font-size: 13px;
}
.promo-row button {

    font-size: 13px;
}

/* The button itself */
.mobile-cart-button {
  width: 100%;
   padding: 10px 14px;
  background: #6c5dd4;
  color: #fff;
  border: none;
  border-radius: 10px;
         font-size: 13px;
  font-weight: normal;
}

.ops-user-info h5 {
    font-size: 16px;
}
.ops-email {
    margin-top: 0px;
    font-size: 12px;
}

.ops-menu-list a {
    font-size: 13px;
}

.ops-menu-list li {
    padding: 10px 14px;
    font-size: 13px;
}

.ops-menu-list a img {
    width: 14px;
    margin-right: 7px;
}

.ops-menu-list li.logout img {
    width: 14px;
    margin-right: 7px;
}

.hire-a-designer {
    padding: 10px 12px;
    white-space: nowrap;
    margin-right: 5px;
    font-size: 10px;
    font-weight: normal;
}


 .ops-mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 12px 10px;
    z-index: 9999;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.08);
  }

  .ops-mobile-main-btn {
    width: 100%;
    background: #6c5ce7;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    border: none;

    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

.mobile-whtasapp > button{
        padding: 10px 25px;
    font-size: 10px;

}
.mobile-whtasapp > button img{

    width: 14px;
}
  .ops-mobile-sticky .ops-upload-primary {
    display: inline-flex;
    align-items: center;
    background: #6C5DD4;
    padding: 10px 14px;
    border-radius: 50px;
    justify-content: center;
    width: 100%;
    font-size: 10px;
    margin-left: 5px;
    font-weight: normal;
}
  .ops-mobile-main-btn.cart {
    /* background: #10b981; */
  }

  .ops-mobile-sticky .ops-file-uploader {
    margin-bottom: 0px;
    width:100%;
       
}

.ops-file-sub {
    font-size: 9px;
}
.ops-file-name {
    font-weight: 500;
    font-size: 8px;
}
.ops-mobile-sticky .ops-panel{
        position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0;;
}


.ops-dnd-sub {
    font-size: 10px;
}
.ops-dnd-select {
    font-size: 10px;
}
.ops-dnd-inner h4 {
    font-size: 14px;
}

.ops-no-files {
    font-size: 12px;
}

.ops-uploaded-files h5 {
    font-size: 12px;
}

.ops-btn-cancel {
    font-size: 12px;
}

.ops-btn-primary {
    font-size: 12px;
    font-weight: normal;

}

  .ops-mobile-panel {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.12);
    animation: slideUp 0.3s ease-out;
  }

  @keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  .ops-mobile-close {
    margin-top: 10px;
    width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
  }
  .footer-container {
    flex-wrap: wrap;
}
.footer-item {
    max-width: 100%;
}

.footer-info {
    gap: 20px;
    flex-wrap: wrap;
}

.footer-info {
    padding-top: 20px;
}

.footer-icon {
    width: 25px;
}
.footer-item h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
.footer-item p {
    font-size: 13px;
}

.footer-logo-section .footer-logo {
    height: 50px;
}

.raj-footer {
    background: #1c2430;
    padding: 30px 0 20px;
}

.footer-bottom1 {
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
    gap:12px;
}

.copyright-area{
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom1 p {
    margin: 0;
}

    .footer-bottom1 p {
        font-size: 12px;
    }
.footer-divider {
    margin: 20px 0;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-links ul li a {
    font-size: 12px;
}

.footer-links ul {

gap: 10px;
}

.footer-links ul li a {
    color: #ffffff;
    padding: 5px 8px;
}
.footer-links ul {
    flex-wrap: wrap;
}
.footer-links {
    padding-top: 20px;
}

.client-card {
    height: 65px;
    padding: 8px;
}


.one-prime-studios-area {
    font-size: 37px;
    margin-bottom: 30px;
    width: 100%;
}
}



/* Small screen tuning */
@media (max-width: 420px) {
  .mobile-hero-area__inner {
    padding-right: 140px;
    padding-left: 14px;
  }

  .mobile-hero-area__desc {
    max-width: 100%;
    font-size: 12px;
  }

  .mobile-hero-area__title {
    font-size: 18px;
  }

  .mobile-hero-area__image-wrap {
    width: auto;
    height: auto;
    right: 8px;
  }

  .mobile-hero-area__image {
    max-width: 118px;
    max-height: 194px;
  }

  .privacy-content {
    padding: 40px 10px;
  }

  .privacy-content h1 {
    font-size: 20px;
  }

  .privacy-content h2 {
    font-size: 18px;
  }

  .privacy-content p,
  .privacy-content ul li {
    font-size: 14px;
  }
}


@media(max-width:375px){
    .mobile-hero-area__title {
        font-size: 16px;
    }
}