@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
       url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Bold.woff') format('woff'),
       url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Medium.woff') format('woff'),
       url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Rethink Sans", sans-serif;
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
  color: #242424;
  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: #F45766;
}

.darkGreen-txt {
  color: #F45766;
}

.dark-text {
  color: #2A2A2A;
}

.lightGreen-bgColor {
  background-color: #E5E5E3 !important;
}

.darkGreen-bgColor {
  background-color: #E9BCFF !important;
}



.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main-header .container {
  max-width: 1200px;
}

/* Top announcement + Site header */
.top-announcement {
  background: #242424;
  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;
}
.gluca-faq{
padding:100px 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;
}

/* .hero-section {
  position: relative;
  width: 100%;
  /* height: 100vh;
  overflow: hidden;
} */
.hero-section {
  position: relative;
  min-height: 100vh;
  background-image: url(../images/gluca-hero-banner.jpg);
  background-size: cover;     
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}
.main-logo{
  max-width: 100px;
}
/* .hero-video {
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
} */

/* Text on video */
.hero-text {
  position: absolute;       
  top: 50%;
  left: 11%;
  text-align: left;                
  transform: translateY(-50%);
  z-index: 3;
  max-width: 520px;
  color: #242424;
}

.hero-text h1 {
    font-family: "ClashDisplay-Semibold";
    display: inline-block;
    font-size: 80px;
    line-height: 82px;
    font-weight: 600;
    /* letter-spacing: -1px; */
    color: #242424;
    text-align: left;
    text-transform: none;
}

/* .hero-text p {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 133%;
} */
.hero-text p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 22px;
}
.hero-btn {
  display: inline-block;
  background: #c4ff67;
  padding: 10px 20px;
  color: #1E1E1E;
  border:4px solid #1E1E1E;
  text-decoration: none;
  font-weight: 500;
  font-size:18px;
  letter-spacing:0.5px;
  /* font-family: "roc-grotesk",  sans-serif; */
  font-family: "ClashDisplay-Medium";
}
.hero-btn:hover{
  color: #1E1E1E;
}


/* .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;
}
.top-offer-banner {
    background: linear-gradient(90deg, #f45766, #c652ff);
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 13px;
    font-size: 15px;
    border-radius: 26px;
    position: absolute;
    top: -25px;
    width: 33%;
    left: 64%;
}
.top-offer-banner.non-active {
    position: absolute;
    top: -25px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
@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;
  background-image: url(../images/red-tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3px;
  top: -2px;
  width: 31px;
  height: 31px;
}

.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: #d37aff;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
}

.prod-card-wrapper {
  /* background-color: #F4576614; */
  padding: 100px 15px;
}

/* Product Card */
.product-card,
.featured-product-card {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  margin-bottom: 3rem;
  /* 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: 6px solid #242424;
}

.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: 500;
  font-size: 1.87rem;
  z-index: 5;
  border-radius: 0px 0 12px 0;
  font-family: "roc-grotesk", "roc-grotesk-wide", sans-serif;
}

.card-content {
  overflow: hidden;
  position: relative;
}

.product-card .card-number {
    background-color: #C4FF67; /* default */
    color: #242424;
}

.product-card.active .card-number,
.featured-product-card .card-number {
    background-color: #C4FF67; /* active state color */
    color: #242424;
}
/* 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: 46px 30px;
}

@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: #f67380; */
  background-color: #f7e7ff;
  /* color:  #E9BCFF; */
  color: #c652ff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 44%;
}

.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); */
  background-image: url(../images/red-tick.svg);
}

.features-list li:last-child:before,
.features-list li:nth-last-child(2):before  {
  background-image: url(../images/star.svg);
  max-width: 16px;
  left: 4px;
}

.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 {
  width: fit-content;
  height: fit-content;
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: normal 10px;
  flex-direction: row;
  border-radius: 0;
  font-size: 16px;
  display: flex;
  background: #F45766;
  padding: 10px 26px;
  color: #fff;
  border: 4px solid #1E1E1E;
  font-family: "roc-grotesk-wide";
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #F45766 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  outline: 0;
  border-color: #242424 !important;
}


.btn-secondary {
  color: #fff;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  flex-direction: row;
  background: #242424;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid #1E1E1E;
  padding: 10px 20px;
  "roc-grotesk-wide": "roc-grotesk", "roc-grotesk-wide", sans-serif;
  font-family: "roc-grotesk-wide";
  font-weight: 500;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #242424;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  outline: 0;
  border-color: #242424 !important;
}

