/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #121212;
    overflow-x: hidden;
}

/* Container */
.container {
    width: 100%;    
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding: 0 80px;
    }
}

.red-font {
    color: #EB010B;

}

/* Button Styles */
.cta-button, .submit-button, .learn-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: none;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}
.form-group input[type="submit"]{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: none;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    background: #4194D3;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    padding: 10px 20px;
        margin-top: 2rem;
}
.cta-button {
    display: none;
    background: #FFFFFF;
    border: 1px solid #4194D3;
    color: #3B3D3D;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    z-index: 2;
}

.submit-button {
    background: #4194D3;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 21px;
    width: 100%;
    padding: 10px 20px;
}

/* .learn-more-button {
    background: #FFFFFF;
    border: 1px solid #4194D3;
    color: #4194D3;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 20px;
    z-index: 3;
} */
 .learn-more-button {
    background: #FFFFFF;
    border: 1px solid #4194D3;
    color: #4194D3;
    font-size: 16px;        
    line-height: 21px;
    width: 100%;             
    max-width: 422px;        
    height: 58px;           
    border-radius: 100px;    
    padding: 12px 40px;      
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin-left: -28px;
    transform: translate(0px, 0px) !important;
}

/* Tablet (medium devices) */
@media (min-width: 481px) and (max-width: 1023px) {
    .learn-more-button {
        max-width: 300px;      /* smaller than desktop */
        height: 48px;          
        font-size: 14px;       
        line-height: 20px;     
        padding: 10px 32px;    
    }
}

/* Mobile (small devices) */
@media (max-width: 480px) {
    .learn-more-button {
        max-width: 90%;        
        height: 44px;          
        font-size: 12px;       
        line-height: 18px;     
        padding: 10px 24px;    
    }
}



@media (min-width: 768px) {
    .cta-button {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 30px;
    }
    
    .submit-button {
        font-size: 18px;
        line-height: 26px;
        padding: 12px 138px;
    }
    
    .learn-more-button {
        font-size: 24px;
        line-height: 28px;
        padding: 12px 40px;
        width: 92% !important;
        max-width: 480px !important;
    margin-left: 0px !important;
    }
}

.cta-button:hover{
    background: #4194D3;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.submit-button:hover {
    background: #3B8FCE;
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FDF3FA 4.81%, rgba(65, 148, 211, 0.33) 51.92%, #D6DBFB 97.12%);
    z-index: 0;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -45px;
    width: 100%;
    height: auto;
    background-image: url('https://via.placeholder.com/464x1379/4194D3/FFFFFF?text=BG');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Desktop default */
.hero-background-mobile {
  display: none;
}



/* Mobile background */
@media (max-width: 767px) {
  .hero-background {
    background: url("../images/beautylp/BGPwaniPhone.png") no-repeat center center/cover !important;
  }

  /* .hero-product img {
    content: url("../images/product-pwani_mob.png") !important; 
    max-width: 90%; 
    bottom: -2%; 
  } */

  /* .product-image-mobile{
    display: block !important;
    width: 100%;
    max-width: 100%;   
    height: auto;    
    transform: translateY(3rem); 
  } */

      .product-image-mobile {
        display: block !important;
        width: 142%;
        max-width: 142%;
        height: auto;
        transform: translateY(32px);
        margin-left: -99px;
    }
  .product-image{
    display: none !important;
  }

   .hero-background-mobile {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .hero-section .gradient-overlay {
    display: none !important;
  }

  .hero-product {
        position: unset !important;
        bottom: -6%;
        left: 10%;
        text-align: center;
        max-width: 100% !important;
    }

    .hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    padding-top: 10px;
}
   

.certificate-item img {
    margin-top: 16px;
    max-width: 82px !important;
    height: auto !important;
}



.title-line {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.9)!important; ;
    padding-bottom: 10px;
}


.form-container {
    margin-top: 12% !important;
     width: 106%;
    margin-left: -6px;
}


.usp-icon {
    width: 45px;
    height: 108px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4194D3;
    font-size: 38px !important;
}

.usp-text {
    font-weight: 500;
    font-size: 15px !important;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.usp-card {

     gap: 0px !important;
 
}

.section-subtitle {
    text-align: start !important
    ;
}

.section-title {
    text-align: start !important;
}

.usps-content .section-title {
        font-size: 28px;
        line-height: 38px !important;
}
.certifications-content .section-title {
        text-align: center !important;
}

}
/* Tablet background: 768px – 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Background image */
  /* .hero-background {
    background: url("../images/BGPwaniPhone.png") no-repeat center center/cover !important;
  } */

  /* Show mobile product image, hide desktop product */
  .product-image-mobile{
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: auto;       /* keep aspect ratio */
    transform: translateY(20px); /* animation start position */
  }
  .product-image{
    display: none !important;
  }

  /* Tablet background mobile div */
  .hero-background-mobile {
    display: block !important;
    width: 100%;
    height: auto; /* adjust if needed to fit hero content */
  }

  /* Hide gradient overlay */
  .hero-section .gradient-overlay {
    display: none !important;
  }

  /* Hero product positioning like mobile */
  .hero-product {
    position: unset !important;
    bottom: -6%;
    left: 10%;
    text-align: center;
    max-width: 100% !important;
  }

  /* Hero section layout like mobile */
  .hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    padding-top: 10px;
  }

  /* Certificate items */
  .certificate-item img {
    margin-top: 16px;
    max-width: 62px !important;
    height: auto !important;
  }


  /* Show mobile product image, hide desktop product */
  .product-image-mobile{
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translateY(202px);
  }
  .product-image{
    display: none !important;
  }

  /* Tablet background mobile div */
  .hero-background-mobile {
    display: block !important;
    width: 100%;
    height: auto;
  }

  /* Hide gradient overlay */
  .hero-section .gradient-overlay {
    display: none !important;
  }

  /* Hero product positioning like mobile */
  .hero-product {
    position: unset !important;
    bottom: -6%;
    left: 10%;
    text-align: center;
    max-width: 100% !important;
    margin-top: 10px;
  }

  /* Hero section layout like mobile */
  .hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    padding-top: 10px;
  }

  .hero-content {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  /* Mobile typography for tablet */
  .title-line {
    display: block;
    font-weight: 400 !important;
    font-size: 28px !important;
    color: rgba(255, 255, 255, 0.9)!important; 
  }
   .title-line:first-of-type {
        margin-top: 30%;
    }

    /* Reset margin-top for other .title-line elements */
    .title-line:not(:first-of-type) {
        margin-top: 0;
    }

  .title-main {
    display: block;
    font-weight: 700;
    font-size: 46px !important;
    
  }

  .title-line:last-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.003em;
    
  }

  /* Certificate items */
  .certificate-item img {
    margin-top: 16px;
    max-width: 62px !important;
    height: auto !important;
  }

  .form-container {
    width: 150%;
    margin-left: -70px;
    margin-top: 60%;
}

}


@media (min-width: 1440px) {
    .hero-background {
        background: linear-gradient(197.02deg, #A8DAFF 6.57%, rgba(168, 218, 255, 0.461198) 30.46%, rgba(168, 218, 255, 0) 40.49%);
    }
    
    .hero-background::before {
        top: -15px;
        left: -245px;
        width: 100%;
        height: auto;
    }
}




/* Product Image inside Hero */
/* .hero-product {
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 11;
} */

.hero-product {
    margin-top: 10px;    
    z-index: 11;
    position: absolute;
    max-width: 54%;
    bottom: -24%;
    left: 10%;   
    text-align: center;
}

.product-image {
    width: 100%;
    max-width: 100%;   /* never grow larger than design width */
    height: auto;       /* keep aspect ratio */
    opacity: 0;         /* start hidden for animation */
    transform: translateY(-120px); /* animation start position */
}

/* Small devices (mobile) */
@media (max-width: 480px) {
    .product-image {
        max-width: 100%;
    }
}

/* Medium devices (tablet) */
@media (min-width: 481px) and (max-width: 1023px) {
    .product-image {
        max-width: 100%;
    }
}

/* Large devices (desktop) */
@media (min-width: 1024px) {
    .product-image {
        max-width: 100%;  /* figma width */
        display: none;
    }
}

.hero-background .gradient-overlay{
    top: 14%;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(255, 252, 254, 0) 0%, rgba(65, 148, 211, 0.33) 51.92%, #D6DBFB 97.12%); */
    background: #D2CEF680;
    z-index: 2;
}

.hero-content {
    
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

@media (min-width: 1024px) {
    .hero-content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-text {
        align-items: flex-start;
        text-align: left;
        flex: 1;
        max-width: 600px;
    }
}

.pwani-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pwani-logo img {
    width: 71px;
    height: 70px;
}

@media (min-width: 1024px) {
    .pwani-logo {
        justify-content: flex-start;
        margin-bottom: 0;
        order: -1;
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .pwani-logo img {
        width: 89px;
        height: 100px;
    }
}

.heading-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.title-line {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.title-main {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.title-line:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.003em;
    color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 1024px) {
    .title-line {
        font-size: 36px;
        line-height: 44px;
        z-index: 2;
         color: #FFFFFF;
    }
    
    .title-main {
        font-size: 70px;
        line-height: 78px;
        z-index: 2;
    }
    
    .title-line:last-child {
        font-size: 36px;
        line-height: 44px;
        z-index: 2;
        color: #FFFFFF;
    }
}

/* Hero Form */
.hero-form {
    width: 100%;
    max-width: 316px;
}

@media (min-width: 1024px) {
    .hero-form {
        max-width: 417px;
        flex-shrink: 0;
    }
}

.form-container {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
    .form-container {
        border-radius: 20px;
        padding: 40px;
    }
}

.form-description {
    font-size: 15px;
    line-height: 23px;
    color: #3B3D3D;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .form-description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 1024px) {
    .contact-form {
        gap: 10px;
    }
}

.form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 1024px) {
    .form-group {
        gap: 8px;
    }
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 0.5px solid #9B9B9B;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #121212;
    outline: none;
    appearance: none;
}

@media (min-width: 1024px) {
    .form-group input,
    .form-group select {
        font-size: 16px;
        line-height: 24px;
    }
}

.form-group input::placeholder,
.form-group select option:first-child {
    color: #9B9B9B;
}

.form-group input:focus,
.form-group select:focus {
    border-bottom-color: #4194D3;
}

.select-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4194D3;
    font-size: 12px;
    pointer-events: none;
}

/* Certifications Section */
.certifications-section {
    padding: 50px 0;
    background: #FFFFFF;
}

@media (min-width: 1024px) {
    .certifications-section {
        padding: 80px 0;
    }
}

.certifications-content {
    text-align: center;
}

.section-title {
    /* font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #3B3D3D;
    margin-bottom: 30px; */

    font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
color: #3B3D3D;
}

@media (min-width: 1024px) {
    .section-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
    }
}

.certificates-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 36px;
}

