html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  font-family: "Playfair Display", serif;
}

body {
  padding-top: 68px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2em;
}

.logo {
  font-size: 30px;
  font-weight: 800;
  color: #1e7f4f;
}

.nav {
  background-color: #fff;
}

.navcolor,
.sectioncolor {
  background-color: #1e7f4f;
}

.sectioncolor2 {
  background-color: #c3b1e1;
  border-radius: 15px;
  color: rgb(5, 1, 1);
}

.paywidth {
  width: 900px;
  mix-blend-mode: multiply;
}

.about {
  background-color: white;
}

.about11 {
  background-color: #faf2ef;
}

.navtext {
  color: #050101;
  font-size: 22px;
  font-weight: 550;
}

.navtext:hover {
  color: #1e7f4f;
}

.ul1 {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.btntext1 {
  border-radius: 75px;
  border: 1px solid #050200;
  color: #050201;
}

.bottle3 {
  height: 45vh;
}

.bannerimg {
  height: 50vh;
}

.second {
  height: 45vh;
}

.feature-box {
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 35px 25px;
}

.review-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  text-align: center;
}

/* .review-img {
  width: 45px;
  height: 45px;
} */


.ing {
  border-radius: 12px;
}

.ingimg {
  width: 150px;
  height: auto;
}

.how {
  height: 40vh;
}

.offer-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.offer-header {
  background: #cfcfcf;
  color: black;
  padding: 8px;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}

.bottle-title {
  color: #1e7f4f;
  font-weight: 700;
}

.price {
  font-size: 40px;
  color: #1e7f4f;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #000;
}

.cart-btn {
  background: linear-gradient(#ffe600, #ffc400);
  border: none;
  font-weight: bold;
  font-size: 21px;
  padding: 12px 30px;
  border-radius: 40px;
}

.payment-icons img {
  margin: 5px;
}

.product-img {
  width: 100%;
}

.product-img1 {
  height: 280px;
}

.gurentybadge {
  width: 350px;
}

.about1 {
  margin-top: -8px;
}

.bottle-6 {
  width: 40vw;
}

.payment-snap {
  width: 1200px;
}

.custom-toggler {
  border: none;
  background: transparent;
  padding: 8px;
}

.custom-toggler span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 0 0 0;
  background-color: #1e7f4f;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.bonus-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.bonus-card h3 {
  font-size: 1.7rem;
}

.bonus-card p {
  line-height: 1.6;
}

.hover-scale,
.hover-scale1 {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.hover-scale1:hover {
  transform: scale(1.03);
}

section {
  scroll-margin-top: 68px;
}

.custom-hover {
  color: rgb(250, 250, 250);
  text-decoration: none;
}

.custom-hover:hover {
  color: #edf505;
  text-decoration: underline;
}

.monybadge {
  height: 220px;
}

/* popup */
.purchase-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  max-width: 300px;
  z-index: 9999;
  display: none;
  transform: translateX(-120%);
  transition: transform 0.5s ease;
  font-family: Arial, sans-serif;
}

.purchase-proof strong {
  color: #1e7e34;
}

.purchase-proof small {
  color: #777;
}

/* ========= FIXED INGREDIENT SECTION ========= */

.ingredients-section {
  background: #1f6b3b;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ingredients-top-text {
  font-size: 1.45rem;
  line-height: 1.9;
  color: #f7f7f7;
  max-width: 980px;
  margin: 0 auto 40px;
  font-weight: 500;
}

.ingredient-box {
  padding: 20px 18px;
  max-width: 360px;
  margin: 0 auto;
}

.ingredient-img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 22px;
}

.ingredient-box h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #fff;
}

.ingredient-box p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #f2f2f2;
  margin: 0 auto;
  max-width: 320px;
  font-weight: 400;
}

/* content section like screenshot */
.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  line-height: 1.25;
  margin-bottom: 20px;
}

.section-text {
  font-size: 1.45rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.product-img-large {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.benefit-list li {
  font-size: 1.35rem;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 34px;
  position: relative;
  color: #222;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6b3b;
  font-weight: bold;
}

.order-btn {
  background: #e63946;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
}

.order-btn:hover {
  background: #c72c39;
  color: #fff;
}

/* ========= RESPONSIVE ========= */

@media (max-width: 992px) {
  .bonus-card {
    flex-direction: column !important;
    text-align: center;
  }

  .order {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-top: 10px;
  }

  .bannerimg,
  .revwidth,
  .how,
  .product-img1,
  .bottle22 {
    height: auto;
  }

  body {
    margin-top: -15px;
  }

  .gurentybadge,
  .claim,
  .btntext2,
  .bottle-6 {
    width: 100%;
  }

  .whatsection {
    margin-bottom: -25px;
    display: flex;
    justify-content: center;
  }

  .navcenter {
    text-align: center;
  }

  .banner-img1 {
    height: auto;
  }

  .btntext6 {
    width: 98%;
  }

  .btncenter {
    justify-content: center;
    padding-top: 25px;
  }

  .section-title {
    font-size: 2.3rem;
  }

  .section-text {
    font-size: 1.2rem;
  }

  .benefit-list li {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .cent,
  .navcenter {
    text-align: center;
  }

  .orderbuttn {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-top: 0;
  }

  .btn1 {
    width: 100%;
  }

  .banner-img1,
  .imgwidth,
  .bannerimg,
  .revwidth {
    height: auto;
  }

  .btncenter {
    justify-content: center;
    padding-top: 25px;
  }

  .btntext {
    font-size: 16px;
  }

  body {
    margin-top: -15px;
  }

  .bottle-6,
  .gurentybadge,
  .payment-snap {
    width: auto;
  }

  .ingredients-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ingredients-top-text {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }

  .ingredient-img {
    width: 155px;
    height: 155px;
  }

  .ingredient-box h3 {
    font-size: 1.55rem;
  }

  .ingredient-box p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .section-text {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .benefit-list li {
    font-size: 1rem;
    padding-left: 28px;
  }
}

@media (max-width: 1200px) {
  .btntext2 {
    margin-top: 15px;
  }

  .how,
  .second {
    height: auto;
  }

  .payment-snap,
  .bottle-6 {
    width: auto;
  }
}

@media (max-width: 1500px) {
  .how,
  .product-img1,
  .bottle3 {
    height: auto;
  }

  .hover-scale1 {
    width: auto;
  }
}

.hero-simple {
  background-color: #ffffff; /* light green theme */
  padding: 40px 20px;
}

.hero-text {
  font-size: 2.5rem;
  font-weight: 600;
  color: black; /* dark green for contrast */
  margin: 0;
}