@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* ========================================================================= */
/* CSS VARIABLES & DESIGN TOKENS                                             */
/* ========================================================================= */
:root {
  --primary-bhagwa: #d9531e;
  --primary-pitambari: #c97c18;
  --primary-gold: #c5892b;
  --primary-gold-dark: #ad741f;
  --primary-gold-light: #dfa855;
  --bg-cream: #fbf3e6;
  --bg-cream-light: #fefaf4;
  --bg-cream-darker: #f5e7d0;
  --bg-peach-slot: #fdf3e2;
  --bg-footer: #dfcaa8;
  --bg-input: #eae4dc;
  --text-rudraksha: #26170f;
  --text-rudraksha-muted: #6b5243;
  --text-light: #8e847c;
  --border-gold: #c5892b;
  --border-light: #e8ded2;
}

/* ========================================================================= */
/* BASE RESETS & GLOBAL STYLES                                               */
/* ========================================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-rudraksha);
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  line-height: 1.6;
}

::selection {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
}

img, video {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* ========================================================================= */
/* TAILWIND 1:1 UTILITY EQUIVALENTS                                          */
/* ========================================================================= */
.font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.font-cinzel {
  font-family: 'Cinzel', serif;
}

.font-sans {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.uppercase { text-transform: uppercase; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }

.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }

@media (min-width: 640px) {
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:w-7 { width: 1.75rem; }
  .sm\:h-7 { height: 1.75rem; }
}

@media (min-width: 1024px) {
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
}

.text-bhagwa { color: var(--primary-bhagwa); }
.text-bhagwa\/70 { color: rgba(217, 83, 30, 0.7); }
.text-bhagwa-700 { color: #a33311; }
.text-bhagwa-800 { color: #842b13; }
.text-pitambari { color: var(--primary-pitambari); }
.text-rudraksha { color: var(--text-rudraksha); }
.text-rudraksha-muted { color: var(--text-rudraksha-muted); }
.text-white { color: #ffffff; }
.text-amber-100 { color: #fef3c7; }
.text-amber-200 { color: #fde68a; }
.text-amber-500 { color: #f59e0b; }
.text-stone-400 { color: #a8a29e; }
.text-blue-500 { color: #3b82f6; }
.text-emerald-800 { color: #065f46; }

.text-\[\#4285F4\] { color: #4285F4; }
.text-\[\#EA4335\] { color: #EA4335; }
.text-\[\#FBBC05\] { color: #FBBC05; }
.text-\[\#34A853\] { color: #34A853; }

.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.h-8 { height: 2rem; }

.fill-none { fill: none; }
.fill-current { fill: currentColor; }
.fill-bhagwa { fill: var(--primary-bhagwa); }
.stroke-current { stroke: currentColor; }
.stroke-rudraksha { stroke: var(--text-rudraksha); }
.stroke-\[1\.8\] { stroke-width: 1.8; }
.stroke-\[2\] { stroke-width: 2; }
.stroke-\[2\.2\] { stroke-width: 2.2; }

.flex-shrink-0 { flex-shrink: 0; }
.select-none { user-select: none; }
.mix-blend-multiply { mix-blend-mode: multiply; }
.object-cover { object-fit: cover; }
.object-top { object-position: top; }
.opacity-90 { opacity: 0.9; }

.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-0\.5 { margin-left: 0.125rem; }
.ml-1 { margin-left: 0.25rem; }

.hidden { display: none !important; }

.transition-colors { transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }
.transition-transform { transition: transform 0.3s ease; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

.group:hover .group-hover\:scale-105 {
  transform: scale(1.05);
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

/* ========================================================================= */
/* MANDALA WATERMARKS & BACKGROUNDS                                          */
/* ========================================================================= */
.bg-mandala {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(217, 83, 30, 0.08) 1.5px, transparent 1.5px),
                    radial-gradient(rgba(201, 124, 24, 0.04) 1.5px, #ffffff 1.5px);
  background-size: 48px 48px;
  background-position: 0 0, 24px 24px;
}

.mandala-watermark {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0 C40 30 40 50 0 60 C40 70 40 90 60 120 C80 90 80 70 120 60 C80 50 80 30 60 0 Z' fill='none' stroke='%23d9531e' stroke-width='0.5' stroke-opacity='0.1'/%3E%3Ccircle cx='60' cy='60' r='30' fill='none' stroke='%23c97c18' stroke-width='0.4' stroke-opacity='0.08'/%3E%3Ccircle cx='60' cy='60' r='50' fill='none' stroke='%23d9531e' stroke-width='0.4' stroke-opacity='0.06' stroke-dasharray='3,3'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

/* ========================================================================= */
/* AOS CUSTOM SCROLL ANIMATIONS (REACTS ON SCROLL UP & DOWN)                 */
/* ========================================================================= */

/* Base transition timing for all data-aos elements */
[data-aos] {
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, opacity;
}

/* Stagger Delays */
[data-aos][data-aos-delay="50"]  { transition-delay: 50ms; }
[data-aos][data-aos-delay="100"] { transition-delay: 100ms; }
[data-aos][data-aos-delay="150"] { transition-delay: 150ms; }
[data-aos][data-aos-delay="200"] { transition-delay: 200ms; }
[data-aos][data-aos-delay="250"] { transition-delay: 250ms; }
[data-aos][data-aos-delay="300"] { transition-delay: 300ms; }
[data-aos][data-aos-delay="350"] { transition-delay: 350ms; }
[data-aos][data-aos-delay="400"] { transition-delay: 400ms; }
[data-aos][data-aos-delay="450"] { transition-delay: 450ms; }
[data-aos][data-aos-delay="500"] { transition-delay: 500ms; }

/* 1. Snappy Text Stretch Scroll Animation for Headings */
[data-aos="text-stretch"],
.heading-pop-reveal,
.snappy-text-stretch {
  opacity: 0;
  transform: scaleX(1.3) scaleY(0.75) translateY(28px);
  letter-spacing: 0.08em;
  filter: blur(4px);
  transform-origin: center center;
  transition-property: transform, opacity, letter-spacing, filter;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.2, 1.4, 0.35, 1);
  will-change: transform, opacity, letter-spacing, filter;
  display: inline-block;
}

[data-aos="text-stretch"].aos-animate,
.heading-pop-reveal.aos-animate,
.heading-pop-reveal.revealed,
.snappy-text-stretch.aos-animate,
.snappy-text-stretch.revealed {
  opacity: 1;
  transform: scaleX(1) scaleY(1) translateY(0);
  letter-spacing: inherit;
  filter: blur(0);
}

/* 2. Card Pop & Soft Blur Scroll Animation */
[data-aos="card-pop"] {
  opacity: 0;
  transform: translateY(35px) scale(0.94);
  filter: blur(3px);
  transition-property: transform, opacity, filter;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.2);
  will-change: transform, opacity, filter;
}

[data-aos="card-pop"].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* 3. Hero Seal Rotating Zoom Scroll Animation */
[data-aos="seal-zoom"] {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.65) rotate(-25deg);
  filter: blur(4px);
  transition-property: transform, opacity, filter;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.35);
  will-change: transform, opacity, filter;
}

[data-aos="seal-zoom"].aos-animate {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  filter: blur(0);
}

/* 4. Directional Fade Animations */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(40px);
  transition-property: transform, opacity;
}
[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-down"] {
  opacity: 0;
  transform: translateY(-40px);
  transition-property: transform, opacity;
}
[data-aos="fade-down"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(-40px);
  transition-property: transform, opacity;
}
[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left"] {
  opacity: 0;
  transform: translateX(40px);
  transition-property: transform, opacity;
}
[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-down-left"] {
  opacity: 0;
  transform: translate(40px, -40px);
  transition-property: transform, opacity;
}
[data-aos="fade-down-left"].aos-animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-aos="fade-up-left"] {
  opacity: 0;
  transform: translate(40px, 40px);
  transition-property: transform, opacity;
}
[data-aos="fade-up-left"].aos-animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.88);
  transition-property: transform, opacity;
}
[data-aos="zoom-in"].aos-animate {
  opacity: 1;
  transform: scale(1);
}

[data-aos="fade-in"],
[data-aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos="fade-in"].aos-animate,
[data-aos="fade"].aos-animate {
  opacity: 1;
}

/* ========================================================================= */
/* SVG ANIMATIONS & SHAPES                                                   */
/* ========================================================================= */
/* 1. Yoga Asanas (wdt-yoga-1): Meditative breathing pulse */
.wdt-yoga-1 {
  transform-origin: center bottom;
  animation: yogaAsanaBreathe 4.5s ease-in-out infinite;
}

@keyframes yogaAsanaBreathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.03); }
}

/* 2. Sound Healing (wdt-yoga-4): Resonant sound bowl vibration */
.wdt-yoga-4 {
  transform-origin: 53px 40px;
  animation: soundBowlResonance 3.8s ease-in-out infinite;
}

@keyframes soundBowlResonance {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.02) rotate(1deg); }
  50% { transform: scale(0.98); }
  75% { transform: scale(1.03) rotate(-1deg); }
}

/* 3. Aerial Yoga (wdt-yoga-2): Graceful rotating bloom */
.wdt-yoga-2 {
  transform-origin: 50px 50px;
  animation: aerialLotusBloom 16s linear infinite;
}

@keyframes aerialLotusBloom {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(180deg) scale(1.02); }
  100% { transform: rotate(360deg); }
}

/* 4. Alternative Therapies (wdt-yoga-3): Healing hands subtle pulse */
.wdt-yoga-3 {
  transform-origin: center center;
  animation: healingHandsPulse 5s ease-in-out infinite;
}

@keyframes healingHandsPulse {
  0%, 100% { transform: scale(1); opacity: 0.95; }
  50% { transform: scale(1.04); opacity: 1; }
}

/* 5. Sunflower Mandala (wdt-flower-sun): Solar rotation */
.wdt-flower-sun {
  transform-origin: 100px 100px;
  animation: sunFlowerRotate 40s linear infinite;
  fill: var(--primary-bhagwa);
}

@keyframes sunFlowerRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 6. Sacred Surya Mandala: Radiant sun rotation */
.surya-mandala-svg {
  transform-origin: center center;
  animation: suryaSpin 10s linear infinite;
}

@keyframes suryaSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 7. Botanical Leaves (Static) */
.wdt-leaf, .wdt-leaf-01, .wdt-leaf-02, .wdt-leaf-03 {
  animation: none !important;
  transform: none !important;

}

.wdt-leaf-01 { fill: var(--primary-pitambari); }
.wdt-leaf-02 { fill: var(--primary-bhagwa); }
.wdt-leaf-03 { fill: #e78a59; }

/* 8. Hero Squiggle Sketch Arrow (Static) */
.hero-squiggle-svg, .hero-squiggle-path, .hero-squiggle-arrow {
  animation: none !important;
  transform: none !important;
}

/* 9. Section 6: 3-Leaf Line Art Path Drawing Animation */
.leaf-line-art-svg {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 540px;
  height: auto;
  pointer-events: none;
  z-index: 20;
  filter: drop-shadow(0 4px 12px rgba(217, 83, 30, 0.08));
}

.leaf-line-path {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: leafLinePathLinearFlow 7s linear infinite;
}

.leaf-line-path-1 { animation-delay: 0s; }
.leaf-line-path-2 { animation-delay: 1.2s; }
.leaf-line-path-3 { animation-delay: 2.4s; }

@keyframes leafLinePathLinearFlow {
  0% { stroke-dashoffset: 1600; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1600; }
}

/* ========================================================================= */
/* BUTTONS & LINKS                                                           */
/* ========================================================================= */
.nav-link {
  position: relative;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-rudraksha);
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-bhagwa);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-bhagwa);
  border-radius: 2px;
}

