.quattrocento-regular {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: normal;
}

.quattrocento-bold {
  font-family: "Quattrocento", serif;
  font-weight: 700;
  font-style: normal;
}

    .text-right
    {
        text-align:right;
    }
    a
    {
        color:#000;
        text-decoration:none;
    }
    i
    {
        color:#134600;
    }
    body
    {
    font-size: 18px;
    }
    .top-bar
    {
        border-bottom:1px solid #C5C5C5;
        background-color: #EFF9F0;
        font-size: 15px;
    }
    .logo
    {
        max-width:400px;
    }
    .btn-buy-now
    {
        background: #18600A;
        color: #FFF3BE;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        margin-top: 1rem;
    }
    header
    {
        background-color: #EFF9F0;
    border-bottom: 1px solid #c5c5c5;
    }
    .hero-section:before
    {
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    background: #eff9f0b8;
        position: absolute;
    }
    .hero-section
    {
        background: #EFF9F0 url(img1/round-background.webp) no-repeat;
        background-size: cover;
        position: relative;
    }
    .hero-know-more-button
    {
        background-color: #8BEB8B;
        fill: #000000;
        color: #000000;
        border-radius: 12px 0px 12px 12px;
        padding: 12px 25px;
    }
    .hero-buy-now
    {
        background-color: #EFEA53;
        fill: #000000;
        color: #000000;
        border-radius: 12px 12px 12px 0px;
        padding: 12px 25px;
    }
    .img-responsive
    {
        width:100%;
    }
    .hero-img
    {
        max-height:600px;
    }
    .header
    {
    background-color: #EFF9F0;
    }
    .hero-bullets
    {
        font-weight: 300;
        font-size: 22px;
        line-height: 45px;
    }
    .sub-title
    {
        font-size: 40px;
    }
    .bsep:after
    {
        content: '';
        height: 2px;
        background: #CD8F03;
        width: 25%;
        margin: auto;
        display: block;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .sub-hero, .tint-bg
    {
        background-color: #FFFDF6;
    }
    .powerful-text
    {
    font-size: 28px;
    color: #B89C00;
    font-weight: 600;
    }
    .transform-live .mt-5
    {
    margin-top: 6rem !important;
    }
    .doctor-note:before
    {
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #eff9f0b8;
        position: absolute;
    }
    .doctor-note
    {
        background: #EFF9F0 url(img1/round-background.webp) no-repeat;
        background-size: cover;
        position: relative;
            padding: 8rem !important;
    }
       .herb-card {
      border: 2px solid #9bb79b;
      border-radius: 25px;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      background: #fff;
    }

    .herb-card h5 {
      color: #3e5f3e;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .herb-img {
        width: 100%;
        object-fit: cover;
        margin: 0 auto 20px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        border-radius: 21px;
    }

    .herb-card p {
      font-size: 16px;
      color: #1d1d1d;
      line-height: 1.5;
    }
    .transformation img
    {
        width: 100%;
        object-fit: cover;
        margin: 0 auto 20px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        border-radius: 21px;
        height:404px;
    }
.yt-slider-wrapper {
  overflow: hidden;
}

.yt-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.yt-item {
  min-width: 33.3333%;
  padding: 0 10px;
}

.yt-item iframe {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}

/* Arrows */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  border-radius: 50%;
}

