* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Rethink Sans", sans-serif;
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
  color: #2c3e50;
  line-height: 1.6;
}

a,a:focus,a:hover{
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 77px;
  line-height: 1;
  font-weight: 800;
}

h2,
.h2 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;
}

h3,
.h3 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
}

.lightGreen-txt {
  color: #C1FF9D;
}

.darkGreen-txt {
  color: #239E92;
}

.dark-text {
  color: #2A2A2A;
}

.lightGreen-bgColor {
  background-color: rgb(35 158 146 / 8%) !important;
}

.darkGreen-bgColor {
  background-color: #0B5353 !important;
}



.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/* Top announcement + Site header */
.top-announcement {
  background: #0B5353;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.top-announcement p {
  color: #fff;
  font-size: 15px;
  padding: 10px 5px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.top-announcement .ad-disclosure {
  color: #bff585;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 6px;
}

.site-header {
  background: #16a085;
  border-bottom: 4px solid rgba(0, 0, 0, 0.06);
}

.site-header .navbar {
  padding: 10px 0;
}

.brand-logo {
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
}

.brand-logo .glp {
  background: #ffffff;
  color: #16a085;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0 4px;
  font-weight: 900;
}

.health-badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
}

.health-badge img {
  width: 18px;
  height: 18px;
}

.site-header .nav-link {
  color: #ffffff;
  font-weight: 700;
  padding: 8px 12px;
}

.site-header .nav-link:hover {
  color: #082b2a;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.navbar-toggler {
  border: 0;
  outline: 0;
}

.toggler-icon {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  margin: 4px 0;
  border-radius: 1px;
}

@media (max-width:767px) {
  .site-header .brand-logo {
    font-size: 18px;
  }

  .site-header .health-badge {
    display: none;
  }

  .top-announcement small {
    font-size: 12px;
  }
}

/* Main Full-width Hero (with testimonial) */
.main-hero {
  padding: 8rem 0;
  position: relative;
  min-height: 100vh;
  background-image: url(../images/Desktop-min.png);
  /* background-image: url(../images/banner-img.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  place-content: flex-end;
}

.main-hero .container {
  z-index: 2;
  position: relative;
}

.main-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0)); */
  z-index: 1;
}

/* .main-hero .main-title{ font-size:64px; line-height:1; font-weight:900; color:#ffffff; margin-bottom:12px; } */
/* .main-hero .main-title .light{ color:#bff585; display:inline-block; margin-right:.25rem; } */
@media (max-width:767px) {
  .main-hero .main-title {
    font-size: 34px;
  }
}

.main-hero .main-sub {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
  line-height: 1.4;
}