.btn-link {
  background: transparent;
  color: #F45766 !important;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 2px solid #F45766;
  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, #E9BCFF, #E9BCFF);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.rating-yellow{
 height: 100%;
background: linear-gradient(to right, #C4FF67, #B7FF45);
   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: #E9BCFF;
  padding: 1.5rem 2.5rem;
  gap: 1rem;
}

@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: #242424;
  font-size: 29.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
  font-family: "roc-grotesk-wide";
}

.offersubtitle {
  color: #21272A;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.2;
}

.special-offer .claim-offer-btn {
  padding: 10px 28px;
  margin-left: auto;
  z-index: 3;
  justify-content: center;
  align-items: center;
  gap: normal 10px;
  flex-direction: row;
  background: #C4FF67;
  color: #242424 !important;
  font-size: 20px;
}
.special-offer .claim-offer-btn:hover, .special-offer .claim-offer-btn:active, .special-offer .claim-offer-btn:focus {
  background: #C4FF67 !important;
  border-color: #242424 !important;
}

.header-content-mob {
  display: none;
}

/* Special Product */
.prod-card-wrapper.special {
  padding-block: 80px 50px;
}
.prod-card-wrapper.special .header-content{
  display: block !important;
}

/* 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: #E5E5E3;
  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: #F45766;
  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: 25px;
  height: 25px;
  background-image: url(../images/red-tick.svg);
  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: #E9BCFF;
  color: #242424;
  padding: 60px 0;
}

.how-to-purchase .section-title {}

@media (max-width:767px) {
  .how-to-purchase .section-title {
    font-size: 28px;
  }
}

.purchase-card {
  background: rgb(36 36 36 / 83%);
  padding: 1.8rem;
  border-radius: 14px;
  min-height: 140px;
  position: relative;
  height: 100%;
}

.purchase-card h3 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-top: 0.6rem;
}

.purchase-card p {
  color: #fff;
  margin-top: 0.6rem;
  font-size: 18px;
}

.purchase-card p:last-child {
  margin-bottom: 0;
}

.purchase-card .card-number {
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  position: static;
  background: transparent;
  display: block;
}

.how-to-purchase .highlight {
  color: #c4ff67;
  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(229 229 227 / 31%);
}

.expect-inner1 {
  padding: 2rem;
  border-radius: 20px;
}


.expect-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1rem;
}

.expect-card {
  background: rgb(229 229 227);
  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: rgb(229 229 227 / 31%);
  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: 46%;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .offer-box {
    padding: 1rem;
  }
  .product-image-text img{
    width: 260px;
  }
  .header-content {
    top: 540px;
    left: 42px;
  }
 .offersubtitle {
    font-size: 18px;
    font-family: roboto;
    font-weight: 700;
  }
  .offer-text h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .special-offer .claim-offer-btn {
    font-size: 14px;
    padding: 16px;
    border: 4px solid #242424;
  }
  .brand-card img.brandimg2{
    max-width: 60px;
  }
  .card-number{
    font-size: 30px;
    width: 57px;
    height: 46px;
  }
}

/* Footer Css Start */

.footer-bg {
  background-color: #242424;
  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: #fff;
  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: #242424; */
  background-color: transparent;
  color: white;
}
/*.main-logo{
  max-width: 80px;
}*/
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: #F45766;
  padding: 10px 20px;
}

.sticky-inner {
  width: 1200px;
  max-width: 100%;
  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: 196px;
  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: #242424; */
  background-color: #4e4e4e;
  color: #c4ff67;
  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: rgb(255 255 255 / 17%);
  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: #C4FF67;
  color: #242424 !important;
  font-size: 20px;
  padding: 12px 25px;
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 16px;
  border: 4px solid #1E1E1E;
  font-family: "roc-grotesk-wide";
  font-weight: 500;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
  background: #C4FF67;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 188, 156, 0.3);
  outline: 0;
}
.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;
}*/


.hero-mobile-banner{
  display: none;
}