@media (min-width: 1024px) {
    .certificates-grid {
        gap: 40px;
        flex-wrap: nowrap;
    }
}

.certificate-item img {
    max-width: 80px;
    height: auto;
}

@media (min-width: 1024px) {
    .certificate-item:first-child img {
        max-width: 200px;
        height: 100px;
        object-fit: contain;
    }
    
    .certificate-item:nth-child(3) img {
        max-width: 214px;
        height: 80px;
        object-fit: contain;
    }
    
    .certificate-item:last-child img {
        max-width: 120px;
        height: 120px;
        object-fit: contain;
    }
}

.divider {
    width: 0;
    height: 49px;
    border-right: 0.5px solid rgba(59, 61, 61, 0.5);
}

@media (min-width: 1024px) {
    .divider {
        height: 80px;
    }
}

/* Glimpse Section */
.glimpse-section {
    position: relative;
    padding: 50px 0;
    /* background: #D9D9D9; */
}

@media (min-width: 1024px) {
    .glimpse-section {
        padding: 80px 0;
    }
}

.section-background {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-background::before {
    content: '';
    position: absolute;
    top: -13.58px;
    left: -232.95px;
    width: 100%;
    height: auto;
    background-image: url('https://via.placeholder.com/957x617/D2CEF6/FFFFFF?text=BG');
    background-size: cover;
    background-position: center;
    filter: opacity(0.56);
}

@media (min-width: 1024px) {
    .section-background::before {
        top: -128.11px;
        left: -51.84px;
        width: 100%;
        height: auto;
    }
}

.glimpse-content {
    position: relative;
    z-index: 10;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .section-header {
        margin-bottom: 50px;
    }
}

.section-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #EB010B;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .section-subtitle {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

.section-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #3B3D3D;
}

@media (min-width: 1024px) {
    .section-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
    }
}

.cards-container {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}

.cards-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    .cards-container {
        gap: 24px;
        overflow-x: visible;
        justify-content: center;
    }
}

.glimpse-card {
    flex: 0 0 216px;
    scroll-snap-align: start;
}

@media (min-width: 1024px) {
    .glimpse-card {
        flex: 0 0 278px;
    }
}

.card-image {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .card-image {
        height: 394px;
        border-radius: 14.775px;
    }
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.498156) 71.63%, rgba(0, 0, 0, 0.539423) 87.98%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

@media (min-width: 1024px) {
    .card-overlay {
        padding: 20px;
    }
}

/* .card-text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 60px; 
    display: flex;
    align-items: flex-start;
}

@media (min-width: 1024px) {
      .card-text {
        font-size: 20px;
        line-height: 28px;
        min-height: 80px; 
    }
} */

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    align-items: start; /* This aligns all cards to top */
}

.card-text {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    .card-text {
        font-size: 20px;
        line-height: 28px;
        min-height: 80px;
    }
}

/* Brands Section */
.brands-section {
    padding: 50px 0;
    background: #FFFFFF;
}

@media (min-width: 1024px) {
    .brands-section {
        padding: 80px 0;
    }
}

.brands-content {
    text-align: center;
}

.brands-grid {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}

.brands-grid::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    .brands-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 cards in a row */
        gap: 24px;
        overflow: visible; /* remove scroll */
        justify-content: center;
    }
}

/* .brand-card {
    flex: 0 0 195px;
    background: #FFFFFF;
    border: 1px solid #ABCBE2;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

.brand-card {
    flex: 0 0 195px;
    background: #FFFFFF;
    border: 1px solid #ABCBE2;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   transform: rotate(0deg) scale(1) translate(0,0) !important;
}


@media (min-width: 1024px) {
    .brand-card {
        flex: 0 0 260px;
        border-radius: 20px;
        height: auto;
    }
}

/* .brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(65, 148, 211, 0.2);
} */

.brand-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(65, 148, 211, 0.2);
}
.brand-logo img {
    max-width: 100%;
    height: 42px;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .brand-logo img {
        height: 48px;
    }
}

.brand-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3B3D3D;
}

@media (min-width: 1024px) {
    .brand-name {
        font-size: 20px;
        line-height: 28px;
    }
}

.brand-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #3B3D3D;
    flex: 1;
}

@media (min-width: 1024px) {
    .brand-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.brand-arrow {
    width: 25px;
    height: 25px;
    background: #4194D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    transition: background 0.3s ease;
}

@media (min-width: 1024px) {
    .brand-arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

.brand-card:hover .brand-arrow {
    background: #3B8FCE;
}

/* USPs Section */

.usps-section {
    position: relative;
}

@media (max-width: 480px) {
    .usps-section .gradient-overlay {
        top: -25px;            /* adjust position */
        left: 0;
        width: 100%;
        height: 120%;      /* slightly taller for mobile */
        background: #D2CEF680;
        z-index: 2;
    }
}

@media (min-width: 1024px) {
    .usps-section {
        padding: 80px 0;
    }
}

.usps-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

@media (min-width: 481px) and (max-width: 1023px){
    .usps-content {
        padding: 44px !important;
    }

    .usps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px !important;
    margin-top: 0px !important;
    padding-bottom: 20px;
}

.usp-card {
    padding: 44px !important;
    gap: 7px; 
}

.usp-text {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.usp-icon {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4194D3;
    font-size: 38px !important;
}

}


.usps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 30px;
}

@media (min-width: 1024px) {
    .usps-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
        margin-top: -10px;
    }
}

.usp-card {
    background: #FFFFFF;
    border: 1px solid #ABCBE2;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 1024px) {
    .usp-card {
        border: 3px solid #B1DDFD;
        border-radius: 20px;
        height: 226px;
        padding: 40px !important;
    }
}

/* .usp-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(65, 148, 211, 0.2);
} */

.usp-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4194D3;
    font-size: 24px;
}

@media (min-width: 1024px) {
    .usp-icon {
        width: 68px;
        height: 64px;
        font-size: 48px;
    }
}

.usp-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

@media (min-width: 1024px) {
    .usp-text {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Commitment Section */
.commitment-section {
    padding: 50px 0;
    background: #FFFFFF;
}

@media (min-width: 1024px) {
    .commitment-section {
        padding: 80px 0;
    }
}

.commitment-content {
    text-align: center;
}

.commitment-visual {
    margin-top: 30px;
    position: relative;
}

@media (min-width: 1024px) {
    .commitment-visual {
        margin-top: 50px;
    }
}

/* .commitment-image {
    position: relative;
    width: 100%;
    height: 595px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 0;
}

@media (min-width: 1024px) {
    .commitment-image {
        height: 548px;
        border-radius: 20px;
    }
} */


.commitment-image {
  position: relative;
  width: 100%;
  height: 595px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 0;
  background: url("../images/beautylp/RecycleBanner.png") center center / cover no-repeat;
}

@media (min-width: 1024px) {
  .commitment-image {
    height: 548px;
    border-radius: 20px;
  }
}

/* Overlay on top of bg */
.commitment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  z-index: 2;
}

.commitment-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: -1;
}


.commitment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .commitment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
} */

@media (min-width: 1024px) {
    .commitment-overlay {
        flex-direction: row;
        align-items: center;
        padding: 80px;
    }
}

.commitment-text-content {
   
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}

@media (min-width: 1024px) {
    .commitment-text-content {
        flex: 1;
        align-items: flex-start;
        text-align: left;
        max-width: 473px;
        margin-left: 9%;
    }
}

.commitment-description {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
}

@media (min-width: 1024px) {
    .commitment-description {
        font-size: 28px;
        line-height: 36px;
    }
}

/* .sustainability-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    .sustainability-elements {
        flex: 1;
        flex-direction: row;
        justify-content: flex-end;
        gap: 50px;
    }
} */

/* .recycle-bin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.recycle-bin img {
    width: 150px;
    height: 150px;
    object-fit: contain;
} */

.sustainability-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1024px) {
  .sustainability-elements {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; /* align items along bottom */
    gap: 50px;
  }
}

/* Recycle bin + logo stack */
.recycle-bin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

.recycle-bin img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .recycle-bin img {
    width: 200px;
    height: 200px;
  }
}

/* Product hand */
.product-hand {
  position: relative;
}

.product-hand img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .product-hand img {
    width: 200px;
    height: 200px;
    transform: translateX(20px); /* pushes slightly right */
  }
}


@media (min-width: 1024px) {
    .recycle-bin img {
        width: 200px;
        height: 200px;
    }
}

.recycle-text {
    font-weight: 275;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 1024px) {
    .recycle-text {
        font-size: 30px;
        line-height: 38px;
    }
}

.product-hand img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    right: -20px !important;
}

@media (min-width: 1024px) {
    .product-hand img {
        width: 200px;
        height: 200px;
        right: -20px !important;
    }
}

.pwani-logo-small {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.pwani-logo-small img {
    width: 60px;
    height: 70px;
}

@media (min-width: 1024px) {
    .pwani-logo-small {
        top: 30px;
    }
    
    .pwani-logo-small img {
        width: 100px;
        height: 118px;
    }
}

.decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.element {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('https://via.placeholder.com/18x18/FFFFFF/FFFFFF?text=★');
}

.element-1 {
    top: 60%;
    left: 10%;
}

.element-2 {
    top: 30%;
    right: 20%;
    transform: rotate(52.08deg);
}

@media (min-width: 1024px) {
    .element {
        width: 33px;
        height: 34px;
    }
}

/* Slider Indicator */
.slider-indicator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 20px;
    width: 100%;
    
}

@media (min-width: 1024px) {
    .slider-indicator {
        align-items: center;
    }
}

.slider-active {
    width: 80%;
    height: 0;
    border-top: 4px solid #4194D3;
}

@media (min-width: 1024px) {
    .slider-active {
        border-top: 4px solid #FFFFFF;
    }
}

.slider-total {
    width: 100%;
    max-width: 100%;
    height: 0;
    border-top: 1px solid #4194D3;
}

@media (min-width: 1024px) {
    .slider-total {
        max-width: 1159px;
        border-top: 2px solid #FFFFFF;
    }
}

/* Footer */
.footer-section {
    position: relative;
    padding: 50px 0;
    background: #FFFAFA;
}