.main-hero .hero-media {
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-hero .hero-bg {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.testimonial-card {
  max-width: 490px;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(16, 36, 36, 0.18);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-left: auto;
}

.test-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.test-name {
  font-weight: 800;
  color: #2A2A2A;
  font-size: 24px;
  line-height: 1.2;
  margin-left: 15px;
}

.test-role {
  display: block;
  font-size: 16px;
  color: #2A2A2A;
  font-weight: 500;
  margin-top: 2px;
  opacity: .6;
}

.test-text {
  color: #2A2A2A;
  font-size: 16px;
  margin-top: 8px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width:991px) {
  .testimonial-card {
    position: static;
    box-shadow: none;
    margin-top: 12px;
    max-width: none;
    padding: 20px;
  }

  .main-hero .hero-bg {
    height: 320px;
  }
}

/* Hero Section */
.two-block-section {
  position: relative;
  padding-block: 100px;
}

.two-block-section .hero-title {
  margin-bottom: 0rem;
}

.two-block-section .hero-image {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width:767px) {
  .two-block-section .hero-title {
    font-size: 32px;
  }
}

.two-block-section .accent {
  display: block;
}

.two-block-section .hero-lead {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.two-block-section .pill-box {
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 520px;
}

.two-block-section .pill-box h4 {
  margin: 0 0 1rem 0;
  color: #2a2a2a;
  font-weight: 800;
  font-size: 30px;
}

.two-block-section .pill-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.two-block-section .pill-box li {
  margin: 0.5rem 0;
  padding-left: 1.8rem;
  position: relative;
  color: #2A2A2A;
  font-weight: 500;
  font-size: 16px;
}

.two-block-section .pill-box li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url(../images/circle-tick.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.two-block-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Small screens spacing */
@media (max-width:767px) {
  /*.two-block-section {
    padding: 2rem 0;
    border-radius: 0;
    margin: 0 0 1rem 0;
  }*/

  .two-block-section .pill-box {
    max-width: 100%;
  }

  .two-block-section .accent {
    display: inline-block;
    margin-right: .25rem;
  }
}

/* Product cards */
.header-content {
  position: absolute;
  top: -1rem;
  left: 20.5rem;
  display: none;
}

.product-card {
    cursor: pointer;
}

.product-card button {
    cursor: pointer;
}
.product-card.special{
  cursor: auto;
}

.product-card.active .header-content {
  display: block;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #239e92;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
}

.prod-card-wrapper {
  /* background-color: #239E9214; */
  padding: 100px 15px;
}

/* Product Card */
.product-card,
.featured-product-card {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  margin-bottom: 2rem;
  /* overflow: hidden; */
  transition: box-shadow 0.3s ease;
  position: relative;
  border-width: 4px;
}
.special-product-card {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  margin-bottom: 2rem;
  /* overflow: hidden; */
  transition: box-shadow 0.3s ease;
  position: relative;
  border-width: 4px;
}

.product-card.active,
.featured-product-card {
  border: 4px solid #239E92;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-number {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 45px;
  height: 45px;
  background: #2c3e50;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 5;
  border-radius: 20px 0 20px 0;
}

.card-content {
  overflow: hidden;
  position: relative;
}

.product-card .card-number {
    background-color: #2c3e50; /* default */
}

.product-card.active .card-number,
.featured-product-card .card-number {
    background-color: #239e92; /* active state color */
    color: #fff;
}
/* Hide Visit Site button by default */
.product-card .btn-secondary{
    display: none;
}

/* Show Visit Site button only on active card */
.product-card.active .btn-secondary,
.featured-product-card .btn-secondary {
  display: inline-flex; 
}



/* Grid Layout */
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: flex-start;
  padding: 3rem 2rem 1rem;
}

@media (min-width: 992px) {
  .card-grid {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
  }
}

/* Product Image */
.product-image {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.product-image-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.product-image-text {
  font-size: 0.9rem;
  color: #888;
}

/* Product Info */
.product-info h2 {
  margin-bottom: 0.5rem;
  color: #2a2a2a;
  font-size: 29.5px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: none;
  font-family: "Rethink Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.product-badge {
  padding: 0.2rem 0.8rem;
  background: #239E9233;
  color: #239E92;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.product-description {
  color: #2A2A2A;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

/* Features List */
.features-list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.features-list li {
  display: flex;
  color: #2A2A2A;
  margin-bottom: .5rem;
  line-height: 1.4;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}

.features-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
}

.features-list li:not(:last-child):before {
  background-image: url(../images/circle-tick.png);
}

.features-list li:last-child:before {
  background-image: url(../images/star.png);
}

.features-list svg {
  width: 20px;
  height: 20px;
  color: #1abc9c;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Buttons */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.btn {
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  font-family: "Rethink Sans", sans-serif;
}

.btn-primary {
  color: white;
  padding: 16px 26px 16px 26px;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: normal 10px;
  flex-direction: row;
  background: #0b5353;
  border-radius: 45px 45px 45px 45px;
  font-size: 16px;
  display: flex;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #16a085;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  outline: 0;
}

.btn-secondary {
  color: #fff;
  padding: 16px 22px 16px 26px;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  flex-direction: row;
  background: #239E92;
  border-radius: 45px 45px 45px 45px;
  display: flex;
  font-size: 16px;
}

.btn-secondary:hover {
  background: #1abc9c;
  color: white;
}

.btn-link {
  background: transparent;
  color: #239E92 !important;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 2px solid #239E92;
  border-radius: 0 !important;
  height: fit-content;
  padding-bottom: 8px;
}

.btn-link:hover {
  text-decoration: none;
}

/* Rating Section */
.rating-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rating-main {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
  border-right: 1px solid #2A2A2A1A;
  padding-right: 1rem;
}

.rating-stars {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

.star {
  width: 20px;
  height: 20px;
  color: #f39c12;
  fill: #f39c12;
}
.rating-text {
    font-size: 18px;
    color: #2A2A2A;
    margin-top: 0.5rem;
    font-weight: 700;
}

/* Rating Breakdown */
.rating-breakdown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rating-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.rating-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rating-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #555;
}

.rating-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2c3e50;
}

.rating-bar {
  width: 100%;
  height: 8px;
  background: #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

.rating-fill {
  height: 100%;
  background: linear-gradient(to right, #1abc9c, #16a085);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.rating-yellow{
 height: 100%;
background: linear-gradient(to right, #ffe50b, #fee201);
   border-radius: 4px;
    transition: width 0.3s ease;
}
/* Special Offer */
.special-offer {
  display: none;
}

.product-card.active .special-offer,
.featured-product-card .special-offer {
  display: block;
}

.offer-box {
  display: grid;
  background: #239E9233;
  padding: 1.5rem 2.5rem;
  gap: 1rem;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 768px) {
  .offer-box {
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
  }
}

.offer-text h3 {
  margin-bottom: 0;
  color: #239E92;
  font-size: 29.5px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: none;
  font-family: "Rethink Sans", sans-serif;
}

.offersubtitle {
  color: #239e92;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
  margin-bottom: 0;
}

.special-offer .claim-offer-btn {
  padding: 15px;
  width: 100%;
  z-index: 3;
  justify-content: center;
  align-items: center;
  gap: normal 10px;
  flex-direction: row;
  background: #239e92;
  border-radius: 45px 45px 45px 45px;
  color: #fff !important;
}

.header-content-mob {
  display: none;
}

/* Special Product */
.prod-card-wrapper.special {
  padding-block: 80px 50px;
}


/* Types of GLP-1 Therapy */
.types-section {
  background: #ffffff;
  padding: 60px 0;
}

.types-section .section-title {
  font-weight: 900;
}

.types-section .muted {
  color: #1e2a2e;
}

.types-section .type-card {
  display: flex;
  background: #eef9f7;
  padding: 1.6rem;
  border-radius: 14px;
  border: 1px solid rgba(2, 50, 47, 0.04);
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.types-section .type-card h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #2A2A2A;
}

.types-section .type-sub {
  display: block;
  color: #239E92;
  font-weight: 700;
  font-size: 18px;
  margin-top: 4px;
}

.types-section .type-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.types-section .type-card li {
  position: relative;
  padding-left: 26px;
  color: #2a2a2a;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.types-section .type-card li:last-child {
  margin-bottom: 0;
}

.types-section .type-card li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../images/circle-tick.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width:767px) {
  .types-section {
    padding: 40px 0;
  }

  .types-section .section-title {
    font-size: 28px;
  }

  .types-section .type-card {
    min-height: unset;
  }
}

/* How to Purchase Section */
.how-to-purchase {
  background: #0f4b49;
  color: #e9fff0;
  padding: 60px 0;
}

.how-to-purchase .section-title {}

@media (max-width:767px) {
  .how-to-purchase .section-title {
    font-size: 28px;
  }
}

.purchase-card {
  background: rgba(255, 255, 255, 0.06);
  padding: 1.8rem;
  border-radius: 14px;
  min-height: 140px;
  position: relative;
  height: 100%;
}

.purchase-card h3 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0.6rem;
}

.purchase-card p {
  color: #cfeee8;
  margin-top: 0.6rem;
  font-size: 18px;
}

.purchase-card p:last-child {
  margin-bottom: 0;
}

.purchase-card .card-number {
  color: #bff585;
  font-weight: 800;
  font-size: 14px;
  position: static;
  background: transparent;
  display: block;
}

.how-to-purchase .highlight {
  color: #bff585;
  font-weight: 800;
}

@media (max-width:767px) {
  .purchase-card {
    min-height: unset;
    padding: 1rem;
  }
}


/* How it Works banner */
.how-it-works {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background-image: url(../images/therapy-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  place-content: center;
}

/* .how-it-works .howit-bg{ position:absolute; inset:0; background-position:left center; background-size:cover; z-index:1; filter:brightness(0.7); } */
.how-it-works::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgb(11 47 46 / 48%) 50%, rgb(11 47 46 / 8%) 52%);
  z-index: 2;
}

.how-it-works .container {
  position: relative;
  z-index: 3;
}

.how-it-works .howit-title {
  margin: 0;
}

@media (max-width:767px) {
  .how-it-works .howit-title {
    font-size: 28px;
  }
}

.how-it-works .accent {
  color: #bff585;
}

.how-it-works .howit-desc {
  color: #fff;
  margin-top: 1rem;
  font-size: 18px;
}

.conclusion-section {
  background-image: url(../images/conclusion-bg.jpg);
  min-height: 625px;
}

.conclusion-section:after {
  background: linear-gradient(90deg, rgb(11 47 46 / 48%) 50%, rgb(11 47 46 / 8%) 52%);
}


/* What You Can Expect Section */
.expect-section {
  padding: 60px 0;
  border-radius: 12px;
  max-width: 1200px;
  margin: 2rem auto;
}

.expect-inner1 {
  background: rgb(35 158 146 / 8%);
}

.expect-inner1 {
  padding: 2rem;
  border-radius: 20px;
}


.expect-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1rem;
}

.expect-card {
  background: rgb(35 158 146 / 8%);
  padding: 18px;
  border-radius: 20px;
}

.expect-card h4 {
  margin: 0;
  color: #2A2A2A;
  font-weight: 800;
  font-size: 20px;
}

.expect-card p {
  margin: 8px 0 0;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 500;
}

.expect-note {
  margin: 8px 0 0;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 500;
}

.safety-box {
  background: #eaf7f5;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.safety-box p {
  margin: 8px 0 0;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 500;
}

.expect-image img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .expect-section {
    padding: 40px 0;
  }

  .expect-title {
    font-size: 28px;
  }

  .expect-cards {
    gap: 10px;
  }
}


.faq-wrapper .test-role {
  color: #2A2A2A;
  opacity: .6;
}

.faq-wrapper h3 {
  margin-bottom: 1rem;
}

.myaccordion {
  margin-top: 1rem;
}

.faq-wrapper .card {
  background-color: transparent;
  border: 0;
  padding-block: 1.5rem;
  border-bottom: 1px solid rgb(11 83 83 / 10%);
}

.faq-wrapper .card h5 {
  font-size: 24px;
  font-weight: 800;
  color: #2A2A2A;
  margin: 0;
  cursor: pointer;
}

.faq-icon img {
  width: 16px;
}

.faq-icon .icon-minus {
  display: none;
}

/* When accordion is open */
h5[aria-expanded="true"] .icon-plus {
  display: none;
}

h5[aria-expanded="true"] .icon-minus {
  display: inline-block;
}

.disclaimer-section {
  padding-block: 50px;
}



/* Site Footer */




/* Responsive */
@media (max-width: 767px) {
  .prod-card-wrapper,
  .prod-card-wrapper.special {
    padding: 50px 15px;
  }

  .product-card.active .header-content,
  .featured-product-card .header-content{
    display: none;
  } 

  .product-card.active .header-content-mob,
  .featured-product-card .header-content-mob {
    display: block;
  }
  
  .product-info h2 {
    font-size: 1.5rem;
  }

  .rating-number {
    font-size: 2.5rem;
  }

  .button-group .btn {
    width: 47%;
  }

  .button-group .btn.btn-primary {
    width: 100%;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .offer-box {
    padding: 1rem;
  }
  .product-image-text img{
    width: 260px;
  }
  .header-content {
    top: 540px;
    left: 42px;
  }
  /*.product-info{
    margin-top: 40px;
  }*/
  .offersubtitle {
      font-size: 18.5px;
      font-style: normal;
      font-weight: 700; 
  }
  .offer-text h3 {
      font-size: 32.5px;
  }
  .special-offer .claim-offer-btn {
    font-size: 18px;
    padding: 14px;
  }
  .brand-card img.brandimg2{
    max-width: 60px;
  }
}



/* Footer Css Start */

.footer-bg {
  background-color: #0b5353;
  color: #e0fbfc;
  font-size: 0.9rem;
  padding-bottom: 8rem !important;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer-logo span {
  color: #0b5353;
  background-color: #c1ff9d;
  border-radius: 20px;
  padding: 0 9px;
  margin-left: 6px;
}

footer .hd-lgo {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
}

footer .nav-link {
  color: white;
  padding: 0.5rem 1rem !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

footer .nav-link:hover {
  text-decoration: underline;
}

footer .disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.4;
}

footer .cpy-txt {
  color: #6b9696;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: none;
  line-height: 24px;
}

footer .cpy-txt-para {
  width: 81%;
  font-size: 14px;
}

footer .info {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
}

footer .addrs {
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

footer .vr {
  vertical-align: middle;
  height: 53px;
  border: 1px solid #9e9e9eaa;
}

/* Footer Css End */

/* Header Css Start */
.header-bg {
  background-color: #239e92;
  color: white;
}

header .logo-text {
  font-size: 10px;
  font-weight: bold;
}

.hd-lgo {
  margin-bottom: 0;
  line-height: 10px;
}

.logo-best {
  color: #e8f5e9;
}

.logo-glp {
  color: #4caf50;
  background-color: #c8e6c9;
  padding: 0.1rem 0.4rem;
  border-radius: 50%;
}

.heart-icon {
  color: white;
  font-size: 1.7rem;
  margin: 0 0.4rem;
}

.health-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

header .vr {
  vertical-align: middle;
  height: 23px;
  border: 1px solid #9e9e9eaa;
}

/* Header Css End */




/* Sticky Bar */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #126E6E;
  padding: 10px 20px;
}

.sticky-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* LEFT GROUP */
.left-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Brand Card */
.brand-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  /* min-width: 240px; */
  justify-content: space-between;
}

.brand-card img.brandimg1{
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.brand-card img.brandimg2{
  max-width: 100px;
}
.brand-card span {
  font-weight: 700;
  font-size: 18px;
  color: #1f2937;
  text-transform: lowercase;
}


.brand-info h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.brand-info{
    margin-left: 7px;
}
.brand-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.badge-delivery {
  padding: 0.3rem 0.8rem;
  background: #C1FF9D33;
  color: #C1FF9D;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.brand-info p {
  font-size: 16px;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 700;
}

/* RIGHT GROUP */
.right-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* Rating Pill */
.rating-pill {
background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.score {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  border-right: 1px solid #FFFFFF1A;
  margin-right: 1rem;
  padding-right: 1rem;
}

.stars {
  color: #facc15;
  font-size: 20px;
  line-height: 1;
}

.rating-pill .label {
  font-size: 16px;
  font-weight: 700;
}

/* CTA Button */
.cta-btn {
  background: #239E92;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
}

.cta-btn:hover {
  background: #0d9488;
}
.sticky-arw,.sticky-close{
  display: none;
}

.ftr-cms-wrapper {
    padding-top: 150px;
}
.ftr-cms-wrapper h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}
.ftr-cms-wrapper h2 {
    font-size: 24px;
    margin-top: 35px;
}
.ftr-cms-wrapper ul{
      padding-left: 20px;
}
.ftr-cms-wrapper ul li{
  margin-bottom: 10px;
}

/*.mobile-hero{
  display: none;
}
.mobile-hero {
    padding: 8rem 0;
    position: relative;
    min-height: 100vh;
    background-image: url(../images/mobile_hero_bnr.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    place-content: flex-end;
}*/




@media (min-width: 2000px){
  .main-hero{
        min-height: 75vh;
  }
}




@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 54px;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .main-hero{
    min-height: 70vh;
  }
  .header-content{
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
  /*.card-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }*/

  /*.product-card {
    width: 93%;
  }*/

  .two-block-section {
    padding: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .two-block-section .hero-image {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }

  .two-block-section .pr-5 {
    padding: 15px 15px 25px !important;
    margin: 0;
  }

  
/*
  .two-block-section .pr-5,
  .px-5 {
    padding-right: 0 !important;
  }*/

  footer .col-md-4.mb-4.d-flex.align-items-center {
    flex-wrap: wrap;
    gap: 10px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .sticky-bar {
    padding: 23px 15px 10px;
  }
  .sticky-inner {
    flex-direction: row;
    gap: 15px;
  }
  .brand-info{
    margin-left: 0;
    text-align: left;
  }

  .left-group,
  .right-group {
    justify-content: center;
    /*flex-wrap: wrap;*/
  }
  .left-group{
    width: 75%;
  }
  .brand-card{
    min-width: auto;
    height: 85px;
  }
  .sticky-inner .brand-card{
    padding: 3px 10px;
  }
  .sticky-bar .badge-delivery,
  .sticky-bar .rating-pill,
  .brand-card img:first-child,
  .sticky-bar img.btn-tick{
    display: none;
  }


  .sticky-close {
    position: absolute;
    left: 30px;
    top: -10px;
  }
  .cta-btn {
    font-size: 0;
    display: block;
  }
  .sticky-arw, .sticky-close {
    display: block;
  }


}


@media (max-width: 767px) {
  .top-announcement p{
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
  }

  header .navbar {
    padding: 0 10px !important;
  }

  .hd-wrapper {
    max-width: 200px;
  }

  .hd-wrapper .icn-health {
    padding: 0 !important;
  }

  .main-hero {
    padding: 10rem 1rem 2rem;
    position: relative;
    min-height: 95vh;
    background-position: 78% 0;
  }

  .main-hero .container .row {
    /*flex-direction: column-reverse;*/
    gap: 1rem;
  }
  .main-hero .main-sub{
    font-size: 19px;
    margin-top: 10px;
  }

  .faq-wrapper h3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
  }

  .test-name {
    font-size: 22px;
  }

  .features-list li {
    font-size: 16px;
  }

  .expect-inner1 h3 {
    font-size: 35px;
  }

  .safety-box h3 {
    font-size: 35px;
  }

  .testimonial-card {
    margin-bottom: 21px;
  }

  .card-grid {
    padding: 22px;
  }

  .product-info h2 {
    font-size: 40px;
  }

  .types-section .section-title {
    font-size: 42px;
  }


     .card-grid{
        padding: 1rem;
     }


    .product-card.active .header-content-mob,
    .featured-product-card .header-content-mob{
    display: block;
    }
    .product-info h2 {
        font-size: 30px;
        font-weight: 800;
    }

    .rating-number {
        font-size: 2.5rem;
    }
    
    .button-group .btn{
        width: 47%;
    }
    /* .button-group .btn.btn-primary {
        width: 46%;
    } */

    .btn {
        width: 100%;
        text-align: center;
    }

    .offer-box {
        padding: 1rem;
    }
    .types-section{
        padding-inline: 15px;
    }
    .faq-wrapper .card h5{
        font-size: 20px;
        gap: 1rem;
    }
    .conclusion-section{
        min-height: 500px;
            background-position: center right;
    }
    .expect-inner1 {
        padding: 1.5rem 1rem;
    }
    .header-content .badge{
    padding: 12px 51px;
    font-weight: 700;
    font-size: 16px;
    }
    /*.main-hero{
      display: none;
    }

    .mobile-hero {
    display: block;
    }*/


}

@media (max-width: 500px) {
    .main-hero {
      padding: 6rem .5rem 3rem;
      min-height: 100vh;
      place-content: center;
    }
    .brand-card {
      min-width: auto;
      height: 50px;
    }
    .brand-info h4{
      font-size: 22px;
    }
    .brand-info p {
      font-size: 15px;
      line-height: 1.4;
    }
    .brand-card img.brandimg2{
      max-width: 50px;
    }
    .btn-primary,.btn-secondary{
      padding-inline: 15px;
    }
}

@media (max-width: 450px){
  .badge{
        font-size: 0.8rem;
  }
}

.legit-badges-row{
  display:flex;
  gap:60px;
  justify-content:normal;
  flex-wrap:wrap;
margin-bottom:25px;
}

.legit-badge-wrap{
  position:relative;
  display:inline-block;
  text-decoration:none;
}

.legit-badge-wrap::before{
     content: attr(data-label);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5%);
    background: #c1ff9d;
    color: #0b5353;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    

}

.legit-badge-wrap[data-label="Alt rx"]::before {
 padding: 4px 18px;
}




.legit-badge-wrap img{
  max-width:70px;
  height:auto;
  display:block;
}

.btn-bg:hover {
  color: white;
}