@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;
  }
  .hero-section {
    min-height: 55vh;
    background-position: top;
  }

  .hero-video{
    display: none;
  }
  .hero-mobile-banner {
    display: block;
    object-fit: cover;
    height: 100%;
    object-position: 0 -50px;
    width: 100%;
  }
  .hero-text {
    position: absolute;
    bottom: 35px;
    top: auto;
    left: 0;
    right: 0;
    text-align: left;
    padding: 15px;
    padding-left: 25px;
    transform: none;
    width: 50%;
  }
  .hero-text h1 {
    font-size: 54px;
    margin-bottom: 20px;
    line-height: 50px;
    transform: none;
  }
  .hero-text p{
    font-size: 23px;
    line-height: 29px;
  }
  

  .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: 29px 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%;
    gap: 9px;
  }
  .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;
  }
  .product-badge {
    font-size: 14px;
    width: 50%;
    font-weight: 400;
    font-family: roboto;
    color: #21272A;
    background-color: #F2F4F8;
    padding: 1px;
  }
  .product-badge img {
      max-width: 20px;
      display: none;
  }
  .prd-title .badge-img {
    display: none;
}
.product-description {
    color: #21272A;
    font-weight: 700;
    font-size: 18px;
}

}


@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: 33px;
    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;
  }

  /*.hero-section {
    height: 77vh;
  }*/
  .hero-mobile-banner {
    object-position: top center;
  }
  
  .hero-text {
    position: absolute;
    bottom: 15px;
    top: 12%;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 15px;
    width: 94%;
    transform: none;
  }
  .hero-text h1 {
    font-size: 54px;
    margin-bottom: 20px;
    line-height: 57px;
    font-weight: 600;
    color: #242424;
    text-align: left;
  }
  .hero-text p{
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    width: 80%;
    margin-bottom: 28px;
  }
  .hero-btn {
    padding: 13px 30px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    width: 100%;
  }
  .card-grid .product-image{
    display: none;
  }
  .product-info{
    margin-top: 40px;
  }
  .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: 18px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
  }
  .rating-section {
    display: none;
  }
  .button-group .btn-primary {
    font-size: 12px;
  }
  .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: 32px;
    font-weight: 700;
    /*font-family: roboto;*/
    }

    .rating-number {
        font-size: 2.5rem;
    }
    
    .button-group .btn{
        width: 47%;
    }
    .button-group .btn.btn-primary {
    padding: 11px 10px;
    border: 4px solid #1E1E1E;
    width: 46%;
white-space: nowrap;
    }
    .button-group .btn.btn-secondary{
      font-size: 12px;
      padding: 14px;
    }

    .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; */
    display: none;
    }
    /*.main-hero{
      display: none;
    }

    .mobile-hero {
    display: block;
    }*/
    .btn-primary {
    padding: 2px 4px;
    color: #fff;
    border: 3px solid #1E1E1E;
    font-size: 15px;
    line-height: 19px;
}


  .hero-section {
      min-height: 100vh;
      background-image: url(../images/mobile-hero-bg.jpg);
      background-position: center bottom;
      background-size: cover;
  }

}

@media (max-width: 640px){
  .hero-section {
      min-height: 130vh;
  }
}

@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: 13px;
      line-height: 1.4;
    }
    .brand-card img.brandimg2{
      max-width: 50px;
    }
    .btn-primary,.btn-secondary{
      padding-inline: 15px;
    }
  .btn-primary{
    font-size: 15px;
  }
  
}

@media (max-width: 450px){
  .badge{
        font-size: 0.8rem;
  }
}
@media(max-width:374px){
  .hero-text h1 {
    font-size: 32px;
}

}


.btn-bg:hover {
  color: white;
}
.product-badge img{
  max-width: 20px;
}
.prd-title .badge-img{
  max-width: 32px;
}

.legit-badges-row

 {
    display: flex;
    gap: 34px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.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: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 7px;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}
.legit-badge-wrap[data-label="Alt rx"]::before {
 padding: 4px 29px;
}

.legit-badge-wrap img {
    max-width: 115px;
    height: auto;
    display: block;
}

@media (max-width: 578px){
  .legit-badges-row {
      display: flex;
      gap: 16px;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 15px;
  }
  .legit-badge-wrap img {
      max-width: 82px;
      height: auto;
      display: block;
  }
  .hero-glpcontainer {
      flex-direction: column;
  }
  .hero-left {
      width: 100%;
  }
  .hero-rightglp {
      width: 100%;
  }
}

.hero-banner-gluca
 {
  padding: 180px 0px 100px;
 background-image: url(../images/gluca-claim-bg.png);
  background-size: cover; 
  min-height: 100vh;     
  background-position: center; 
  background-repeat: no-repeat;
  
  position: relative;
overflow: hidden;
}

.hero-rightglp {
  padding: 0 0px;
  width: 50%;
}
.hero-rightglp img {
  margin-left: auto;
  display: block;
  object-fit:contain;
}

.hero-glpcard {
  width: 100%;
 
}