.btn-outline-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.6rem;
  border-radius: 9999px;
  border: 1px solid #4a4039;
  color: #38302a;
  background-color: transparent;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-pill:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
  border-color: var(--primary-bhagwa);
  transform: translateY(-1px);
}

.btn-outline-rect {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--text-rudraksha);
  color: var(--text-rudraksha);
  background-color: transparent;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-outline-rect:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
  border-color: var(--primary-bhagwa);
  box-shadow: 0 4px 12px rgba(217, 83, 30, 0.25);
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.4rem;
  border: 1px solid #c97c18;
  color: #c97c18;
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background-color: var(--primary-bhagwa);
  border-color: var(--primary-bhagwa);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(217, 83, 30, 0.25);
}

.arrow-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #706863;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-rudraksha);
  transition: all 0.3s ease;
}

.arrow-btn:hover {
  border-color: var(--primary-bhagwa);
  background-color: var(--primary-bhagwa);
  color: #ffffff;
}

/* ========================================================================= */
/* SECTION 1: HEADER & NAVIGATION                                            */
/* ========================================================================= */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.site-header.scrolled,
.site-header.header-scrolled {
  backdrop-filter: blur(12px);
  background-color: rgba(250, 245, 237, 0.95);
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
  box-shadow: 0 4px 20px rgba(38, 23, 15, 0.06);
}

.header-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header-container {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 5rem;
  }
}

.brand-logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo-img {
  height: 3.5rem;
  width: auto;
  max-width: 4.5rem;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
  .brand-logo-img {
    height: 3.8rem;
    max-width: 5rem;
  }
}

.brand-logo-wrap:hover .brand-logo-img {
  transform: scale(1.05);
}

.brand-logo-text-group {
  display: flex;
  flex-direction: column;
}

.brand-logo-title {
  display: flex;
  align-items: flex-start;
}

.brand-logo-sanskrit {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  color: var(--primary-bhagwa);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  user-select: none;
}

@media (min-width: 640px) {
  .brand-logo-sanskrit { font-size: 2.1rem; }
}

.brand-logo-reg {
  font-size: 0.65rem;
  color: var(--primary-bhagwa);
  font-family: 'Cormorant Garamond', Georgia, serif;
  margin-left: 2px;
  margin-top: -2px;
}

.brand-logo-sub {
  font-size: 0.6875rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.1em;
  color: var(--primary-pitambari);
  text-align: right;
  padding-right: 3px;
  margin-top: -3px;
  font-weight: 300;
}

.header-nav-menu {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .header-nav-menu { display: flex; }
}

@media (min-width: 1280px) {
  .header-nav-menu { gap: 2.25rem; }
}

.header-right-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mobile-menu-btn {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  .mobile-menu-btn { display: none; }
}

.mobile-menu-bar {
  width: 1.5rem;
  height: 2px;
  background-color: var(--primary-bhagwa);
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.mobile-menu-bar-short {
  width: 1rem;
  height: 2px;
  background-color: var(--primary-bhagwa);
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.mobile-menu-drawer {
  background-color: var(--bg-cream-light);
  border-bottom: 1px solid rgba(120, 53, 15, 0.15);
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .mobile-menu-drawer { display: none !important; }
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu-item {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.mobile-menu-cta {
  padding-top: 1rem;
  border-top: 1px solid rgba(120, 53, 15, 0.1);
}

/* ========================================================================= */
/* SECTION 2: HERO SECTION                                                   */
/* ========================================================================= */
.hero-section {
  position: relative;
  width: 100%;
  background-color: #fbf3e6;
  overflow: hidden;
  padding-top: 4.0rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-top: 6rem;
    padding-bottom: 3.25rem;
  }
}

.hero-video-bg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.80;
  mix-blend-mode: multiply;
  filter: saturate(1.4) contrast(1.05);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(251, 242, 227, 0.4) 0%, rgba(251, 242, 227, 0.85) 100%);
  pointer-events: none;
}

.hero-glow-left {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 24rem;
  height: 24rem;
  border-radius: 9999px;
  background-color: rgba(217, 83, 30, 0.1);
  filter: blur(48px);
  pointer-events: none;
  z-index: 2;
}

.hero-glow-right {
  position: absolute;
  bottom: 2.5rem;
  right: 5rem;
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 9999px;
  background-color: rgba(201, 124, 24, 0.15);
  filter: blur(48px);
  pointer-events: none;
  z-index: 2;
}

.hero-container {
  width: 100%;
  max-width: 90rem;
  margin:auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 640px) {
  .hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
  }
}

.hero-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .hero-content-col {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1280px) {
  .hero-content-col {
    grid-column: span 6 / span 6;
  }
}

.hero-video-preview-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.video-preview-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 15px 35px rgba(217, 83, 30, 0.14);
  border: 1px solid rgba(201, 124, 24, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-preview-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 40px rgba(217, 83, 30, 0.22);
}