@media (min-width: 1024px) {
    .footer-section {
        padding: 80px 0;
    }
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.footer-background::before {
    content: '';
    position: absolute;
    top: -11.57px;
    left: -23.99px;
    width: 100%;
    height: auto;
    background-image: url('https://via.placeholder.com/483x350/D2CEF6/FFFFFF?text=BG');
    background-size: cover;
    background-position: center;
    filter: opacity(0.5);
    mix-blend-mode: darken;
}

@media (min-width: 1024px) {
    .footer-background::before {
        top: -391.14px;
        left: -142.19px;
        width: auto;
        height: auto;
    }
}

.footer-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}

@media (min-width: 1024px) {
    .footer-content {
        gap: 30px;
    }
}

.footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1024px) {
    .footer-main {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
    }
}

.footer-logo img {
    width: 66px;
    height: 65px;
}

@media (min-width: 1024px) {
    .footer-logo img {
        width: 89px;
        height: 100px;
    }
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.follow-text {
   font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 28px;
color: #3B3D3D;
text-align: start;
}

@media (min-width: 1024px) {
    .follow-text {
        font-size: 20px;
        line-height: 28px;
        color: #121212;
        max-width: 264px;
    }
}

.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-icon {
    width: 28px;
    height: 28px;
    background: #3B3D3D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .social-icon {
        width: 40px;
        height: 40px;
        background: #121212;
    }
}

.social-icon:hover {
    background: #4194D3;
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

@media (min-width: 1024px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.copyright-section {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #3B3D3D;
}

@media (min-width: 1024px) {
    .copyright-section {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #3B3D3D;
}

@media (min-width: 1024px) {
    .contact-info {
        gap: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #121212;
    }
}

.contact-info .divider {
    width: 0;
    height: 21px;
    border-right: 0.5px solid #3B3D3D;
}

@media (min-width: 1024px) {
    .contact-info .divider {
        border-right-color: #121212;
    }
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
}

/* Responsive Utilities */
@media (max-width: 390px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-content {
        padding: 20px 0;
    }
    
    .form-container {
        padding: 20px 15px;
    }
}

/* High-res screens */
@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}


/*resue container*/
.reuse-section{
    padding: 5rem 0;
}

@media (min-width: 481px) and (max-width: 1023px){
.reuse-section{
    padding: 1rem 0 !important;
}
}
.bin-mobile {
    display: none !important;
}
.reuse-container {
    border-radius: 10% !important;
}
.reuse-wrapper {
    background-image: url(../images/beautylp/RecycleBanner.png);
    background-size: cover;
    background-position: center;
    padding: 0 3rem;
}

.reuse-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 24px;
}

  @media screen and (min-width: 1299px)  {
    .bin {
        bottom: 0rem !important;
        width: 100% !important;
        left: -18% !important;
        margin-left: 0;
    }

    .hand-with-sawa {
    position: absolute;
    right: -3rem;
    top: 9rem;
    margin-left: auto;
    z-index: 1;
    width: 67%;
}
        .recycle {
        margin-left: 8rem !important;
        margin-top: 3rem !important;
    }
}

.reuse-wrapper .reuse-text,
.reuse-wrapper .reuse-img {
    width: 45%;
    align-self: center;
}

.reuse-wrapper .reuse-text {
    color: #fff;
}

.recycle {
    margin-left: 10rem ;
    margin-top: 3rem !important;

}

.reuse-wrapper .reuse-img {
    position: relative;
    text-align: center;
}

#reuse-slider.owl-carousel .owl-stage {
    display: flex;
}

#reuse-slider.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.bin {
    z-index: 11;
    position: relative;
    margin-left: 9rem !important;
}

.hand-with-sawa {
    position: absolute;
    right: -3rem;
    top: 9rem;
    margin-left: auto;
    z-index: 1;
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .hand-with-sawa {
    right: -1rem;  
    top: 5rem;       
    max-width: 140px; 
    z-index: 1;
  }
}


.reuse-wrapper .reuse-text h2 {
    font-family: Denton Bold;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.reuse-wrapper .reuse-text p {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 28px;

}

.take-back {
    max-width: 300px;
    margin: 0 auto;
}

#reuse-slider [data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

#reuse-slider .aos-animate {
    opacity: 1 !important;
}

#reuse-slider.owl-carousel #reuseslide2 .owl-item img {
    margin: 0 auto;

}

#reuse-slider.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}


.reuse-boxes{
    border-radius: 10% !important;
}