.hero-left {
  width: 50%;
}

.hero-left h1 {

    font-family: "ClashDisplay-Semibold";
    display: inline-block;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    /* letter-spacing: -1px; */
    color: #242424;
    text-align: left;
    text-transform: none;

}

.hero-left p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 22px;

}
/*.hero-left p:nth-of-type(2) {
  
}*/
.form-disclaimer{
  font-size: 16px;
  line-height: 1.2;
  margin-top:30px;
}
.hero-glpcontainer {
      position: relative;
    z-index: 2;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
gap: 70px;
}

.shape-top {
  position: absolute;
  top: 0;
  right: 0;
 
  z-index: 1;

}
.shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

}
.hero-btn.conttinue-btn{
text-align: center;
 width: 100%;
margin: 20px 0;
}


.faq-section {

  margin: 60px auto;
  padding: 20px;
}

.faq-section h1 {
font-family: "ClashDisplay-Semibold";
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.faq {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.faq-question-glp {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.faq-answer-glp p {
  padding-bottom: 20px;
  color: #555;
padding:0 20px;
}

.faq-answer-glp {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-question-glp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question-glp span {

  transition: transform 0.3s ease;
}

.faq.active .faq-question-glp span {
  transform: rotate(45deg); /* + to × */
}
button:focus {
    outline: none;
    outline: none;
}

.promocode-sec{
padding-top:100px;
}

.promocard{
    width: 510px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #cca6e3;
    position: relative;
    margin: 0 auto;
}
.promocard-inner{
  overflow: hidden;
  position: relative;
  padding: 25px 25px 20px;
}
.shine {
  -webkit-animation: shine 5s ease-in-out infinite;
  animation: shine 5s ease-in-out infinite;
  background-image: linear-gradient(120deg, transparent, rgb(255 255 255 / 30%), transparent);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}

.promocode-top, .promocard-button {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

.promocode-top {
  padding: 0 15px !important;
}

.coupon-rate {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40%;
}

.coupon-rate h1 {
  font-size: 50px;
  color: #242424;
  font-family: "Rethink Sans", sans-serif;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0;
}
.coupon-rate h1 span {
    font-size: 30px;
}
.vertical {
  border-left: 5px dotted #2a2a2a;
  height: 96px;
  position: absolute;
  left: 44%;
  top: 25px;
}
span.freebdge {
    background: #f45766;
    color: #fff;
    padding: 3px 8px;
}

.promocard::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color:#e5e5e3;
  width: 40px;
}

.promocard::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #e5e5e3;
  width: 40px;
}

.promocard-content {padding-left: 0;width: 50%;}

.promocard-content h2 {
  font-size: 18px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.promocard p {
  font-size: 16px;
  color: #242424;
  margin: 0;
  font-weight: 600;
}

.promocard-button {
  margin: 20px 0 0 0;
  padding-top: 15px !important;
  border-top: 2px solid #2a2a2a;
}

.promocard-button .copycodebtn {
    background: #2a2a2a;
    padding: 5px 12px;
    color: #fff;
    border: 3px solid #1E1E1E;
    font-size: 15px;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 700;
    cursor: text;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    user-select: auto;
}

.pa-faq{
padding: 25px 0 0;
}



@media  (max-width: 991px){
.hero-banner-gluca {
    padding: 100px 0px 100px;
 
}
.hero-glpcontainer {
flex-direction:column;
}
.hero-left {
    width: 100%;
            padding: 0px 45px;
}
.hero-rightglp {
          padding: 0px 70px;


    width: 100%;
}

.promocode-sec{
  padding-top: 50px;
}

.coupon-rate h1 {
    font-size: 40px;
  }
  .coupon-rate h1 span {
    font-size: 24px;
}

}

@media (max-width: 768px){
  .top-offer-banner {
    background: linear-gradient(90deg, #f45766, #c652ff);
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 8px 10px 8px;
    font-size: 15px;
    border-radius: 26px;
    position: absolute;
    top: -25px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media (max-width: 767px){
  .hero-left h1 {
    font-size: 35px!important;
    line-height: 45px!important;
    font-weight: 600;
  }
}
@media (max-width: 540px){
 
.hero-glpcontainer {
    flex-direction: column;
}
.hero-left {
    width: 100%;
    padding: 0px 25px;
}
.hero-rightglp {
  padding: 0px 0px;

    width: 100%;
}
.button-group .btn.btn-primary {

    width: 100%;
  

.button-group .btn {
    width: 100%;
}






}