.play-square-btn {
  width: 54px;
  height: 54px;
  border: 1px solid var(--primary-bhagwa);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-bhagwa);
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-square-btn:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
  transform: scale(1.05);
}

.hero-video-card-thumb {
  position: relative;
  width: 7rem;
  height: 4rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: linear-gradient(to right, #fff7ed, rgba(254, 243, 199, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.25rem;
}

.hero-squiggle-svg {
  width: 6rem;
  height: 6rem;
}

.hero-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.15rem;
  font-weight: 550;
  line-height: 1.15;
  color: var(--primary-bhagwa);
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .hero-heading { font-size: 2.75rem; }
}

@media (min-width: 1024px) {
  .hero-heading { font-size: 3.15rem; }
}

@media (min-width: 1280px) {
  .hero-heading { font-size: 3.45rem; }
}

.hero-btn-wrap {
  padding-top: 0.25rem;
}

.hero-social-proof {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-avatar-stack {
  display: flex;
  overflow: hidden;
}

.hero-customer-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  display: inline-block;
  border: 2px solid #faf1e1;
  margin-left: -0.75rem;
}

.hero-customer-avatar:first-child {
  margin-left: 0;
}

.hero-rating-stats {
  display: flex;
  flex-direction: column;
}

.hero-stats-count {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-bhagwa);
  line-height: 1;
}

@media (min-width: 640px) {
  .hero-stats-count { font-size: 1.5rem; }
}

.hero-stats-label {
  font-size: 0.75rem;
  color: var(--text-rudraksha-muted);
  font-weight: 500;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .hero-stats-label { font-size: 0.875rem; }
}

.hero-media-col {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .hero-media-col {
    grid-column: span 6 / span 6;
    justify-content: flex-end;
    padding-top: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .hero-media-col {
    grid-column: span 6 / span 6;
    padding-top: 0.75rem;
  }
}

/* Hero Collage Grid with Balanced Proportional Sizing */
.hero-collage-container {
  position: relative;
  width: 100%;
  max-width: 590px;
}

.hero-collage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.hero-reception-wrap {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: flex-end;
}

.arch-pill-top {
  border-radius: 22px 220px 32px;
  overflow: hidden;
}

.arch-pill-tall {
  border-radius: 180px 180px 28px 28px;
  overflow: hidden;
}

.arch-pill-right {
  border-top-left-radius: 200px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

/* Reception Image (Top) */
.hero-arch-reception {
  width: 78%;
  height: 12rem;
  background-color: #e7e5e4;
  position: relative;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid rgba(201, 124, 24, 0.35);
}

@media (min-width: 640px) {
  .hero-arch-reception {
    width: 72%;
    height: 18.5rem;
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 1024px) {
  .hero-arch-reception {
    height: 20rem;
  }
}

.hero-reception-badge {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38, 23, 15, 0.55), transparent, transparent);
  display: flex;
  align-items: center;
  padding: 1.25rem;
}

.hero-reception-tag {
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  background-color: rgba(38, 23, 15, 0.65);
  backdrop-filter: blur(4px);
  padding: 0.2rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(201, 124, 24, 0.4);
}

/* Tall Arch (Left) */
.hero-arch-tall {
  height: 17.5rem;
  margin-top: -2rem;
  background-color: #e7e5e4;
  position: relative;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid rgba(201, 124, 24, 0.35);
}

@media (min-width: 640px) {
  .hero-arch-tall {
    height: 30rem;
    margin-top: -4rem;
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 1024px) {
  .hero-arch-tall {
    height: 32.5rem;
    margin-top: -4.5rem;
  }
}

/* Studio Arch (Right) */
.hero-arch-studio {
  height: 17.5rem;
  margin-top: 1rem;
  background-color: #e7e5e4;
  position: relative;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid rgba(201, 124, 24, 0.35);
}

@media (min-width: 640px) {
  .hero-arch-studio {
    height: 30rem;
    margin-top: 1.75rem;
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 1024px) {
  .hero-arch-studio {
    height: 32.5rem;
    margin-top: 2rem;
  }
}

/* Overlapping Rotating Seal Badge */
.rotating-badge-container {
  position: absolute;
  z-index: 20;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(38, 23, 15, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.hero-seal-position {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 145px;
  width: 145px;
}

@media (min-width: 640px) {
  .hero-seal-position {
    top: 42%;
    left: 55%;
    transform: none;
    height: 215px;
    width: 215px;
    padding: 8px;
  }
}

.rotating-text-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.1s linear;
}

.hero-seal-svg-text {
  font-size: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.23em;
  fill: var(--text-rudraksha);
}

.hero-seal-badge {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(201, 124, 24, 0.5);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  text-align: center;
  position: relative;
  z-index: 10;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

@media (min-width: 640px) {
  .hero-seal-badge {
    width: 9rem;
    height: 9rem;
    padding: 0.5rem;
  }
}

.hero-seal-stars {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: var(--primary-bhagwa);
  font-size: 14px;
  margin-bottom: 0.125rem;
}

@media (min-width: 640px) {
  .hero-seal-stars {
    font-size: 20px;
  }
}

.hero-seal-title {
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-bhagwa);
  line-height: 1;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .hero-seal-title {
    font-size: 2rem;
  }
}

.hero-seal-sub {
  font-size: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.12em;
  color: var(--primary-pitambari);
  text-transform: uppercase;
  margin-top: 0.125rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .hero-seal-sub {
    font-size: 10px;
    letter-spacing: 0.15em;
  }
}


/* ========================================================================= */
/* SECTION 3: OFFERINGS & SERVICES                                           */
/* ========================================================================= */
.services-section {
  position: relative;
  width: 100%;
  background-image: url('bg-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
}

.services-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .services-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.service-carousel {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding-bottom: 1.5rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.service-carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .service-carousel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
    padding-bottom: 0;
  }
}

.service-card {
  min-width: min(280px, 82vw);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.5rem;
  border-radius: 180px 180px 24px 24px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(201, 124, 24, 0.2);
  scroll-snap-align: center;
  transition: 
    transform 0.3s ease, 
    box-shadow 0.3s ease, 
    border-color 0.3s ease, 
    background-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  background-color: #ffffff;
  border-color: rgba(197, 137, 43, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
  .service-card { min-width: 300px; }
}

@media (min-width: 1024px) {
  .service-card { min-width: 0; }
}

.service-icon-wrap {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-bhagwa);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrap {
  transform: scale(1.1);
  color: var(--primary-bhagwa);
}

.service-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  color: var(--primary-bhagwa);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.service-card-desc {
  font-size: 1.15rem;
  color: #7c2d12;
  font-weight: 400;
  line-height: 1.625;
}

.services-nav-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

/* ========================================================================= */
/* SECTION 4: BENEFITS OF YOGA & MEDITATION                                  */
/* ========================================================================= */
.about-section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
}

@media (min-width: 1024px) {
  .about-section {
    padding: 6rem 0;
  }
}

.about-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .about-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
  }
}

.about-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .about-content-col {
    grid-column: span 6 / span 6;
  }
}

.about-header-wrap {
  display: flex;
  flex-direction: column;
}

.about-subheading {
  font-size: 0.875rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--primary-bhagwa);
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .about-subheading { font-size: 1rem; }
}

.about-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--primary-bhagwa);
  line-height: 1.2;
  margin-top: 0.25rem;
}

@media (min-width: 640px) {
  .about-heading { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .about-heading { font-size: 3.5rem; }
}

.about-desc {
  font-size: 0.9375rem;
  color: var(--primary-bhagwa);
  font-weight: 400;
  line-height: 1.625;
}

@media (min-width: 640px) {
  .about-desc { font-size: 1rem; }
}

.about-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 1.5rem;
  width: 100%;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .about-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.benefit-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: transform 0.25s ease;
}

.benefit-badge:hover {
  transform: translateX(4px);
}

.benefit-icon-box {
  width: 44px;
  height: 44px;
  background-color: var(--primary-bhagwa);
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(217, 83, 30, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-badge:hover .benefit-icon-box {
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 6px 14px rgba(217, 83, 30, 0.4);
}

.benefit-badge-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  color: var(--text-rudraksha);
  font-weight: 500;
}

@media (min-width: 640px) {
  .benefit-badge-title { font-size: 1.375rem; }
}

.about-btn-wrap {
  padding-top: 1rem;
}

.about-media-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .about-media-col {
    grid-column: span 6 / span 6;
    justify-content: flex-end;
  }
}