/* Fade in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .slider-img .d-banner {
        display: none !important;
    }

    .explore-sec {
        display: block;
    }

    .hydration-boost-section1 .gel-bottle,
    .hydration-boost-section2 .gel-bottle,
    .hydration-boost-section3 .gel-bottle {
        max-width: 280px;
    }

    .coco-beans-img {
        max-width: 280px;
    }

    .item-wrapper-1 .heading-wrapper h1 {
        padding-top: 3rem;
    }

    .text-center {
        text-align: center;
    }

    .item-wrapper-1 .col-12 {
        padding: 0;
    }

    #sawa-banner-slider .owl-nav button.owl-next,
    #sawa-banner-slider .owl-nav button.owl-prev {
        height: 35px;
        width: 35px;
    }

    .reuse-section .slide-counter1 {
        position: absolute;
        bottom: 1.2rem;
        left: 6.5rem;
        color: #fff;
        z-index: 1;
        font-size: 20px;
    }

    .bin {
        position: absolute;
        margin-left: 0rem !important;
        bottom: -13rem;
    }

    #reuse-slider .owl-prev,
    #reuse-slider .owl-next {
        bottom: 0.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-prev {
        bottom: 1rem;
        left: 1rem;
    }

    .slide-counter {
        bottom: 1.4rem;
        left: 4.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-next {
        bottom: 1rem;
        left: 8rem;
    }

    #counter {
        bottom: 13%;
        left: 26%;
        font-size: 24px;
    }

    .quiz-container {
        padding-bottom: 0;
    }

    .cookie-modal {
        background: #fffc;
        padding: 2rem;
        border-radius: 5px;
        text-align: center;
        max-width: 300px;
        position: relative;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        animation: 0.3s ease-in-out;
        margin: 0 auto;
    }

    .slider-img .m-banner {
        display: block !important;
    }

    .feedback-btn {
        font-size: 18px;
    }

    .heading-wrapper a,
    .item-wrapper-3 .heading-wrapper a,
    .item-wrapper-2 .heading-wrapper a {
        font-size: 15px;
    }

    .footer {
        padding: 2rem 0;
    }

    .heart-1,
    .heart-2,
    .heart-3,
    .heart-4,
    .heart-5 {
        width: 30px;
        height: 40px;
        background-size: contain;
        margin-top: 1rem;
        background-repeat: no-repeat;
    }

    #arrow-section-2,
    #arrow-section-1 {}

    .item-wrapper-3 .content-right-wrapper,
    .item-wrapper-3 .content-left-wrapper {
        width: 100%;
    }

    .item-wrapper-1 .content-right-wrapper {
        width: 70%;
        bottom: 0rem;
    }

    .content-left-wrapper,
    .content-right-wrapper {
        width: 100% !important;
        text-align: center;
    }

    .item-wrapper-2 .content-banner {
        top: 5%;
        transform: none;
    }

    .item-wrapper-3 .content-banner {
        bottom: 0rem;
        top: auto;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        top: 6rem;
    }

    .heading-wrapper h1 {
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
        width: 85%;
        margin: 0 auto;
    }

    .soft-glycerine {
        width: 40%;
    }

    .sawa-bottle-4 {
        max-width: 100px;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sawa-bottle-1 {
        bottom: -12rem;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .item-wrapper-3 .content-right-wrapper {
        position: absolute;
    }

    .Stone {
        bottom: -1rem;
    }

    .fourth-banner-product {
        max-width: 250px;
        bottom: -1rem;
    }

    .sawa-bottle-1 {
        max-width: 100px;
    }

    .sawa-bottle-2 {
        max-width: 150px;
    }

    .sawa-bottle-3 {
        max-width: 150px;
        right: 0;
        left: auto;
    }

    .bubble-3 {
        max-width: 80px;
        top: 10%;
        left: 10%;
    }

    .bubble-1 {
        top: -20%;
        max-width: 90px;
    }

    .bubble-2 {
        bottom: -7rem;
        max-width: 80px;
        right: 26%;
    }

    .sawa-bottle-3 {
        left: 65%;
    }

    .varient-heading-wrapper h2 {
        font-size: 28px;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-top: 0rem;
        line-height: 1.4;
        padding-bottom: 1rem;
    }

    .arrow {
        width: auto;
        margin: 0 auto;
    }

    br {
        display: none;
    }

    .h-full,
    .item-wrapper-1,
    .content-banner {
        height: 100%;
    }

    .lotion-vector img {
        max-width: 170px;
        top: -93px;
    }

    .varient-heading-wrapper p {
        font-size: 20px;
        text-align: center;
        width: 90%;
        margin: 0 auto;

    }

    .varient-card-wrapper .shape-img {
        max-width: 100%;
    }

    .varient-card-wrapper {
        width: calc((100% - 30px) / 2);
        margin-bottom: 2rem;
    }

    .varient-text p {
        font-size: 17px;
        text-align: center;
    }

    .varient-bottle-img img {
        max-width: 100px;
        top: 0rem;
    }

    .explore-sec .varient-main-img {
        padding-top: 6rem;
    }

    .Stars_icon-2,
    .Stars_icon-1 {
        max-width: 30px;
    }

    .Stars_icon-2 {
        bottom: -8%;
        right: 0;
    }

    .hydration-text p {
        font-size: 18px;
    }

    .hydration-boost-main-wrapper {
        flex-wrap: wrap;
    }

    .hydration-content-wrapper {
        width: 100%;
        padding: 0.6rem 1rem 2rem;
    }

    .hydration-main-content-wrapper {
        margin-right: 0;
        width: 90%;
    }

    .hydration-img img {
        max-width: 70px;
    }

    .coco-beans-img {
        right: 0;
        bottom: -18%;
    }

    .hydration-heading-wrapper h2 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 1rem;
    }

    .hydration-heading-wrapper p {
        font-size: 18px;
        line-height: 1.3;
        width: 100%;
    }

    .hydration-img-wrapper img {
        margin-left: auto;
    }

    .product3-dust {
        bottom: auto;
    }

    .hydration-heading-wrapper span {
        text-align: center;
        font-size: 16px;
        display: block;
    }

    .hydration-img-wrapper {
        width: 100%;
        bottom: 5rem;
        position: absolute;
    }

    .product1 {
        position: relative;
        left: auto;
    }

    .ice {
        z-index: 111;
        position: absolute;
        left: 10rem;
        bottom: 1rem;
        margin-bottom: 0;
    }

    .hydration-boost-section1 .coco-beans-img {
        right: 0;
    }

    #product1 .hydration-img-wrapper {
        width: 100%;
        bottom: 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .product3-img {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: 11;
        bottom: 3rem;
        margin-left: auto !important;
    }

    .product-coco-img {
        z-index: 111;
        position: absolute;
        left: -11rem;
        right: 0;
        margin: 0 auto;
        bottom: 0rem;
        margin-bottom: auto;
        margin-left: auto !important;
    }

    .hydration-boost-section2 .coco-beans-img {
        right: 0;
    }

    .hydration-boost-section3 .coco-beans-img {
        right: 0;
    }

    .e2 {
        max-width: 170px;
    }

    .gel-element-wrapper img {
        max-width: 150px;
        bottom: -4%;
    }

    .quiz-heading-wrapper h2 {
        font-size: 19px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1rem;
        line-height: 1.3;
        text-transform: capitalize;
    }

    .swach-img {
        top: -5.5rem;
        max-width: 150px;
    }

    .social-media {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-bottom: 6rem;
    }

    .recycle {
        margin-left: 1rem !important;
        margin-top: -1rem !important;
        /* position: absolute; */
        bottom: 10%
    }

    .social-text {
        margin-bottom: 2rem;
    }

    .question-inner-wrapper {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .question-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .options {
        width: 100%;
    }

    .question-text {
        font-size: 24px;
        width: 90%;
        margin: 0 auto;
    }

    .result-product img {
        width: 50%;
    }

    .option p {
        font-size: 16px;
    }

    .option img {
        max-width: 30px;
    }

    #reveal-button {
        font-size: 16px;
    }

    #reveal-button img {
        max-width: 20px;
    }

    .reuse-wrapper {
        background-image: url(../images/beautylp/RecycleBanner.png) !important;
        background-size: cover;
        background-position: center;
        padding: 0 1rem;
        flex-wrap: wrap;
        height: 90vh;
    }

    .reuse-wrapper {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    flex-direction: column-reverse;
}

    .reuse-wrapper .reuse-text,
    .reuse-wrapper .reuse-img {
        width: 100%;
    }
    .reuse-wrapper .reuse-img{
        align-self: center;
    }
    .reuse-wrapper .reuse-text{
        padding-top: 2rem;
        align-self: baseline;
    }
    .reuse-wrapper .reuse-text h2 {
        font-size: 3rem;
        text-align: center;
    }

    .reuse-wrapper {
        padding: 0rem 1rem;
    }

    #reuseslide1 {
        padding-bottom: 0;
    }

    #reuse-slider.owl-carousel .owl-item {}

    .bin {
        margin-left: 1rem !important;
        margin-top: 3rem;
    }

    .recycle {
        margin-left: auto;
        margin-top: 0;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1rem;
        text-align: center;
    }

    .hand-with-sawa {
       position: absolute;
        top: -10rem;
        max-width: 250px !important;
    }

    .quiz-product-main-wrapper {
        flex-wrap: wrap;
        padding-top: 2rem;
    }

    .quiz-product-text {
        width: 100%;
    }

    .quiz-product-img-wrapper {
        width: 100%;
    }

    .question-number {
        font-size: 30px;
    }

    .quiz-product-text h2 {
        text-align: center;
        font-size: 28px;
        padding-bottom: 2rem;
        line-height: 1.4;
    }

    .feedback-main-container {
        flex-wrap: wrap;
    }

    .feedback-heading-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .feedback-form-wrapper {
        width: 100%;
    }

    .feedback-heading-wrapper h2 {
        font-size: 32px;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .feedback-heading-wrapper p {
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .form-field {
        width: 100%;
    }

    .form-field label {
        font-size: 17px;
    }

    .rate-text {
        display: block;
    }

    .thank-u-section {
        margin: 2rem;
        border-radius: 5px;
    }

    .thank-u-content-wrapper p {
        font-size: 24px;
    }

    .thank-u-star-1 {
        margin: 0 auto;
        top: -25%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .thank-u-star-2 {
        margin: 0 auto;
        bottom: -25%;
        left: 0;
        right: 0;
    }

    .thank-u-content-wrapper {
        width: 80%;
    }

    .faq-heading-wrapper h2 {
        font-size: 28px;
        text-align: center;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .accordion-button {
        padding: 2rem 0;
    }

    .footer-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: none;
        padding-bottom: 1.5rem;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #3C3C3C26;
    }

    .footer-menu {
        padding-top: 1.5rem;
    }

    .footer-bottom-wrapper {
        flex-wrap: wrap-reverse;
        padding-top: 0;
        justify-content: center;
    }

    .copyright-text {
        flex-wrap: wrap;
        justify-content: center;
        border-top: 1px solid #3C3C3C26;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .copyright-text p {
        font-size: 12px;
        padding-bottom: 1rem;
        border-right: none;
        padding-right: 0;
    }

    .copyright-text a {
        font-size: 12px;
    }

    .gel-bottle {
        position: relative;
        margin: 0 auto;
        right: 0;
    }

    .hydration-boost-section {
        background-size: cover;
    }

    .content-full-wrapper {
        width: 100%;
    }

    .result-txt h3 {
        color: #303281;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .result-txt {
        left: 1rem;
    }

    .result-text {
        top: 30%;
    }

    .result-text p {
        font-size: 50px;
        line-height: 50px;
    }

    .result-product {
        bottom: 1rem;
    }

    .result-icon {
        bottom: -1rem;
        z-index: 111;
    }

    .item-wrapper-2 .content-main-wrapper .content-left-wrapper,
    .item-wrapper-3 .content-left-wrapper {
        padding-top: 4rem;
    }
    #cool .result-icon {
        max-width: 210px;
        bottom: 0.3rem;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .desktop-view {
        display: none !important;
    }

    .item-wrapper-2 .content-main-wrapper .content-left-wrapper,
    .item-wrapper-3 .content-left-wrapper {
        padding-top: 4rem;
    }

    .mobile-view {
        display: block !important;
    }

    .slider-img .d-banner {
        display: none !important;
    }

    .explore-sec {
        display: block;
    }

    .hydration-boost-section1 .gel-bottle,
    .hydration-boost-section2 .gel-bottle,
    .hydration-boost-section3 .gel-bottle {
        max-width: 280px;
    }

    .coco-beans-img {
        max-width: 280px;
    }

    .text-center {
        text-align: center;
    }

    #sawa-banner-slider .owl-nav button.owl-next,
    #sawa-banner-slider .owl-nav button.owl-prev {
        height: 35px;
        width: 35px;
    }

    .reuse-section .slide-counter1 {
        position: absolute;
        bottom: 1rem;
        left: 6.5rem;
        color: #fff;
        z-index: 1;
        font-size: 20px;
    }

    #reuse-slider .owl-prev,
    #reuse-slider .owl-next {
        bottom: 0.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-prev {
        bottom: 1rem;
        left: 1rem;
    }

    .slide-counter {
        bottom: 1.4rem;
        left: 4.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-next {
        bottom: 1rem;
        left: 8rem;
    }

    #counter {
        bottom: 13%;
        left: 26%;
        font-size: 24px;
    }

    .quiz-container {
        padding-bottom: 0;
    }

    .cookie-modal {
        background: #fffc;
        padding: 2rem;
        border-radius: 5px;
        text-align: center;
        max-width: 300px;
        position: relative;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        animation: 0.3s ease-in-out;
        margin: 0 auto;
    }

    .slider-img .m-banner {
        display: block !important;
    }

    .feedback-btn {
        font-size: 18px;
    }

    .heading-wrapper a,
    .item-wrapper-3 .heading-wrapper a,
    .item-wrapper-2 .heading-wrapper a {
        font-size: 30px;
    }

    .footer {
        padding: 2rem 0;
    }

    .heart-1,
    .heart-2,
    .heart-3,
    .heart-4,
    .heart-5 {
        width: 30px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #arrow-section-2,
    #arrow-section-1 {}

    .item-wrapper-3 .content-right-wrapper,
    .item-wrapper-3 .content-left-wrapper {
        width: 100%;
    }

    .item-wrapper-1 .content-right-wrapper {
        width: 200%;
        bottom: 1rem;
    }

    .item-wrapper-1 .content-full-wrapper {
        width: 100%;
    }

    .content-left-wrapper,
    .content-right-wrapper {
        width: 100% !important;
        text-align: center;
    }

    .item-wrapper-2 .content-banner {
        top: 5%;
        transform: none;
    }

    .item-wrapper-3 .content-banner {
        bottom: 0rem;
        top: auto;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        top: 10%;
        left: 0;
        right: 0;
    }

    .item-wrapper-1 .col-12 {
        padding: 0;
    }

    .heading-wrapper h1 {
        font-size: 65px;
        text-align: center;
        line-height: 1.5;
        padding-top: 10rem;
    }

    .sawa-bottle-4 {
        max-width: 100px;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sawa-bottle-1 {
        bottom: -12rem;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .item-wrapper-3 .content-right-wrapper {
        position: absolute;
    }

    .Stone {
        bottom: -1rem;
    }

    .fourth-banner-product {
        max-width: 400px;
        bottom: 1rem;
    }

    .sawa-bottle-1 {
        max-width: 100px;
    }

    .arrow {
        width: auto;
    }

    .sawa-bottle-2 {
        max-width: 150px;
    }

    .sawa-bottle-3 {
        max-width: 150px;
        right: 0;
        left: auto;
    }

    .bubble-3 {
        max-width: 80px;
        top: 10%;
        left: 10%;
    }

    .bubble-1 {
        top: -20%;
        max-width: 90px;
    }

    .bubble-2 {
        bottom: -7rem;
        max-width: 80px;
        right: 26%;
    }

    .sawa-bottle-3 {
        left: 65%;
    }

    .varient-heading-wrapper h2 {
        font-size: 42px;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-top: 3rem;
    }

    br {
        display: none;
    }

    .h-full,
    .item-wrapper-1,
    .content-banner {
        height: 100%;
    }

    .lotion-vector img {
        max-width: 170px;
        top: -80px;
    }

    .varient-heading-wrapper p {
        font-size: 20px;
        text-align: center;
    }

    .varient-card-wrapper .shape-img {
        max-width: 100%;
    }

    .varient-card-wrapper {
        width: calc((100% - 30px) / 2);
        margin-bottom: 2rem;
    }

    .varient-text p {
        font-size: 30px;
        text-align: center;
    }

    .varient-bottle-img img {
        max-width: 100px;
        top: 0rem;
    }

    .explore-sec .varient-main-img {
        padding-top: 6rem;
    }

    .Stars_icon-2,
    .Stars_icon-1 {
        max-width: 30px;
    }

    .Stars_icon-2 {
        bottom: -8%;
        right: 0;
    }

    .hydration-text p {
        font-size: 18px;
    }

    .hydration-boost-main-wrapper {
        flex-wrap: wrap;
    }

    .hydration-content-wrapper {
        width: 100%;
        padding: 0.6rem 1rem 2rem;
    }

    .hydration-main-content-wrapper {
        margin-right: 0;
        width: 90%;
    }

    .hydration-img img {
        max-width: 70px;
    }

    .coco-beans-img {
        right: 0;
        bottom: -18%;
    }

    .hydration-heading-wrapper h2 {
        font-size: 50px;
        text-align: center;
        padding-bottom: 1rem;
    }

    .hydration-heading-wrapper p {
        font-size: 30px;
        line-height: 1.3;
        width: 98%;
    }

    .hydration-img-wrapper img {
        margin-left: auto;
    }

    .soft-glycerine {
        width: 60%;
    }

    .hydration-heading-wrapper span {
        text-align: center;
        font-size: 16px;
        display: block;
    }

    .hydration-img-wrapper {
        width: 100%;
        bottom: 5rem;
        position: absolute;
    }

    .product1 {
        position: relative;
        left: auto;
        width: 60%;
    }

    .ice {
        z-index: 111;
        position: absolute;
        left: 10rem;
        bottom: -2rem;
        margin-bottom: 0;
        width: 50%;
    }

    .hydration-boost-section1 .coco-beans-img {
        right: 0;
    }

    #product1 .hydration-img-wrapper {
        width: 100%;
        bottom: 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .product3-img {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: 11;
        margin-left: auto !important;
        width: 60%;
        bottom: -1rem;
    }

    .product3-dust {
        width: 100%;
        bottom: 18rem;
    }

    .product-coco-img {
        z-index: 111;
        position: absolute;
        left: -11rem;
        right: 0;
        margin: 0 auto;
        bottom: -1rem;
        margin-bottom: auto;
        margin-left: auto !important;
    }

    .hydration-boost-section2 .coco-beans-img {
        right: 0;
    }

    .hydration-boost-section3 .coco-beans-img {
        right: 0;
    }

    .e2 {
        max-width: 170px;
    }

    .gel-element-wrapper img {
        max-width: 150px;
        bottom: -4%;
    }

    .quiz-heading-wrapper h2 {
        font-size: 35px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1rem;
        line-height: 1.3;
    }

    .swach-img {
        top: -5.5rem;
        max-width: 150px;
    }

    .question-inner-wrapper {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .question-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .options {
        width: 100%;
    }

    .question-text {
        font-size: 30px;
    }

    .option p {
        font-size: 16px;
    }

    .option img {
        max-width: 30px;
    }

    #reveal-button {
        font-size: 20px;
    }

    #reveal-button img {
        max-width: 20px;
    }

    .reuse-wrapper {
        /* background-image: url(../images/reuse-sec-mob.png); */
        background-size: cover;
        background-position: center;
        padding: 0 3rem;
        flex-wrap: wrap;
    }

    .reuse-wrapper .reuse-text,
    .reuse-wrapper .reuse-img {
        width: 100%;
    }

    .reuse-wrapper .reuse-text h2 {
        font-size: 3rem;
        text-align: center;
    }

    .reuse-wrapper {
        padding: 4rem 1rem;
    }

    #reuseslide1 {
        padding-bottom: 0;
    }

    #reuse-slider.owl-carousel .owl-item {}

    .bin {
        margin-left: auto !important;
        position: relative;
        bottom: -1rem;
        width: 200px !important;
        right: -1rem;
        bottom: -7rem;
    }

    .recycle {
        margin-left: 7rem !important;
        margin-top: 0rem !important;
    }

    .reuse-wrapper .reuse-img img {
        margin: 0 auto;
    }

    .hand-with-sawa {
        position: absolute;
        right: -3rem;
        top: 10rem;
        margin-left: auto;
        z-index: 1;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .reuse-wrapper .reuse-img.reuse-wrapper .reuse-img.reuse-wrapper .reuse-img .hand-with-sawa {
        max-width: 315px;
    }

    .quiz-product-main-wrapper {
        flex-wrap: wrap;
        padding-top: 2rem;
    }

    .quiz-product-text {
        width: 100%;
    }

    .quiz-product-img-wrapper {
        width: 100%;
    }

    .question-number {
        font-size: 50px;
    }

    .quiz-product-text h2 {
        text-align: center;
        font-size: 28px;
        padding-bottom: 2rem;
        line-height: 1.4;
    }

    .feedback-main-container {
        flex-wrap: wrap;
    }

    .feedback-heading-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .feedback-form-wrapper {
        width: 100%;
    }

    .feedback-heading-wrapper h2 {
        font-size: 42px;
        padding-bottom: 2rem;
        margin-bottom: 0rem;
    }

    .feedback-heading-wrapper p {
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .form-field {
        width: 100%;
    }

    .form-field label {
        font-size: 17px;
    }

    .rate-text {
        display: block;
    }

    .thank-u-section {
        margin: 2rem;
        border-radius: 5px;
    }

    .thank-u-content-wrapper p {
        font-size: 40px;
    }

    .thank-u-star-1 {
        margin: 0 auto;
        top: -25%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .thank-u-star-2 {
        margin: 0 auto;
        bottom: -25%;
        left: 0;
        right: 0;
    }

    .thank-u-content-wrapper {
        width: 80%;
    }

    .faq-heading-wrapper h2 {
        font-size: 40px;
        text-align: center;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .accordion-button {
        padding: 2rem 0;
    }

    .footer-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: none;
        padding-bottom: 1.5rem;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #3C3C3C26;
    }

    .footer-menu {
        padding-top: 1.5rem;
    }

    .footer-bottom-wrapper {
        flex-wrap: wrap-reverse;
        padding-top: 0;
        justify-content: center;
    }

    .copyright-text {
        flex-wrap: wrap;
        justify-content: center;
        border-top: 1px solid #3C3C3C26;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .copyright-text p {
        font-size: 12px;
        padding-bottom: 1rem;
        border-right: none;
        padding-right: 0;
    }

    .copyright-text a {
        font-size: 12px;
    }

    .gel-bottle {
        position: relative;
        margin: 0 auto;
        right: 0;
        width: 60%;
    }

    .hydration-boost-section {
        background-size: cover;
    }

    .result-product img {
        width: 30%;
    }

    .result-icon img {
        width: 30%;
    }

    .result-text {
        top: 33%;
    }

    .result-product {}

    .result-icon {}

    .social-media {
        margin: 2rem auto 6rem;
    }

}

@media screen and (min-width: 769px) and (max-width: 991px) {

    .hydration-boost-section1 .gel-bottle,
    .hydration-boost-section2 .gel-bottle,
    .hydration-boost-section3 .gel-bottle {
        max-width: 280px;
    }

    .coco-beans-img {
        max-width: 280px;
    }

    .hydration-boost-img .mobile-view {
        display: block !important;
    }

    .hydration-boost-img .desktop-view {
        display: none !important;
    }

    .text-center {
        text-align: center;
    }

    #sawa-banner-slider .owl-nav button.owl-next,
    #sawa-banner-slider .owl-nav button.owl-prev {
        height: 35px;
        width: 35px;
    }

    .reuse-section .slide-counter1 {
        position: absolute;
        bottom: 1rem;
        left: 6.5rem;
        color: #fff;
        z-index: 1;
        font-size: 25px;
    }

    .reuse-wrapper .reuse-img img {
        text-align: center;
        margin: 0 auto;
    }

    #reuse-slider .owl-prev,
    #reuse-slider .owl-next {
        bottom: 0.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-prev {
        bottom: 1rem;
        left: 1rem;
    }

    .slide-counter {
        bottom: 1.4rem;
        left: 4.5rem;
    }

    #sawa-banner-slider .owl-nav button.owl-next {
        bottom: 1rem;
        left: 8rem;
    }

    #counter {
        bottom: 13%;
        left: 26%;
        font-size: 24px;
    }

    .quiz-container {
        padding-bottom: 0;
    }

    .cookie-modal {
        background: #fffc;
        padding: 2rem;
        border-radius: 5px;
        text-align: center;
        max-width: 300px;
        position: relative;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        animation: 0.3s ease-in-out;
        margin: 0 auto;
    }


    .feedback-btn {
        font-size: 22px;
    }

    .heading-wrapper a,
    .item-wrapper-3 .heading-wrapper a,
    .item-wrapper-2 .heading-wrapper a {
        font-size: 15px;
    }

    .footer {
        padding: 2rem 0;
    }

    .heart-1,
    .heart-2,
    .heart-3,
    .heart-4,
    .heart-5 {
        width: 30px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #arrow-section-2,
    #arrow-section-1 {
        display: block;
    }

    .item-wrapper-3 .content-right-wrapper,
    .item-wrapper-3 .content-left-wrapper {
        width: 100%;
    }

    .social-media {
        margin: 2rem auto 7rem;
    }

    .item-wrapper-1 .content-right-wrapper {
        width: 70%;
        bottom: 0rem;
    }

    .content-left-wrapper {
        width: 60% !important;
        text-align: center;
        padding: 7rem 2rem;
    }

    .content-right-wrapper {
        width: 72% !important;
        text-align: center;
        padding: 0rem 2rem;
    }

    .item-wrapper-2 .content-banner {
        top: 5%;
        transform: none;
    }

    .item-wrapper-3 .content-banner {
        bottom: 0rem;
        top: auto;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        top: 25%;
        width: 40%;
    }

    .heading-wrapper h1 {
        font-size: 30px;
        text-align: center;
        line-height: 1.5;
    }

    .sawa-bottle-4 {
        max-width: 100px;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sawa-bottle-1 {
        bottom: -12rem;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .item-wrapper-3 .content-left-wrapper,
    .item-wrapper-3 .content-right-wrapper {
        width: 45% !important;
    }

    .Stone {
        bottom: -1rem;
    }

    .fourth-banner-product {
        max-width: 250px;
        bottom: -1rem;
    }

    .sawa-bottle-1 {
        max-width: 100px;
    }

    .sawa-bottle-2 {
        max-width: 150px;
    }

    .sawa-bottle-3 {
        max-width: 150px;
        right: 0;
        left: auto;
    }

    .bubble-3 {
        max-width: 80px;
        top: 10%;
        left: 10%;
    }

    .bubble-1 {
        top: -20%;
        max-width: 90px;
    }

    .bubble-2 {
        bottom: -7rem;
        max-width: 80px;
        right: 26%;
    }

    .sawa-bottle-3 {
        left: 65%;
    }

    .varient-heading-wrapper h2 {
        font-size: 40px;
        text-align: center;
        width: 95%;
        margin: 0 auto;
        padding-top: 3rem;
    }

    br {
        display: none;
    }

    .h-full,
    .item-wrapper-1,
    .content-banner {
        height: 100%;
    }

    .lotion-vector img {
        max-width: 170px;
        top: -80px;
    }

    .varient-heading-wrapper p {
        font-size: 30px;
        text-align: center;
    }

    .varient-card-wrapper .shape-img {
        max-width: 100%;
    }

    .varient-card-wrapper {
        width: calc((100% - 30px) / 2);
        margin-bottom: 2rem;
    }

    .varient-text p {
        font-size: 30px;
        text-align: center;
    }

    .varient-bottle-img img {
        max-width: 100px;
        top: 0rem;
    }

    .explore-sec .varient-main-img {
        padding-top: 6rem;
    }

    .Stars_icon-2,
    .Stars_icon-1 {
        max-width: 30px;
    }

    .Stars_icon-2 {
        bottom: -8%;
        right: 0;
    }

    .hydration-text p {
        font-size: 18px;
    }

    .hydration-boost-main-wrapper {
        flex-wrap: wrap;
    }

    .hydration-content-wrapper {
        width: 100%;
        padding: 0.6rem 1rem 2rem;
    }

    .hydration-main-content-wrapper {
        margin-right: 0;
        width: 90%;
    }

    .hydration-img img {
        max-width: 70px;
    }

    .coco-beans-img {
        right: 0;
        bottom: -18%;
    }

    .hydration-heading-wrapper h2 {
        font-size: 45px;
        text-align: center;
        padding-bottom: 1rem;
    }

    .hydration-heading-wrapper p {
        font-size: 30px;
        line-height: 1.4;
        width: 98%;
    }

    .flash1 {
        display: none !important;
    }

    .hydration-img-wrapper img {
        margin-left: auto;
    }

    .soft-glycerine,
    .gel-bottle,
    .product3-img,
    .product1,
    .ice {
        width: 60%;
    }

    .almond,
    .product3-dust {
        width: 100%;
    }

    .quiz-heading-wrapper h2 {
        width: 40px;
    }

    .hydration-heading-wrapper span {
        text-align: center;
        font-size: 16px;
        display: block;
    }

    .hydration-img-wrapper {
        width: 100%;
        bottom: 5rem;
        position: absolute;
    }

    .product1 {
        position: relative;
        left: auto;
    }

    .ice {
        z-index: 111;
        position: absolute;
        left: 10rem;
        bottom: 2rem;
        margin-bottom: 0;
        width: 45%;
    }

    .hydration-boost-section1 .coco-beans-img {
        right: 0;
    }

    #product1 .hydration-img-wrapper {
        width: 100%;
        bottom: 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .product3-img {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: 11;
        margin-left: auto !important;
    }

    .product-coco-img {
        z-index: 111;
        position: absolute;
        left: -11rem;
        right: 0;
        margin: 0 auto;
        bottom: -2rem;
        margin-bottom: auto;
        margin-left: auto !important;
    }

    .hydration-boost-section2 .coco-beans-img {
        right: 0;
    }

    .hydration-boost-section3 .coco-beans-img {
        right: 0;
    }

    .e2 {
        max-width: 170px;
    }

    .gel-element-wrapper img {
        max-width: 150px;
        bottom: -4%;
    }

    .quiz-heading-wrapper h2 {
        font-size: 24px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 1rem;
        line-height: 1.3;
    }

    .swach-img {
        top: -5.5rem;
        max-width: 150px;
    }

    .question-inner-wrapper {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .question-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .options {
        width: 100%;
        gap: 25px;
    }

    .question-text {
        font-size: 20px;
    }

    .option p {
        font-size: 20px;
    }

    .option img {
        max-width: 30px;
    }

    #reveal-button {
        font-size: 16px;
    }

    #reveal-button img {
        max-width: 20px;
    }

    .reuse-wrapper {
        background-image: url(../images/beautylp/reuse-sec-mob.png);
        background-size: cover;
        background-position: center;
        padding: 0 3rem;
        flex-wrap: wrap;
    }

    .reuse-wrapper .reuse-text,
    .reuse-wrapper .reuse-img {
        width: 100%;
    }

    .reuse-wrapper .reuse-text h2 {
        font-size: 3rem;
        text-align: center;
    }

    .reuse-wrapper {
        padding: 4rem 1rem;
    }

    #reuseslide1 {
        padding-bottom: 0;
    }

    #reuse-slider.owl-carousel .owl-item {}



    .recycle {
        margin-left: 18rem !important;
        margin-top: 3rem !important;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1.4rem;
        text-align: center;
    }

    .hand-with-sawa {
        max-width: 100%;
    }

    .bin {
        bottom: -3rem;
        margin-left: 14rem !important;
    }

    .quiz-product-main-wrapper {
        flex-wrap: wrap;
        padding-top: 2rem;
    }

    .result-product img {
        width: 50%;
    }

    .result-icon img {
        width: 30%;
    }

    .result-bg .desktop-view {
        display: none !important;
    }

    .result-bg .mobile-view {
        display: block !important;
    }

    .result-text {
        top: 25%;
    }

    .quiz-product-text {
        width: 100%;
    }

    .quiz-product-img-wrapper {
        width: 100%;
    }

    .question-number {
        font-size: 50px;
    }

    .quiz-product-text h2 {
        text-align: center;
        font-size: 40px;
        padding-bottom: 2rem;
        line-height: 1.4;
    }

    .feedback-main-container {
        flex-wrap: wrap;
    }

    .feedback-heading-wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .feedback-form-wrapper {
        width: 100%;
    }

    .feedback-heading-wrapper h2 {
        font-size: 40px;
        padding-bottom: 1rem;
        margin-bottom: 0px;
    }

    .feedback-heading-wrapper p {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .form-field {
        width: 100%;
    }

    .form-field label {
        font-size: 22px;
    }

    .rate-text {
        display: block;
    }

    .thank-u-section {
        margin: 2rem;
        border-radius: 5px;
    }

    .thank-u-content-wrapper p {
        font-size: 30px;
    }

    .thank-u-star-1 {
        margin: 0 auto;
        top: -25%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .thank-u-star-2 {
        margin: 0 auto;
        bottom: -25%;
        left: 0;
        right: 0;
    }

    .thank-u-content-wrapper {
        width: 80%;
    }

    .faq-heading-wrapper h2 {
        font-size: 40px;
        text-align: center;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 16px;
    }

    .accordion-button {
        padding: 2rem 0;
    }

    .footer-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: none;
        padding-bottom: 1.5rem;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #3C3C3C26;
    }

    .footer-menu {
        padding-top: 1.5rem;
    }

    .footer-bottom-wrapper {
        flex-wrap: wrap-reverse;
        padding-top: 0;
        justify-content: center;
    }

    .copyright-text {
        flex-wrap: wrap;
        justify-content: center;
        border-top: 1px solid #3C3C3C26;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

    .copyright-text p {
        font-size: 12px;
        padding-bottom: 1rem;
        border-right: none;
        padding-right: 0;
    }

    .copyright-text a {
        font-size: 12px;
    }

    .gel-bottle {
        position: relative;
        margin: 0 auto;
        right: 0;
    }

    .hydration-boost-section {
        background-size: cover;
    }

}

@media screen and (min-width: 992px) and (max-width: 1025px) {

    .varient-heading-wrapper h2,
    .quiz-heading-wrapper h2,
    .quiz-product-text h2,
    .feedback-heading-wrapper h2,
    .hydration-heading-wrapper h2 {
        font-size: 28px;
    }

    .sawa-bottle-4 {
        max-width: 100px;
    }

    .question-wrapper {
        padding-right: 5rem;
    }

    .varient-card-wrapper .shape-img {
        max-width: 100%;
    }

    #reveal-button {
        font-size: 20px;
    }

    .hydration-boost-section3 .coco-beans-img {
        right: 0;
    }

    .option img {
        max-width: 30px;
    }

    .varient-heading-wrapper p,
    .varient-text p,
    .feedback-heading-wrapper p {
        font-size: 24px;
    }

    .varient-card-wrapper {
        margin-right: 2rem;
    }

    .varient-card-wrapper:last-child {
        margin-right: 0;
    }

    .varient-main-container {
        flex-wrap: nowrap;
    }

    .varient-bottle-img img {
        max-width: 120px;
    }

    .hydration-main-content-wrapper {
        margin-right: 2rem;
    }

    .gel-bottle {
        right: 0;
        max-width: 120px;
    }

    .hydration-img-wrapper {
        bottom: 5rem;
    }

    .almond {
        width: 25%;
    }

    .soft-glycerine {
        max-width: 100px;
    }

    .result-product img {
        max-width: 100px;
    }

    .result-product {
        bottom: 2rem;
    }

    .result-text p {
        font-size: 80px;
    }

    .result-icon {
        bottom: 0rem;
    }

    .bin {
        margin-left: 0rem !important;
        bottom: -1rem;
    }

    .recycle {
        margin-left: 3rem !important;
    }

    .reuse-wrapper .reuse-text,
    .reuse-wrapper .reuse-img {
        width: 50%;
    }

    .flash1 {
        max-width: 400px;
        bottom: -1rem;
    }

    .hydration-heading-wrapper h2 {
        margin-bottom: 1rem;
    }

    .ice {
        max-width: 150px;
    }

    .product1,
    .product3-img {
        max-width: 100px;
    }

    .product-coco-img {
        max-width: 180px;
        bottom: -3rem;
    }

    .product3-dust {
        max-width: 300px;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .option {
        padding: 2rem 1rem;
    }

    .feedback-heading-wrapper {
        padding-right: 2rem;
    }

    .thank-u-content-wrapper p {
        font-size: 24px;
    }

    .thank-u-star-1 {
        top: -78%;
        left: -7%;
    }

    .thank-u-star-2 {
        bottom: -66%;
        right: -3%;
    }

    .copyright-text p,
    .copyright-text a {
        font-size: 14px;
    }

    .feedback-btn {
        font-size: 16px;
    }

    .form-field label {
        font-size: 16px;
    }

    .question-number {
        font-size: 45px;
    }

    .content-left-wrapper {
        width: 50%;
    }

    .content-right-wrapper {
        width: 50%;
    }

    .heading-wrapper h1 {
        font-size: 30px;
    }

    .fourth-banner-product {
        max-width: 300px;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        top: -24rem;
    }

    .heading-wrapper a {
        font-size: 18px;
    }

    .sawa-bottle-1 {
        max-width: 100px;
    }

    .sawa-bottle-2 {
        max-width: 160px;
    }

    .sawa-bottle-3 {
        max-width: 160px;
    }

    .slide-counter {
        bottom: 2.6rem;
    }

    #sawa-banner-slider .owl-nav button.owl-prev,
    #sawa-banner-slider .owl-nav button.owl-next {
        bottom: 2rem;
    }
}

/* ===========================
   iPad Pro / Large Tablets
   Width: 1024px – 1199px
=========================== */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    
    /* Bin */
    .bin {
        bottom: 0rem !important;
        width: 70% !important;
        left: 24% !important;
        margin-left: 0; /* remove conflicting margin-left */
    }

    /* Hand with Sawa */
    .hand-with-sawa {
        width: 63% !important;
        top: 98px !important;
        left: 35%;
    }

    /* Recycle */
    .recycle {
        width: 40% !important;
        top: 160px;
        left: 20% !important;
        margin-left: 11rem !important; 
    }

    .commitment-description {
        font-size: 20px;
        line-height: 28px;
        padding: 0 31px !important;
    }

}


@media screen and (min-width: 1026px) and (max-width: 1380px) {

    .soft-glycerine,
    .gel-bottle,
    .product3-img,
    .product1 {
        max-width: 170px;
    }

    .product3-dust {
        bottom: -1rem;
    }

    .item-wrapper-3 .content-banner {
        bottom: auto;
        top: auto;
    }

    .slide-counter {
        bottom: 2.6rem;
        left: 6rem;
        font-size: 23px;
    }

    .almond {
        max-width: 400px;
    }

    #sawa-banner-slider .owl-nav button.owl-next {
        bottom: 5%;
    }

    .content-left-wrapper {
        padding: 15rem 0;
    }

    .content-right-wrapper,
    .content-left-wrapper {
        width: 50%;
    }

    #sawa-banner-slider .owl-nav button.owl-prev {
        bottom: 5%;
    }

    .fourth-banner-product {
        bottom: 4%;
    }

    .Stone {
        bottom: 10px;
    }

    .hydration-main-content-wrapper {
        margin-right: 7rem;
    }

    .heading-wrapper h1 {
        font-size: 36px;
    }

    .sawa-bottle-1 {
        bottom: -15%;
    }

    .item-wrapper-3 .heading-wrapper a,
    .item-wrapper-2 .heading-wrapper a {
        font-size: 24px;
    }

    .heading-wrapper a {
        font-size: 24px;
    }

    #counter {
        bottom: 5%;
    }

    .quiz-heading-wrapper h2,
    .varient-heading-wrapper h2,
    .hydration-heading-wrapper h2,
    .feedback-heading-wrapper h2,
    .faq-heading-wrapper h2,
    .quiz-product-text h2 {
        font-size: 32px;
    }

    .question-number {
        font-size: 50px;
    }

    .bin {
        z-index: 11;
        position: relative;
        margin-left: 3rem !important;
    }

    .recycle {
        margin-left: 6rem !important;
        margin-top: 3rem !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    #counter {
        left: 12%;
    }

    /*.sawa-bottle-1,
    .sawa-bottle-2,
    .sawa-bottle-3,
    .sawa-bottle-4{
        max-width: 250px;
    }*/

    .Stone {
        bottom: -12%;
    }

    .accordion-body {
        font-size: 22px;
    }

    .accordion-button {
        font-size: 26px;
    }

    .fourth-banner-product {
        bottom: -8%;
    }

    .item-wrapper-3 .heading-wrapper a,
    .item-wrapper-2 .heading-wrapper a {
        font-size: 28px;
    }

    .varient-text p {
        font-size: 31px;
    }

    .content-left-wrapper {
        padding: 0rem 0;
    }

    .hydration-text p {
        font-size: 24px;
    }

    .hydration-main-content-wrapper {
        margin-right: 5rem;
    }

    .content-left-wrapper {
        bottom: 25%;
    }

    .question-text {
        font-size: 34px;
    }

    .option p {
        font-size: 23px;
    }

    .hydration-heading-wrapper p {
        font-size: 25px;
    }

    .hydration-heading-wrapper h2 {
        font-size: 45px;
    }

    .bin {
        margin-left: 8rem !important;
    }

    .recycle {
        margin-left: 8.5rem !important;
    }

    #reuse-slider .owl-next {
        left: 10rem;
    }

    .reuse-section .slide-counter1 {
        bottom: 2rem;
    }

    .item-wrapper-1 .content-right-wrapper {
        width: 100%;
        bottom: -2rem;
    }

    .swach-img {
        top: -6.5rem;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        position: absolute;
        top: -35rem;
        transform: translateY(0rem);
        text-align: center;
    }

    .ice {
        bottom: 1rem;
    }

    .flash1 {
        max-width: 100%;
    }

        .title-line {
        font-size: 46px;
        line-height: 44px;
        z-index: 2;
        color: #FFFFFF;
    }

    .title-main {
        font-size: 72px;
        line-height: 74px;
    }

    .title-line:last-child {
        font-size: 46px;
        line-height: 44px;
        z-index: 2;
        color: #FFFFFF;
    }

    .hero-product {
    margin-bottom: 14px;
}
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
    .content-left-wrapper {}

    .item-wrapper-1 .content-right-wrapper {
        width: 90%;
        margin: 0 auto;
        bottom: -3rem;
    }

    .fourth-banner-product {
        max-width: 70%;
    }



    .faq-heading-wrapper h2,
    .feedback-heading-wrapper h2,
    .quiz-heading-wrapper h2,
    .quiz-product-text h2,
    .hydration-heading-wrapper h2,
    .varient-heading-wrapper h2,
    .varient-heading-wrapper h2 {
        font-size: 50px;
    }

    .accordion-button {
        font-size: 26px;
    }

    .accordion-body {
        font-size: 22px;
    }

    .thank-u-content-wrapper p,
    .feedback-heading-wrapper p {
        font-size: 34px;
    }

    .feedback-heading-wrapper {
        padding-right: 5rem;
    }

    .form-field label {
        font-size: 24px;
    }

    .feedback-btn {
        font-size: 26px;
    }

    .question-text {
        font-size: 38px;
    }

    .option p {
        font-size: 25px;
    }

    .option img {
        max-width: 32px;
    }

    #reveal-button {
        font-size: 26px;
    }

    .hydration-text p {
        font-size: 26px;
    }

    .hydration-content-wrapper {}

    .varient-text p,
    .varient-heading-wrapper p {
        font-size: 32px;
    }

    .hydration-heading-wrapper span {
        font-size: 24px;
    }

    .heading-wrapper h1 {
        font-size: 70px;
    }

    .hydration-heading-wrapper p {
        font-size: 30px;
    }

    .heading-wrapper a {
        font-size: 40px !important;
    }

    .item-wrapper-3 .content-banner .heading-wrapper {
        position: absolute;
        top: -40rem;
        transform: translateY(0rem);
        text-align: center;
    }

    .bin {
        margin-left: 8rem !important;
    }

    .recycle {
        margin-left: 10rem !important;
        margin-top: 3rem;
    }

    .reuse-wrapper .reuse-text {
        width: 50%;
    }

    .reuse-section .slide-counter1 {
        bottom: 2rem;
        left: 5.6rem;
        font-size: 30px;
    }

    #reuse-slider .owl-next {
        left: 0;
        bottom: 2rem;
        left: 10rem;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}


