@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);

:root {
  --navy: #3E4D30;
  --navy2: #3E4D30;
  --teal: #00c9b1;
  --teal2: #00a896;
  --cyan: #00e5ff;
  --gold: #f5a623;
  --gold2: #e8920f;
  --red: #ff4d4d;
  --black: #3E4D30;
  --border: #3E4D30;
  --glass: #d4bfff1d;
  --card: rgba(255, 255, 255, 0.04);
  --r: 18px;
  --t: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-conditions a {
  color: #fff;
}
.rightNav button,
.section-btn button {
  background: #ffd814;
  cursor: pointer;
}

.leftNav li,
.rightNav li,
ul li {
  list-style: none;
}

.about-order a,
.footer-conditions a,
.highlight,
.how-work-btn button,
.leftNav li a,
.rightNav li a,
.section-btn button {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 70px;
}

.sticky-nav {
  position: sticky;
  top: 0;
}

.nav-PaddingSection {
  padding: 1.4% 6%;
  background-color: var(--black);
  z-index: 1000;
}

.navSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftNav li a {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}

.rightNav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rightNav li:hover {
  border-bottom: 1px solid #56a77c;
}

.rightNav li a {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.rightNav button {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.about-order button:hover,
.rightNav button:hover {
  background-color: #ffd814ca;
}

.rightNav button:active,
.section-btn button:active {
  background-color: rgb(0 0 0 / 0.336);
}

.rightNav button i {
  background: #fff0;
  color: #000;
  font-size: 22px;
}

.Menu {
  position: absolute;
  right: 30px;
  top: 20px;
  display: none;
}

.Menu i {
  color: #ffffff;
  font-size: 22px;
}



.paddingSection {
  padding: 1% 6%;
}

.content-padding {
  padding: 0 3%;
}

.mainPadding,
.privacy-term-disclaimer {
  padding: 2% 6%;
}

.main-section {
    background:#fff !important;
}

.h2heading,
.sub-heading {
  background: #3E4D30;
  text-align: center;
}

.hero-Section {
   background:url(../images/background-fix.jpg);
   background-repeat: no-repeat;
   background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.hero-Section .image-wrapper {
  width: 30%;
  position: relative;
  display: flex;
  justify-content: center;
  animation: fadeUp 1s ease both 0.4s
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-Section .image-wrapper img {
  width: 100%;
  /* animation: float 5s ease-in-out infinite; */
  /* filter: drop-shadow(0 30px 50px rgba(0, 87, 201, 0.25)); */
  position: relative;
  z-index: 2;
  border-radius: 10px;
}


.hero-Section-Content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-Section-Content h1 {
  font-size: 50px;
  padding: 1% 0;
  line-height: 1.1;
  font-weight: 700;
}

.hero-Section-Content p {
  font-size: 22px;
  margin: 10px 0;
  line-height: 32px !important;
}

.hero-sub-heading{
  padding: 10px;
  font-weight: 700 !important;
}


.section-btn {
  display: flex;
  gap: 15px;
}

.section-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.Section11th .ans p,
.how-work p,
.review-section p,
ul li {
  font-size: 22px;
  line-height: 32px;
}
.moneyback-content p,
.how-work p{
  margin-bottom: 20px !important;
}
.section-btn a:hover {
  background-color: #ffd814d3;
}

.about-order button i,
.about-order button:hover i,
.section-btn button i,
.section-btn button:hover i {
  color: #000;
}

.h2heading {
  padding: 20px;
  font-size: 25px;
}

.h2heading h2 strong {
  color: #fff;
  font-weight: 600;
}

.h2heading h2 span {
  color: #ffd814;
  font-weight: 600;
}

.user-card {
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  margin: 10px;
  gap: 30px;
  width: 400px;
  height: 650px;
}

.card-section {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.powerbite-card,
.user-image {
  flex-direction: column;
  display: flex;
}

.powerbite-card {
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 250px;
  box-shadow: rgb(50 50 93 / 0.25) 0 6px 12px -2px,
    rgb(0 0 0 / 0.3) 0 3px 7px -3px;
  height: 400px;
  padding: 40px 20px;
}

.what-is {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

ul li {
  margin: 2% 0;
}

ul li i {
  margin-right: 1%;
}

.how-work h2 {
  font-size: 40px;
  padding: 2%;
  color: #100f0f;
  font-weight: 600;
}


.how-work h4,
.how-work h4 i,
.privacy-term-disclaimer p {
  font-size: 22px;
}

.how-work h4 {
  line-height: 32px;
  margin: 5px;
  font-weight: 700;
}

.how-work-btn button {
  cursor: pointer;
  padding: 10px 35px;
  font-size: 18px;
  background-color: #ffd814;
  border-radius: 30px;
  color: #234553;
}

.what-is-content {
  width: 100%;
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: 2fr 1fr;
}
.what-is-content .img-what img{
  width: 100%;
  border-radius: 15px;
}
.sub-heading {
  padding: 10px;
  color: #fff !important;
  font-weight: 700 !important;
  margin: 20px 0;
}

.Section11th .ans p,
.Section11th .box .ans,
.Section11th .question,
.about-user,
.about-user p,
.review-about,
.user-image img {
  background-color: #fff;
}

.moneyback-guarantee {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
    background: -webkit-radial-gradient(circle, #edfcffaa 41%, #ecfcff 100%);
  box-shadow: rgb(50 50 93 / 0.25) 0 2px 5px -1px,
    rgb(0 0 0 / 0.3) 0 1px 3px -1px;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}

.moneyback-image img {
  width: 220px;
}

.moneyback-content p {
  font-size: 22px;
  margin: 5px;
  line-height: 32px;
}

.moneyback-content h3 {
  font-size: 35px;
  font-weight: 700;
}

.moneyback-content h3 span {
  text-decoration: underline;
  color: #dc3545;
}


.pricing-Card,
.pricing-Card img {
  border-radius: 10px;
  width: 100%;
}

.user-image {
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about-user {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.user-image img {
  width: 150px;
  border-radius: 10px;
}

.about-user h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.about-user h3 {
  font-weight: 700;
  color: #1a9950;
  margin: 2% 0;
  font-size: 1.4rem;
}

.flexi-Choose {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 6%;
  background-color: #272727;
}

.flexi-Choose img {
  width: 60%;
  background-color: #272727;
}

.faqs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Section11th {
  padding: 0 20px 20px;
}

.Section11th .box {
  border-radius: 5px;
  padding: 5px 40px;
}

.Section11th .box .ans {
  width: 800px;
}

.Section11th .question {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px 0;
}

.Section11th .question h3 {
  font-size: 25px;
  background-color: #fff;
}

.Section11th .question i {
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Section11th .ans {
  line-height: 32px;
  margin-top: 10px;
  color: #090601;
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
}

.ans.active {
  max-height: 400px;
}

.refrence {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.refrence h3 {
  font-size: 30px;
}

.refrence img {
  width: 70%;
}

.footer-section {
  background-color: #000000d2;
}

.footer-section p {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.footer-conditions a span {
  color: orange;
}

.privacy-term-disclaimer h1 {
  font-size: 35px;
  text-align: center;
}

.discount-Bottle-now {
  background-color: #22335c !important;
}

.highlight {
  font-weight: 600;
}

.highlight strong {
  color: #234553 !important;
}

.buy-Bottles {
  padding: 1% 6%;
  background: #fff;
}

.buy-Section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pricing-Card:nth-of-type(2) {
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
  border: 3px solid #00806e;
}

.img-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-section img {
  width: 600px;
}

.about-order {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-order h6 {
  font-size: 30px;
  font-weight: 400;
}

.about-order h4 {
  font-size: 45px;
}

.about-order button {
  outline: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 40px;
  background: #ffd814;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}




/* TRUST BAR */
.trust-bar {
  background: rgba(0, 201, 177, 0.08);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
  overflow: hidden
}

.trust-track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  animation: marquee 26s linear infinite;
  width: max-content
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.trust-item-hero {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 2rem;
  font-weight: 400
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-size: 1rem;
  font-weight: 500
}

.trust-item .ti {
  color: var(--gold)
}


/* STATS */
.stats-section {
  background: #272727;
  padding: 0 40px;
  position: relative;
  z-index: 2
}

.stats-inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #272727;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden
}

.stat-item {
  padding: 36px 24px;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: var(--t)
}

.stat-item:last-child {
  border-right: none
}

.stat-item:hover {
  background: rgba(0, 201, 177, 0.05)
}

.stat-num {
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(90deg, #ffff, #fefefe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1
}

.stat-lbl {
  font-size: 0.82rem;
  color: #fff;
  margin-top: 6px;
  font-weight: 500
}



/* PRICING */
.pricing-section {
  padding: 2% 0%;
  background: var(--white)
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 56px auto 0
}

.price-card {
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: var(--t);
  overflow: visible;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4)
}

.price-card.featured {
  border-color: var(--black);
  background: rgba(37, 127, 43, 0.06);
  box-shadow: 0 0 0 2px rgba(86, 56, 158, 0.3), 0 20px 60px rgba(0, 0, 0, 0.3), var(--glow);
  transform: scale(1.04);
  z-index: 2
}

.price-card.featured:hover {
  transform: scale(1.04) translateY(-8px)
}

.pc-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  /* color: var(--navy); */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 201, 177, 0.35)
}

.pc-badge.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2))
}

.pc-qty {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 4px
}

.pc-supply {
  font-size: 0.84rem;
  color: var(--muted);
  margin-bottom: 24px
}

.pc-img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 24px;
  display: block;
  transition: var(--t)
}
.pc-cred-img{
  width: 100%;
}
.pc-cred-img img{
  width: 100%;
}

.price-card:first-child .pc-img {
  max-width: 280px
}
.price-card:last-child .pc-img {
  max-width: 240px
}

.price-card:hover .pc-img {
  transform: scale(1.05)
}

.pc-price {
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(90deg, var(--black), var(--black));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1
}

.pc-price span {
  font-size: 1.2rem;
  -webkit-text-fill-color: var(--muted);
  color: var(--muted)
}

.pc-perks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0
}

.pc-perk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 8px 12px;
  background: rgba(0, 201, 10, 0.07);
  border: 1px solid rgba(0, 201, 177, 0.15);
  border-radius: 8px
}

.pc-perk .ck {
  color: var(--gold);
  font-size: 1rem
}

.pc-btn {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  /* color: var(--navy); */
  transition: var(--t);
  margin: 16px 0;
  box-shadow: 0 6px 20px rgba(0, 201, 177, 0.3);
  position: relative;
  overflow: hidden
}

.pc-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 201, 177, 0.45)
}

.pc-total {
  font-size: 1.2rem;
  color: var(--muted)
}

.pc-total s {
  color: rgba(0, 0, 0, 0.954)
}

.pc-total strong {
  color: var(--white);
  font-weight: 700
}

.pc-ship {
  font-size: 1.4rem;
  color: var(--gold);
  margin-top: 6px;
  font-weight: 600
}

.pricing-trust {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 40px
}

.ptrust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--muted)
}

.ptrust-icon {
  font-size: 1.1rem
}



.text-center {
  text-align: center
}


/* SECTION BASE */
.section-padding {
  padding: 70px 20px;
}

.container-compare {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

/* TAG */
.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0aa3ff;
  background: rgba(10, 163, 255, 0.1);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* HEADING */
.section-heading {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
}

/* DESCRIPTION */
.section-desc {
  font-size: 20px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 35px;
  line-height: 1.4;
}

/* TABLE WRAPPER */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  font-size: 17px;
}

/* TABLE HEAD */
.compare-table thead th {
  padding: 17px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* TABLE BODY */
.compare-table td {
  padding: 14px 16px;
  text-align: start;
  color: #444;
  border-bottom: 1px solid #eee;
}

/* FEATURE COLUMN */
.compare-table .feat {
  text-align: left;
  font-weight: 600;
  color: #222;
}

/* ALPHAFUEL COLUMN */
.compare-table .us {
  font-weight: 600;
  color: #0a8f3c;
}

/* OTHERS COLUMN */
.compare-table .them {
  color: #b02a2a;
  font-weight: 500;
}

/* ROW HOVER EFFECT */
.compare-table tbody tr:hover {
  background: rgba(0,0,0,0.03);
  transition: 0.3s;
}

/* CTA BUTTON */
.btn {
  display: inline-block;
  max-width: 600px;
  margin: auto;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-accent {
  background: linear-gradient(135deg, #00c853, #00a844);
  color: #fff;
  padding: 14px 28px;
  box-shadow: 0 6px 18px rgba(0,200,83,0.3);
  font-size: 20px;
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,200,83,0.4);
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

  .section-heading {
    font-size: 35px;
  }

  .section-desc {
    font-size: 14px;
  }

  /* SCROLLABLE TABLE */
  .compare-table {
    font-size: 13px;
  }

  .compare-table th,
  .compare-table td {
    padding: 10px;
  }

  /* STACKED VIEW OPTION (optional) */
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {

  .section-padding {
    padding: 50px 15px;
  }

  .section-heading {
    font-size: 32px;
  }

  .btn-accent {
    width: 100%;
    padding: 14px;
    font-size: 17px;
  }
}


.reviews-section {
  padding: 4rem 6rem;
  background: #fff;
}

.reviews-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-eyebrow {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.reviews-heading {
  text-align: center;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  color: #111;
  margin: 0 0 2.5rem;
  line-height: 1.4;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 16px;
}

.review-card {
  background: #fff;
  border: 1px solid #3E4D30;
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.review-card:hover {
  border-color: #c5c5c5;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.review-card.featured {
  border: 2px solid #3E4D30;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-name {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin: 0 0 2px;
}

.review-location {
  font-size: 16px;
  color: #888;
  margin: 0;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.stars {
  color: #EF9F27;
  font-size: 2rem;
  letter-spacing: 1px;
}

.verified-badge {
  font-size: 16px;
  font-weight: 600;
  color: #0F6E56;
  background: #E1F5EE;
  padding: 2px 8px;
  border-radius: 20px;
}

.review-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 0;
}

.quote-mark {
  font-size: 36px;
  color: #B5D4F4;
  line-height: 0.6;
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, serif;
}

.review-text {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: 13px;
  color: #888;
}

.summary-rating {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* Responsive */
@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}



@media only screen and (max-width: 1200px) {
  .mainPadding,
  .paddingSection {
    padding: 2% 3%;
  }

  .faqpadding {
    padding: 0 3% !important;
  }

  .hero-Section .image-wrapper img {
    width: 300px;
  }

  .hero-Section-Content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 992px) {
  .Section11th .box,
  .discount-Section div img,
  .hero-Section-Content,
  .leftNav,
  .rightNav {
    width: 100%;
  }

  .hero-Section,
  .navSection {
    flex-direction: column;
  }

  .Menu {
    display: block;
  }

  .leftNav {
    justify-content: start;
  }

  .leftNav li a {
    font-size: 2rem;
  }

  .rightNav {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    display: none;
  }

  .nav-PaddingSection {
    padding: 2.6% 6%;
  }

  .paddingSection {
    padding: 2% 6%;
  }

  .mainPadding {
    padding: 2%;
  }

  .hero-Section .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-Section .image-wrapper img {
    width: 350px;
  }

  .hero-Section-Content h1 {
    font-size: 35px;
  }

  .user-card {
    margin: 2%;
    gap: 0;
  }
}

@media only screen and (max-width: 768px) {
  
  
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 56px auto 0
  }

  .price-card.featured {
    transform: none
  }

    .trust-bar {
    padding: 10px 20px
  }
  .stats-section {
    padding: 0 20px
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr)
  }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border)
  }

  .Discount h2,
  .h2heading {
    font-size: 25px;
  }

  .mainPadding,
  .paddingSection {
    padding: 2%;
  }

  .buy-Section {
    padding: 2%;
    flex-wrap: wrap;
  }

  .hero-Section .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-Section .image-wrapper img {
    width: 400px;
  }

  .moneyback-guarantee {
    flex-direction: column;
    gap: 10px;
  }

  .Section11th .box .ans {
    width: 100%;
  }

  .Section11th .box,
  .mainfaqsHeading {
    padding: 10px;
  }

  .Section11th .box .question h3 {
    font-size: 20px;
  }

  .Section11th .question i {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }

  .hero-Section {
    padding: 2rem 0rem;
    gap: 10px;
    flex-direction: column-reverse;
  }

  .moneyback-image img {
    width: 300px;
  }

  .review-about {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .moneyback-content h3 {
    font-size: 30px;
  }

  .hero-Section .image-wrapper img:first-of-type {
    width: 100%;
    height: 100%;
  }

  .what-is-content {
    flex-direction: column;
     grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 576px) {
  .trust-item-hero {
    font-size: 1.5rem;
  }
   .pricing-trust {
    flex-direction: column;
    align-items: center
  }

  .h2heading {
    font-size: 16px;
  }

  p,
  ul li {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .hero-Section-Content p {
    line-height: 25px !important;
    padding: 1% 2%;
  }

  .pricing-Card {
    width: 100%;
    margin: 10px 0;
  }

  .how-work h2,
  .moneyback-content h3,
  .pricing-Card h3 {
    font-size: 30px;
  }

  .about-order h4,
  .about-order h6,
  .pricing-Card h4:nth-of-type(2) {
    font-size: 20px;
  }

  .pricing-Card img {
    width: 100%;
  }

  .hero-Section .image-wrapper img {
    width: 90% !important;
  }

  .leftNav li a img,
  .moneyback-image img,
  .what-is-image img {
    width: 250px;
  }

  .section-btn button {
    font-size: 18px !important;
  }

  .Section11th .box .question h3,
  .about-order button {
    font-size: 18px;
  }

  .box .question i {
    color: #000;
    background-color: #fff;
  }

  .user-card {
    width: 300px;
  }

  .how-work-btn button {
    font-size: 14px;
  }

  .hero-Section-Content h1{
    padding: 1% 2%;
  }

  .Section11th .ans p,
  .how-work h4 {
    font-size: 17px;
  }

  .moneyback-guarantee {
    padding: 10px;
  }

  .about-user p,
  .moneyback-content {
    text-align: center;
  }

  .refrence h3 {
    font-size: 25px;
  }

  .hero-Section-Content h1 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .img-section img {
    width: 70%;
  }

  .user-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-user h2 {
    margin: auto;
  }

  .section-btn button {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
  }

  .about-order button i,
  .section-btn i {
    display: none;
  }

  .sub-heading {
    font-size: 28px !important;
  }

  .h2heading {
    padding: 10px 0 !important;
    margin-top: 20px;
  }

  .about-order button {
    padding: 10px 20px !important;
    width: 90%;
  }

  .box-bene h3 {
    font-size: 15px;
  }

  .Section11th {
    padding: 0;
  }

  .mainfaqsHeading {
    padding: 0 10px;
  }

  .review-about {
    gap: 0;
  }

  .leftNav img {
    width: 50px !important;
    padding: 15px 0;
  }

  .about-user h3 {
    margin: auto;
    font-size: 1.2rem;
  }

  .section-btn {
    flex-direction: column;
    gap: 5px;
  }
}

.why-choose {
  padding: 1% 6%;
  text-align: center;
}

.why-choose h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  background-color: #fff;
}

.feature-card {
  background-color: #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  flex: 1 1 240px;
  max-width: 280px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 60%;
  height: auto;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 23px;
  color: #111;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 22px;
  line-height: 32px;
  color: #555;
}

@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .why-choose h2 {
    font-size: 28px;
  }
}

.active {
  display: flex;
}


/* BENEFITS LIST */
.benefits-prod {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* EACH ITEM */
.benefits-prod li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
}

/* ICON STYLE (GREEN CIRCLE CHECK) */
.benefits-prod .icon {
  min-width: 40px;
  height: 40px;
  background: #4CAF50;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* TEXT CONTENT */
.benefits-prod .text {
  color: #444;
  line-height: 1.6;
}

.benefits-prod .text strong {
  display: block;
  color: #111;
  margin-bottom: 5px;
}

/* Tablet */
@media (max-width: 768px) {
  .benefits-prod .icon {
    width: 34px;
    height: 34px;
  }

}

/* Mobile */
@media (max-width: 480px) {

  .benefits-prod li {
    gap: 10px;
  }

  .benefits-prod .icon {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }
}



.doctor-section {
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  padding: 60px 10px;
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}

.doctor-section .container {
  margin: 0 auto;
}

.doctor-section h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1a202c;
  font-weight: 600;
  border-left: 4px solid #1abc9c;
  padding-left: 10px;
}

/* List styling */
.doctor-section .benefits-prod {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doctor-section .benefits-prod li {
  display: flex;
  gap: 12px;
  background: #f8fafc;
  padding: 15px 15px;
  margin-bottom: 12px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #edf2f7;
}

.doctor-section .benefits-prod li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #cfe8ff;
}

/* Icon */
.doctor-section .icon {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 2px;
}

.doctor-section .text strong {
  color: #111827;
}

/* Highlight link */
.doctor-section .highlight {
  color: #1abc9c;
  text-decoration: none;
  font-weight: 600;
}

.doctor-section .highlight:hover {
  text-decoration: underline;
}

/* Medical disclaimer box feel */
.doctor-section h3:last-of-type {
  margin-top: 30px;
}


@media (max-width: 992px) {
  .doctor-section .content-padding {
    padding: 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .doctor-section .icon {
    font-size: 16px;
  }
  .stat-num {
    font-size: 2rem;
  }
  .reviews-section {
  padding: 4rem 1rem;
  background: #fff;
}
}