.about-card-container {
  position: relative;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .about-card-container {
    right: 90px;
    margin: 0;
  }
}

.about-play-btn {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border: 1px solid var(--primary-bhagwa);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-play-btn:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
}

@media (min-width: 640px) {
  .about-play-btn {
    left: -25px;
    width: 5rem;
    height: 5rem;
  }
}

.about-circle-img-wrap {
  width: min(78vw, 17rem);
  height: min(78vw, 17rem);
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 10;
  outline: 2px solid rgba(201, 124, 24, 0.3);
}

@media (min-width: 480px) {
  .about-circle-img-wrap {
    width: 19rem;
    height: 19rem;
  }
}

@media (min-width: 640px) {
  .about-circle-img-wrap {
    width: 24rem;
    height: 24rem;
  }
}

@media (min-width: 768px) {
  .about-circle-img-wrap {
    width: 26.25rem;
    height: 26.25rem;
  }
}

.about-floral-ornament {
  position: absolute;
  right: -1rem;
  top: -1.5rem;
  z-index: 20;
  pointer-events: none;
  width: 6.5rem;
  height: 6.5rem;
  max-width: 30vw;
}

@media (min-width: 480px) {
  .about-floral-ornament {
    right: -2.5rem;
    top: -2.5rem;
    width: 9rem;
    height: 9rem;
    max-width: none;
  }
}

@media (min-width: 640px) {
  .about-floral-ornament {
    right: -4rem;
    top: -3.5rem;
    width: 12rem;
    height: 12rem;
  }
}

.about-leaves {
  position: absolute;
  right: -1.5rem;
  bottom: -2rem;
  z-index: 20;
  pointer-events: none;
  width: 10rem;
  height: 14rem;
  max-width: 42vw;
}

@media (min-width: 480px) {
  .about-leaves {
    right: -3.5rem;
    bottom: -3.5rem;
    width: 14rem;
    height: 20rem;
    max-width: none;
  }
}

@media (min-width: 640px) {
  .about-leaves {
    right: -6.5rem;
    bottom: -4.5rem;
    width: 18rem;
    height: 26rem;
  }
}

/* ========================================================================= */
/* SECTION 5: OUR YOGA CLASS SHOWCASE                                        */
/* ========================================================================= */
.classes-section {
  position: relative;
  width: 100%;
  background-image: url(bg-image.png);
  padding: 6rem 0;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
}

.classes-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .classes-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.classes-header-wrap {
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.classes-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--primary-bhagwa);
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .classes-heading { font-size: 3.5rem; }
}

.classes-desc {
  font-size: 1.2rem;
  color: var(--primary-bhagwa);
  font-weight: 400;
  line-height: 1.65;
}

@media (min-width: 640px) {
  .classes-desc { font-size: 1.35rem; }
}

.classes-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-nav-arrow {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c4b13;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.carousel-nav-arrow:hover {
  color: var(--primary-bhagwa);
  transform: scale(1.2);
}

.class-carousel {
  flex: 1;
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  padding-bottom: 1.25rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.class-carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 640px) {
  .class-carousel {
    gap: 2.5rem;
  }
}

.class-card {
  min-width: min(260px, 78vw);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
}

.class-card:hover {
  transform: translateY(-4px);
}

@media (min-width: 480px) {
  .class-card { min-width: 270px; }
}

@media (min-width: 640px) {
  .class-card { min-width: 290px; }
}

.class-avatar-wrap {
  width: 10rem;
  height: 10rem;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(217, 83, 30, 0.4);
  transition: transform 0.5s ease;
}

.class-card:hover .class-avatar-wrap {
  transform: scale(1.06);
}

@media (min-width: 640px) {
  .class-avatar-wrap {
    width: 11.5rem;
    height: 11.5rem;
  }
}

.class-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: var(--primary-bhagwa);
  font-weight: 500;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

@media (min-width: 640px) {
  .class-card-title { font-size: 2.35rem; }
}

.class-card-desc {
  font-size: 1.2rem;
  color: var(--text-rudraksha-muted);
  line-height: 1.6;
  font-family: 'Cormorant Garamond', Georgia, serif;
  max-width: 270px;
  font-weight: 500;
}

@media (min-width: 640px) {
  .class-card-desc { font-size: 1.35rem; }
}

.classes-btn-wrap {
  text-align: center;
  margin-top: 3rem;
}

/* ========================================================================= */
/* SECTION 6: ENROLL NOW & STUDIO SHOWCASE                                   */
/* ========================================================================= */
.enroll-section {
  position: relative;
  width: 100%;
  background-color: #faf2e6;
  padding: 5rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
}

@media (min-width: 1024px) {
  .enroll-section {
    padding: 6rem 0;
  }
}

.enroll-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .enroll-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.enroll-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .enroll-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem;
  }
}

.enroll-media-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .enroll-media-col {
    grid-column: span 6 / span 6;
  }
}

.enroll-glow-bg {
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20rem;
  height: 20rem;
  border-radius: 9999px;
  background-color: rgba(201, 124, 24, 0.15);
  filter: blur(24px);
  z-index: 1;
}

@media (min-width: 640px) {
  .enroll-glow-bg {
    width: 24rem;
    height: 24rem;
  }
}

.enroll-wheel-img-wrap {
  width: 100%;
  max-width: 480px;
  height: 21rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.8);
  outline: 2px solid rgba(201, 124, 24, 0.2);
}

@media (min-width: 480px) {
  .enroll-wheel-img-wrap { height: 25rem; }
}

@media (min-width: 640px) {
  .enroll-wheel-img-wrap { height: 30rem; }
}

.enroll-content-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .enroll-content-col {
    grid-column: span 6 / span 6;
  }
}

.enroll-leaf-ornament {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.enroll-leaf-ornament svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 640px) {
  .enroll-leaf-ornament {
    top: -1.5rem;
    right: -2rem;
    width: 14rem;
    height: 14rem;
  }
}

@media (min-width: 1024px) {
  .enroll-leaf-ornament {
    top: -2rem;
    right: -3rem;
    width: 18rem;
    height: 18rem;
  }
}

.enroll-title-box {
  position: relative;
  z-index: 10;
  max-width: 28rem;
}

.enroll-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--primary-bhagwa);
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .enroll-heading { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .enroll-heading { font-size: 3.75rem; }
}

.enroll-desc {
  font-size: 1.05rem;
  color: var(--primary-bhagwa);
  font-weight: 600;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .enroll-desc { font-size: 1rem; }
}

.enroll-phone-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.enroll-phone-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary-bhagwa);
  transition: color 0.2s ease;
}

.enroll-phone-item:hover {
  color: #000000;
  transform: translateX(4px);
}

.enroll-phone-number {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .enroll-phone-number { font-size: 1.5rem; }
}

.enroll-wavy-divider {
  width: 100%;
  padding: 0.5rem 0;
}

.enroll-bottom-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .enroll-bottom-row {
    flex-direction: row;
  }
}

.enroll-landscape-img {
  width: 100%;
  height: 9rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

@media (min-width: 640px) {
  .enroll-landscape-img { width: 16rem; }
}

.enroll-surya-mandala {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .enroll-surya-mandala {
    width: 9rem;
    height: 9rem;
  }
}

/* ========================================================================= */
/* SECTION 7: ABOUT US & STUDENT REVIEWS                                      */
/* ========================================================================= */
.about-story-section,
.reviews-section {
  position: relative;
  width: 100%;
  background-image: url('bg-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5.5rem 0 5rem 0;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .about-story-section,
  .reviews-section {
    padding: 7rem 0 6rem 0;
  }
}

.about-story-container,
.reviews-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .about-story-container,
  .reviews-container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* Section Header */
.about-story-header {
  text-align: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}

.about-story-sanskrit-tag {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--primary-bhagwa);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.about-story-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--primary-bhagwa);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .about-story-heading { font-size: 3.5rem; }
}

@media (min-width: 1024px) {
  .about-story-heading { font-size: 4rem; }
}

.about-story-subdesc {
  font-size: 1.15rem;
  color: var(--primary-bhagwa);
  line-height: 1.75;
  font-weight: 400;
}

@media (min-width: 640px) {
  .about-story-subdesc { font-size: 1.25rem; }
}