@media (max-width: 480px) {
  .bin-desktop {
    display: none;
  }
  .bin-mobile {
    display: block !important;
  }
  .commitment-text-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

 .reuse-img {
    position: relative; 
  }

  .bin-mobile {
    position: absolute;
    top: 218px;   
    left: 8%;  
    width: 80%; 
    height: auto; 
    opacity: 1;
  }
  

  .recycle {
    position: absolute;
    width: 65%;
    height: auto;
    top: 108px;
    left: 15%;
    mix-blend-mode: multiply;
    opacity: 1;
  }
    .hand-with-sawa {
    position: absolute;
    width: 66%;
    height: auto;
    top: 136px;;
    left: 32%;
    opacity: 1;
  }

  .commitment-description {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 28px;
}

    .learn-more-button {
        max-width: 90%;
        height: 58px;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 24px;
    }
        .learn-more-button {
        max-width: 90%;
        height: 58px;
        font-size: 18px;
        line-height: 18px;
        padding: 10px 24px;
    }

    .reuse-section  .section-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #EB010B;
    margin-bottom: 15px;
    margin-top: 4rem;
    
}


    .usps-content .section-title {
        font-size: 28px;    
        line-height: 28px;   
        text-align: center;   
        word-wrap: break-word; 
        padding: 0 2px;      
    }

    .usps-content .red-font {
         font-size: 28px;
         font-style: Bold;
        display: inline;       
        color: #EB010B;
    }