.slider-btn.left { left: -25px; }
.slider-btn.right { right: -25px; }

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-dots span {
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.slider-dots span.active {
  background: #333;
  transform: scale(1.3);
}

/* Tablet */
@media (max-width: 992px) {
  .yt-item { min-width: 50%; }
}

/* Mobile */
@media (max-width: 576px) {
  .yt-item { min-width: 100%; }
  .yt-item iframe { height: 320px; }
}
.pricing-card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      height: 100%;
      position: relative;
    }

    .pricing-header {
      background: #166d0a;
      color: #fff;
      padding: 25px;
      text-align: center;
    }

    .pricing-header h3 {
      font-weight: 700;
      margin-bottom: 5px;
    }

    .pricing-header p {
      opacity: 0.9;
      margin: 0;
    }
    
    .pricing-header small
    {
           font-size: 14px;
    }

    .price {
      text-align: center;
      padding: 35px 20px 20px;
    }

    .price span {
      font-size: 22px;
      vertical-align: top;
    }

    .price h1 {
      display: inline;
      font-size: 64px;
      font-weight: 800;
      color: #166d0a;
    }

    .features {
      padding: 0 30px 20px;
    }

    .features li {
      list-style: none;
      padding: 14px 0;
      border-bottom: 2px solid #e0e0e0;
      font-size: 16px;
    }

    .features li i {
      color: #000;
      margin-right: 10px;
    }

    .buy-btn {
      text-align: center;
      padding: 25px;
          padding-top: 0;
    }

    .buy-btn a {
      background: #166d0a;
      color: #fff;
      padding: 12px 30px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
    }

    /* Popular ribbon */
    .popular::before {
    content: "RECOMMENDED";
    position: absolute;
    top: 32px;
    right: -50px;
    background: #000;
    color: #fff;
    padding: 6px 50px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 700;
    }
    .trial::before {
    content: "TRIAL";
    position: absolute;
    top: 30px;
    right: -41px;
    background: #000;
    color: #fff;
    padding: 6px 72px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 700;
    }
    .hide
    {
        display:none;
    }
    .bestseller::before {
    content: "BEST SELLER";
    position: absolute;
    top: 30px;
    right: -41px;
    background: #000;
    color: #fff;
    padding: 6px 50px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 700;
    }
    .text-white
    {
        color:white;
    }
    /* ===== DESKTOP TABLE ===== */
    .comparison-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #b1b1b1;
    }

    .comparison-table thead th {
      background: #167a1a;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 18px;
      text-align: center;
    }

    .comparison-table thead th:first-child {
      text-align: left;
      padding-left: 25px;
    }

    .comparison-table tbody td {
      padding: 20px 18px;
      border-top: 1px solid #e6e6e6;
      font-size: 18px;
      vertical-align: middle;
    }

    .comparison-table tbody td:first-child {
      font-weight: 500;
      padding-left: 25px;
    }

    /* ===== MOBILE CARDS ===== */
    .mobile-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      margin-bottom: 20px;
      padding: 20px;
    }

    .mobile-card h5 {
      background: #167a1a;
      color: #fff;
      padding: 12px;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .mobile-row {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #e6e6e6;
      font-size: 15px;
    }

    .mobile-row:last-child {
      border-bottom: none;
    }

    .mobile-row strong {
      width: 45%;
    }

    /* Visibility control */
    @media (max-width: 767px) {
      .desktop-only { display: none; }
    }

    @media (min-width: 768px) {
      .mobile-only { display: none; }
    }
    
    .faq-section {
      margin: auto;
    }

    .faq-item {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 15px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      overflow: hidden;
    }

    .faq-question {
      padding: 18px 22px;
      background: #167a1a;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question i {
      transition: transform 0.3s ease;
      font-size: 20px;
    }

    .faq-answer {
      padding: 0 22px;
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
    }

    .faq-item.active .faq-answer {
      padding: 18px 22px;
      max-height: 300px;
    }

    .faq-item.active .faq-question i {
      transform: rotate(180deg);
    }

    @media (max-width: 576px) {
      .faq-question {
        font-size: 16px;
      }
      .faq-answer {
        font-size: 15px;
      }
    }
    .faq-question i
    {
        color:white;
    }
    .footer
    {
            padding: 1rem;
    border-top: 1px solid #b7b7b7;
    padding-bottom: 2rem;
    }
    @media screen and (max-width:465px)
    {
        .hero-img {
            max-height: 600px;
            width: 100%;
            margin-bottom: 2rem;
        }
        .transform-live .mt-5
        {
            margin: 0px !important;
            margin-bottom: 2rem !important;
        }
        .doctor-note
        {
        padding: 4rem 1rem !important;
        }
        .doctor-note .col-md-4
        {
            margin:1rem 0;
        }
        .doctor-note img
        {
            margin-bottom: 1rem;
        }
        .transformation img
        {
            height:auto !important;
        }
        .three-tabs
        {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
        .faq
        {
            margin-top:0px;
        }
        .transformation img
        {
            padding:1rem;
        }
        .btn-buy-now {
        margin-top: 4px;
        padding: 7px 18px;
        font-size: 15px;
        }
        .hero-section
        {
            padding-top: 1rem !important;
        }
        .top-bar .text-right
        {
            text-align:center;
        }
        .top-bar .text-left
        {
            text-align:center;
        }
        .hero-section .justify-content-between
        {
            margin-top: 0px !important;
        }
        .keynote
        {
            padding-bottom:0 !important;
        }
    }
    .footer-links
    {
            line-height: 40px;
    }
    
    .how-to-use {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.step-box {
    flex: 1;
    min-width: 250px;
    background: #f9f9f9;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #eaeaea;
}

.step-number {
    height: 48px;
    background: #166d09;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 auto 15px;
    padding: 0 20px;
}

.step-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.step-box p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

/* Mobile responsive */
@media(max-width: 768px){
  .how-to-use {
    flex-direction: column;
  }
}

.herb-img{
  width:100%;
  border-radius:12px;
}

/* Slider wrapper */
.ingredient-slider{
  position:relative;
  overflow:hidden;
  padding-bottom:1rem;
}

/* Track */
.ingredient-track{
  display:flex;
  transition: transform 0.6s ease;
}

/* Item */
.ingredient-item{
  min-width:100%;
  padding:10px;
  text-align:center;
}

/* Dots */
.slider-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:15px;
}

.slider-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ccc;
  cursor:pointer;
}

.slider-dots span.active{
  background:#ea365f;
}

/* Desktop view – normal grid */
@media (min-width: 992px){
  .ingredient-slider{
    overflow:visible;
  }

  .ingredient-track{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:20px;
    transform:none !important;
  }

  .ingredient-item{
    min-width:auto;
    padding:0;
  }

  .slider-dots{
    display:none;
  }
}

.journey-slider{
  position:relative;
  overflow:hidden;
}

.journey-track{
  display:flex;
  transition: transform 0.6s ease;
}

.journey-item{
  min-width:100%;
  padding:10px;
}

/* Dots */
.journey-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:15px;
}

