/* ═══════════════════════════════════════════════
   BOSMERA
   ═══════════════════════════════════════════════ */

/* ── CSS VARIABLES ── */
:root {
  --rose:        #bda6ce;   /* exact requested main — soft lavender-mauve  */
  --rose-dark:   #613582;   /* deep violet — headings, buttons, footer      */
  --rose-light:  #dacfe2;   /* soft lilac — borders, carousel indicators    */
  --rose-pale:   #f2eef6;   /* faintest lilac — section backgrounds         */
  --gold:        #d28922;   /* warm amber gold — strip, divider, accent     */
  --gold-light:  #f7ead3;   /* pale amber wash — warning box, badge bg      */
  --green:       #3d7a52;   /* success / verified green — unchanged         */
  --green-light: #e4f0e9;
  --text:        #22172a;   /* deep violet-black for headings               */
  --text-mid:    #4e3d5b;   /* mid-purple for body copy                     */
  --text-light:  #917ca0;   /* muted secondary / dates / counts             */
  --border:      #dcd3e3;   /* soft purple border                           */
  --off-white:   #faf8fa;   /* barely-tinted lavender page background       */
}

/* ── BASE ── */
body {
  font-family: 'Nunito', sans-serif;
  background-color: var(--off-white);
  color: var(--text);
}
h1, h2, h3, .font-serif { font-family: 'Playfair Display', serif; }

/* ── ANNOUNCEMENT BAR ── */
.announcement-bar {
  background: linear-gradient(90deg, var(--rose-dark), #411f5a, var(--rose-dark));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ── NAVBAR / LOGO BAR ── */
.logo-bar { border-bottom: 2px solid var(--rose-light); }
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--rose-dark);
  letter-spacing: 1px;
}
.brand-sub {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ── TRUST PILLS ── */
.trust-pills-bar {
  background-color: var(--rose-pale);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  width: 100%;
}
.trust-pill {
  background: #fff;
  border: 1.5px solid var(--rose);
  color: var(--rose-dark);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}
.certifications img{
    width: 30px !important;
    object-fit: contain;
}

/* ── HERO ── */
.hero-section {
  background: linear-gradient(160deg, #eee6f3 0%, #f7f5f8 40%, #faf8f4 100%);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(138,74,184,0.13) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-badge {
  background: var(--gold-light);
  border: 1.5px solid var(--gold);
  color: #724a12;
  border-radius: 999px;
  padding: 5px 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}
.hero h1 { color: var(--rose-dark); line-height: 1.2; }
.hero h1 em { color: var(--gold); }
.hero-tagline { font-size: 15px; color: var(--text-mid); font-weight: 600; }

/* Slideshow */
.hero-slider {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(97,53,130,0.24);
  max-width: 380px;
  margin: 0 auto;
}
.hero-slider .carousel-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}
.carousel-indicators [data-bs-target] {
  width: 8px; height: 8px;
  border-radius: 50%;
  background-color: var(--rose-light);
  border: 1.5px solid var(--rose);
  opacity: 1;
}
.carousel-indicators .active { background-color: var(--rose); }

/* Hero bullet list */
.hero-bullet {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(97,53,130,0.08);
}

/* ── CTA BUTTON ── */
.btn-rose {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 14px 36px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 6px 24px rgba(97,53,130,0.38);
  transition: transform .2s, box-shadow .2s;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-block;
}
.btn-rose:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(97,53,130,0.45);
  color: #fff;
}

/* ── OFFER STRIP ── */
.offer-strip {
  background: linear-gradient(90deg, var(--gold), #e09d35, var(--gold));
  color: #3a2200;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* ── COUNTDOWN ── */
.countdown-section { border-bottom: 1px solid var(--border); }
.countdown-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--rose-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.countdown-box {
  background: var(--rose-dark);
  color: #fff;
  border-radius: 12px;
  width: 68px;
  padding: 10px 6px 8px;
  text-align: center;
}
.countdown-box .num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.countdown-box .lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 3px;
  display: block;
}
.countdown-colon {
  font-size: 28px;
  color: var(--rose);
  font-weight: 800;
  line-height: 1;
  padding-top: 4px;
}

/* ── SECTION TITLES ── */
.section-title { color: var(--rose-dark); }
.section-sub { color: var(--text-mid); font-weight: 600; font-size: 14px; }
.velna-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  border-radius: 99px;
  margin: 10px auto 24px;
}

/* ── ABOUT BOX ── */
.about-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(97,53,130,0.08);
}
.about-box p { font-size: 14.5px; color: var(--text-mid); line-height: 1.8; }
.about-box strong { color: var(--rose-dark); }

