/* ==========================================================================
   Sakhee Care — Main Stylesheet
   Design tokens + base styles + components.
   Bootstrap 5.3.2 handles the grid & base utilities; this file only adds
   what Bootstrap utility classes cannot express (brand colors, fonts,
   custom animated components, gradients, shadows).
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  --clr-purple-deep: #562485;
  --clr-purple: #562485;
  --clr-purple-royal: #562485;
  --clr-magenta: #E31C79;
  --clr-magenta-soft: #FF6FA5;
  --clr-pink-pale: #FBD9E8;
  --clr-gold: #F4B740;
  --clr-cream: #FFF7F2;
  --clr-ink: #562485;
  --clr-muted: #6b5b7a;

  --font-display: 'Poppins', 'Noto Sans Devanagari', sans-serif;
  --font-hindi: 'Noto Sans Devanagari', 'Poppins', sans-serif;
  --font-body: 'Inter', 'Noto Sans Devanagari', sans-serif;

  --shadow-sm: 0 8px 20px rgba(91, 30, 134, 0.10);
  --shadow-md: 0 16px 36px rgba(91, 30, 134, 0.16);
  --shadow-lg: 0 30px 60px rgba(46, 17, 69, 0.35);

  --transition-base: all 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* ---------- Base ---------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--clr-cream);
  color: var(--clr-ink);
}

.skip-link {
  position: absolute;  
  top: 0;
  left: 0;
  z-index: 2000;
  background: var(--clr-magenta);
  color: #fff;
  padding: 10px 18px;
}

.text-accent {
  color: var(--clr-gold) !important;
}

.text-gradient {
  background: linear-gradient(90deg, var(--clr-magenta-soft), var(--clr-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-padding {
  padding-block: 3rem;
}

.section-head {
  max-width: 640px;
  margin-bottom: 3rem;
}

.eyebrow-light {
  display: inline-block;
  color: var(--clr-magenta);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-hindi);
  font-weight: 800;
  font-size: 2.35rem;
  line-height: 1.25;
  color: var(--clr-ink);
}

.section-subtitle {
  color: var(--clr-muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* ---------- Buttons ---------- */
.btn-brand-primary {
  background: linear-gradient(90deg, var(--clr-magenta), #c9166a);
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(227, 28, 121, 0.4);
}

.btn-outline-light {
  border-width: 1.5px;
  font-weight: 600;
  transition: var(--transition-base);
}

.btn-outline-light:hover {
  transform: translateY(-3px);
}

/* ---------- Navbar ---------- */

/* ---------- Top Utility Bar ---------- */
.top-bar {
  background: var(--clr-magenta);
  padding-block: 0.5rem;
  font-size: 0.82rem;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffff;
  text-decoration: none;
  transition: var(--transition-base);
}

.top-bar-link i {
  color: #fff;
  font-size: 0.85rem;
}

.top-bar-link:hover {
  color: var(--clr-gold);
}

.top-bar-social-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition-base);
}

.top-bar-social-icon:hover {
  background: var(--clr-gold);
  color: var(--clr-purple-deep);
  transform: translateY(-2px);
}

/* Responsive: hide email on smaller screens, keep phone + social */
@media (max-width: 767.98px) {
  .top-bar-link span { display: none; }
  .top-bar-link i { font-size: 0.95rem; }
  .top-bar-link { gap: 0; }
}

@media (max-width: 575.98px) {
  .top-bar { padding-block: 0.4rem; }
  .top-bar-contact { gap: 1rem !important; }
}




.brand-navbar {
  background-color: var(--clr-purple-deep);
  border-bottom: 2px solid var(--clr-magenta);
  padding-block: 0.85rem;
  transition: var(--transition-base);
}

.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-magenta), var(--clr-gold));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: #fff;
}

.navbar-nav .nav-link {
  color: #e9dcf3;
  font-weight: 500;
  font-size: 0.92rem;
  transition: var(--transition-base);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--clr-gold);
}