.journey-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ccc;
  cursor:pointer;
}

.journey-dots span.active{
  background:#ea365f;
}

/* Desktop – normal grid */
@media (min-width: 992px){
  .journey-slider{
    overflow:visible;
  }

  .journey-track{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    transform:none !important;
  }

  .journey-item{
    min-width:auto;
    padding:0;
  }

  .journey-dots{
    display:none;
  }
}

.problem-slider{
  position:relative;
  overflow:hidden;
}

.problem-track{
  display:flex;
  transition: transform 0.6s ease;
}

.problem-item{
  min-width:100%;
  padding:10px;
  text-align:center;
}

.problem-item img{
  max-width:100%;
  height:100%;
}

/* Dots */
.problem-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:15px;
}

.problem-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ccc;
  cursor:pointer;
}

.problem-dots span.active{
  background:#ea365f;
}

/* Desktop – normal grid */
@media (min-width: 768px){
  .problem-slider{
    overflow:visible;
  }

  .problem-track{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    transform:none !important;
  }

  .problem-item{
    min-width:auto;
    padding:0;
  }

  .problem-dots{
    display:none;
  }
}

/* ===== POLICY MODAL ===== */
.policy-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.policy-modal.active{
  display: block;
}

.policy-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.policy-box{
  position: relative;
  background: #fff;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  margin: 6% auto;
  padding: 30px;
  border-radius: 14px;
  animation: modalFadeUp 0.3s ease;
}

/* Close button */
.policy-close{
  position: absolute;
  top: 12px;
  right: 15px;
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

/* Content styling */
#policyTitle{
  font-weight: 700;
  margin-bottom: 15px;
}

#policyContent h4{
  margin-top: 20px;
  font-weight: 700;
}

#policyContent h5{
  margin-top: 15px;
  font-weight: 600;
}

#policyContent p,
#policyContent li{
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

#policyContent ul{
  padding-left: 18px;
}

.floating-buy-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: all 0.3s ease;
}

.floating-buy-btn:hover {
  background: linear-gradient(135deg, #ff5722, #e64a19);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.35);
}

/* Animation */
@keyframes modalFadeUp{
  from{opacity:0; transform:translateY(20px);}
  to{opacity:1; transform:translateY(0);}
}

/* Mobile */
@media(max-width:576px){
  .policy-box{
    margin: 15% 15px;
    padding: 20px;
  }
}