/* ── BENEFIT CARDS ── */
.benefit-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
  box-shadow: 0 3px 14px rgba(97,53,130,0.07);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(97,53,130,0.15);
}
.benefit-card .b-icon { font-size: 30px; display: block; margin-bottom: 10px; }
.benefit-card .b-title { font-size: 13px; font-weight: 800; color: var(--rose-dark); margin-bottom: 4px; }
.benefit-card .b-desc { font-size: 11.5px; color: var(--text-mid); line-height: 1.5; }

/* ── INGREDIENTS ── */
.ingredient-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
}
.ingredient-icon {
  width: 48px; height: 48px;
  background: var(--rose-pale);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.ingredient-name { font-size: 14px; font-weight: 800; color: var(--rose-dark); }
.ingredient-desc { font-size: 12.5px; color: var(--text-mid); line-height: 1.5; }

/* ── HOW TO USE ── */
.step-num {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  border-radius: 50%;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step-text { font-size: 14px; color: var(--text-mid); font-weight: 600; }
.step-text strong { color: var(--text); }
.dosage-warning {
  background: var(--gold-light);
  border: 1.5px solid var(--gold);
  border-radius: 12px;
  font-size: 13px;
  color: #7a5010;
  font-weight: 600;
}

/* ── TRUST GRID ── */
.trust-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
}
.trust-item .t-icon { font-size: 28px; display: block; }
.trust-item .t-title { font-size: 12px; font-weight: 800; color: var(--rose-dark); }
.trust-item .t-desc { font-size: 10.5px; color: var(--text-light); }

/* ── REVIEWS ── */
.reviews-section { background-color: var(--rose-pale); }
.rating-summary-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
}
.rating-big {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: var(--rose-dark);
  font-weight: 700;
  line-height: 1;
}
.rating-stars { color: #f5a623; font-size: 20px; }
.rating-count { font-size: 12px; color: var(--text-light); font-weight: 600; }
.review-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 3px 14px rgba(97,53,130,0.07);
}
.review-avatar {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--rose-light), var(--rose));
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.review-name { font-size: 14px; font-weight: 800; color: var(--text); }
.review-stars { color: #f5a623; font-size: 13px; }
.review-verified { font-size: 10.5px; color: var(--green); font-weight: 700; }
.review-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }
.review-date { font-size: 11px; color: var(--text-light); }

/* ── ORDER FORM ── */
.order-box {
  background: #fff;
  border: 2px solid var(--rose-light);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(97,53,130,0.13);
  max-width: 500px;
}
.price-now {
  font-family: 'Times New Roman', Times, serif;
  font-size: 38px;
  color: var(--rose-dark);
  font-weight: 700;
}
.price-old { font-size: 20px; color: var(--text-light); text-decoration: line-through; font-weight: 600; }
.price-save {
  background: var(--green-light);
  color: var(--green);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.form-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-control {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  background: var(--off-white);
  color: var(--text);
}
.form-control:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 0.2rem rgba(97,53,130,0.18);
}
.qty-btn {
  border: 2px solid var(--border);
  border-radius: 10px;
  background: var(--off-white);
  cursor: pointer;
  padding: 10px 8px;
  text-align: center;
  transition: all .2s;
  flex: 1;
}
.qty-btn.selected {
  border-color: var(--rose);
  background: var(--rose-pale);
  color: var(--rose-dark);
}
.qty-btn .qty-label { font-size: 14px; font-weight: 800; display: block; }
.qty-btn .qty-price { font-size: 12px; font-weight: 700; display: block; }
.qty-btn .qty-save { font-size: 10px; color: var(--green); font-weight: 700; display: block; }
.btn-submit {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 15px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 20px rgba(97,53,130,0.32);
  transition: transform .2s;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.btn-submit:hover { transform: translateY(-2px); }
.cod-note { font-size: 12px; color: var(--text-light); font-weight: 600; }
.cod-note strong { color: var(--green); }
.success-msg {
  display: none;
  background: var(--green-light);
  border: 2px solid var(--green);
  border-radius: 12px;
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
}

/* ── FOOTER ── */
footer { background: var(--text); }
footer .foot-brand { font-family: 'Playfair Display', serif; font-size: 20px; }
footer a { color: rgba(255,255,255,0.6); font-size: 11.5px; text-decoration: none; }
footer a:hover { color: #fff; }

/* ── STICKY CTA ── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 2px solid var(--rose-light);
  z-index: 1050;
  box-shadow: 0 -4px 20px rgba(97,53,130,0.14);
}
.sticky-price {
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  color: var(--rose-dark);
  font-weight: 700;
}
.sticky-price small {
  font-size: 12px;
  color: var(--text-light);
  font-family: 'Nunito', sans-serif;
  text-decoration: line-through;
}
.sticky-savings { font-size: 11px; color: var(--green); font-weight: 700; }
.btn-sticky {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 11px 22px;
  border-radius: 999px;
  border: none;
  white-space: nowrap;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
}

/* ── UTILITIES ── */
.bg-rose-pale  { background-color: var(--rose-pale); }
.bg-off-white  { background-color: var(--off-white); }
.text-rose     { color: var(--rose) !important; }
.text-rose-dark{ color: var(--rose-dark) !important; }
.border-rose   { border-color: var(--border) !important; }

/* bottom padding for sticky bar */
.sticky-spacer { height: 72px; }

/* ── ANIMATIONS ── */
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(1.03); }
  to   { opacity: 1; transform: scale(1); }
}
.carousel-item.active img { animation: fadeInScale .6s ease; }

