* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}




/* hero */

/* ── Hero Section ── */
.glp-hero-section {
  background: linear-gradient(135deg, #ddeeff 0%, #e8f4ff 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 48px 0;
}

/* ── Left Column ── */
.glp-content-col {
  padding-right: 2rem;
}

/* ── Star Rating ── */
.glp-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.glp-stars {
  color: #f5a623;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.glp-star-empty {
  color: #ccc;
}

.glp-rating-text {
  color: #555;
  font-size: 0.88rem;
}

/* ── Headline ── */
.glp-headline {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #0d2d6b;
  line-height: 1.1;
  margin-bottom: 10px;
}

.glp-subheadline {
  color: #444;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

/* ── Price Line ── */
.glp-price-line {
  color: #222;
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.glp-price {
  font-size: 1.6rem;
  color: #0d2d6b;
}

/* ── Feature List ── */
.glp-features {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 28px;
}

.glp-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 0.97rem;
  color: #1a1a2e;
}

.glp-feature-item:last-child {
  margin-bottom: 0;
}

.glp-icon {
  color: #0d2d6b;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── CTA Buttons ── */
.glp-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.glp-btn-primary {
  background-color: #0d2d6b;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.glp-btn-primary:hover {
  background-color: #0a2255;
  transform: translateY(-1px);
  color: #fff;
}

.glp-btn-secondary {
  background-color: #fff;
  color: #0d2d6b;
  border: 2px solid #0d2d6b;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.glp-btn-secondary:hover {
  background-color: #0d2d6b;
  color: #fff;
  transform: translateY(-1px);
}

/* ── Trust Badges ── */
.glp-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.85rem;
  color: #555;
  align-items: center;
}

.glp-trust-badges span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.glp-badge-icon {
  width: 15px;
  height: 15px;
  color: #555;
}

/* ── Right Image ── */
.glp-image-col {
  text-align: center;
}

.glp-hero-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 480px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .glp-content-col {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .glp-hero-section {
    border-radius: 12px;
    padding: 32px 0;
  }

  .glp-image-col {
    order: -1;
  }

  .glp-hero-image {
    max-height: 320px;
  }
}

@media (max-width: 575px) {
  .glp-cta-group {
    flex-direction: column;
  }

  .glp-btn-primary,
  .glp-btn-secondary {
    text-align: center;
  }

  .glp-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* scroll effect */
.marquee {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.marquee-content {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marquee 35s linear infinite;
}

.marquee-content img {
  width: 150px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* *************** */
.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}
.section-title {
  text-align: center;
  font-weight: 700;
  
  color: #0D2D6B;
  padding: 1.8rem;
}

.text-just {
  text-align: justify;
}
.free-shipping {
  background-color: #4F69AA;
}

.foot {
  background-color: #4F69AA;
}

.foot2 {
  color: #4F69AA;
}

.glass-purple {
  background: radial-gradient(
    circle at top left,
    rgba(22, 154, 171, 0.95) 0%,
    rgba(18, 135, 150, 0.85) 35%,
    rgba(15, 115, 128, 0.70) 65%,
    rgba(10, 90, 100, 0.55) 100%
  );

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border: 1px solid rgba(255, 255, 255, 0.28);

  box-shadow:
    0 25px 65px rgba(10, 60, 70, 0.55),
    inset 0 1px 1px rgba(255, 255, 255, 0.30),
    inset 0 -2px 3px rgba(0, 0, 0, 0.40);


}



.hero-bg {
  min-height: 10vh;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* Title */
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

/* Glass box */
.glass-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1rem 2rem;
  padding: 1.5rem 2rem;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.08)
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* Feature text */
.feature-item {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: 600;
  text-align: left;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .glass-features {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-item {
    text-align: center;
  }
}

/* Grid Layout */
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* Ingredient Card */
.ingredient-card {
  position: relative;
  padding: 28px 22px 24px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f8f9fb 100%
  );
  border-radius: 20px;
  text-align: center;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.ingredient-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 26px 55px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Image */
.ingredient-card img {
  width: 110px;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Content */
.ingredient-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #7550B8;
}

.ingredient-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .ingredient-card {
    padding: 24px 20px;
  }

  .ingredient-card img {
    width: 120px;
  }
}



.small-ban{
  background-color: #F5F3EA;
}

svg.lucide {
  width: 40px;
  height: 40px;
}

/* testimonials */

.review-card{
  transition: all 0.3s ease;
}

.review-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


/* *****************accordion*********** */


/* Rounded accordion items */
.accordion-item {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

/* Rounded top when closed */
.accordion-button {
  border-radius: 18px;
  padding: 18px 22px;
}

/* Rounded when opened */
.accordion-button:not(.collapsed) {
  border-radius: 18px 18px 0 0;
}

/* Space between icon and question text */
.accordion-button i {
  margin-right: 10px;
}

/* Space between question and arrow */
.accordion-button::after {
  margin-left: auto;
}

/* Body padding */
.accordion-body {
  padding: 20px 22px;
}



/* how it works */

/* ── Section ── */
.hiw-section {
  padding: 80px 0;
  background-color: #fff;
}

/* ── Left Column ── */
.hiw-left {
  position: relative;
}

.hiw-left-inner {
  position: sticky;
  top: 100px;
  padding-right: 2rem;
}

.hiw-title {
  font-family: 'Georgia', serif;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.hiw-tagline {
  color: #444;
  font-weight: 500;
  margin-bottom: 16px;
}

.hiw-desc {
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hiw-btn {
  display: inline-block;
  background-color: #0d2d6b;
  color: #fff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hiw-btn:hover {
  background-color: #0a2255;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Right Column / Timeline ── */
.hiw-right {
  padding-left: 2rem;
}

.hiw-timeline {
  position: relative;
  padding-left: 32px;
}

/* Vertical line */
.hiw-timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 0;
  width: 2px;
  background-color: #f5a623;
}

/* ── Each Step ── */
.hiw-step {
  position: relative;
  margin-bottom: 64px;
}

.hiw-step--last {
  margin-bottom: 0;
}

/* Dot on timeline */
.hiw-dot {
  position: absolute;
  left: -32px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f5a623;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #f5a623;
  z-index: 1;
}

/* Step Content */
.hiw-step-content {
  padding-left: 8px;
}

.hiw-step-title {
  font-family: 'Georgia', serif;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.hiw-step-desc {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Step Image */
.hiw-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  max-width: 420px;
}

.hiw-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hiw-img:hover {
  transform: scale(1.02);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .hiw-left-inner {
    position: static;
    padding-right: 0;
    margin-bottom: 48px;
    text-align: center;
  }

  .hiw-right {
    padding-left: 0;
  }

  .hiw-section {
    padding: 48px 0;
  }
}

@media (max-width: 575px) {
  .hiw-timeline {
    padding-left: 24px;
  }

  .hiw-dot {
    left: -24px;
  }

  .hiw-img-wrap {
    max-width: 100%;
  }
}

/* banner  */

/* ── Section ── */
.cta-section {
  position: relative;
  background-color: #f0ebe3;
  padding: 100px 0;
  overflow: hidden;
}

/* ── Floating Vials ── */
.cta-vial {
  position: absolute;
  width: 200px;
  pointer-events: none;
}

.cta-vial--top-left {
  top: 20px;
  left: 20px;
  transform: rotate(-20deg);
}

.cta-vial--top-right {
  top: 10px;
  right: 20px;
  transform: rotate(10deg);
}

.cta-vial--bottom-left {
  bottom: 10px;
  left: 60px;
  transform: rotate(-5deg);
}

/* ── Center Content ── */
.cta-content {
  position: relative;
  z-index: 2;
}

.cta-headline {
  font-family: 'Georgia', serif;
  font-weight: 800;
  color: #0d2d6b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-desc {
  color: #444;
  line-height: 1.7;
  margin-bottom: 32px;
}

.cta-subheading {
  font-family: 'Georgia', serif;
  font-weight: 400;
  color: #1a1a2e;
  margin-bottom: 28px;
}

/* ── CTA Button ── */
.cta-btn {
  display: inline-block;
  background-color: #0d2d6b;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 24px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.cta-btn:hover {
  background-color: #0a2255;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Trust Badges ── */
.cta-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: #444;
  margin-bottom: 16px;
}

.cta-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-badge-icon {
  width: 16px;
  height: 16px;
  color: #555;
}

/* ── Footnote ── */
.cta-footnote {
  color: #444;
  margin-bottom: 0;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .cta-vial {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .cta-vial {
    width: 120px;
  }

  .cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .cta-vial--top-left,
  .cta-vial--top-right {
    width: 90px;
  }

  .cta-vial--bottom-left {
    display: none;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* benefits bg color */

.ben-bg{
  background-color: #EFEAE2;
}

/* heading color */
.heading-color{
  color: #0D2D6B;
}
.heading-clr2{
  background-color: #0D2D6B;
}