.usps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px !important;
    margin-top: 0px;
    margin: -18px;
}
}


/* ✅ Tablet Portrait (481px – 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .bin-desktop {
    display: none;
  }
  .bin-mobile {
    display: block;
    position: absolute;
    top: 260px;
    left: 12%;
    width: 70%;
    height: auto;
    opacity: 1;
  }

  .recycle {
    position: absolute;
    width: 50%;
    height: auto;
    top: 140px;
    left: 18%;
    mix-blend-mode: multiply;
    opacity: 1;
  }

  .hand-with-sawa {
    position: absolute;
    width: 55%;
    height: auto;
    top: 160px;
    left: 34%;
    opacity: 1;
  }

  .commitment-text-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .commitment-description {
    font-size: 22px;
    line-height: 28px;
    padding: 0 40px;
  }

  .learn-more-button {
    max-width: 80%;
    height: 60px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 30px;
  }

  .reuse-section .section-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-top: 3rem;
  }
}

/* ✅ Tablet Landscape / iPad Pro (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .bin-desktop {
    display: block;
  }
  .bin-mobile {
    display: none;
  }

  .recycle {
    width: 40%;
    top: 160px;
    left: 20%;
  }

  .hand-with-sawa {
    width: 45%;
    top: 170px;
    left: 35%;
  }

  .commitment-description {
    font-size: 20px;
    line-height: 28px;
    padding: 0 60px;
  }

  .learn-more-button {
    max-width: 60%;
    height: 58px;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 36px;
  }

  .reuse-section .section-subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 2.5rem;
  }


  
}


/* iPad Mini / Small Tablets (Portrait) 768px – 810px */
@media screen and (min-width: 768px) and (max-width: 810px) {
    .hero-background-mobile {
        display: block !important;
        width: 100%;
        height: 1800px;
    }

    .product-image-mobile {
        display: block !important;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: translateY(4px);
    }
    .form-container {
        width: 150%;
        margin-left: -70px;
        margin-top: 0%;
    }
    .bin {
        bottom: -3rem;
         left: -2.5rem !important;
    }

   

    .hand-with-sawa {
        width: 70% !important;
        top: -425px !important;
        left: 37% !important;
    }

    .commitment-description {
        font-size: 18px;
        line-height: 26px;
        padding: 0 2rem;
    }

        .certificate-item img {
        margin-top: 16px;
        max-width: 112px !important;
        height: auto !important;
    }

        .reuse-wrapper {
        background-image: url(../images/beautylp/reuse-sec-mob.png) !important; 
        background-size: cover;
        background-position: center;
        padding: 0 3rem;
        flex-wrap: wrap;
        height: 1141px !important;
    }

    .recycle {
        position: absolute;
        width: 37% !important;
        height: auto;
        top: -477px !important;
        left: 12% !important;
        mix-blend-mode: multiply;
        opacity: 1;
    }

        .bin-mobile {
        display: block !important;
        position: absolute !;
        top: -209px !important;
        left: 12%;
        width: 70%;
        height: auto;
        opacity: 1;
        width: 359px !important;
        right: -3rem;
    }
}