/* ── SWIPER / IMAGE SECTION ── */
.custom-nav-btn::after {
  font-size: 1.25rem !important;
  font-weight: bold;
}
.swiper-button-prev { left: 0 !important; }
.swiper-button-next { right: 0 !important; }
.swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ── VIDEO BOX ── */
.video-box {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  background: linear-gradient(135deg, var(--rose-dark), var(--rose));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.video-box video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* ── IMAGE SECTION ── */
.img-section img {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

/* ── HERO HEADLINE HELPERS ── */
.hell-h1 {
  color: var(--rose-dark);
  line-height: 1.2;
}
.hell-h1 em { color: var(--gold); }

/* ── MARQUEE ── */
.marquee-wrapper {
  display: flex;
  width: max-content;
  gap: 2rem;
}
.marquee-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  animation: scroll-left 15s linear infinite;
}
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-100% - 2rem)); }
}
.trust-pills-bar:hover .marquee-track {
  animation-play-state: paused;
}

/* ── FAQ SECTION ── */
.faq-section {
  background: linear-gradient(160deg, #e9e0f0 0%, var(--off-white) 60%);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(97,53,130,0.07);
  transition: box-shadow .2s, border-color .2s;
}
.faq-item.open {
  border-color: var(--rose);
  box-shadow: 0 4px 18px rgba(97,53,130,0.15);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--rose-dark);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  transition: background .2s;
}
.faq-item.open .faq-q {
  background: var(--rose-pale);
}
.faq-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--rose-light);
  color: var(--rose-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background .2s, color .2s;
}
.faq-item.open .faq-icon {
  background: var(--rose);
  color: #fff;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .2s ease;
  padding: 0 20px;
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.75;
  font-family: 'Nunito', sans-serif;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 4px 20px 18px;
}

/* Base container styling */
.position-relative {
  display: inline-inline-block;
}

/* The expanding pulse effect */
.badge-ring-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50rem; /* Matches Bootstrap's rounded-pill */
  border: 3px solid var(--rose); /* Uses Bootstrap's red color */
  opacity: 0;
  pointer-events: none; /* Allows clicking through the animation */
  
  /* Triggers a 1.5-second animation every 4 seconds */
  animation: attention-ping 4s ease-in-out infinite;
}
.bg-rose{
    background: var(--rose-dark);
}

/* Keyframes for the ringing pulse */
@keyframes attention-ping {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.6; /* Quick fade in */
  }
  40% {
    transform: scale(1.15, 1.3); /* Expands outward */
    opacity: 0; /* Fades out completely */
  }
  100% {
    transform: scale(1.15, 1.3);
    opacity: 0; /* Stays invisible until the 4-second loop resets */
  }
}

/* transformations and product benefits */
/* Container bounds to prevent layout shifts */
.product-slider-container {
  background-color: #f8f9fa;
}

/* Custom Navigation Button Design matching the design */
.product-img-prev,
.product-img-next {
  width: 35px !important;
  height: 35px !important;
  background-color: rgba(255, 255, 255, 0.85); /* Semi-transparent white background */
  border-radius: 50% !important; /* Makes button a perfect circle */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  color: var(--rose-dark) !important; /* Dark color for arrow marks */
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

/* Adjusting placement positions inside the slider frame */
.product-img-prev {
  left: 5px !important;
  padding: 7px;
}
.product-img-next {
  right: 5px !important;
  padding: 7px;
}

/* Shrinking arrow fonts to fit perfectly inside the circular bounds */
.product-img-prev::after,
.product-img-next::after {
  font-size: 1.1rem !important;
  font-weight: bold;
}

/* Subtle hover behavior for rich interactivity */
.product-img-prev:hover,
.product-img-next:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.05);
}


.full-bleed-image-box {
  width: 100%;
  overflow: hidden;
}

/* Optional aspect-ratio box for a consistent hero look across devices */
.full-bleed-image-box img {
  height: auto;
  max-height: 80vh; /* Prevents the image from being taller than the monitor screen */
}