/* ---------- Hero Section ---------- */
.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 70% 20%, #4a1d72 0%, var(--clr-purple-deep) 55%, #1c0a2c 100%);
}

.hero-copy .badge-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--clr-gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.4rem 1rem;
  border-radius: 30px;
  font-family: var(--font-hindi);
}

.hero-title {
  font-family: var(--font-hindi);
  font-weight: 800;
  font-size: 3.4rem;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 1.1rem;
}

.hero-lead {
  font-family: var(--font-hindi);
  font-size: 1.1rem;
  color: #d9c7ea;
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.hero-trust-list li {
  font-family: var(--font-hindi);
  color: #cbb8dd;
  font-size: 0.86rem;
  display: flex;
  align-items: center;
}

/* Hero 3D banner stage */
.hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  perspective: 1400px;
}

.hero-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  max-width: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 28, 121, 0.5) 0%, rgba(122, 42, 174, 0.32) 45%, transparent 72%);
  filter: blur(14px);
  animation: pulseGlow 5s ease-in-out infinite;
}

.hero-banner-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
  animation: bannerFloat 6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes bannerFloat {
  0%, 100% { transform: translateY(0) rotateY(-4deg) rotateX(2deg); }
  50% { transform: translateY(-16px) rotateY(4deg) rotateX(-1deg); }
}

/* Ambient petals */
.petal {
  position: absolute;
  border-radius: 50% 0 50% 50%;
  opacity: 0.5;
  animation: floatPetal 9s ease-in-out infinite;
  pointer-events: none;
}

.petal-1 { width: 60px; height: 60px; background: var(--clr-magenta-soft); top: 15%; left: 6%; }
.petal-2 { width: 36px; height: 36px; background: var(--clr-gold); top: 60%; left: 3%; animation-delay: 2s; }
.petal-3 { width: 44px; height: 44px; background: var(--clr-pink-pale); top: 78%; left: 18%; animation-delay: 4s; }
.petal-4 { width: 50px; height: 50px; background: var(--clr-magenta); top: 10%; right: 5%; animation-delay: 1s; }

@keyframes floatPetal {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(25deg); }
}

/* ---------- Feature Cards ---------- */
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.2rem 0.5rem;
  border: 1px solid #f1e2ec;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 44px rgba(227, 28, 121, 0.16);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--clr-magenta);
  background: linear-gradient(135deg, var(--clr-pink-pale), #fff);
  box-shadow: inset 0 0 0 2px rgba(227, 28, 121, 0.15);
}

.feature-title {
  font-family: var(--font-hindi);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-purple);
  margin-bottom: 0.6rem;
}

