    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      background-color: #fff;
      color: #111;
      overflow-x: hidden;
    }

    /* Top Bar */
    .top-bar {
      background-color: #226b5a;
      color: #fff;
      text-align: center;
      padding: 10px 15px;
      font-size: clamp(12px, 2.5vw, 14px);
      font-weight: 500;
    }

    /* Navigation */
    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px clamp(20px, 5vw, 170px);
      background-color: #fff;
      flex-wrap: wrap;
      gap: 20px;
    }

    .left-nav {
      display: flex;
      align-items: center;
      gap: clamp(15px, 3vw, 20px);
      flex-wrap: wrap;
    }

    .logo {
      height: clamp(40px, 8vw, 50px);
      max-width: 100%;
      cursor: pointer;
    }

    .nav-links {
      list-style: none;
      display: flex;
      gap: clamp(15px, 3vw, 25px);
      flex-wrap: wrap;
    }

    .nav-links li a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      font-size: clamp(14px, 2.5vw, 16px);
      white-space: nowrap;
    }

    .order-btn {
      background-color: #226b5a;
      color: #fff;
      padding: clamp(8px, 2vw, 10px) clamp(15px, 4vw, 20px);
      border-radius: 30px;
      text-decoration: none;
      font-weight: 500;
      white-space: nowrap;
      font-size: clamp(14px, 2.5vw, 16px);
    }

    /* Section One */
    .section-one {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(30px, 8vw, 50px) 20px;
      background-color: #f8f8f8;
      background-image: url('../images/home-page-bg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      min-height: clamp(400px, 100vh, 720px);
    } 

    .section-one .content-wrapper {
      text-align: center;
      max-width: 900px;
      width: 100%;
    }

    .section-one .main-heading {
      font-size: clamp(28px, 8vw, 65px);
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }
            
    .section-one .subtitle {
      font-size: clamp(16px, 4vw, 30px);
      margin-bottom: 15px;
      color: #ffffff;
      text-align: center;
      font-weight: 500;
    }

    .section-one .highlight-text {
      font-size: clamp(20px, 5vw, 40px);
      color: #BCC77D;
      text-align: center;
      font-weight: 600;
      margin-bottom: 30px;
    }

    .price-box {
      background: rgba(0, 0, 0, 0.6);
      border: 2px dashed #BCC77D;
      padding: clamp(15px, 4vw, 20px) clamp(20px, 5vw, 30px);
      margin: 30px auto;
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
      max-width: 294px;
      width: 90%;
      border-radius: 10px;
    }

    .price-text {
      font-size: clamp(24px, 6vw, 40px);
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      margin-bottom: 5px;
    }

    .price-text span {
      color: #BCC77D;
      font-weight: 800;
    }

    .quantity-text {
      font-size: clamp(16px, 4vw, 24px);
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      opacity: 0.8;
    }

    .order-button-first-section {
      border-radius: 50px;
      border: 1px #fff solid;
      background: transparent;
      color: white;
      font-size: clamp(18px, 4vw, 31px);
      font-weight: 500;
      font-family: 'Inter';
      margin: 20px auto;
      max-width: 220px;
      width: 90%;
      height: clamp(50px, 10vw, 74px);
      padding: 4px;
    }

    .order-button-first-section a {
      text-align: center;
      text-decoration: none;
      padding: 5px;
      color: white;
      background-color: #226b5a;
      width: 100%;
      display: block;
      border-radius: 30px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Section Two */
    .section-two {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

.section-two .content-wrapper-one, .section-two .content-wrapper-two {
    display: flex;
    justify-content: flex-start;
    /* padding: clamp(30px, 8vw, 50px) 20px; */
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    width: 100%;
    position: relative;
    align-items: flex-end;
    flex-wrap: nowrap;
}

    .section-two .content-wrapper-one {
      background-image: url('../images/promo-women-one.png');
    }

    .section-two .content-wrapper-two {
      background-image: url('../images/promo-women-two.png');
    }

.section-two .content-box {
    max-width: 600px;
    width: 100%;
    text-align: left;
    padding: 20px;
    color: #ffff;
    font-weight: 600;
    font-size: clamp(24px, 6vw, 54px);
    line-height: 1.6;
    margin-left: 88px;
    margin-bottom: 86px;
}

    .section-two .order-button-second {
      border-radius: 50px;
      border: 1px #fff solid;
      background: transparent;
      color: white;
      font-size: clamp(18px, 4vw, 31px);
      font-weight: 500;
      font-family: 'Inter';
      margin: 20px;
      max-width: 235px;
      width: 90%;
      height: clamp(50px, 10vw, 86px);
      padding: 4px;
    }

    .section-two .order-button-second a {
      text-align: center;
      text-decoration: none;
      padding: 5px;
      color: #000;
      background-color: #fff;
      width: 100%;
      display: block;
      border-radius: 40px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Section Three */
  .section-three {
      display: flex;
      padding: clamp(30px, 8vw, 50px) 20px;
      background-color: #f8f8f8;
      background-image: url('../images/banana-tag.png');
      background-size: cover;
      /* background-position: center; */
      background-repeat: no-repeat;
      min-height: 817px;
      width: 100%;
      align-items: flex-end;
      flex-wrap: nowrap;
  }

.section-three .content-wrapper {
    max-width: 800px;
    width: 100%;
    /* text-align: center; */
    padding: 20px;
    margin-left: 10%;
}

    .section-three .main-heading {
      font-size: clamp(28px, 7vw, 54px);
      font-weight: 600;
      color: #ffffff;
      /* text-align: center; */
      margin-bottom: 20px;
      line-height: 1.2;
    }
            
    .section-three .subtitle {
      font-size: clamp(20px, 5vw, 40px);
      margin-bottom: 15px;
      color: #ffffff;
      opacity: 0.9;
      font-weight: 500;
    }

    .section-three .highlight-text {
      font-size: clamp(20px, 5vw, 40px);
      color: #BCC77D;
      /* text-align: center; */
      font-weight: 500;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .section-three .order-button-second {
      border-radius: 50px;
      border: 1px #fff solid;
      background: transparent;
      color: white;
      font-size: clamp(18px, 4vw, 31px);
      font-weight: 500;
      font-family: 'Inter';
      margin: 20px;
      max-width: 220px;
      width: 90%;
      height: clamp(50px, 10vw, 74px);
      padding: 4px;
    }

    .section-three .order-button-second a {
      text-align: center;
      text-decoration: none;
      padding: 5px;
      color: white;
      background-color: #226b5a;
      width: 100%;
      display: block;
      border-radius: 30px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Sections Four, Five, Six */
    .section-four, .section-five, .section-six {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(30px, 8vw, 50px) 20px;
      background-color: #f8f8f8;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 800px;
      width: 100%;
      position: relative;
    } 

    .section-four {
      background-image:url('../images/promo-man-women.png');
    }

.section-five {
    background-image: url('../images/section-six.png');
    background-position: center;
    background-size: contain;
    background-color: #226b5a;
}

    .section-six {
      background-image: url('../images/section-five.png');
    }

.section-four .content-wrapper, .section-five .content-wrapper, .section-six .content-wrapper {
    max-width: 800px;
    text-align: left;
    padding: 20px;
    margin-left: 28%;
    margin-bottom: 11%;
}
.section-five, .section-six {
    padding: clamp(30px, 1vw, 50px);
}
.section-five .content-wrapper, .section-six .content-wrapper {
    max-width: 800px;
    text-align: left;
    padding: 20px;
    margin-left: 0%;
    margin-bottom: 0%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 755px;
}

    .section-four .main-heading {
      font-size: clamp(24px, 6vw, 2.5rem);
      font-weight: 700;
      color: #ffffff;
      /* text-align: center; */
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }
            
    .section-four .subtitle {
      font-size: clamp(16px, 4vw, 1.2rem);
      margin-bottom: 15px;
      color: #ffffff;
      /* text-align: center; */
      opacity: 0.9;
      font-weight: 400;
    }

    .section-five .main-heading,
    .section-six .main-heading {
      font-size: clamp(28px, 7vw, 54px);
      font-weight: 700;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      margin-bottom: 30px;
    }

    .section-six .main-heading {
      color: #000;
    }

    .section-four .order-button-second,
    .section-five .order-button-second,
    .section-six .order-button-second {
      border-radius: 50px;
      border: 1px solid;
      background: transparent;
      color: white;
      font-size: clamp(18px, 4vw, 31px);
      font-weight: 500;
      font-family: 'Inter';
      margin: 20px;
      max-width: 220px;
      width: 90%;
      height: clamp(50px, 10vw, 74px);
      padding: 4px;
    }

    .section-four .order-button-second,
    .section-five .order-button-second {
      border-color: #fff;
    }

    .section-six .order-button-second {
      border-color: #000;
    }

    .section-four .order-button-second a,
    .section-six .order-button-second a {
      text-align: center;
      text-decoration: none;
      padding: 5px;
      color: white;
      background-color: #226b5a;
      width: 100%;
      display: block;
      border-radius: 30px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.section-six {
    background-image: url('../images/section-five.png');
    background-size: contain;
    background-color: #bcc77d;
}
    .section-five .order-button-second a {
      text-align: center;
      text-decoration: none;
      padding: 5px;
      color: #000;
      background-color: #fff;
      width: 100%;
      display: block;
      border-radius: 30px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Section Seven */
    .section-seven {
      display: flex;
      flex-direction: column;
    }

    .section-seven .content-wrapper-one {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(30px, 8vw, 50px) 20px;
      background-color: #f8f8f8;
      background-image: url('../images/promo-man.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: clamp(400px, 80vh, 720px);
      width: 100%;
    }

    .section-seven .content-wrapper-two {
      background-color: #e3f3f0;
      width: 100%;
      padding: clamp(30px, 8vw, 50px) 20px;
    }

    .section-seven .content-wrapper-one .content-box {
      text-align: center;
      max-width: 400px;
      width: 100%;
    }

    .stars {
      display: flex;
      justify-content: center;
      margin-bottom: 24px;
      gap: 3px;
    }

    .star {
      color: #FFBA4A;
      font-size: clamp(20px, 4vw, 26px);
    }

    .main-text {
      font-size: clamp(18px, 4vw, 24px);
      font-weight: 400;
      margin-bottom: 15px;
      color: #ffffff;
      line-height: 1.3;
    }

    .sub-text {
      font-size: clamp(20px, 5vw, 28px);
      font-weight: 600;
      text-shadow: 0 2px 8px rgba(0,0,0,0.4);
      color: #ffff;
      line-height: 1.2;
    }

    .highlight-text-rating {
      font-size: clamp(20px, 5vw, 28px);
      font-weight: 600;
      color: #000;
      text-align: center;
      margin-bottom: 30px;
    }

    .rating-box {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      max-width: 800px;
      margin: 0 auto;
    }

    .rating-review {
      background: white;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: 100%;
    }

    .star-rating-name {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .review-date {
      color: #5E5E5E;
      font-size: clamp(12px, 2.5vw, 14px);
    }

    .revie-by {
      color: #000000;
      font-size: clamp(16px, 3vw, 20px);
      font-weight: 500;
      margin-bottom: 10px;
    }

    .review-text {
      color: #000000;
      font-size: clamp(16px, 3vw, 20px);
      font-weight: 500;
      margin-top: 7px;
    }

    .review {
      color: #000000;
      font-size: clamp(12px, 2.5vw, 14px);
      font-weight: 500;
    }

    /* Footer */
    .footer-section {
      background-color: #1d594c;
      color: #fff;
    }

    .footer-section .navbar {
      background-color: #1d594c;
      padding: 15px clamp(20px, 5vw, 200px);
    }

    .footer-section .nav-links li a {
      color: #f8f7f7;
      font-weight: bold;
    }

    .footer-content {
      text-align: center;
      padding: 15px 20px;
      background-color:#fff;
    }
    .footer-content p{
     color: #000;
    }

    /* Mobile Specific Adjustments */
    @media (max-width: 768px) {
      .navbar {
        flex-direction: column;
        gap: 15px;
      }

      .left-nav {
        width: 100%;
        justify-content: center;
      }

      .nav-links {
        justify-content: center;
        width: 100%;
      }

      .section-seven {
        flex-direction: column;
      }

      .rating-box {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .footer-section .navbar {
        flex-direction: column;
        gap: 15px;
      }

      .footer-section .left-nav {
        flex-direction: column;
        gap: 15px;
      }

      .footer-section .nav-links {
        flex-direction: column;
        text-align: center;
      }
    }

    @media (min-width: 769px) {
      .section-seven {
        flex-direction: row;
      }

      .section-seven .content-wrapper-one,
      .section-seven .content-wrapper-two {
        width: 50%;
      }

      .section-two {
        flex-direction: row;
      }

      .section-two .content-wrapper-one,
      .section-two .content-wrapper-two {
        width: 50%;
      }
    }

    /* Tablet Adjustments */
    @media (min-width: 768px) and (max-width: 1024px) {
      .rating-box {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* Large Screen Adjustments */
    @media (min-width: 1025px) {
      .rating-box {
        grid-template-columns: repeat(2, 1fr);
      }
    }

  /* Test Media query */


/* ----------------------------
   XL Screens (≤ 1919px)
   (Standard desktops, laptops)
---------------------------- */
@media (max-width: 1920px) {

}

@media (max-width: 1440px) {
.section-one {
    background-position: left;
}
.section-two .content-box {
    margin-left: 23px;
    margin-bottom: 60px;
}
.section-two .content-box  p{
  font-size: 45px;
  line-height: 55px;
}
.section-two .order-button-second a{
  font-size: 30px;
}
.section-two .order-button-second {
    margin: 10px;
    max-width: 210px;
    height: clamp(50px, 10vw, 86px);
    padding: 4px;
}
.section-three {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 817px;
    width: 100%;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.section-three .content-wrapper {
    padding: 20px;
    margin-left: 5%;
}


}

/* ----------------------------
   Medium Screens (≤ 1199px)
   (Tablets landscape)
---------------------------- */
@media (max-width: 1199px) {
 .section-five .content-wrapper, .section-six .content-wrapper {
    min-height: 572px;
}
.section-four, .section-five, .section-six {
    min-height: 680px;
}
}
.section-four {
    background-position: left;
}

/* ----------------------------
   Small Screens (≤ 991px)
   (Tablets portrait)
---------------------------- */
@media (max-width: 992px) {
 .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-four .content-wrapper {
    margin-left: -20%;
    margin-bottom: 2%;
}
.section-seven {
    display: flex;
    flex-direction: column;
}
.section-seven .content-wrapper-one, .section-seven .content-wrapper-two {
    width: 100%;
}
.section-two .content-box  p {
    font-size: 30px;
    line-height: 40px;
}
.section-two .order-button-second a {
    font-size: 18px;
}
.section-two .order-button-second {
    max-width: 210px;
    height: 60px;
}
.section-three .main-heading {
    font-size: 38px;
}
.section-three .subtitle {
    font-size: 24px;
}
.section-three .highlight-text {
    font-size: 26px;
}
.section-five .main-heading, .section-six .main-heading {
    font-size: 32px;
}
.section-five .content-wrapper, .section-six .content-wrapper {
    min-height: 440px;
}
.section-four .order-button-second, .section-five .order-button-second, .section-six .order-button-second {
    height: 60px;
    padding: 4px;
}
.section-five .order-button-second a,.section-six .order-button-second a,.section-four .order-button-second a {
    font-size: 19px;
}
 .section-five, .section-six {
    min-height: 462px;
}
.section-seven .content-wrapper-one {
    background-position: center;
    min-height: 691px;
    width: 100%;
}

}

/* ----------------------------
   XS Screens (≤ 767px)
   (Large phones)
---------------------------- */
@media (max-width: 767px) {

  .section-seven .content-wrapper-one {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.section-seven .content-wrapper-one .content-box {
    text-align: left;
    max-width: 400px;
    width: 100%;
}
.section-seven .content-wrapper-one .content-box {
    margin-top: 88px;
    margin-left: 90px;
}
.stars {
    display: flex;
    justify-content: flex-start;
}
.section-one {
    background-position: -110px 0px;
}
.section-one {
    display: flex;
    align-items: flex-end;
}
    .section-one .main-heading {
    font-size: 40px;
}
.section-one .subtitle {
    font-size: 22px;
}
.section-one .highlight-text {
    font-size: 30px;
}
.section-five .content-wrapper, .section-six .content-wrapper {
    min-height: 488px;
}
 .section-five, .section-six {
    min-height: 502px;
}
.section-four .content-wrapper {
    margin-left: 0%;
    margin-bottom: 0;
}


}

/* ----------------------------
   XXS Screens (≤ 575px)
   (Most smartphones)
---------------------------- */
@media (max-width: 575px) {
  .section-four {
    background-position: -148px 0;
}
.section-five .main-heading, .section-six .main-heading {
    font-size: 20px;
}
.section-five .content-wrapper, .section-six .content-wrapper {
    min-height: 310px;
}
.section-five, .section-six {
    min-height: 350px;
}
.section-seven .content-wrapper-one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-seven .content-wrapper-one .content-box {
    margin-top: 50px;
    margin-left: 60px;
}

  .section-one {
    background-position: -304px 0px;
}
.section-one .main-heading {
    font-size: 26px;
    margin-bottom: 5px;
}
.section-one .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}
.section-one .highlight-text {
    font-size: 22px;
    color: #ffffff;
}
.section-two .content-box  p {
    font-size: 22px;
    line-height: 34px;
}
.section-three .main-heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.section-three .subtitle {
    font-size: 20px;
}
.section-three .highlight-text {
    font-size: 22px;
    margin-bottom: 10px;
}
.section-three {
    background-position: -999px 0;
}


}

/* ----------------------------
   Tiny Screens (≤ 374px)
   (Small smartphones)
---------------------------- */
@media (max-width: 375px) {

}