/* ------------------------------------------------------------------------- */
/* MAIN STORY 2-COLUMN GRID                                                  */
/* ------------------------------------------------------------------------- */
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 5.5rem;
}

@media (min-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 4.5rem;
  }
}

/* Left Column Media Card */
.about-story-media-col {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-story-media-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: center;
}

.about-story-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(235, 126, 34, 0.18) 0%, rgba(201, 124, 24, 0) 70%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(25px);
  pointer-events: none;
}

.about-story-line-art {
  position: absolute;
  top: -15%;
  left: 50%;
  width: 140%;
  height: 130%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
}

.about-story-arch-wrap {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 200px 200px 20px 20px;
  overflow: hidden;
  border: 3px solid rgba(201, 124, 24, 0.4);
  box-shadow: 0 20px 45px -10px rgba(38, 23, 15, 0.22);
  background-color: #f7ebd7;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

@media (min-width: 640px) {
  .about-story-arch-wrap {
    height: 500px;
    border-radius: 260px 260px 24px 24px;
  }
}

@media (min-width: 1024px) {
  .about-story-arch-wrap {
    height: 590px;
    border-radius: 280px 280px 28px 28px;
  }
}

.about-story-media-card:hover .about-story-arch-wrap {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 55px -10px rgba(217, 83, 30, 0.3);
  border-color: var(--primary-bhagwa);
}

.about-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.8s ease;
}

.about-story-media-card:hover .about-story-img {
  transform: scale(1.06);
}

.about-story-leaf-ornament {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 110px;
  height: 110px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.85;
}

@media (min-width: 640px) {
  .about-story-leaf-ornament {
    width: 170px;
    height: 170px;
    bottom: -30px;
    left: -35px;
  }
}

/* Floating Experience Badge */
.about-story-badge {
  position: absolute;
  top: 18px;
  right: 8px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(201, 124, 24, 0.4);
  border-radius: 16px;
  padding: 0.55rem 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 12px 28px rgba(38, 23, 15, 0.14);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 640px) {
  .about-story-badge {
    top: 35px;
    right: -15px;
    padding: 0.65rem 1.1rem;
    gap: 0.75rem;
  }
}

.about-story-badge:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 16px 36px rgba(217, 83, 30, 0.25);
  border-color: var(--primary-bhagwa);
}

.about-story-badge-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7ebd7 0%, #ecd7b7 100%);
  border: 1.5px solid rgba(201, 124, 24, 0.4);
  color: var(--primary-bhagwa);
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.about-story-badge-text {
  display: flex;
  flex-direction: column;
}

.about-story-badge-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-bhagwa);
  line-height: 1.1;
}

.about-story-badge-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-rudraksha);
  letter-spacing: 0.02em;
}

/* Floating Secondary Pill Badge */
.about-story-pill-badge {
  position: absolute;
  bottom: 16px;
  right: 8px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 124, 24, 0.35);
  border-radius: 9999px;
  padding: 0.45rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-rudraksha);
  transition: all 0.3s ease;
}

@media (min-width: 640px) {
  .about-story-pill-badge {
    bottom: 25px;
    right: -10px;
  }
}

.about-story-pill-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(217, 83, 30, 0.2);
  border-color: var(--primary-bhagwa);
}

/* ------------------------------------------------------------------------- */
/* RIGHT COLUMN: PHILOSOPHY PILLAR CARDS (REDUCED & COMPACT)                 */
/* ------------------------------------------------------------------------- */
.about-story-content-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-pillar-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(201, 124, 24, 0.25);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(38, 23, 15, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-pillar-card:hover {
  transform: translateY(-3px) translateX(3px);
  background: #ffffff;
  border-color: var(--primary-bhagwa);
  box-shadow: 0 10px 24px rgba(217, 83, 30, 0.12);
}

.about-pillar-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7eb 0%, #faecd7 100%);
  border: 1px solid rgba(201, 124, 24, 0.28);
  color: var(--primary-bhagwa);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.about-pillar-card:hover .about-pillar-icon-box {
  background: var(--primary-bhagwa);
  color: #ffffff;
  transform: rotate(6deg) scale(1.06);
}

.about-pillar-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about-pillar-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-bhagwa);
  letter-spacing: 0.01em;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .about-pillar-title { font-size: 1.35rem; }
}

.about-pillar-desc {
  font-size: 0.85rem;
  color: #5c524c;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .about-pillar-desc { font-size: 0.88rem; }
}

.about-story-btn-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}

/* ------------------------------------------------------------------------- */
/* 4 STATS COUNTER STRIP (REDUCED & COMPACT)                                 */
/* ------------------------------------------------------------------------- */
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2.75rem;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(253, 248, 240, 0.88) 100%);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(201, 124, 24, 0.22);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(38, 23, 15, 0.04);
}

@media (min-width: 768px) {
  .about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0.75rem 1.25rem;
    gap: 1rem;
    align-items: center;
  }
}

.about-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.15rem 0.25rem;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.about-stat-item:hover {
  transform: translateY(-2px);
}

.about-stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--primary-bhagwa);
  line-height: 1.05;
  margin-bottom: 0.15rem;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

@media (min-width: 640px) {
  .about-stat-number { font-size: 2.45rem; }
}

@media (min-width: 1024px) {
  .about-stat-number { font-size: 2.65rem; }
}

.about-stat-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-rudraksha);
  margin-bottom: 0.1rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .about-stat-title { font-size: 0.92rem; }
}

.about-stat-desc {
  font-size: 0.74rem;
  color: #786f68;
  line-height: 1.3;
  max-width: 170px;
}

@media (min-width: 640px) {
  .about-stat-desc { font-size: 0.78rem; }
}

/* Reviews Subsection Divider */
.about-reviews-intro {
  text-align: center;
  margin-bottom: 1.75rem;
  padding-top: 1rem;
}

.about-reviews-intro-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--primary-bhagwa);
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .about-reviews-intro-title { font-size: 2.75rem; }
}

.reviews-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}

.reviews-stars-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
  font-size: 1.5rem;
  margin: 0.25rem 0;
}

.reviews-google-logo {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  user-select: none;
}

.reviews-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.review-nav-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(201, 124, 24, 0.4);
  background: #ffffff;
  color: var(--text-rudraksha);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 0.35rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.review-nav-arrow:hover {
  background: var(--primary-bhagwa);
  color: #ffffff;
  border-color: var(--primary-bhagwa);
}

@media (min-width: 640px) {
  .review-nav-arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }
}

.review-nav-arrow-right {
  margin-right: 0;
  margin-left: 0.35rem;
}

@media (min-width: 640px) {
  .review-nav-arrow-right {
    margin-right: 0;
    margin-left: 1rem;
  }
}

.review-carousel {
  flex: 1;
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-width: min(280px, 80vw);
  max-width: 320px;
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(201, 124, 24, 0.2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  transition: 
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 640px) {
  .review-card { min-width: 300px; }
}

.review-card-content {
  display: flex;
  flex-direction: column;
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.review-user-group {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.review-user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
}

.review-avatar-om {
  background-color: #fffbeb;
  border: 1px solid rgba(217, 83, 30, 0.3);
  color: var(--primary-bhagwa);
  font-size: 1.125rem;
}

.review-avatar-d {
  background-color: var(--text-rudraksha);
  color: #ffffff;
  font-size: 0.875rem;
}

.review-avatar-s {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
  font-size: 0.875rem;
}

.review-avatar-o {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
}

.review-avatar-p {
  background-color: #8b5cf6;
  color: #ffffff;
  font-size: 0.875rem;
}

.review-avatar-sm {
  background-color: #059669;
  color: #ffffff;
  font-size: 0.75rem;
}

.review-avatar-a {
  background-color: #db2777;
  color: #ffffff;
  font-size: 0.875rem;
}

.review-avatar-img {
  border: 1px solid #fde68a;
}

.review-user-info {
  display: flex;
  flex-direction: column;
}

.review-user-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-rudraksha);
  line-height: 1.25;
}

.review-date {
  font-size: 0.6875rem;
  color: #a8a29e;
}