.feature-text {
  color: #7c6a8a;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* end */

/* ---------- Brand Story / Content Section ---------- */
.showcase-section {
  background: linear-gradient(180deg, #fff, var(--clr-pink-pale) 120%);
}

/* ---------- Flip Card ---------- */
.flip-outer {
  perspective: 1200px;
  max-width: 400px;
}

.flip-card {
  width: 100%;
  height: 440px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.4, 0.2, 0.2, 1);
  cursor: pointer;
  outline: none;
}

.flip-outer:hover .flip-card,
.flip-card:focus-visible,
.flip-card.is-flipped {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* FRONT = text panel (no rotation, shows first) */
.flip-front {
  background: var(--clr-purple-deep);
  color: #fff;
  padding: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-back-title {
  font-family: var(--font-hindi);
  font-size: 1.4rem;
  color: var(--clr-gold);
  margin-bottom: 1rem;
}

.flip-back-list li {
  font-family: var(--font-hindi);
  font-size: 0.92rem;
  color: #e6d6f0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

/* BACK = image panel (rotated, shows on hover/flip) */
/* NOTE: no position/inset here — inherits absolute + inset:0 from .flip-face */
.flip-back {
  color: #fff;
  text-align: center;
  transform: rotateY(180deg);
}

.flip-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flip-front-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.9rem;
  background: linear-gradient(180deg, rgba(46, 17, 69, 0.7) 0%, rgba(46, 17, 69, 0.1) 35%, rgba(46, 17, 69, 0.15) 65%, rgba(46, 17, 69, 0.85) 100%);
}

.flip-back .brand-big {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
}

.flip-back .hint {
  font-family: var(--font-hindi);
  font-size: 0.8rem;
  color: #ffe1ee;
}

/* ---------- Content Stats ---------- */
.story-stat {
  text-align: left;
  padding-left: 0.9rem;
  border-left: 3px solid var(--clr-gold);
}

.story-stat-num {
  display: block;
  font-family: var(--font-hindi);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--clr-magenta);
  line-height: 1.2;
}

.story-stat-label {
  display: block;
  font-size: 0.78rem;
  color: #6b6b6b;
  margin-top: 0.15rem;
}

@media (max-width: 575.98px) {
  .story-stat { padding-left: 0.7rem; }
  .story-stat-num { font-size: 1.2rem; }
}
/* ---------- Trust Section ---------- */

.trust-section {
  /* Combined background with your primary color as a fallback */
  background: var(--clr-purple-deep) url('../images/banner-bg.png') no-repeat center center / cover;
  padding-block: 2.5rem;
  position: relative;
  /* Added a subtle overlay so the white/gold text remains readable on any image */
  background-blend-mode: multiply; 
}

.trust-statement {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.trust-line {
  font-family: var(--font-hindi);
  font-size: clamp(1.15rem, 2.6vw, 1.7rem);
  font-weight: 600;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85); /* Slightly increased opacity for better readability */
  margin: 0 0 2.25rem;
}

.trust-word {
  color: #fff;
  font-weight: 700;
  position: relative;
}

.trust-highlight {
  display: inline-block;
  color: var(--clr-gold);
  font-weight: 800;
  margin-top: 0.4rem;
}

.trust-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-hindi);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--clr-purple-deep);
  background: var(--clr-gold);
  padding: 0.75rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  transition: var(--transition-base);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.trust-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  color: var(--clr-purple-deep);
}

@media (max-width: 575.98px) {
  .trust-section { padding-block: 3.5rem; }
  .trust-line { margin-bottom: 1.75rem; }
  .trust-cta { padding: 0.7rem 1.75rem; font-size: 0.88rem; }
}

/* ---------- Footer ---------- */
.site-footer {
  background: #562485;
  color: #fff;
  padding-top: 3.75rem;
}

.footer-text {
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-heading {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.87rem;
  transition: var(--transition-base);
}

.footer-links a:hover {
  color: var(--clr-gold);
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
}

.social-icon:hover {
  background: var(--clr-magenta);
  transform: translateY(-3px);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 1.4rem;
  font-size: 0.8rem;
  color: #7a6890;
}

/* ---------- Back to Top ---------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--clr-magenta);
  color: #fff;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: var(--transition-base);
  z-index: 1000;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--clr-purple-royal);
}

/* ---------- Scroll Reveal (JS-toggled) ---------- */
[data-aos] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-aos].is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Focus Visibility (Accessibility) ---------- */
a:focus-visible,
button:focus-visible,
.flip-card:focus-visible {
  outline: 3px solid var(--clr-gold);
  outline-offset: 2px;
}










.hero-slider img{
    width:100%;
    height:auto;
    display:block;
}

/* Desktop */
@media (min-width:769px){
    .hero-slider img{
        height:100%;
        object-fit:cover;
    }
}

