.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   SHANTI SADHANA HEALING CENTER — GLOBAL CSS FOR ELEMENTOR/WORDPRESS
   Paste this ENTIRE file into:
   Appearance > Customize > Additional CSS
   (or Elementor > Site Settings > Custom CSS, or your child theme's style.css)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ============================================
   SHANTI SADHANA HEALING CENTER
   Shared Stylesheet
   ============================================ */

:root {
    --primary: #7C3AED;
    --primary-light: #A855F7;
    --secondary: #C026D3;
    --accent: #FBBF24;
    --accent-light: #FCD34D;
    --background: #F8F5FC;
    --text: #241934;
    --booking: #9333EA;
    --booking-light: #DB2777;
    --booking-glow: rgba(147, 51, 234, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Lora', serif;
    background-color: var(--background);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
    line-height: 1.2;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F8F5FC; }
::-webkit-scrollbar-thumb { background: #7C3AED; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #C026D3; }

.gradient-text {
    background: linear-gradient(135deg, #7C3AED 0%, #C026D3 50%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-dark {
    background: rgba(124, 58, 237, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #FBBF24, transparent);
    opacity: 0.5;
    max-width: 56rem;
    margin: 0 auto;
}

.img-zoom { overflow: hidden; }
.img-zoom img { transition: transform 0.6s ease; }
.img-zoom:hover img { transform: scale(1.1); }

/* Buttons — Outstanding Gradient Purple */
.btn-primary {
    background: linear-gradient(115deg, #6D28D9 0%, #9333EA 35%, #C026D3 70%, #7C3AED 100%);
    background-size: 300% 300%;
    animation: gradientFlow 6s ease infinite;
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 2.25rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8rem;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35), 0 0 0 1px rgba(255,255,255,0.08) inset;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 36px rgba(124, 58, 237, 0.55), 0 0 24px rgba(192, 38, 212, 0.35); }

.btn-accent {
    background: linear-gradient(115deg, #FBBF24 0%, #FCD34D 50%, #FBBF24 100%);
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
    color: #4C1D95;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 2.25rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8rem;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.35);
}

.btn-accent:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 36px rgba(251, 191, 36, 0.55); }

/* NEW BOOKING BUTTON - Vivid Purple-to-Pink Gradient */
.btn-booking {
    background: linear-gradient(115deg, #7C3AED 0%, #9333EA 30%, #C026D3 65%, #DB2777 100%);
    background-size: 300% 300%;
    animation: gradientFlow 5s ease infinite;
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 2.25rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8rem;
    box-shadow: 0 8px 26px rgba(147, 51, 234, 0.45), 0 0 0 1px rgba(255,255,255,0.08) inset;
}

.btn-booking::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    transition: left 0.6s ease;
}

.btn-booking:hover::before { left: 100%; }
.btn-booking:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 40px rgba(147, 51, 234, 0.6), 0 0 28px rgba(219, 39, 119, 0.4); }


/* Navigation */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 50;
    transition: all 0.5s ease;
    padding: 0 1rem;
}

.navbar.scrolled {
    background: rgba(124, 58, 237, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.nav-container {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    padding: 0 1rem;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.nav-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7C3AED, #C026D3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-glow 3s ease-in-out infinite;
}

.nav-logo-text {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    transition: color 0.3s ease;
}

.nav-logo:hover .nav-logo-text { color: #FBBF24; }

.nav-logo-sub {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.nav-links {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 1024px) { .nav-links { display: flex; } }

.nav-link {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    position: relative;
    transition: color 0.3s ease;
    padding: 0.25rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: linear-gradient(90deg, #FBBF24, #FCD34D);
    transition: width 0.3s ease;
}

.nav-link:hover, .nav-link.active { color: #FBBF24; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
}

@media (min-width: 1024px) { .mobile-menu-btn { display: none; } }

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.open { transform: translateX(0); }

.mobile-menu-bg {
    position: absolute;
    inset: 0;
    background: rgba(124, 58, 237, 0.95);
    backdrop-filter: blur(20px);
}

.mobile-menu-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.mobile-menu-close {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    background: none;
    border: none;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
}

.mobile-menu-close:hover { color: #FBBF24; }

.mobile-link {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-link:hover, .mobile-link.active { color: #FBBF24; }

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #2E1065;
}

.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: heroSlideFade 25s infinite;
    will-change: opacity, transform;
}

.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 5s; }
.hero-slide:nth-child(3) { animation-delay: 10s; }
.hero-slide:nth-child(4) { animation-delay: 15s; }
.hero-slide:nth-child(5) { animation-delay: 20s; }

@keyframes heroSlideFade {
    0%   { opacity: 0; transform: scale(1.06); }
    4%   { opacity: 1; }
    20%  { opacity: 1; transform: scale(1.16); }
    25%  { opacity: 0; transform: scale(1.16); }
    100% { opacity: 0; }
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.88) 0%, rgba(192, 38, 212, 0.72) 50%, rgba(76, 29, 149, 0.85) 100%);
    pointer-events: none;
}

.hero-dots {
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.6rem;
}

.hero-dots span {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.35);
    animation: heroDotPulse 25s infinite;
}

.hero-dots span:nth-child(1) { animation-delay: 0s; }
.hero-dots span:nth-child(2) { animation-delay: 5s; }
.hero-dots span:nth-child(3) { animation-delay: 10s; }
.hero-dots span:nth-child(4) { animation-delay: 15s; }
.hero-dots span:nth-child(5) { animation-delay: 20s; }

@keyframes heroDotPulse {
    0%   { background: rgba(255,255,255,0.9); width: 22px; }
    19%  { background: rgba(255,255,255,0.9); width: 22px; }
    24%  { background: rgba(255,255,255,0.35); width: 8px; }
    100% { background: rgba(255,255,255,0.35); width: 8px; }
}

#particles-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 2;
}

.mandala {
    position: absolute;
    opacity: 0.08;
    animation: rotate 60s linear infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 20px rgba(251, 191, 36, 0.3); } 50% { box-shadow: 0 0 40px rgba(251, 191, 36, 0.6); } }
@keyframes breathe { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.2); opacity: 0.3; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-10px); } }