.review-google-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.review-stars-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.review-verified-badge {
  color: #3b82f6;
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.review-comment {
  font-size: 0.75rem;
  color: var(--text-rudraksha);
  line-height: 1.625;
}

@media (min-width: 640px) {
  .review-comment { font-size: 0.8125rem; }
}

/* ========================================================================= */
/* SECTION 8: YOGA TIPS, YOUTUBE VIDEO SANCTUARY & CLASS TIMINGS             */
/* ========================================================================= */
.schedule-section {
  position: relative;
  width: 100%;
  background-color: #fdfaf5;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(120, 53, 15, 0.1);
}

@media (min-width: 1024px) {
  .schedule-section {
    padding: 6rem 0;
  }
}

.schedule-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .schedule-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.schedule-header {
  text-align: center;
  margin-bottom: 3rem;
}

.yoga-tips-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  background-color: #fbf0e4;
  border: 1px solid rgba(201, 124, 24, 0.3);
  color: var(--primary-bhagwa);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.schedule-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--primary-bhagwa);
  letter-spacing: -0.025em;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .schedule-title {
    font-size: 2.85rem;
  }
}

.schedule-subtitle {
  font-size: 0.95rem;
  color: #63574e;
  line-height: 1.6;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .schedule-subtitle {
    font-size: 1.05rem;
  }
}

/* ------------------------------------------------------------------------- */
/* YOUTUBE VIDEO SANCTUARY CAROUSEL (MEDIUM SIZE + AUTO SCROLL)              */
/* ------------------------------------------------------------------------- */
.yoga-videos-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}

.yoga-videos-carousel {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.75rem 0.35rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.yoga-videos-carousel::-webkit-scrollbar {
  display: none;
}

.yoga-video-card {
  flex: 0 0 min(290px, 80vw);
  max-width: 320px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1.5px solid rgba(201, 124, 24, 0.28);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(38, 23, 15, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 480px) {
  .yoga-video-card {
    flex: 0 0 310px;
  }
}

@media (min-width: 640px) {
  .yoga-video-card {
    flex: 0 0 340px;
    max-width: 360px;
  }
}

.yoga-video-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-bhagwa);
  box-shadow: 0 14px 32px rgba(217, 83, 30, 0.16);
}

.yoga-video-media-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  background-color: #1a100a;
  overflow: hidden;
  cursor: pointer;
}

.yoga-video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.yoga-video-card:hover .yoga-video-thumb {
  transform: scale(1.06);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 9999px;
  background: rgba(217, 83, 30, 0.92);
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
  cursor: pointer;
}

.yoga-video-card:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.14);
  background: var(--primary-bhagwa);
  box-shadow: 0 10px 28px rgba(217, 83, 30, 0.55);
}

.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 4;
}

.video-duration-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(20, 10, 5, 0.82);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.yoga-video-content {
  padding: 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  background: #ffffff;
}

.yoga-video-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary-bhagwa);
  line-height: 1.3;
  margin: 0;
  transition: color 0.3s ease;
}

.yoga-video-card:hover .yoga-video-title {
  color: #1a100a;
}

@media (min-width: 640px) {
  .yoga-video-title {
    font-size: 1.48rem;
  }
}

.video-nav-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(201, 124, 24, 0.35);
  color: var(--primary-bhagwa);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(38, 23, 15, 0.12);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .video-nav-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.video-nav-arrow-left {
  left: -0.35rem;
}

.video-nav-arrow-right {
  right: -0.35rem;
}

@media (min-width: 640px) {
  .video-nav-arrow-left {
    left: -0.75rem;
  }
  .video-nav-arrow-right {
    right: -0.75rem;
  }
}

@media (min-width: 1024px) {
  .video-nav-arrow-left {
    left: -1.35rem;
  }
  .video-nav-arrow-right {
    right: -1.35rem;
  }
}

.video-nav-arrow:hover {
  background: var(--primary-bhagwa);
  color: #ffffff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 22px rgba(217, 83, 30, 0.3);
}

.video-nav-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

/* ------------------------------------------------------------------------- */
/* STUDIO CLASS SCHEDULE SUBSECTION DIVIDER & CARDS                          */
/* ------------------------------------------------------------------------- */
.schedule-sub-divider {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dashed rgba(201, 124, 24, 0.32);
}

.schedule-sub-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-bhagwa);
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
}

@media (min-width: 640px) {
  .schedule-sub-title {
    font-size: 2.4rem;
  }
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.schedule-card {
  border: 1.5px solid rgba(201, 124, 24, 0.28);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(217, 83, 30, 0.05);
  padding: 1.5rem;
  transition: all 0.35s ease;
}

.schedule-card:hover {
  border-color: var(--primary-bhagwa);
  box-shadow: 0 12px 30px rgba(217, 83, 30, 0.12);
}

@media (min-width: 640px) {
  .schedule-card {
    padding: 2rem;
  }
}

.schedule-time-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.time-slot-pill {
  background-color: var(--bg-peach-slot);
  color: #8c4b13;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(201, 124, 24, 0.15);
  transition: all 0.25s ease;
}

.time-slot-pill:hover {
  background-color: #fae8ca;
  border-color: var(--primary-bhagwa);
  transform: translateX(4px);
}

.schedule-special-box {
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .schedule-special-box {
    padding: 2rem;
  }
}

.schedule-special-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.schedule-highlight-row {
  background-color: var(--bg-peach-slot);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #6a4c21;
  text-align: center;
  border: 1px solid rgba(201, 124, 24, 0.12);
  transition: all 0.2s ease;
}

.schedule-highlight-row:hover {
  background-color: #fae8ca;
  border-color: var(--primary-bhagwa);
}

/* ========================================================================= */
/* RUNNING MARQUEE RIBBON                                                    */
/* ========================================================================= */
.running-ribbon-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #d9531e 0%, #c97c18 50%, #d9531e 100%);
  color: #ffffff;
  padding: 1rem 0;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(217, 83, 30, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  position: relative;
  z-index: 20;
}

.running-ribbon-track {
  display: inline-flex;
  gap: 2.5rem;
  animation: ribbonMarquee 28s linear infinite;
  will-change: transform;
}

.running-ribbon-container:hover .running-ribbon-track {
  animation-play-state: paused;
}

@keyframes ribbonMarquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

.running-ribbon-track.reverse,
.running-ribbon-track-reverse {
  display: inline-flex;
  gap: 2.5rem;
  animation: ribbonMarqueeReverse 28s linear infinite;
  will-change: transform;
}

.running-ribbon-container:hover .running-ribbon-track.reverse,
.running-ribbon-container:hover .running-ribbon-track-reverse {
  animation-play-state: paused;
}

@keyframes ribbonMarqueeReverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

.ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ========================================================================= */
/* SECTION 9: STUDIO VIDEO & CONTACT US FORM                                 */
/* ========================================================================= */
.contact-section {
  position: relative;
  width: 100%;
  background-image: url('bg-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .contact-section {
    padding: 5rem 0;
  }
}

.contact-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .contact-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem;
  }
}

.contact-media-col {
  position: relative;
}

@media (min-width: 1024px) {
  .contact-media-col {
    grid-column: span 7 / span 7;
  }
}

.contact-video-banner {
  position: relative;
  min-height: 26.25rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid rgba(201, 124, 24, 0.3);
}

.contact-video-banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@media (min-width: 640px) {
  .contact-video-banner {
    min-height: 31.25rem;
    padding: 3rem;
  }
}

.contact-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38, 23, 15, 0.85), rgba(38, 23, 15, 0.4), rgba(38, 23, 15, 0.25));
  z-index: 1;
}

.contact-play-wrap {
  position: relative;
  z-index: 10;
  padding-top: 1rem;
}

.contact-play-btn {
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--primary-bhagwa);
  background-color: rgba(38, 23, 15, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-play-btn:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff;
}

@media (min-width: 640px) {
  .contact-play-btn {
    width: 6rem;
    height: 6rem;
  }
}

.contact-play-icon {
  width: 2rem;
  height: 2rem;
  fill: var(--primary-bhagwa);
  margin-left: 0.25rem;
  transition: fill 0.3s ease;
}

@media (min-width: 640px) {
  .contact-play-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.contact-play-btn:hover .contact-play-icon {
  fill: #ffffff;
}

.contact-banner-text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-banner-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.25;
  filter: drop-shadow(0 4px 3px rgba(0,0,0,0.3));
}

@media (min-width: 640px) {
  .contact-banner-heading { font-size: 2.25rem; }
}

@media (min-width: 768px) {
  .contact-banner-heading { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .contact-banner-heading { font-size: 3.25rem; }
}

.contact-banner-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  color: #fef3c7;
  font-weight: 400;
  letter-spacing: 0.025em;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}