/* Mobile */
@media (max-width:768px){
    .hero-slider img{
        height:auto;
        object-fit:cover;
    }
}
    /* ===================================================
       GALLERY — bento-style responsive grid
    =================================================== */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 48%;
      gap: 16px;
    }
    .gallery-grid .gallery-item { grid-column: span 1; grid-row: span 1; }
    .gallery-grid .gallery-item.tall { grid-row: span 2; }
    .gallery-grid .gallery-item.wide { grid-column: span 2; }

    .gallery-grid a {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      height: 100%;
      box-shadow: 0 6px 18px rgba(20,7,35,.10);
    }
    .gallery-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .gallery-grid a:hover img { transform: scale(1.08); }

    .gallery-grid .gallery-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(46,17,69,0) 40%, rgba(46,17,69,.85) 100%);
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 14px;
      opacity: 0;
      transition: opacity .3s ease;
      color: #fff;
    }
    .gallery-grid a:hover .gallery-overlay { opacity: 1; }
    .gallery-grid .gallery-caption {
      font-size: .85rem;
      font-weight: 500;
      max-width: 100%;
    }
    .gallery-grid .gallery-zoom-icon {
      width: 34px; height: 34px;
      border-radius: 50%;
      background: rgba(255,255,255,.18);
      display: flex; align-items: center; justify-content: center;
      backdrop-filter: blur(3px);
      flex-shrink: 0;
    }

    @media (max-width: 767.98px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
        gap: 12px;
      }
      .gallery-grid .gallery-item.wide { grid-column: span 2; }
      .gallery-grid .gallery-item.tall { grid-row: span 1; }
    }

    /* ===== Footer extras ===== */
    .footer-contact-list { list-style: none; padding: 0; margin: 0; }
    .footer-contact-list li { display: flex; gap: 10px; margin-bottom: 10px; color: rgba(255,255,255,.75); }
    .footer-contact-list i { margin-top: 3px; color: var(--accent, #ff6f91); }
    .footer-contact-list li a {
        color: rgba(255,255,255,.75);
        text-decoration: none;
    }



    /* about us  */
    .about-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(20,7,35,.18);
  font-size: 1.4rem;
  color: var(--accent, #ff6f91);
}
.about-badge div { display: flex; flex-direction: column; line-height: 1.2; }
.about-badge-num { font-weight: 700; font-size: 1rem; color: #2E1145; }
.about-badge-label { font-size: .75rem; color: #666; }

@media (max-width: 575.98px) {
  .about-badge { bottom: 12px; left: 12px; padding: 10px 14px; font-size: 1.1rem; }
}
    /* about us  end*/



/* ===== Contact Us ===== */
.contact-info-card {
  display: flex;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(20,7,35,.08);
}
.contact-info-icon {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,111,145,.12);
  color: var(--accent, #ff6f91);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.contact-info-title { font-size: .95rem; font-weight: 600; margin-bottom: 4px; color: #2E1145; }
.contact-info-text { font-size: .9rem; color: #666; margin: 0; }
.contact-info-link { color: #666; text-decoration: none; }
.contact-info-link:hover { color: var(--accent, #ff6f91); }

.contact-form {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(20,7,35,.08);
}
.contact-form .form-label { font-weight: 500; font-size: .9rem; color: #2E1145; margin-bottom: 6px; }
.contact-form .form-control,
.contact-form .form-select {
  border-radius: 10px;
  border: 1px solid #e6e1ec;
  padding: .65rem .9rem;
  font-size: .95rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--accent, #ff6f91);
  box-shadow: 0 0 0 .2rem rgba(255,111,145,.15);
}

.contact-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20,7,35,.08);
}

@media (max-width: 575.98px) {
  .contact-form { padding: 22px; }
}

/* Contact Us End  */


/* ===== Our Products ===== */
.product-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20,7,35,.08);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(20,7,35,.14);
}
.product-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.product-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.product-card:hover .product-card-img-wrap img { transform: scale(1.06); }
.product-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent, #ff6f91);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  z-index: 2;
}
.product-badge-alt { background: #2E1145; }
.product-badge-save { background: #1f9d55; }

.product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card-title { font-size: 1.05rem; font-weight: 600; color: #2E1145; margin-bottom: 6px; }
.product-card-text { font-size: .85rem; color: #666; margin-bottom: 14px; flex: 1; }


/* Video slider styles moved to the dedicated, consolidated block at the
   end of this file (see "PREMIUM VIDEO SLIDER" section) — replaces the
   old Swiper-dependent markup which referenced missing video files. */


/* ==========================================================================
   STICKY GLASSMORPHISM HEADER
   The top utility bar collapses away on scroll and the main nav switches
   to a translucent, blurred "glass" surface for a premium sticky feel.
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.top-bar {
  max-height: 44px;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
}

.brand-navbar {
  position: relative;
  transition: background-color 0.35s ease, box-shadow 0.35s ease,
              backdrop-filter 0.35s ease, padding 0.3s ease, border-color 0.35s ease;
}

/* Scrolled state: glassmorphism kicks in */
.site-header.is-scrolled .top-bar {
  max-height: 0;
  opacity: 0;
  padding-block: 0;
}

.site-header.is-scrolled .brand-navbar {
  background-color: rgba(86, 36, 133, 0.62);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(20, 7, 35, 0.22);
  padding-block: 0.55rem;
}

/* Fallback for browsers without backdrop-filter support */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled .brand-navbar {
    background-color: rgba(86, 36, 133, 0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-bar, .brand-navbar { transition: none; }
}


/* ==========================================================================
   PREMIUM VIDEO SLIDER
   Custom, dependency-free slider (no external library) — accessible,
   swipe-enabled, and responsive across breakpoints.
   ========================================================================== */
.video-slider-section {
  padding-block: 2rem;
  background: linear-gradient(180deg, #fff8fb 0%, #fff 100%);
  overflow: hidden;
}

.video-slider {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.video-slider-viewport {
  overflow: hidden;
  border-radius: 24px;
}

.video-slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0.1, 0.2, 1);
  will-change: transform;
}

.video-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

/* Show more slides per view as the viewport grows.
   Keep these breakpoints in sync with SLIDES_PER_VIEW_BREAKPOINTS in script.js */
@media (min-width: 768px) {
  .video-slide { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 992px) {
  .video-slide { flex: 0 0 33.3333%; max-width: 33.3333%; }
}

.video-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #1c0a2c;
  box-shadow: var(--shadow-lg);
}

.video-frame .video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(20, 7, 35, 0.15) 0%, rgba(20, 7, 35, 0.55) 100%);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-play-btn::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  animation: playPulse 2.4s ease-in-out infinite;
}

.video-play-btn i {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  color: var(--clr-magenta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
}

.video-play-btn:hover i { transform: scale(1.08); }

.video-frame.is-playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes playPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.25); opacity: 0.3; }
}

.video-slide-caption {
  text-align: center;
  padding: 1.1rem 1rem 0.4rem;
}

.video-slide-caption h3 {
  font-family: var(--font-hindi);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-ink);
  margin-bottom: 0.35rem;
}

.video-slide-caption p {
  font-size: 0.9rem;
  color: var(--clr-muted);
  margin: 0;
}

.video-slider-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--clr-magenta);
  box-shadow: 0 10px 24px rgba(20, 7, 35, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: var(--transition-base);
}

.video-slider-arrow:hover {
  background: var(--clr-magenta);
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.video-slider-prev { left: -6px; }
.video-slider-next { right: -6px; }

.video-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1.25rem;
}

.video-slider.is-single-page .video-slider-arrow,
.video-slider.is-single-page .video-slider-dots {
  display: none;
}

.video-slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #e6cfe0;
  padding: 0;
  cursor: pointer;
  transition: var(--transition-base);
}

.video-slider-dots button.is-active {
  width: 26px;
  border-radius: 6px;
  background: var(--clr-magenta);
}

@media (min-width: 992px) {
  .video-slider-prev { left: -54px; }
  .video-slider-next { right: -54px; }
}

@media (max-width: 575.98px) {
  .video-slider-arrow { width: 38px; height: 38px; }
  .video-slider-prev { left: 6px; }
  .video-slider-next { right: 6px; }
  .video-slide-caption h3 { font-size: 1rem; }
}


/* ==========================================================================
   FLOATING SAKHEE CHATBOT
   ========================================================================== */
.sakhee-chatbot {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1050;
  font-family: var(--font-body);
}

.chatbot-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--clr-magenta), var(--clr-purple-deep));
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 14px 30px rgba(227, 28, 121, 0.4);
  cursor: pointer;
  transition: var(--transition-base);
}