/* iPad Air / Medium Tablets 811px – 834px */
@media screen and (min-width: 811px) and (max-width: 834px) {
    .hero-background-mobile {
        display: block !important;
        width: 100%;
        height: 1900px !important;
    }
    .product-image-mobile {
        display: block !important;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: translateY(6px);
    }
        .form-container {
        width: 150%;
        margin-left: -70px;
        margin-top: 0%;
    }
    .bin {
        display: none !important;
        
    }

    .bin-mobile {
        display: block !important;
        width: 60%;
        bottom: -2rem;
        margin-left: 11rem !important;
    }

    /* .recycle {
        width: 55%;
        margin-left: 12%;
        margin-top: 1.2rem !important;
    } */

    .hand-with-sawa {
        width: 60%;
        top: 200px;
        left: 38%;
    }

    .commitment-description {
        font-size: 19px;
        line-height: 27px;
        padding: 0 3rem;
    }
    hand-with-sawa {
    right: 0rem !important;
    top: 9rem;
    }

    .hand-with-sawa {
        width: 61% !important;
        top: 98px;
        left: 37%;
    }

    .recycle {
        margin-left: 14rem !important;
        margin-top: 2rem !important;
        width: 43% !important;
    }
        .certificate-item img {
        margin-top: 16px;
        max-width: 124px !important;
        height: auto !important;
    }
}