@media (min-width: 640px) {
  .contact-banner-sub { font-size: 1.5rem; }
}

.contact-form-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .contact-form-col {
    grid-column: span 5 / span 5;
  }
}

.contact-form-card {
  border-radius: 1.5rem;
  padding: 2rem;
  background-color: rgba(245, 235, 224, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 124, 24, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .contact-form-card {
    padding: 2.5rem;
  }
}

.contact-form-inner {
  display: flex;
  flex-direction: column;
}

.contact-form-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--primary-bhagwa);
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .contact-form-heading { font-size: 3rem; }
}

.contact-form-elements {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  margin-bottom: 0.25rem;
}

.form-input-box {
  width: 100%;
  background-color: var(--bg-input);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  color: var(--text-rudraksha);
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form-input-box:focus {
  border-color: var(--primary-bhagwa);
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(217, 83, 30, 0.15);
}

.form-input-box::placeholder {
  color: #8c8279;
}

.form-textarea {
  resize: none;
}

.contact-btn-wrap {
  padding-top: 0.5rem;
}

.form-success-alert {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #d1fae5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

/* ========================================================================= */
/* SECTION 10: FOOTER                                                        */
/* ========================================================================= */
.footer-section {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #f7ebd7 0%, #ecd7b7 40%, #dfcaa8 100%);
  color: var(--text-rudraksha);
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid rgba(201, 124, 24, 0.25);
  border-bottom: 1px solid var(--text-rudraksha);
}

.footer-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .footer-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 3.2fr 2.3fr 1.8fr 4.7fr;
    gap: 2.75rem;
    align-items: start;
  }
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.footer-brand-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}

.footer-brand-logo-img {
  height: 4.75rem;
  width: auto;
  max-width: 5.75rem;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.footer-brand-logo:hover .footer-brand-logo-img {
  transform: scale(1.05);
}

.footer-brand-text-group {
  display: flex;
  flex-direction: column;
}

.footer-brand-title {
  display: flex;
  align-items: flex-start;
}

.footer-brand-devanagari {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  color: var(--primary-bhagwa);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  user-select: none;
}

@media (min-width: 640px) {
  .footer-brand-devanagari { font-size: 3.2rem; }
}

.footer-brand-r {
  font-size: 0.85rem;
  color: var(--primary-bhagwa);
  font-family: 'Cormorant Garamond', Georgia, serif;
  margin-left: 0.125rem;
  margin-top: -2px;
}

.footer-brand-sub {
  font-size: 0.85rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.1em;
  color: var(--primary-pitambari);
  text-align: right;
  padding-right: 0.25rem;
  margin-top: -0.25rem;
  font-weight: 300;
}

.footer-social-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.footer-social-heading,
.footer-col-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  color: var(--text-rudraksha);
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

@media (min-width: 640px) {
  .footer-social-heading,
  .footer-col-heading { font-size: 2.05rem; }
}

/* ------------------------------------------------------------------------- */
/* DISTINCTIVE & STYLISH SOCIAL MEDIA BADGES                                 */
/* ------------------------------------------------------------------------- */
.footer-social-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1.05rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1.5px solid rgba(201, 124, 24, 0.35);
  box-shadow: 0 4px 14px rgba(38, 23, 15, 0.06);
  backdrop-filter: blur(10px);
  color: var(--text-rudraksha);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-icon-box {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--primary-bhagwa);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
  flex-shrink: 0;
}

.social-badge-label {
  letter-spacing: 0.025em;
  font-size: 0.925rem;
  transition: color 0.3s ease;
}

/* Facebook Badge */
.social-badge-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 22px rgba(24, 119, 242, 0.4);
}
.social-badge-fb:hover .social-icon-box {
  background: #ffffff;
  color: #1877f2;
  transform: rotate(10deg) scale(1.05);
}

/* Instagram Badge */
.social-badge-insta:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-color: transparent;
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 22px rgba(220, 39, 67, 0.4);
}
.social-badge-insta:hover .social-icon-box {
  background: #ffffff;
  color: #dc2743;
  transform: rotate(10deg) scale(1.05);
}

/* YouTube Badge */
.social-badge-yt:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 22px rgba(255, 0, 0, 0.4);
}
.social-badge-yt:hover .social-icon-box {
  background: #ffffff;
  color: #ff0000;
  transform: rotate(10deg) scale(1.05);
}

/* Studio Contact Column */
.footer-contact-col {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.footer-contact-text {
  font-size: 1.05rem;
  color: #5c524c;
  line-height: 1.65;
  font-weight: 400;
}

.footer-contact-phones {
  padding-top: 0.35rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--text-rudraksha);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

/* Info Column */
.footer-info-col {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.footer-links-list a,
.footer-contact-phones a {
  color: inherit;
  font-size: 1.05rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links-list a:hover {
  color: #000000 !important;
  transform: translateX(4px);
}

.footer-contact-phones a:hover {
  color: #000000 !important;
}

/* ------------------------------------------------------------------------- */
/* STUDIO GOOGLE MAP FRAME                                                   */
/* ------------------------------------------------------------------------- */
.footer-map-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.footer-map-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(201, 124, 24, 0.4);
  box-shadow: 0 12px 28px -4px rgba(38, 23, 15, 0.16);
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.footer-map-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -4px rgba(217, 83, 30, 0.25);
  border-color: var(--primary-bhagwa);
}

.footer-map-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  background: linear-gradient(135deg, #fff7eb 0%, #faecd7 100%);
  border-bottom: 1px solid rgba(201, 124, 24, 0.2);
}

.footer-map-pin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: var(--primary-bhagwa);
}

.footer-map-header-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-rudraksha);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
}

.footer-map-iframe {
  width: 100%;
  height: 185px;
  border: 0;
  display: block;
}

@media (min-width: 640px) {
  .footer-map-iframe {
    height: 200px;
  }
}

.footer-map-directions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background-color: var(--bg-cream-darker);
  color: var(--primary-bhagwa);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid rgba(201, 124, 24, 0.2);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.footer-map-directions-btn:hover {
  background-color: var(--primary-bhagwa);
  color: #ffffff !important;
}

.footer-map-directions-btn svg {
  transition: transform 0.25s ease;
}

.footer-map-directions-btn:hover svg {
  transform: translateX(3px);
  color: #ffffff !important;
}

/* ------------------------------------------------------------------------- */
/* FOOTER BOTTOM BAR & TECH PARTNER CREDIT                                   */
/* ------------------------------------------------------------------------- */
.footer-bottom-bar {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201, 124, 24, 0.28);
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
}

.footer-copyright {
  font-size: 0.875rem;
  color: #5c524c;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.footer-copyright-brand {
  font-weight: 700;
  color: var(--primary-bhagwa);
}

.footer-credit-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.footer-credit-label {
  font-size: 0.84rem;
  color: #6e645e;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.footer-tech-text-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  text-decoration: none;
  font-size: 0.92rem;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), filter 0.25s ease;
}

.footer-tech-text-link:hover {
  transform: scale(1.05);
  filter: brightness(1.15);
}

.tech-brand-com {
  color: #df0a7b;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.tech-brand-transe {
  color: #007ec3;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.tech-brand-tech {
  color: #111111;
  font-weight: 700;
  font-size: 0.78em;
  letter-spacing: 0.08em;
  margin-left: 0.25rem;
}

/* ========================================================================= */
/* FLOATING WIDGETS & VIDEO MODAL                                            */
/* ========================================================================= */
.floating-actions {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 640px) {
  .floating-actions {
    right: 20px;
    bottom: 24px;
    gap: 10px;
  }
}

.floating-whatsapp {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 640px) {
  .floating-whatsapp {
    width: 44px;
    height: 44px;
  }
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.6);
}

.floating-totop {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #1a1715;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

@media (min-width: 640px) {
  .floating-totop {
    width: 44px;
    height: 44px;
  }
}

.floating-totop:hover {
  background-color: var(--primary-bhagwa);
  transform: translateY(-3px);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(5px);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--text-rudraksha);
  padding: 0.75rem 1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(201, 124, 24, 0.3);
}

.modal-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  color: #dfa855;
}

.modal-close-btn {
  color: #fde68a;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.modal-close-btn:hover {
  color: #ffffff;
}

.modal-video-wrap {
  position: relative;
  padding-top: 56.25%;
  background-color: #000000;
}

