* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}




/* hero */
.glp-hero-minimal {
  padding: 80px 0;
  background: #f8fafc;
  overflow: hidden;
}

.glp-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
  margin-bottom: 20px;
}

.glp-title span {
  color: #2563eb;
}

.glp-description {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
  max-width: 600px;
  line-height: 1.7;
}

.glp-price-box {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  margin-bottom: 32px;
  border: 1px solid #e5e7eb;
}

.glp-price-box p {
  margin-bottom: 6px;
  color: #6b7280;
  font-size: 15px;
}

.glp-price-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #111827;
}

.glp-price-box span {
  color: #374151;
  line-height: 1.6;
  display: block;
}

.glp-feature-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 35px;
}

.glp-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.glp-feature i {
  width: 22px;
  height: 22px;
  color: #2563eb;
  margin-top: 4px;
  flex-shrink: 0;
}

.glp-feature p {
  margin: 0;
  color: #374151;
  line-height: 1.7;
  font-size: 1.05rem;
}

.glp-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.glp-btn-main {
  background: #2563eb;
  color: #fff;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.glp-btn-main:hover {
  background: #1d4ed8;
  color: #fff;
}

.glp-btn-outline {
  border: 1px solid #d1d5db;
  color: #111827;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.glp-btn-outline:hover {
  background: #f3f4f6;
  color: #111827;
}

.glp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.glp-trust-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4b5563;
  font-size: 16px;
}

.glp-trust-row i {
  width: 18px;
  height: 18px;
  color: #10b981;
  flex-shrink: 0;
}

.glp-image-wrapper {
  position: relative;
  text-align: center;
}

.glp-hero-img {
  border-radius: 28px;
  width: 80%;
  max-width: 500px;
  object-fit: cover;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  .glp-hero-minimal {
    padding: 60px 0;
  }

  .glp-title {
    font-size: 2.4rem;
  }

  .glp-description {
    font-size: 17px;
  }

  .glp-price-box h2 {
    font-size: 36px;
  }

  .glp-feature p {
    font-size: 1rem;
  }

  .glp-image-wrapper {
    margin-top: 10px;
  }

  .glp-hero-img {
    max-width: 420px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .glp-hero-minimal {
    padding: 45px 0;
  }

  .glp-title {
    font-size: 2rem;
    line-height: 1.25;
  }

  .glp-description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .glp-price-box {
    padding: 18px;
    border-radius: 16px;
    margin-bottom: 24px;
  }

  .glp-price-box h2 {
    font-size: 32px;
  }

  .glp-price-box span {
    font-size: 14px;
  }

  .glp-feature-list {
    gap: 16px;
    margin-bottom: 28px;
  }

  .glp-feature {
    gap: 12px;
  }

  .glp-feature p {
    font-size: 15px;
    line-height: 1.6;
  }

  .glp-feature i {
    width: 20px;
    height: 20px;
  }

  .glp-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .glp-btn-main,
  .glp-btn-outline {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .glp-trust-row {
    flex-direction: column;
    gap: 12px;
  }

  .glp-trust-row span {
    font-size: 14px;
  }

  .glp-image-wrapper {
    margin-top: 12px;
  }

  .glp-hero-img {
    width: 100%;
    max-width: 100%;
    border-radius: 22px;
  }
}
/* scroll effect */
.brand-strip-section {
  padding: 50px 0;
  background: #f8fafc;
  overflow: hidden;
}

.brand-strip-heading {
  margin-bottom: 30px;
}

.brand-strip-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 18px;
  border-radius: 50px;
  background: #e0ecff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.brand-strip-heading h2 {
  color: #111827;
  font-weight: 700;
  max-width: 700px;
  margin: auto;
  line-height: 1.5;
}

/* Marquee */

.brand-marquee {
  overflow: hidden;
  position: relative;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: smoothMarquee 30s linear infinite;
}

.brand-item {
  min-width: 200px;
  height: 95px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  transition: 0.3s ease;
}

.brand-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.brand-item img {
  max-width: 130px;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: 0.3s ease;
}

.brand-item:hover img {
  opacity: 1;
}

/* Smooth Animation */

@keyframes smoothMarquee {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Tablet */

@media (max-width: 991px) {

  .brand-strip-section {
    padding: 60px 0;
  }

  .brand-item {
    min-width: 180px;
    height: 85px;
  }

  .brand-item img {
    max-width: 115px;
  }
}

/* Mobile */

@media (max-width: 576px) {

  .brand-strip-section {
    padding: 50px 0;
  }

  .brand-strip-heading {
    margin-bottom: 28px;
  }

  .brand-item {
    min-width: 150px;
    height: 75px;
    border-radius: 18px;
    padding: 16px;
  }

  .brand-item img {
    max-width: 95px;
  }

  .brand-track {
    gap: 18px;
    animation-duration: 22s;
  }
}
/* *************** */
.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: #0D2D6B;
}

.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 */

.testimonial-modern {
  background: #f8fafc;
}

.testimonial-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: #e0ecff;
  color: #2563eb;
  font-weight: 600;
}