/* iPad Pro 11" / 12.9" 835px – 1024px */
@media screen and (min-width: 835px) and (max-width: 1024px) {
        .learn-more-button {  
        width: 100%;             
        max-width: 320px !important;        
        height: 52px !important; 
        margin-left: 26px !important;              
    }
        .card-text {
        font-size: 20px;
        line-height: 28px;
        min-height: 111px;
    }
    
    .usps-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
        margin-top: 0px;
    }
    .usp-card {
        border: 2px solid #B1DDFD;
        border-radius: 20px;
        height: 226px;
        padding: 20px !important;
    }


    .reuse-wrapper .reuse-text p {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .bin-desktop {
        display: block;
    }
    .bin-mobile {
        display: none;
    }

    .bin {
        bottom: -4rem;
        margin-left: 14rem;
    }

    .recycle {
        width: 40%;
        top: 160px;
        left: 20%;
    }

    .hand-with-sawa {
        width: 63%;
        top: 170px;
        left: 35%;
    }

    .commitment-description {
        font-size: 20px;
        line-height: 28px;
        padding: 0 60px;
    }

    .learn-more-button {
        max-width: 60%;
        height: 58px;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 36px;
    }

    .reuse-section .section-subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-top: 2.5rem;
    }

    .cta-button{
        display: none !important;
    }

      

    .hero-background-mobile {
        display: block !important;
        width: 100%;
        height: 2200px;
    }


    .hero-form {
        max-width: 100% !important;
        width: 100%    !important;
        flex-shrink: 0;
        margin: 0 auto;
    }

        .product-image-mobile {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        transform: translateY(-43px) !important;
    }

    .hero-title {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    position: relative !important;
    z-index: 20;
    font-size: 42px !important;
}

img {
    max-width: 100% !important;
}

.hero-product {
        position: unset !important;
        bottom: -6%;
        left: 10%;
        text-align: center;
        max-width: 100% !important;
        margin-top: -15px;
        z-index: 11;
        text-align: center;
    }


    .form-container {
        width: 85% !important;
        margin-left: 74px !important;
        margin-top: 0%;
    }

    .hero-content {
    z-index: 10;
    display: block !important;
    align-items: flex-start !important;
    width: 100% !important;
}

    .hero-text {
        align-items: center !important;
        text-align: left;
        flex: 1;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .heading-group {
    display: flex;
    flex-direction: column;
}

    .title-line {
        font-size: 42px !important;
        line-height: 44px;
        z-index: 2;
        color: #FFFFFF;

    }


        .title-line:first-of-type {
        margin-top: 30%;
        margin-left: 38px;
    }

        .title-line:last-child {
        text-align: center;

    }

        .certificate-item img {
        margin-top: 16px;
        max-width: 140px !important;
        height: auto !important;
    }

    .glimpse-card {
        flex: 0 0 216px;
    }
}

@media screen and (min-width: 1099px) {
 
     .cta-button{
        display: none !important;
    }
}



/* @media screen and (min-width: 569px) and (max-width: 768px) { */

    /* .reuse-wrapper {
        background-image: url(../images/reuse-sec-mob.png) !important;
        background-size: cover;
        background-position: center;
        flex-wrap: wrap !important;
        padding: 4rem 1rem !important;
    }
.reuse-wrapper .reuse-text, .reuse-wrapper .reuse-img {
        width: 100% !important;
    }
        .hand-with-sawa {
        width: 61% !important;
        top: 98px;
        left: 37%;
        max-width: 100% !important;
    }
    .recycle {
        margin-left: 16rem !important;
        margin-top: 4rem !important;
        width: 35% !important;
    }
        .bin {
        bottom: -4rem;
        left: -2rem !important;
        display: block;
                margin-left: 14rem !important;
    }
        .reuse-wrapper .reuse-img img {
        text-align: center;
        margin: 0 auto;
    } */
     
    /* .reuse-wrapper {
        background-image: url(../images/reuse-sec-mob.png);
        background-size: cover;
        background-position: center;
        padding: 0 3rem;
        flex-wrap: wrap;
    }

    .reuse-wrapper .reuse-text,
    .reuse-wrapper .reuse-img {
        width: 100%;
    }

    .reuse-wrapper .reuse-text h2 {
        font-size: 3rem;
        text-align: center;
    }

    .reuse-wrapper {
        padding: 4rem 1rem;
    }

    #reuseslide1 {
        padding-bottom: 0;
    }

    #reuse-slider.owl-carousel .owl-item {}



    .recycle {
        margin-left: 18rem !important;
        margin-top: 3rem !important;
    }

    .reuse-wrapper .reuse-text p {
        font-size: 1.4rem;
        text-align: center;
    }

    .hand-with-sawa {
        max-width: 100%;
    }

    .bin {
        bottom: -3rem;
        margin-left: 14rem !important;
    }

} */


/* ✅ Dedicated fix for iPad Mini (portrait & landscape) */
/* @media screen and (min-width: 768px) and (max-width: 834px) {
 
  .reuse-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem !important;
    background-image: url(../images/reuse-sec-mob.png);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 700px;
  }

 
  .reuse-wrapper .reuse-text p {
    font-size: 1.3rem !important;
    text-align: center !important;
    margin: 0 auto;
    max-width: 90%;
  }


  .bin {
    position: relative;
    bottom: -3rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 11;
    display: block;
    max-width: 40%;
  }

  
  .hand-with-sawa {
    position: absolute;
    top: 7rem !important;
    left: 50% !important;
    transform: translateX(-50%); 
    width: 60% !important;
    max-width: 300px;
    z-index: 2;
  }

 
  .recycle {
    margin: 2rem auto 0 auto !important;
    display: block;
    width: 35% !important;
    max-width: 220px;
  }


  .reuse-wrapper .reuse-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
} */



/* iPhone SE, Galaxy S8 and very small mobiles */
@media (max-width: 380px) {
  .product-image-mobile {
    width: 120%;
    margin-left: -40px;
    transform: translateY(1.7rem);
  }

  .bin-mobile {
        top: 92px;
        left: 15%;
        width: 62%;
    }

  .hand-with-sawa {
    top: 46px;
    left: 28%;
    width: 70%;
  }

      .recycle {
        top: 30px;
        left: 23%;
        width: 39%;
    }
}

/* iPhone 12 Pro / modern 390–414px devices */
@media (min-width: 381px) and (max-width: 420px) {
      .product-image-mobile {
        width: 137%;
        margin-left: -83px;
        transform: translateY(34px);
    }

  .bin-mobile {
    top: 200px;
    left: 11%;
    width: 73%;
  }

  .hand-with-sawa {
    top: 130px;
    left: 30%;
    width: 68%;
  }

  .recycle {
    top: 100px;
    left: 20%;
    width: 52%;
  }
}

/* Galaxy Z Fold (folded ~280px wide) */
@media (max-width: 300px) {
  .product-image-mobile {
    width: 110%;
    margin-left: -30px;
    transform: translateY(1.5rem);
  }

  .bin-mobile {
    top: 160px;
    left: 4%;
    width: 95%;
  }

  .hand-with-sawa {
    top: 100px;
    left: 25%;
    width: 75%;
  }

  .recycle {
    top: 80px;
    left: 10%;
    width: 75%;
  }
}


@media (min-width: 2024px) {
    .form-container {
        border-radius: 20px;
        padding: 40px;
        width: 149%;
    }

}

@media (min-width: 1100px) and (max-width: 1300px) {
    .hero-product {
        
        bottom: -2% !important;
        
    }
    
}@media (min-width: 1301px) and (max-width: 1500px) {
    .hero-product {
        
        bottom: -4% !important;
        
    }
}



@media (min-width: 1501px) and (max-width: 1601px) {
    .hero-product {
        
        bottom: -22% !important;
        
    }
}