.modal-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========================================================================= */
/* SHAPE-MASKED IMAGES OPTIMIZED FRAMING & CENTERING                        */
/* ========================================================================= */
.hero-arch-reception img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-arch-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.hero-arch-studio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-circle-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.class-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.enroll-wheel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.enroll-landscape-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}


/* ========================================================================= */
/* INTERACTIVE TEXT HOVER COLOR TRANSITIONS ACROSS SECTIONS                  */
/* ========================================================================= */
p, h1, h2, h3, h4, h5, h6, .nav-link, .benefit-title, .benefit-desc, .benefit-badge-title,
.service-card-title, .service-card-desc, .class-card-title, .class-card-desc,
.about-desc, .about-subheading, .about-heading, .classes-heading,
.enroll-heading, .enroll-desc, .enroll-phone-number, .review-user-name, .review-comment,
.contact-banner-heading, .contact-banner-sub, .contact-form-heading,
.contact-form-sub, .contact-info-label, .contact-info-val,
.footer-heading, .footer-link, .footer-contact-item, .time-slot-pill {
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease;
}

/* ------------------------------------------------------------------------- */
/* SECTIONS 4, 5, 6, 8, 9, 10: HOVER TEXT COLOR TURNS BLACK (#000000)        */
/* ------------------------------------------------------------------------- */
#about p:hover, #about h1:hover, #about h2:hover, #about h3:hover, #about h4:hover, #about span:hover, #about a:hover,
#classes p:hover, #classes h1:hover, #classes h2:hover, #classes h3:hover, #classes h4:hover, #classes span:hover, #classes a:hover,
#enroll p:hover, #enroll h1:hover, #enroll h2:hover, #enroll h3:hover, #enroll h4:hover, #enroll span:hover, #enroll a:hover,
#schedule p:hover, #schedule h1:hover, #schedule h2:hover, #schedule h3:hover, #schedule h4:hover, #schedule span:hover, #schedule a:hover,
#contact p:hover, #contact h1:hover, #contact h2:hover, #contact h3:hover, #contact h4:hover, #contact span:hover, #contact a:hover,
footer p:hover, footer h1:hover, footer h2:hover, footer h3:hover, footer h4:hover, footer span:hover, footer a:hover, footer li:hover,
.about-section p:hover, .about-section h1:hover, .about-section h2:hover, .about-section h3:hover, .about-section h4:hover,
.classes-section p:hover, .classes-section h1:hover, .classes-section h2:hover, .classes-section h3:hover, .classes-section h4:hover,
.enroll-section p:hover, .enroll-section h1:hover, .enroll-section h2:hover, .enroll-section h3:hover, .enroll-section h4:hover,
.schedule-section p:hover, .schedule-section h1:hover, .schedule-section h2:hover, .schedule-section h3:hover, .schedule-section h4:hover,
.contact-section p:hover, .contact-section h1:hover, .contact-section h2:hover, .contact-section h3:hover, .contact-section h4:hover,
.footer-section p:hover, .footer-section h1:hover, .footer-section h2:hover, .footer-section h3:hover, .footer-section h4:hover,
.about-heading:hover,
.about-subheading:hover,
.about-desc:hover,
.benefit-badge:hover .benefit-badge-title,
.benefit-badge:hover .benefit-title,
.benefit-badge-title:hover,
.benefit-title:hover,
.benefit-desc:hover,
.classes-heading:hover,
.classes-desc:hover,
.class-card:hover .class-card-title,
.class-card:hover .class-card-desc,
.class-card-title:hover,
.class-card-desc:hover,
.enroll-heading:hover,
.enroll-desc:hover,
.enroll-phone-item:hover,
.enroll-phone-item:hover .enroll-phone-number,
.enroll-phone-number:hover,
.schedule-header h2:hover,
.schedule-subtitle:hover,
.yoga-video-card:hover .yoga-video-title,
.yoga-video-title:hover,
.schedule-sub-title:hover,
.schedule-card:hover h3,
.schedule-card h3:hover,
.time-slot-pill:hover,
.time-slot-pill:hover span,
.schedule-highlight-row:hover,
.schedule-highlight-row:hover span,
.contact-banner-heading:hover,
.contact-banner-sub:hover,
.contact-form-heading:hover,
.contact-info-val:hover,
.contact-btn-wrap button:hover span,
#reviews p:hover, #reviews h1:hover, #reviews h2:hover, #reviews h3:hover, #reviews h4:hover, #reviews span:hover, #reviews a:hover,
.about-story-section p:hover, .about-story-section h1:hover, .about-story-section h2:hover, .about-story-section h3:hover, .about-story-section h4:hover,
.about-story-heading:hover,
.about-story-subdesc:hover,
.about-pillar-card:hover .about-pillar-title,
.about-pillar-card:hover .about-pillar-desc,
.about-pillar-title:hover,
.about-pillar-desc:hover,
.about-stat-item:hover .about-stat-number,
.about-stat-item:hover .about-stat-title,
.about-stat-item:hover .about-stat-desc,
.about-stat-number:hover,
.about-stat-title:hover,
.about-stat-desc:hover,
.about-reviews-intro-title:hover,
.footer-brand-title:hover,
.footer-brand-title:hover span,
.footer-brand-sub:hover,
.footer-social-heading:hover,
.footer-col-heading:hover,
.footer-contact-text p:hover,
.footer-contact-phones a:hover,
.footer-contact-phones p:hover,
.footer-links-list a:hover,
.footer-link:hover,
.footer-contact-item:hover,
.footer-social-link:hover,
.footer-map-header-text:hover {
  color: #000000 !important;
}

/* ------------------------------------------------------------------------- */
/* OTHER SECTIONS HOVER EFFECTS                                              */
/* ------------------------------------------------------------------------- */
.hero-heading:hover {
  color: #ad3311 !important;
}

.service-card:hover .service-card-title,
.service-card-title:hover {
  color: #000000 !important;
}

.service-card:hover .service-card-desc,
.service-card-desc:hover {
  color: #000000;
}

.review-card:hover .review-user-name,
.review-user-name:hover {
  color: var(--primary-bhagwa) !important;
}

.review-card:hover .review-comment,
.review-comment:hover {
  color: #7c2d12;
}

/* ========================================================================= */
/* FULLPAGE SITE PRELOADER / LOADING SCREEN (YOGA-BGG.SVG AT CENTER)         */
/* ========================================================================= */
.site-preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at 50% 45%, #FFFDF9 0%, #FAF2E6 55%, #F4E5CC 100%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), 
              visibility 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: all;
  overflow: hidden;
}

.site-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-glow-ring {
  position: absolute;
  width: 380px;
  height: 380px;
  max-width: 90vw;
  max-height: 90vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 124, 24, 0.16) 0%, rgba(217, 83, 30, 0.04) 55%, transparent 75%);
  animation: preloaderAuraPulse 3.5s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes preloaderAuraPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}

.preloader-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.preloader-svg-wrap {
  width: 250px;
  height: 250px;
  max-width: 75vw;
  max-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  animation: preloaderFloat 4s ease-in-out infinite;
}

@media (min-width: 640px) {
  .preloader-svg-wrap {
    width: 320px;
    height: 320px;
    margin-bottom: 1.75rem;
  }
}

@keyframes preloaderFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.preloader-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(201, 124, 24, 0.22));
}

.preloader-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-sanskrit {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: var(--primary-pitambari);
  margin-bottom: 0.25rem;
  opacity: 0.95;
}

.preloader-title {
  font-family: 'Cinzel', serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--primary-bhagwa);
  margin: 0 0 0.35rem 0;
  text-shadow: 0 2px 10px rgba(217, 83, 30, 0.15);
}

@media (min-width: 640px) {
  .preloader-title {
    font-size: 2.2rem;
  }
}

.preloader-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--text-rudraksha-muted);
  text-transform: uppercase;
  margin: 0;
}

.preloader-progress-bar {
  width: 150px;
  height: 3px;
  background: rgba(201, 124, 24, 0.18);
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 1.5rem;
  position: relative;
}

.preloader-progress-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #c97c18, #d9531e, #c5892b);
  border-radius: 9999px;
  animation: preloaderProgressAnim 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform-origin: left;
}

@keyframes preloaderProgressAnim {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  48% {
    transform: scaleX(1);
    transform-origin: left;
  }
  52% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}