.testimonial-top-desc {
  max-width: 720px;
}

/* Card */

.testimonial-card {
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* Top */

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 18px;
  display: flex;
  gap: 4px;
}

.testimonial-quote {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-quote i {
  width: 24px;
  height: 24px;
}

/* Text */

.testimonial-text {
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* User */

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-user img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h3 {
  font-weight: 700;
  color: #111827;
}

.testimonial-user span {
  color: #6b7280;
  font-size: 15px;
}

/* Tablet */

@media (max-width: 991px) {

  .testimonial-card {
    padding: 24px;
  }
}

/* Mobile */

@media (max-width: 576px) {

  .testimonial-card {
    padding: 22px;
    border-radius: 22px;
  }

  .testimonial-top {
    margin-bottom: 20px;
  }

  .testimonial-text {
    line-height: 1.8;
    margin-bottom: 26px;
  }

  .testimonial-user img {
    width: 56px;
    height: 56px;
  }

  .testimonial-quote {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
}

/* *****************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 */
.hiw-modern-section {
  padding: 40px 0;
  background: #f8fafc;
}

/* =========================
   Heading
========================= */

.hiw-heading-wrap {
  max-width: 850px;
  margin: 0 auto 60px;
}

.hiw-mini-title {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 14px;
}

.hiw-main-title {
  color: #111827;
  font-weight: 700;
  margin-bottom: 18px;
}

.hiw-main-desc {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 28px;
}

.hiw-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #fff;
  padding: 14px 34px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.hiw-main-btn:hover {
  background: #1d4ed8;
  color: #fff;
  transform: translateY(-2px);
}

/* =========================
   Cards
========================= */

.hiw-card {
  position: relative;
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
}

.hiw-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.hiw-step-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
}

.hiw-step-number span {
  width: 48px;
  height: 48px;
  background: rgba(37, 99, 235, 0.95);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.hiw-card-img-wrap {
  overflow: hidden;
}

.hiw-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s ease;
}

.hiw-card:hover .hiw-card-img {
  transform: scale(1.05);
}

.hiw-card-content {
  padding: 28px;
}

.hiw-card-title {
  color: #111827;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.4;
}

.hiw-card-desc {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px) {

  .hiw-modern-section {
    padding: 60px 0;
  }

  .hiw-heading-wrap {
    margin-bottom: 45px;
  }

  .hiw-card-img {
    height: 230px;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 576px) {

  .hiw-modern-section {
    padding: 50px 0;
  }

  .hiw-heading-wrap {
    margin-bottom: 38px;
  }

  .hiw-main-desc {
    line-height: 1.7;
  }

  .hiw-main-btn {
    width: 100%;
  }

  .hiw-card {
    border-radius: 22px;
  }

  .hiw-card-img {
    height: 220px;
  }

  .hiw-card-content {
    padding: 22px;
  }

  .hiw-step-number span {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}
/* banner  */

/* ── Section ── */
.cta-section {
  position: relative;
  background-color: #c8ddf5;
  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: #C8DDF5;
}

/* heading color */
.heading-color{
  color: #0D2D6B;
}
.heading-clr2{
  background-color: #0D2D6B;
}


/* faq se phela section */

.wellness-modern-section {
  background: #f8fafc;
}

.wellness-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: #e0ecff;
  color: #2563eb;
  font-weight: 600;
}

.wellness-top-desc {
  max-width: 720px;
}

.wellness-wrapper {
  background: #fff;
  border-radius: 32px;
  padding: 50px;
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

/* Content */

.wellness-content p {
  color: #4b5563;
  line-height: 1.8;
}

.wellness-features {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wellness-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9fafb;
  border-radius: 18px;
  padding: 18px 20px;
}

.wellness-check {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}

.wellness-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  background: #2563eb;
  color: #fff;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.wellness-btn:hover {
  background: #1d4ed8;
  color: #fff;
  transform: translateY(-2px);
}

/* Image */

.wellness-image-wrap {
  position: relative;
}

.wellness-image {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.wellness-floating-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 20px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.wellness-floating-card p {
  color: #6b7280;
  line-height: 1.7;
}

/* Tablet */

@media (max-width: 991px) {

  .wellness-wrapper {
    padding: 35px;
  }

  .wellness-floating-card {
    position: static;
    margin-top: 18px;
    max-width: 100%;
  }
}

/* Mobile */

@media (max-width: 576px) {

  .wellness-wrapper {
    padding: 22px;
    border-radius: 24px;
  }

  .wellness-feature-item {
    align-items: flex-start;
    padding: 16px;
  }

  .wellness-btn {
    width: 100%;
  }

  .wellness-floating-card {
    padding: 16px;
    border-radius: 16px;
  }
}