.chatbot-toggle:hover { transform: translateY(-3px); }

.chatbot-icon-close { display: none; }

.sakhee-chatbot.is-open .chatbot-icon-open { display: none; }
.sakhee-chatbot.is-open .chatbot-icon-close { display: inline-block; }

.chatbot-ping {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--clr-gold);
  box-shadow: 0 0 0 3px #fff;
  animation: chatPing 2.2s ease-in-out infinite;
}

.sakhee-chatbot.is-open .chatbot-ping { display: none; }

@keyframes chatPing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

.chatbot-window {
  position: absolute;
  left: 0;
  bottom: 76px;
  width: min(360px, calc(100vw - 40px));
  height: min(520px, calc(100vh - 140px));
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(20, 7, 35, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform-origin: bottom left;
  transform: scale(0.92) translateY(12px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.chatbot-window:not([hidden]) {
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.chatbot-header {
  background: linear-gradient(120deg, var(--clr-purple-deep), var(--clr-magenta));
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.chatbot-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chatbot-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.chatbot-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.chatbot-status {
  margin: 0;
  color: #f0d9ea;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45e08a;
  display: inline-block;
}

.chatbot-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-base);
}

.chatbot-close:hover { background: rgba(255, 255, 255, 0.3); }

.chatbot-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fdf6fa;
  scroll-behavior: smooth;
}

.chat-msg {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 0.86rem;
  line-height: 1.5;
  animation: chatFadeIn 0.25s ease;
}

@keyframes chatFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-msg.bot {
  align-self: flex-start;
  background: #fff;
  color: var(--clr-ink);
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 14px rgba(20, 7, 35, 0.08);
}

.chat-msg.user {
  align-self: flex-end;
  background: linear-gradient(120deg, var(--clr-magenta), #c9166a);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.chat-msg.typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 12px 16px;
}

.chat-msg.typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a9c7;
  animation: typingDot 1.2s infinite ease-in-out;
}

.chat-msg.typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-msg.typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingDot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px 10px;
  flex-shrink: 0;
}

.chatbot-quick-replies button {
  border: 1.5px solid var(--clr-pink-pale);
  background: #fff;
  color: var(--clr-magenta);
  font-size: 0.76rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-base);
  white-space: nowrap;
}

.chatbot-quick-replies button:hover {
  background: var(--clr-magenta);
  color: #fff;
  border-color: var(--clr-magenta);
}

.chatbot-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #f1e2ec;
  flex-shrink: 0;
  background: #fff;
}

.chatbot-input {
  flex: 1;
  border: 1.5px solid #e6e1ec;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.86rem;
  outline: none;
  transition: var(--transition-base);
}

.chatbot-input:focus {
  border-color: var(--clr-magenta);
  box-shadow: 0 0 0 3px rgba(227, 28, 121, 0.12);
}

.chatbot-send {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--clr-magenta);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition-base);
}

.chatbot-send:hover { background: var(--clr-purple-deep); }

@media (max-width: 480px) {
  .sakhee-chatbot { left: 12px; bottom: 12px; }
  .chatbot-window { bottom: 72px; }
  .chatbot-toggle { width: 54px; height: 54px; font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .chatbot-window, .chat-msg, .video-slider-track { transition: none; animation: none; }
}


/* ==========================================================================
   CONTACT FORM — success message
   ========================================================================== */
.form-success-msg {
  display: flex;
  align-items: center;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #e9f9ef;
  color: #1f9d55;
  font-size: 0.9rem;
  font-weight: 600;
}