.float-animation { animation: float 6s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 3s ease-in-out infinite; }
.breathing-circle { animation: breathe 4s ease-in-out infinite; }

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    max-width: 64rem;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 191, 36,0.3);
    margin-bottom: 1.5rem;
}

.hero-badge span {
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

@media (min-width: 640px) { .hero-title { font-size: 3rem; } }
@media (min-width: 768px) { .hero-title { font-size: 4.5rem; } }

.hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.8);
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    line-height: 1.75;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

@media (min-width: 640px) { .hero-buttons { flex-direction: row; justify-content: center; } }

.hero-btn-glass {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255,255,255,0.5);
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 1rem 2.25rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.hero-btn-glass:hover { background: rgba(255,255,255,0.22); transform: translateY(-4px) scale(1.03); border-color: #FCD34D; box-shadow: 0 16px 32px rgba(124,58,237,0.4); }

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 32rem;
    margin: 0 auto;
}

.hero-stat-number {
    font-size: 1.875rem;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: #FBBF24;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    font-family: 'Open Sans', sans-serif;
    margin-top: 0.25rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

/* Sections */
.section { padding: 6rem 1rem; position: relative; }
@media (min-width: 640px) { .section { padding: 6rem 1.5rem; } }

.section-container { max-width: 80rem; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-label { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.section-label-line { width: 2rem; height: 2px; background: #FBBF24; }
.section-label-text {
    color: #7C3AED;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

@media (min-width: 768px) { .section-title { font-size: 3rem; } }

.section-desc {
    color: rgba(36, 25, 52,0.7);
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1.125rem;
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(124, 58, 237,0.1) 0%, rgba(251, 191, 36,0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 1.5rem;
}

.service-card:hover::after { opacity: 1; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15); }

.service-card-image { height: 12rem; overflow: hidden; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.service-card:hover .service-card-image img { transform: scale(1.1); }

.service-card-content { padding: 1.5rem; }
.service-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.service-card-title { font-family: 'Cinzel', serif; font-size: 1.25rem; font-weight: 700; color: #333; }
.service-card-icon {
    width: 2.5rem; height: 2.5rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.service-card-desc { color: rgba(36, 25, 52,0.6); font-size: 0.875rem; margin-bottom: 1rem; line-height: 1.6; }
.service-card-list { list-style: none; margin-bottom: 1.5rem; }
.service-card-list li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(36, 25, 52,0.7); margin-bottom: 0.5rem; }
.service-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(124, 58, 237,0.1); }
.service-card-duration { font-family: 'Cinzel', serif; font-weight: 700; color: #7C3AED; }
.service-card-link { color: #FBBF24; font-family: 'Open Sans', sans-serif; font-size: 0.875rem; font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 0.25rem; transition: color 0.3s ease; }
.service-card-link:hover { color: #7C3AED; }

/* Feature Cards (Sadhana) */
.feature-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(124, 58, 237,0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::after {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(124, 58, 237,0.1) 0%, rgba(251, 191, 36,0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 1rem;
}

.feature-card:hover::after { opacity: 1; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15); }

.feature-icon {
    width: 3.5rem; height: 3.5rem;
    border-radius: 1rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
    transition: transform 0.6s ease;
}

.feature-card:hover .feature-icon { transform: rotate(180deg) scale(1.1); }
.feature-title { font-family: 'Cinzel', serif; font-size: 1.25rem; font-weight: 700; color: #333; margin-bottom: 0.5rem; }
.feature-desc { color: rgba(36, 25, 52,0.6); font-size: 0.875rem; margin-bottom: 1rem; }
.feature-meta { display: flex; align-items: center; gap: 0.5rem; color: #FBBF24; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; }

/* Table */
.table-container { background: white; border-radius: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; }
.table-header { background: linear-gradient(135deg, #7C3AED, #C026D3); padding: 1.5rem; text-align: center; }
.table-header h3 { color: white; font-size: 1.5rem; }

.data-table { width: 100%; border-collapse: collapse; }
.data-table th { text-align: left; padding: 1rem 1.5rem; font-family: 'Cinzel', serif; color: #7C3AED; border-bottom: 1px solid rgba(124, 58, 237,0.1); font-weight: 600; }
.data-table td { padding: 1rem 1.5rem; border-bottom: 1px solid rgba(124, 58, 237,0.05); color: rgba(36, 25, 52,0.8); }
.data-table tr:hover { background: rgba(124, 58, 237,0.03); transition: background 0.3s ease; }

.badge { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-family: 'Open Sans', sans-serif; }
.badge-green { background: #dcfce7; color: #15803d; }
.badge-yellow { background: #fef9c3; color: #a16207; }

/* Event Cards */
.event-card { background: white; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.5s ease; }
.event-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.event-card-image { position: relative; height: 12rem; overflow: hidden; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.event-card:hover .event-card-image img { transform: scale(1.1); }

.event-badge { position: absolute; top: 1rem; left: 1rem; padding: 0.25rem 1rem; border-radius: 9999px; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; font-weight: 600; }
.event-badge-weekly { background: #FBBF24; color: #7C3AED; }
.event-badge-monthly { background: #7C3AED; color: white; }
.event-badge-special { background: #C026D3; color: white; }

.event-card-content { padding: 1.5rem; }
.event-meta { display: flex; gap: 1rem; margin-bottom: 0.75rem; font-size: 0.875rem; color: rgba(36, 25, 52,0.6); }
.event-meta span { display: flex; align-items: center; gap: 0.25rem; }

/* Testimonial Cards */
.testimonial-card { background: white; border-radius: 1.5rem; padding: 2rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); position: relative; }
.quote-mark { font-size: 6rem; line-height: 1; color: rgba(251, 191, 36, 0.3); font-family: 'Cinzel', serif; position: absolute; top: 1rem; left: 1rem; }
.testimonial-text { color: rgba(36, 25, 52,0.7); font-style: italic; margin-bottom: 1.5rem; position: relative; z-index: 1; padding-top: 2rem; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar { width: 3rem; height: 3rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-family: 'Cinzel', serif; font-weight: 700; }
.testimonial-name { font-family: 'Cinzel', serif; font-weight: 600; color: #333; }
.testimonial-role { font-size: 0.875rem; color: rgba(36, 25, 52,0.6); font-family: 'Open Sans', sans-serif; }
.testimonial-stars { display: flex; gap: 0.25rem; margin-top: 1rem; }
.star-filled { color: #FBBF24; fill: #FBBF24; }

/* Blog Cards */
.blog-card { background: white; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.5s ease; cursor: pointer; }
.blog-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.blog-card-image { height: 13rem; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.1); }
.blog-card-content { padding: 1.5rem; }
.blog-tags { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.blog-tag { padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-family: 'Open Sans', sans-serif; }
.blog-tag-primary { background: rgba(124, 58, 237,0.1); color: #7C3AED; }
.blog-tag-secondary { background: rgba(192, 38, 212,0.1); color: #C026D3; }
.blog-tag-accent { background: rgba(251, 191, 36,0.1); color: #FBBF24; }
.blog-read-time { font-size: 0.75rem; color: rgba(36, 25, 52,0.5); font-family: 'Open Sans', sans-serif; }
.blog-card-title { font-family: 'Cinzel', serif; font-size: 1.25rem; font-weight: 700; color: #333; margin-bottom: 0.5rem; transition: color 0.3s ease; }
.blog-card:hover .blog-card-title { color: #7C3AED; }
.blog-card-desc { color: rgba(36, 25, 52,0.6); font-size: 0.875rem; margin-bottom: 1rem; }
.blog-card-link { color: #FBBF24; font-family: 'Open Sans', sans-serif; font-size: 0.875rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.25rem; transition: color 0.3s ease; }
.blog-card-link:hover { color: #7C3AED; }

/* Forms */
.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(124, 58, 237,0.2);
    background: #F8F5FC;
    color: #333;
    font-family: 'Lora', serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus { outline: none; border-color: #FBBF24; box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.2); }
.form-input::placeholder { color: rgba(36, 25, 52,0.4); }

select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237C3AED' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2rem;
    padding-right: 2.5rem;
}

.form-label { display: block; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; font-weight: 500; color: #333; margin-bottom: 0.5rem; }
.form-group { margin-bottom: 1.25rem; }

.radio-group { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.radio-label { cursor: pointer; }
.radio-label input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-box { padding: 0.75rem 1rem; border-radius: 0.75rem; border: 2px solid rgba(124, 58, 237,0.2); text-align: center; transition: all 0.3s ease; }
.radio-label input:checked + .radio-box { border-color: #7C3AED; background: rgba(124, 58, 237,0.05); }
.radio-box span { font-size: 0.875rem; font-family: 'Open Sans', sans-serif; color: #333; }

/* Modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.modal-content {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    padding: 2rem;
    max-width: 28rem;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
    transform: scale(0.8) translateY(20px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-content { transform: scale(1) translateY(0); }
.modal-icon { width: 5rem; height: 5rem; background: #dcfce7; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.modal-icon svg { color: #16a34a; }
.modal-title { font-family: 'Cinzel', serif; font-size: 1.5rem; font-weight: 700; color: #333; margin-bottom: 0.5rem; }
.modal-text { color: rgba(36, 25, 52,0.7); margin-bottom: 1.5rem; }
.modal-details { background: #F8F5FC; border-radius: 0.75rem; padding: 1rem; margin-bottom: 1.5rem; text-align: left; }
.modal-details > div { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; color: rgba(36, 25, 52,0.7); margin-bottom: 0.5rem; }
.modal-details > div:last-child { margin-bottom: 0; }

/* Spinner */
.spinner { border: 3px solid rgba(251, 191, 36, 0.3); border-top-color: #FBBF24; border-radius: 50%; width: 1.5rem; height: 1.5rem; animation: spin 1s linear infinite; }
.hidden { display: none !important; }

/* Footer */
.footer { background: #7C3AED; color: white; padding: 4rem 1rem 2rem; position: relative; overflow: hidden; }
.footer-container { max-width: 80rem; margin: 0 auto; position: relative; z-index: 10; }
.footer-grid { display: grid; gap: 3rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }

.footer-logo { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.footer-logo-icon { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(251, 191, 36,0.2); display: flex; align-items: center; justify-content: center; }
.footer-logo-icon svg { color: #FBBF24; }
.footer-logo-text { font-family: 'Cinzel', serif; font-size: 1.25rem; font-weight: 700; }
.footer-logo-sub { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Open Sans', sans-serif; }
.footer-desc { color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.7; }
.footer-title { font-family: 'Cinzel', serif; font-size: 1.125rem; font-weight: 700; margin-bottom: 1.5rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.75rem; }
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; transition: color 0.3s ease; }
.footer-links a:hover { color: #FBBF24; }

.footer-newsletter { display: flex; gap: 0.5rem; }
.footer-newsletter input { flex: 1; padding: 0.5rem 1rem; border-radius: 9999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; font-size: 0.875rem; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,0.5); }
.footer-newsletter input:focus { outline: none; border-color: #FBBF24; }
.footer-newsletter button { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #FBBF24; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.3s ease; flex-shrink: 0; }
.footer-newsletter button:hover { background: #FCD34D; }
.footer-newsletter button svg { color: #7C3AED; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-copyright { color: rgba(255,255,255,0.5); font-size: 0.875rem; font-family: 'Open Sans', sans-serif; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; transition: color 0.3s ease; }
.footer-legal a:hover { color: #FBBF24; }

/* Grid Utilities */
.grid-2 { display: grid; gap: 2rem; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }

.grid-3 { display: grid; gap: 2rem; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.grid-4 { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

/* Layout Utilities */
.flex { display: flex; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

/* Spacing */
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pb-16 { padding-bottom: 4rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }

/* Text */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-white { color: white; }
.text-primary { color: #7C3AED; }
.text-accent { color: #FBBF24; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.leading-relaxed { line-height: 1.7; }
.leading-tight { line-height: 1.2; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }

/* Background */
.bg-white { background: white; }
.bg-background { background: #F8F5FC; }
.bg-gradient-purple { background: linear-gradient(135deg, #7C3AED, #A855F7, #C026D3); }

/* Decorative */
.blur-decoration { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }

/* Responsive Layouts */
@media (min-width: 1024px) {
    .lg-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; align-items: center; }
    .lg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .lg-grid-contact { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; }
}

/* Contact Info Cards */
.info-card { background: white; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.info-card-icon { width: 3rem; height: 3rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.info-card-icon.primary { background: rgba(124, 58, 237,0.1); color: #7C3AED; }
.info-card-icon.secondary { background: rgba(192, 38, 212,0.1); color: #C026D3; }
.info-card-icon.accent { background: rgba(251, 191, 36,0.1); color: #FBBF24; }
.info-card-title { font-family: 'Cinzel', serif; font-weight: 600; color: #333; margin-bottom: 0.25rem; }
.info-card-text { color: rgba(36, 25, 52,0.6); font-size: 0.875rem; line-height: 1.6; }

.social-links { display: flex; justify-content: center; gap: 1rem; padding-top: 1rem; }
.social-link { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(124, 58, 237,0.1); display: flex; align-items: center; justify-content: center; color: #7C3AED; text-decoration: none; transition: all 0.3s ease; }
.social-link:hover { background: #7C3AED; color: white; }

/* Benefit Cards */
.benefit-card { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; background: white; border-radius: 0.75rem; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: box-shadow 0.3s ease; }
.benefit-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.benefit-icon { width: 3rem; height: 3rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit-icon.primary { background: rgba(124, 58, 237,0.1); color: #7C3AED; }
.benefit-icon.secondary { background: rgba(192, 38, 212,0.1); color: #C026D3; }
.benefit-icon.accent { background: rgba(251, 191, 36,0.1); color: #FBBF24; }
.benefit-title { font-family: 'Cinzel', serif; font-weight: 600; color: #333; margin-bottom: 0.25rem; }
.benefit-desc { color: rgba(36, 25, 52,0.6); font-size: 0.875rem; }

/* Booking Page */
.booking-hero {
    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 50%, #C026D3 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 1rem 4rem;
}

.booking-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="90" fill="none" stroke="white" stroke-width="0.3" opacity="0.1"/><circle cx="100" cy="100" r="70" fill="none" stroke="white" stroke-width="0.3" opacity="0.1"/><circle cx="100" cy="100" r="50" fill="none" stroke="white" stroke-width="0.3" opacity="0.1"/></svg>');
    background-size: 400px;
    animation: rotate 120s linear infinite;
    opacity: 0.5;
}

.booking-form-card { background: white; border-radius: 1.5rem; box-shadow: 0 25px 50px rgba(0,0,0,0.15); padding: 2rem; }
@media (min-width: 640px) { .booking-form-card { padding: 3rem; } }

.booking-feature { display: flex; align-items: flex-start; gap: 1rem; }
.booking-feature-icon { width: 3rem; height: 3rem; border-radius: 0.75rem; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.booking-feature-icon svg { color: #FBBF24; }
.booking-feature-title { font-family: 'Cinzel', serif; font-weight: 600; color: white; font-size: 1.125rem; margin-bottom: 0.25rem; }
.booking-feature-text { color: rgba(255,255,255,0.6); font-size: 0.875rem; }

/* Inner Page Hero */
.page-hero {
    background: linear-gradient(135deg, rgba(124, 58, 237,0.95) 0%, rgba(192, 38, 212,0.9) 100%);
    padding: 8rem 1rem 4rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-hero-title { font-size: 2.5rem; font-weight: 700; color: white; margin-bottom: 1rem; }
@media (min-width: 768px) { .page-hero-title { font-size: 3.5rem; } }

.page-hero-subtitle { color: rgba(255,255,255,0.8); max-width: 36rem; margin: 0 auto; font-size: 1.125rem; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; }
.breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.3s ease; }
.breadcrumb a:hover { color: #FBBF24; }
.breadcrumb-separator { color: rgba(255,255,255,0.5); }
.breadcrumb-current { color: #FBBF24; }

/* About Page */
.about-image-wrapper { position: relative; }
.about-image-wrapper .img-zoom { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.15); }
.about-image-wrapper img { width: 100%; height: 500px; object-fit: cover; }
.about-badge { position: absolute; bottom: -1rem; right: -1rem; background: white; border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,0.1); animation: float 6s ease-in-out infinite; }
@media (min-width: 1024px) { .about-badge { bottom: -1.5rem; right: -1.5rem; } }

/* Meditation Page */
.meditation-visual { position: relative; }
.meditation-visual .img-zoom { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.15); }
.meditation-visual img { width: 100%; height: 600px; object-fit: cover; }
.meditation-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.meditation-overlay-circle { width: 16rem; height: 16rem; border: 2px solid rgba(251, 191, 36,0.3); border-radius: 50%; animation: breathe 4s ease-in-out infinite; }
.meditation-overlay-circle:nth-child(2) { width: 12rem; height: 12rem; position: absolute; border-color: rgba(255,255,255,0.2); animation-delay: 1s; }
.meditation-float-card { position: absolute; background: white; border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.meditation-float-card.left { bottom: -1.5rem; left: -1.5rem; animation: float 6s ease-in-out infinite; animation-delay: 1s; }
.meditation-float-card.right { top: -1.5rem; right: -1.5rem; animation: float 6s ease-in-out infinite; animation-delay: 2s; }

/* Misc */
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.shadow-lg { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.shadow-xl { box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px rgba(0,0,0,0.15); }
.relative { position: relative; }
.absolute { position: absolute; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-lg { max-width: 32rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.resize-none { resize: none; }
.z-10 { z-index: 10; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-x-1 > * + * { margin-left: 0.25rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.space-x-3 > * + * { margin-left: 0.75rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.list-none { list-style: none; }
.border-t { border-top: 1px solid rgba(124, 58, 237,0.1); }
.object-cover { object-fit: cover; }

/* Print */
@media print {
    .navbar, .footer, .scroll-indicator, .mobile-menu-btn, #particles-canvas, .mandala { display: none !important; }
    body { background: white; color: black; }
}/* End custom CSS */