/* DheeYoga - Exact Dhun Luxury with Specific Brand Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600&family=Quicksand:wght@300;400;500;600&family=Megrim:wght@400&display=swap');

:root {
    --primary-color: #2B1D16;           /* Deep rustic chocolate brown */
    --secondary-color: #F5F0E8;         /* Beige / Sand background */
    --accent-color: #D9C8A9;            /* Subtle gold / cream highlights */
    --text-dark: #2B1D16;               /* Deep chocolate text */
    --text-light: #8B7355;              /* Lighter brown text */
    --white: #ffffff;                   /* Pure white */
    --beige: #F5F0E8;                   /* Beige background */
    --hero-bg: #2B1D16;                 /* Deep chocolate hero background */
    --border-light: rgba(217, 200, 169, 0.3);
    --shadow-subtle: 0 4px 20px rgba(43, 29, 22, 0.1);
}

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--white);
    letter-spacing: -0.01em;
    overflow-x: hidden;
}

/* Typography - Exact Brand Guidelines */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

h4 {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

h5 {
    font-size: 1rem;
    letter-spacing: 0.04em;
}

h6 {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

/* Disable ugly italics site-wide */
em, i, cite {
    font-style: normal;
    font-weight: 500;
}

/* Mobile responsive font adjustments */
@media (max-width: 480px) {
    .program-title {
        font-size: 0.85rem !important;
    }
    
    .btn, button, .button {
        font-size: 0.85rem !important;
    }
    
    .btn-explore, .btn-book {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
        min-height: 44px !important;
    }
}

h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.08em;
}

h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    letter-spacing: 0.08em;
}

h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 400;
    letter-spacing: 0.06em;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

/* Brand Typography - Dhee */
.dhee-text {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Force DHEE text to be off-white on registration page always */
body.registration-page-body .header .dhee-text {
    color: #F9F7F4 !important;
    opacity: 1 !important;
}

body.registration-page-body .header .tune-transcend-text {
    color: #F9F7F4 !important;
    opacity: 1 !important;
}

body.registration-page-body .header .header-logo-text {
    color: #F9F7F4 !important;
}

body.registration-page-body .header .header-logo-subtitle {
    color: #F9F7F4 !important;
}

.tune-transcend-text {
    font-family: 'Megrim', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Header - Premium Transparent Style */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    background: transparent;
    backdrop-filter: none;
    transition: all 0.3s ease;
    z-index: 1000;
    min-height: 70px;
    border-bottom: 1px solid rgba(43, 29, 22, 0.1);
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.header-logo {
    text-align: center;
}

.header-logo-link {
    text-decoration: none;
    display: block;
}

.dhee-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--primary-color);
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1;
}

.tune-transcend-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-muted);
    letter-spacing: 0.2em;
    margin-top: 0.3rem;
    opacity: 0.8;
    text-transform: uppercase;
}

/* Fix for all pages to have proper spacing below header */
main {
    padding-top: 0;
}

/* Desktop - add padding for fixed header */
@media (min-width: 992px) {
    main {
        padding-top: 90px;
    }
}

/* Mobile - no padding since header is transparent */
@media (max-width: 991px) {
    main {
        padding-top: 0;
    }
}

/* Homepage exception - no padding to allow full screen video */
body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page) main {
    padding-top: 0;
}

/* Booking pages need extra padding for proper content spacing */
body.book-session-page main,
body.individual-page main,
body.corporate-page main,
body.society-page main {
    padding-top: 7rem;
}

/* Pages that need always-visible transparent header styling (exclude individual/corporate/society) */
body.registration-page-body .header,
body.explore-page .header,
body.retreat-page .header {
    background: transparent !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(43, 29, 22, 0.1);
    box-shadow: none;
    padding: 1.5rem 0 !important;
    min-height: 70px !important;
}

body.registration-page-body .header .dhee-text,
body.explore-page .header .dhee-text,
body.retreat-page .header .dhee-text {
    color: #C9A961 !important;
}

body.registration-page-body .header .tune-transcend-text,
body.explore-page .header .tune-transcend-text,
body.retreat-page .header .tune-transcend-text {
    color: #C9A961 !important;
    opacity: 0.85 !important;
}

body.registration-page-body .header .menu-icon span,
body.explore-page .header .menu-icon span,
body.retreat-page .header .menu-icon span {
    background: #F5F0E8 !important;
}

/* Individual, Corporate, and Society pages - header styling only when scrolled */
body.book-session-page.scrolled .header,
body.individual-page.scrolled .header,
body.corporate-page.scrolled .header,
body.society-page.scrolled .header,
body.community-interest-page.scrolled .header {
    background: transparent !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(43, 29, 22, 0.1);
}

body.book-session-page.scrolled .header .dhee-text,
body.individual-page.scrolled .header .dhee-text,
body.corporate-page.scrolled .header .dhee-text,
body.society-page.scrolled .header .dhee-text,
body.community-interest-page.scrolled .header .dhee-text {
    color: #C9A961 !important;
}

body.book-session-page.scrolled .header .tune-transcend-text,
body.individual-page.scrolled .header .tune-transcend-text,
body.corporate-page.scrolled .header .tune-transcend-text,
body.society-page.scrolled .header .tune-transcend-text,
body.community-interest-page.scrolled .header .tune-transcend-text {
    color: #C9A961 !important;
    opacity: 0.85 !important;
}

body.book-session-page.scrolled .header .menu-icon span,
body.individual-page.scrolled .header .menu-icon span,
body.corporate-page.scrolled .header .menu-icon span,
body.society-page.scrolled .header .menu-icon span,
body.community-interest-page.scrolled .header .menu-icon span {
    background: #F5F0E8 !important;
}

/* Explore page hero title - match hatha-title styling from individual page */
body.explore-page .hero-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 400 !important;
    color: #2B1D16 !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 2rem !important;
    text-transform: uppercase !important;
    opacity: 0.9 !important;
}

/* Explore page hero subtitle - match tune & transcend styling */
body.explore-page .hero-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(0.8rem, 2vw, 1.2rem) !important;
    font-weight: 300 !important;
    letter-spacing: 0.15em !important;
    opacity: 0.9 !important;
}

/* Explore page quote text and CTA subtitle - consistent subtle styling */
body.explore-page .quote-text,
body.explore-page .cta-subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(0.8rem, 2vw, 1.2rem) !important;
    font-weight: 300 !important;
    letter-spacing: 0.15em !important;
    opacity: 0.9 !important;
}

/* Header logo styling for individual/corporate/society pages - only when scrolled */
body.book-session-page.scrolled .header-logo,
body.individual-page.scrolled .header-logo,
body.corporate-page.scrolled .header-logo,
body.society-page.scrolled .header-logo,
body.community-interest-page.scrolled .header-logo {
    opacity: 1 !important;
}

body.book-session-page.scrolled .header-logo-text,
body.individual-page.scrolled .header-logo-text,
body.corporate-page.scrolled .header-logo-text,
body.society-page.scrolled .header-logo-text,
body.community-interest-page.scrolled .header-logo-text {
    color: #F5F0E8 !important;
}

body.book-session-page.scrolled .header-logo-subtitle,
body.individual-page.scrolled .header-logo-subtitle,
body.corporate-page.scrolled .header-logo-subtitle,
body.society-page.scrolled .header-logo-subtitle,
body.community-interest-page.scrolled .header-logo-subtitle {
    color: #F5F0E8 !important;
}

.header.scrolled {
    background: transparent;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(43, 29, 22, 0.15);
}


.header .dhee-text {
    color: #C9A961 !important;
}

.header .tune-transcend-text {
    color: #C9A961 !important;
    opacity: 0.85;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Menu Icon - Dhun Modern Stroke Style */
.menu-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 24px;
    height: 20px;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    transform: scale(1);
}

.menu-icon span {
    display: block;
    height: 1.5px;
    width: 100%;
    background: #C9A961;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Header Logo - Dhun Style */
.header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.header.scrolled .header-logo {
    opacity: 1;
}

.header-logo-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1;
    margin-bottom: 0.2rem;
}

.header.scrolled .header-logo-text {
    color: #F5F0E8;
}

.header-logo-subtitle {
    font-size: 0.6rem;
    font-weight: 400;
    color: var(--text-light);
    line-height: 1;
    text-transform: lowercase;
}

.header.scrolled .header-logo-subtitle {
    color: #F5F0E8;
}

/* Dhun-style stroke line */
.header-stroke {
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--text-dark) 20%, var(--text-dark) 80%, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.header.scrolled .header-stroke {
    opacity: 0.15;
}

/* Header Navigation Buttons */
.header-nav-buttons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-btn {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    border: 1px solid var(--white);
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.nav-btn:hover {
    background: var(--white);
    color: var(--primary-color);
    text-decoration: none;
}

.header.scrolled .nav-btn {
    color: #F5F0E8;
    border-color: #F5F0E8;
}

.header.scrolled .nav-btn:hover {
    background: #F5F0E8;
    color: var(--primary-color);
}

/* Active nav button styling - only when scrolled */
.header.scrolled .nav-btn.active {
    background: #F5F0E8;
    color: var(--primary-color);
}

/* Active state styling for booking pages - only when scrolled */
body.book-session-page .header.scrolled .nav-btn.active,
body.individual-page .header.scrolled .nav-btn.active,
body.corporate-page .header.scrolled .nav-btn.active,
body.society-page .header.scrolled .nav-btn.active {
    background: #F5F0E8 !important;
    color: #2B1D16 !important;
}

/* Menu Overlay - Dhun Style */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(245, 240, 233, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-nav li {
    margin: 1.5rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-overlay.active .menu-nav li {
    opacity: 1;
    transform: translateY(0);
}

.menu-nav li:nth-child(1) { transition-delay: 0.1s; }
.menu-nav li:nth-child(2) { transition-delay: 0.2s; }
.menu-nav li:nth-child(3) { transition-delay: 0.3s; }
.menu-nav li:nth-child(4) { transition-delay: 0.4s; }
.menu-nav li:nth-child(5) { transition-delay: 0.5s; }

.menu-nav a {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 300;
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-nav a:hover {
    color: var(--primary-color);
}

/* Desktop Navigation Menu */
.desktop-nav {
    display: none; /* Hidden by default on mobile */
    margin-left: auto;
}

.desktop-nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

.desktop-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #C9A961;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.desktop-nav-link:hover {
    color: rgba(201, 169, 97, 0.7);
}

/* Responsive Navigation */
/* Mobile styles (default) */
@media (max-width: 991px) {
    /* Premium transparent header - hidden initially on homepage */
    body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page):not(.about-us-page):not(.explore-page):not(.retreat-page):not(.community-interest-page) .header {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        background: transparent !important;
        backdrop-filter: none !important;
        padding: 1.2rem 0 !important;
        opacity: 0 !important;
        transform: translateY(-100%) !important;
        transition: all 0.3s ease !important;
    }
    
    /* Show transparent header on scroll - premium style */
    body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page):not(.about-us-page):not(.explore-page):not(.retreat-page):not(.community-interest-page) .header.scrolled {
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* For non-homepage pages, transparent header always visible */
    body.book-session-page .header,
    body.individual-page .header,
    body.corporate-page .header,
    body.society-page .header,
    body.about-us-page .header,
    body.explore-page .header,
    body.retreat-page .header,
    body.community-interest-page .header {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        padding: 1.2rem 0 !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Ensure golden brown text on all pages */
    body.book-session-page .header .dhee-text,
    body.individual-page .header .dhee-text,
    body.corporate-page .header .dhee-text,
    body.society-page .header .dhee-text,
    body.about-us-page .header .dhee-text,
    body.explore-page .header .dhee-text,
    body.retreat-page .header .dhee-text,
    body.community-interest-page .header .dhee-text {
        color: #C9A961 !important;
    }
    
    body.book-session-page .header .tune-transcend-text,
    body.individual-page .header .tune-transcend-text,
    body.corporate-page .header .tune-transcend-text,
    body.society-page .header .tune-transcend-text,
    body.about-us-page .header .tune-transcend-text,
    body.explore-page .header .tune-transcend-text,
    body.retreat-page .header .tune-transcend-text,
    body.community-interest-page .header .tune-transcend-text {
        color: #C9A961 !important;
        opacity: 0.85 !important;
    }
    
    /* Ensure golden brown hamburger on all pages */
    body.book-session-page .menu-icon span,
    body.individual-page .menu-icon span,
    body.corporate-page .menu-icon span,
    body.society-page .menu-icon span,
    body.about-us-page .menu-icon span,
    body.explore-page .menu-icon span,
    body.retreat-page .menu-icon span,
    body.community-interest-page .menu-icon span {
        background: #C9A961 !important;
    }
    
    /* Ensure scrolled state stays transparent for all pages */
    body.book-session-page .header.scrolled,
    body.individual-page .header.scrolled,
    body.corporate-page .header.scrolled,
    body.corporate-wellness-page .header.scrolled,
    body.society-page .header.scrolled,
    body.about-us-page .header.scrolled,
    body.explore-page .header.scrolled,
    body.retreat-page .header.scrolled,
    body.community-interest-page .header.scrolled {
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Show hamburger menu icon */
    .menu-icon {
        display: flex !important;
        position: fixed !important;
        top: 1.5rem !important;
        left: 1.5rem !important;
        z-index: 10001 !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transition: all 0.3s ease !important;
    }
    
    /* Hide hamburger initially on homepage and program pages - matches header behavior */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body) .menu-icon {
        opacity: 0 !important;
        transform: translateY(-100%) !important;
    }
    
    /* Show hamburger when scrolling on homepage and program pages */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body).scrolled .menu-icon {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    /* Hide desktop nav on mobile */
    .desktop-nav {
        display: none !important;
    }
    
    /* Center align header logo and text */
    .header-logo {
        position: static !important;
        transform: none !important;
        text-align: center !important;
        width: 100% !important;
        opacity: 1 !important;
    }
    
    .header-content {
        justify-content: center !important;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    /* Show desktop navigation on large screens */
    .desktop-nav {
        display: block;
    }
    
    /* Hide hamburger menu on desktop - FORCE */
    #menuIcon,
    .menu-icon {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        left: -9999px !important;
    }
    
    /* Adjust header content for desktop nav */
    .header-content {
        justify-content: space-between;
    }
    
    .header-logo {
        position: static;
        transform: none;
        opacity: 1;
    }
    
    /* Transparent header on desktop - consistent with mobile */
    .header {
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Make header text golden brown on desktop for visibility */
    .dhee-text {
        color: #C9A961 !important;
    }
    
    .tune-transcend-text {
        color: #C9A961 !important;
        opacity: 0.85 !important;
    }
    
    /* Desktop navigation links color */
    .desktop-nav-link {
        color: #C9A961 !important;
    }
    
    .desktop-nav-link:hover {
        color: rgba(201, 169, 97, 0.7) !important;
    }
}

/* Hero Section - Deep Grey Background with Video */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--hero-bg);
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3;
    background: linear-gradient(45deg, var(--hero-bg) 0%, rgba(9, 52, 32, 0.8) 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 52, 32, 0.4);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 0 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
}

.hero-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    opacity: 0.9;
    filter: brightness(0) invert(1);
    animation: fadeInUp 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}

/* Floating Benefits */
.floating-benefits {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
    pointer-events: none;
}

.floating-benefit {
    position: absolute;
    background: rgba(245, 240, 232, 0.95);
    backdrop-filter: blur(20px);
    padding: 1.5rem;
    border-radius: 12px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 250px;
    border: 1px solid var(--accent-color);
}

.floating-benefit.visible {
    opacity: 1;
    transform: translateX(0);
}

.left-benefit {
    left: 2rem;
}

.right-benefit {
    right: 2rem;
    transform: translateX(30px);
}

.right-benefit.visible {
    transform: translateX(0);
}

.floating-benefit h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floating-benefit ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.floating-benefit li {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.floating-benefit li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

.hero-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1rem;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-subtitle-main {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-subtitle-sub {
    font-family: 'Megrim', serif;
    font-size: clamp(1rem, 2.5vw, 1.8rem);
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-tagline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 3rem;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Dhun Pill Buttons */
.btn-pill {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 1.8rem;
    border: 1px solid #2B1D16;
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(10px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
    color: #2B1D16;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-pill:hover {
    background: #2B1D16;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-pill-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-pill-primary:hover {
    background: var(--primary-color);
    color: var(--white);
}

.btn-explore {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.5rem 1.2rem;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    background: transparent;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.btn-explore:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-1px);
}

/* Sections - Dhun Layered Style */
.section {
    padding: 6rem 0 2rem 0;
    position: relative;
    overflow: hidden;
}

.section-muted {
    background: var(--beige);
}

/* Workshops Section - Dhun Side-by-Side Cards */
.workshops-section {
    padding: 6rem 0;
    background: var(--beige);
}

.workshops-list {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
}

.workshop-card {
    background: var(--white);
    border: none;
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    box-shadow: 0 4px 25px rgba(163, 143, 153, 0.08);
    position: relative;
    overflow: hidden;
}

.workshop-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.workshop-card:hover::before {
    opacity: 1;
}

.workshop-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(163, 143, 153, 0.15);
}

.workshop-details {
    flex: 1;
    margin-bottom: 1.5rem;
}

.workshop-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    font-style: italic;
    line-height: 1.3;
}

.workshop-meta {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--text-light);
    font-weight: 300;
    line-height: 1.5;
}

.workshop-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.section-header.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.section-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Simple Scroll Testimonials - Dhun Style */
.testimonial-section {
    padding: 6rem 0;
    background: var(--white);
    position: relative;
}

.testimonial-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2rem;
}

.testimonial-content.active {
    opacity: 1;
}

.testimonial-border {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    margin: 0 auto 2rem;
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 300;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.4;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}

.testimonial-author {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Services Section - Dhun Style */
.services-section {
    padding: 6rem 0;
    background: var(--white);
    position: relative;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 4rem;
    text-align: center;
    font-style: italic;
}

.services-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1rem;
    display: block;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 16px 16px 0 0;
}

.service-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(163, 143, 153, 0.12);
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.service-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
    display: none; /* Hide descriptions on landing page */
}

/* Blog Section */
.blog-section {
    padding: 6rem 0;
    background: var(--beige);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.blog-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(30px);
}

.blog-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-subtle);
}

.blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-style: italic;
}

.blog-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.6;
}

/* Founders Section */
.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.founder-card {
    text-align: center;
    padding: 2rem 1rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.founder-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.founder-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 3px solid var(--border-light);
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-style: italic;
}

.founder-role {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.founder-bio {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.6;
}

/* Footer - Dhun Style */
.footer {
    background: linear-gradient(180deg, #fefefe 0%, #f8f6f3 100%);
    color: var(--text-light);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(43, 29, 22, 0.08);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
}

.footer-section h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-section ul li a:hover {
    color: var(--primary);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-light);
}

.contact-item i {
    color: var(--primary);
    width: 16px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(43, 29, 22, 0.08);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-light);
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.footer-brand h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.footer-brand .classical-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.6;
    max-width: 300px;
}

.footer-section h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        padding: 0 1rem;
    }
    
    .section {
        padding: 4rem 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .programs-grid,
    .blog-grid,
    .founders-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .workshops-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .workshop-card {
        padding: 2rem;
        min-height: 180px;
    }
    
    .workshop-name {
        font-size: 1.2rem;
    }
    
    .header-logo-text {
        font-size: 1.3rem;
    }
    
    .header-logo-subtitle {
        font-size: 0.55rem;
    }
    
    .testimonial-container {
        min-height: 250px;
        padding: 0 1rem;
    }
    
    .testimonial-quote {
        font-size: 1.1rem;
    }
    
    .temple-scroll {
        padding: 2rem 1rem;
    }
    
    .logo-container {
        flex-direction: row;
        align-items: center;
    }
    
    .logo-image {
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
    
    .logo-text {
        text-align: left;
    }
}

/* Testimonial Photos */
.testimonial-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 2px solid var(--accent-color);
}

.testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Service Capsules */
.service-capsule {
    background: var(--white);
    border: 2px solid var(--accent-color);
    border-radius: 30px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.service-capsule::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(217, 200, 169, 0.1), transparent);
    transition: left 0.6s ease;
}

.service-capsule:hover::before {
    left: 100%;
}

.service-capsule.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-capsule:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(43, 29, 22, 0.15);
    border-color: var(--primary-color);
}

.service-description {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

/* Practice Capsules */
.practices-section {
    padding: 6rem 0;
    background: var(--beige);
}

.practices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.practice-capsule {
    background: var(--white);
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.practice-capsule::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(43, 29, 22, 0.05), transparent);
    transition: left 0.6s ease;
}

.practice-capsule:hover::before {
    left: 100%;
}

.practice-capsule.visible {
    opacity: 1;
    transform: translateY(0);
}

.practice-capsule:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(43, 29, 22, 0.15);
    border-color: var(--accent-color);
}

.practice-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-style: italic;
}

.practice-description {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.practice-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

/* Updated Button Styles */
.btn-book {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--beige);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
    cursor: pointer;
}

.btn-book:hover {
    background: var(--beige);
    color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-2px);
}

/* Hero Section with Video Background */
.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    filter: contrast(1.1) brightness(1.05) saturate(1.1);
}

.hero-video.loaded {
    opacity: 0.95;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* Premium Hero Typography */
.hero-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 300;
    letter-spacing: 0.3em;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.hero-tagline-unified {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    font-weight: 300;
    color: #F5F0E8;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-tagline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    font-weight: 100;
    color: #F5F0E8;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



/* Remove any white box elements */
.header-logo img,
.header img,
.logo-box,
.logo-container {
    display: none !important;
}

.header.scrolled .dhee-text {
    color: #C9A961 !important;
}

.header.scrolled .tune-transcend-text {
    color: #C9A961 !important;
    opacity: 0.85 !important;
}

.header.scrolled .nav-btn {
    color: var(--beige) !important;
    border-color: var(--beige) !important;
}

.header.scrolled .nav-btn:hover {
    background: var(--beige) !important;
    color: var(--primary-color) !important;
}

.navbar-logo {
    width: 30px;
    height: 30px;
    margin-right: 0.8rem;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.header.scrolled .navbar-logo {
    filter: brightness(0) invert(1);
}

/* Breathing Typography Throughout */
body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.section-description {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

/* Testimonials Scrolling Strip */
.testimonial-section {
    background: linear-gradient(135deg, var(--beige) 0%, rgba(245, 240, 232, 0.8) 100%);
    padding: 5rem 0;
    overflow: hidden;
}

.testimonial-container {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.testimonial-content {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 0 2rem;
}

.testimonial-content.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

/* Clean Hero Logo - No White Box */
.hero-logo-clean {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1);
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

/* About Section Styling */
.about-stroke {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 1rem auto 2rem;
    opacity: 0.3;
}

.about-first-line {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.7;
    margin-bottom: 2rem;
    letter-spacing: 0.01em;
}

.about-second-paragraph {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

/* Footer Logo */
.footer-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-5 { margin-bottom: 5rem; }

/* Remove Logo White Boxes and Placeholder Elements */
.header-logo img,
.hero-logo img,
.logo-white-box,
.placeholder-box,
.logo-container img {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Force Header Text Visibility on Scroll */
.header.scrolled .tune-transcend-text {
    color: #C9A961 !important;
    opacity: 0.85 !important;
}

.header.scrolled .nav-btn {
    color: rgba(245, 240, 232, 0.9) !important;
    border: 1px solid rgba(245, 240, 232, 0.7) !important;
}

.header.scrolled .nav-btn:hover {
    background: rgba(245, 240, 232, 0.9) !important;
    color: var(--primary-color) !important;
}


/* Echoes of Dhee - Styled Like About Us */
.echoes-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    text-align: center;
}

.echoes-stroke {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 1rem auto 3rem;
    opacity: 0.3;
}

/* Elegant Gradient Strip for Testimonials */
.testimonial-gradient-strip {
    background: linear-gradient(135deg, 
        rgba(245, 240, 232, 0.3) 0%, 
        rgba(43, 29, 22, 0.15) 50%, 
        rgba(245, 240, 232, 0.3) 100%);
    border-radius: 15px;
    padding: 4rem 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.testimonial-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 200px;
}

.testimonial-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s cubic-bezier(0.4, 0, 0.6, 1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    pointer-events: none;
}

.testimonial-content.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    position: relative;
    left: auto;
    top: auto;
    pointer-events: auto;
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.3;
    position: absolute;
    top: -1rem;
    left: -2rem;
}

.testimonial-author {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-dark);
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
    display: block;
}

/* Enhanced Video Quality */
.hero-video {
    filter: contrast(1.15) brightness(1.08) saturate(1.15) hue-rotate(-5deg) !important;
    image-rendering: high-quality;
    image-rendering: -webkit-optimize-contrast;
}

/* Remove Logo Elements Completely */
.hero-logo-clean,
img[alt*='Dhee Symbol'],
img[alt*='logo'] {
    display: none !important;
}


/* Upcoming Programs Section - Dhun Style */
.programs-section {
    padding: 2rem 0 3rem 0;
    background: var(--bg-light);
}

.programs-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    text-align: center;
}

.programs-stroke {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 1rem auto 4rem;
    opacity: 0.3;
}

/* Horizontal Sliding Deck */
.programs-deck-container {
    overflow: hidden;
    position: relative;
}

.programs-deck {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 0 2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.programs-deck::-webkit-scrollbar {
    display: none;
}

/* Program Cards - Capsule Style */
.program-card {
    flex: 0 0 350px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(43, 29, 22, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    position: relative;
    overflow: hidden;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(43, 29, 22, 0.15);
    border-color: rgba(43, 29, 22, 0.2);
}

.program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.program-card:hover::before {
    opacity: 1;
}

/* Program Card Content */
.program-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #2B1D16;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.program-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    font-weight: 300;
    color: var(--primary-color);
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.6;
    display: block;
    opacity: 0.9;
}

.program-description {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

/* Program Details */
.program-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(43, 29, 22, 0.1);
    border-bottom: 1px solid rgba(43, 29, 22, 0.1);
}

.program-dates {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.02em;
}

.program-duration {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-muted);
    letter-spacing: 0.01em;
}

/* Program Buttons */
.program-buttons {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.btn-book-slot {
    flex: 1;
    background: rgba(43, 29, 22, 0.03);
    color: rgba(43, 29, 22, 0.8);
    border: 1px solid rgba(43, 29, 22, 0.15);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
    backdrop-filter: blur(5px);
}

.btn-book-slot:hover {
    background: rgba(43, 29, 22, 0.06);
    color: rgba(43, 29, 22, 0.9);
    border-color: rgba(43, 29, 22, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 1px 4px rgba(43, 29, 22, 0.1);
}

.btn-explore {
    flex: 1;
    background: rgba(43, 29, 22, 0.02);
    color: rgba(43, 29, 22, 0.7);
    border: 1px solid rgba(43, 29, 22, 0.12);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
    backdrop-filter: blur(5px);
}

.btn-explore:hover {
    background: rgba(43, 29, 22, 0.05);
    color: rgba(43, 29, 22, 0.85);
    border-color: rgba(43, 29, 22, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 1px 4px rgba(43, 29, 22, 0.08);
}

/* Coming Soon Button */
.btn-coming-soon {
    flex: 1;
    background: rgba(180, 180, 180, 0.1);
    color: rgba(100, 100, 100, 0.8);
    border: 1px solid rgba(180, 180, 180, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
    backdrop-filter: blur(5px);
    cursor: default;
    pointer-events: none;
}

.btn-coming-soon:hover {
    background: rgba(180, 180, 180, 0.1);
    color: rgba(100, 100, 100, 0.8);
    border-color: rgba(180, 180, 180, 0.3);
    transform: none;
    box-shadow: none;
}

/* Scroll Indicator */
.deck-scroll-indicator {
    text-align: center;
    margin-top: 1rem;
}

.scroll-hint {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    opacity: 0.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .program-card {
        flex: 0 0 250px;
        padding: 1.2rem 1rem;
    }
    
    .program-title {
        font-size: 0.9rem;
        line-height: 1.3;
        font-weight: 300;
    }
    
    .program-description {
        font-size: 0.7rem;
        line-height: 1.3;
        color: rgba(43, 29, 22, 0.5);
        margin-bottom: 1rem;
    }
    
    .program-buttons {
        flex-direction: column;
    }
    
    .scroll-hint {
        display: block;
    }
}

@media (min-width: 769px) {
    .scroll-hint {
        display: none;
    }
}

/* Smooth deck scrolling on desktop */
@media (min-width: 1200px) {
    .programs-deck {
        justify-content: center;
        flex-wrap: nowrap;
        overflow-x: visible;
    }
    
    .program-card {
        flex: 0 0 320px;
    }
}

/* ===============================================
   OUR STORY SECTION - Premium Content Patch
   =============================================== */

/* Story Section */
.story-section {
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(250, 248, 240, 0.95) 50%, 
        rgba(248, 244, 235, 0.98) 100%);
    position: relative;
}

/* Premium Content Patch */
.story-content-patch {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(43, 29, 22, 0.08);
    border-radius: 24px;
    padding: 4rem 3rem;
    box-shadow: 0 12px 40px rgba(43, 29, 22, 0.06);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

/* Subtle texture overlay */
.story-content-patch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 85%, rgba(43, 29, 22, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 85% 15%, rgba(43, 29, 22, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* Story Header */
.story-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.story-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2B1D16;
    line-height: 1.5;
    margin: 1.5rem 0 0;
    letter-spacing: 0.02em;
    opacity: 0.9;
}

/* Story Content */
.story-narrative {
    position: relative;
    z-index: 2;
}

.story-paragraph {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2B1D16;
    margin-bottom: 2rem;
    letter-spacing: 0.01em;
    opacity: 0.9;
    text-align: left;
}

.story-conclusion {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #2B1D16;
    margin: 2.5rem 0 0;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: center;
    opacity: 0.95;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(43, 29, 22, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .story-section {
        padding: 4rem 0 6rem;
    }
    
    .story-content-patch {
        padding: 3rem 2rem;
        border-radius: 20px;
    }
    
    .story-title {
        font-size: 1.6rem;
        margin: 1.5rem 0 0;
    }
    
    .story-paragraph {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .story-conclusion {
        font-size: 1.05rem;
        margin-top: 2rem;
        padding: 1rem 0;
    }
}

/* ===============================================
   TEAM SECTION - Modern Clean Layout
   =============================================== */

/* Team Section */
.team-section {
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, #faf9f7 0%, #f8f6f2 100%);
    position: relative;
}

/* Featured Profile - Shashikant */
.featured-profile {
    margin: 4rem 0 6rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 4rem 3rem;
    box-shadow: 0 12px 40px rgba(43, 29, 22, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(43, 29, 22, 0.05);
}

.featured-image-container {
    text-align: center;
    margin-bottom: 2rem;
}

.featured-image {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(43, 29, 22, 0.15);
    transition: all 0.3s ease;
}

.featured-image:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 60px rgba(43, 29, 22, 0.2);
}

/* Featured Content */
.featured-content {
    padding-left: 0;
}

.featured-header {
    text-align: center;
    margin-bottom: 2rem;
}

.featured-name {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #2B1D16;
    margin: 0 0 0.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.featured-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
    margin: 0 0 1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.featured-description p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #2B1D16;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    letter-spacing: 0.01em;
}

.team-signature {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #C9543E;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E5D5C4;
    line-height: 1.6;
    font-weight: 400;
}

/* Credentials with Flower Icons */
.credentials-list {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(43, 29, 22, 0.1);
}

.credentials-heading {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2B1D16;
    margin: 0 0 1.5rem;
    text-align: left;
    letter-spacing: 0.02em;
    opacity: 0.9;
}

.credential-item {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #2B1D16;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    opacity: 0.9;
}

.credential-item:last-child {
    margin-bottom: 0;
}

/* Co-Founders Row */
.co-founders-row {
    margin-top: 5rem;
}

.co-founder-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(43, 29, 22, 0.06);
    border: 1px solid rgba(43, 29, 22, 0.05);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.co-founder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(43, 29, 22, 0.12);
}

.co-founder-image {
    margin-bottom: 1.5rem;
}

.co-founder-portrait {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(43, 29, 22, 0.1);
    transition: all 0.3s ease;
}

.co-founder-portrait:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(43, 29, 22, 0.15);
}

.co-founder-name {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #2B1D16;
    margin: 0 0 0.3rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.co-founder-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
}

.co-founder-bio {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #2B1D16;
    margin: 0;
    opacity: 0.9;
    letter-spacing: 0.01em;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .featured-profile {
        padding: 3rem 2rem;
        margin: 3rem 0 4rem;
    }
    
    .featured-content {
        padding-left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    
    .featured-name {
        font-size: 0.9rem;
    }
    
    .co-founders-row {
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 4rem 0 6rem;
    }
    
    .featured-profile {
        padding: 2.5rem 1.5rem;
        margin: 2rem 0 3rem;
    }
    
    .featured-image {
        width: 220px;
        height: 220px;
    }
    
    .featured-name {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .featured-title {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .featured-description p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }
    
    .credential-item {
        font-size: 0.9rem;
        margin-bottom: 0.7rem;
    }
    
    .co-founder-card {
        padding: 2rem 1.5rem;
    }
    
    .co-founder-name {
        font-size: 0.9rem;
    }
    
    .co-founder-bio {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Fix Testimonials Section - Match ABOUT US Exactly */
.testimonial-section {
    padding: 5rem 0;
    background: var(--bg-light);
}

.testimonials-center {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 150px;
}

.testimonial-content {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.6, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.testimonial-content.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
}

.testimonial-quote {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.testimonial-author {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    letter-spacing: 0.02em;
}

/* Dhun-Style Programs Section */
.programs-section {
    padding: 5rem 0;
    background: var(--bg-light);
}

.treatments-container {
    margin-top: 3rem;
}

.treatments-scroll {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 0 2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.treatments-scroll::-webkit-scrollbar {
    display: none;
}

/* Treatment Cards - Exact Dhun Style */
.treatment-card {
    flex: 0 0 320px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(43, 29, 22, 0.1);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    position: relative;
    backdrop-filter: blur(10px);
}

.treatment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(43, 29, 22, 0.12);
    border-color: rgba(43, 29, 22, 0.2);
}

.treatment-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.treatment-duration {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
    letter-spacing: 0.02em;
}

.treatment-dates {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.treatment-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: 2rem;
    letter-spacing: 0.01em;
}

.treatment-actions {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

/* Buttons - Exact Dhun Style */
.btn-explore {
    flex: 1;
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.btn-explore:hover {
    background: var(--primary-color);
    color: var(--beige);
    transform: translateY(-1px);
}

.btn-book {
    flex: 1;
    background: var(--primary-color);
    color: var(--beige);
    border: 1px solid var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.btn-book:hover {
    background: var(--beige);
    color: var(--primary-color);
    border-color: var(--beige);
    transform: translateY(-1px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .treatment-card {
        flex: 0 0 280px;
        padding: 1.5rem;
    }
    
    .treatment-title {
        font-size: 1.3rem;
    }
    
    .treatment-description {
        font-size: 0.9rem;
    }
    
    .treatment-actions {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .treatments-scroll {
        justify-content: center;
        flex-wrap: nowrap;
        overflow-x: visible;
    }
    
    .treatment-card {
        flex: 0 0 300px;
    }
}


/* Hamburger Menu - Fixed Position Like Dhun - Mobile Only */
@media (max-width: 991px) {
    .menu-icon {
        position: fixed;
        top: 1.5rem;
        left: 1.5rem;
        z-index: 1000;
        width: 30px;
        height: 24px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.3s ease;
    }
}

.menu-icon span {
    width: 100%;
    height: 2px;
    background: var(--beige);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    transform-origin: center;
}

.header.scrolled .menu-icon span {
    background: var(--beige);
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Dhun-Style Slide Menu */
.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1);
}

.slide-menu.active {
    pointer-events: all;
}

.menu-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
}

.slide-menu.active .menu-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(43, 29, 22, 0.1);
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.slide-menu.active .menu-panel {
    transform: translateX(0);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

/* Menu Navigation */
.menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 8rem;
}

.menu-nav li {
    margin: 0;
}

.menu-nav a {
    display: block;
    padding: 1.2rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.menu-nav a:hover {
    background: rgba(43, 29, 22, 0.05);
    border-left-color: var(--primary-color);
    padding-left: 2.5rem;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .menu-icon {
        top: 1.2rem;
        left: 1.2rem;
        width: 26px;
        height: 20px;
    }
    
    .menu-panel {
        width: 260px;
    }
    
    .menu-nav {
        padding-top: 6rem;
    }
    
    .menu-nav a {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Ensure menu icon stays on top of everything - TABLET ONLY */
@media (min-width: 769px) and (max-width: 991px) {
    .menu-icon {
        top: 2rem;
        left: 2rem;
    }
}



/* Force Hamburger Menu to Stay Fixed - Override All Styles - MOBILE ONLY */
@media (max-width: 991px) {
    #menuIcon,
    .menu-icon {
        position: fixed !important;
        top: 1.5rem !important;
        left: 1.5rem !important;
        z-index: 1001 !important;
        width: 30px !important;
        height: 24px !important;
        cursor: pointer !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        transition: all 0.3s ease !important;
        background: none !important;
        border: none !important;
        outline: none !important;
    }
    
    /* Default visible only for always-visible pages */
    body.about-us-page .menu-icon,
    body.explore-page .menu-icon,
    body.retreat-page .menu-icon,
    body.registration-page-body .menu-icon {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    
    /* Hide on homepage and program pages initially */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body) .menu-icon {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-100%) !important;
    }
    
    /* Show on homepage and program pages when scrolled */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body).scrolled .menu-icon {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Ensure hamburger spans are always visible - MOBILE ONLY */
@media (max-width: 991px) {
    #menuIcon span,
    .menu-icon span {
        width: 100% !important;
        height: 2px !important;
        background: #C9A961 !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
        transform-origin: center !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    /* Golden brown hamburger on homepage and program pages when visible (on scroll) */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body).scrolled .menu-icon span {
        background: #C9A961 !important;
    }
}

/* Header Content Adjustments - Push Nav Buttons Right */
.header-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 2rem !important;
}

.header-nav-buttons {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
    margin-left: auto !important;
}

/* Mobile hamburger adjustments */
@media (max-width: 768px) {
    #menuIcon,
    .menu-icon {
        top: 1.2rem !important;
        left: 1.2rem !important;
        width: 26px !important;
        height: 20px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #menuIcon,
    .menu-icon {
        top: 2rem !important;
        left: 2rem !important;
    }
}

/* Force Menu Styles to Work */
.slide-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999 !important;
    pointer-events: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1) !important;
}

.slide-menu.active {
    pointer-events: all !important;
}

.menu-panel {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 280px !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-right: 1px solid rgba(43, 29, 22, 0.1) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.6, 1) !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0) !important;
}

.slide-menu.active .menu-panel {
    transform: translateX(0) !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1) !important;
}

.menu-backdrop {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0) !important;
    transition: background 0.4s ease !important;
    cursor: pointer !important;
}

.slide-menu.active .menu-backdrop {
    background: rgba(0, 0, 0, 0.3) !important;
}

/* Hamburger Animation */
#menuIcon.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px) !important;
}

#menuIcon.active span:nth-child(2) {
    opacity: 0 !important;
}

#menuIcon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px) !important;
}

/* Fix Menu Item Visibility - Chocolate Brown Color */
.menu-nav a {
    display: block !important;
    padding: 1.2rem 2rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #2B1D16 !important;  /* Chocolate brown */
    text-decoration: none !important;
    letter-spacing: 0.02em !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.menu-nav a:hover {
    background: rgba(43, 29, 22, 0.05) !important;
    border-left-color: #2B1D16 !important;  /* Chocolate brown */
    padding-left: 2.5rem !important;
    color: #2B1D16 !important;  /* Chocolate brown */
}

/* Ensure menu navigation list is visible */
.menu-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 8rem !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.menu-nav li {
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Force menu panel background for better contrast */
.menu-panel {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
}

/* Enhanced Testimonials - No Overlap, Smooth Transitions */
.testimonials-center {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
    min-height: 200px !important;
    padding: 2rem 0 !important;
}

.testimonial-content {
    opacity: 0 !important;
    transform: translateY(15px) !important;
    transition: all 1.2s cubic-bezier(0.4, 0, 0.6, 1) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.testimonial-content.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: relative !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.testimonial-quote {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem) !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: 0.01em !important;
    opacity: inherit !important;
}

.testimonial-author {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    color: var(--text-dark) !important;
    letter-spacing: 0.02em !important;
    opacity: inherit !important;
}

/* Enhanced Testimonial JavaScript with No Overlap */


/* Enhanced UPCOMING PROGRAMS Section */
.programs-tagline {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #2B1D16 !important;
    text-align: center !important;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.02em !important;
    opacity: 0.9 !important;
}

/* Enhanced Treatment Cards with Better Spacing */
.treatments-container {
    margin-top: 3rem !important;
    padding: 0 1rem !important;
    overflow: hidden !important;
}

.treatments-scroll {
    display: flex !important;
    gap: 2rem !important; /* Increased spacing between cards */
    overflow-x: auto !important;
    padding: 1rem 0 2rem !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
}

.treatments-scroll::-webkit-scrollbar {
    height: 6px !important;
}

.treatments-scroll::-webkit-scrollbar-track {
    background: rgba(43, 29, 22, 0.1) !important;
    border-radius: 3px !important;
}

.treatments-scroll::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important;
    border-radius: 3px !important;
}

/* Enhanced Treatment Cards */
.treatment-card {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 16px !important;
    padding: 0 !important; /* Remove padding for image integration */
    box-shadow: 0 8px 32px rgba(43, 29, 22, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(43, 29, 22, 0.08) !important;
    min-width: 320px !important; /* Increased minimum width for comfortable spacing */
    max-width: 320px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Curved shadow on top of cards like dhunwellness.com */
.treatment-card::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 16px;
    background: linear-gradient(135deg, rgba(43, 29, 22, 0.15), rgba(43, 29, 22, 0.08));
    border-radius: 50px 50px 0 0;
    box-shadow: 0 -4px 12px rgba(43, 29, 22, 0.2);
    z-index: 1;
}

.treatment-card:hover::before {
    box-shadow: 0 -6px 18px rgba(43, 29, 22, 0.25);
    background: linear-gradient(135deg, rgba(43, 29, 22, 0.2), rgba(43, 29, 22, 0.12));
}

.treatment-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 48px rgba(43, 29, 22, 0.18) !important;
    border-color: rgba(43, 29, 22, 0.15) !important;
}

/* Elegant Treatment Images */
.treatment-image {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0 !important;
    position: relative !important;
}

.treatment-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.6, 1) !important;
}

.treatment-card:hover .treatment-image img {
    transform: scale(1.05) !important;
}

/* Modern Treatment Titles */
.treatment-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    margin: 1.5rem 1.5rem 0.5rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    opacity: 0.9 !important;
    line-height: 1.3 !important;
}

.treatment-duration {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: var(--secondary-color) !important;
    margin: 0 1.5rem 0.3rem !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.treatment-dates {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 300 !important;
    color: var(--text-dark) !important;
    margin: 0 1.5rem 1rem !important;
    opacity: 0.7 !important;
}

.treatment-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
    margin: 0 1.5rem 1.5rem !important;
    letter-spacing: 0.01em !important;
}

.treatment-actions {
    padding: 0 1.5rem 1.5rem !important;
    display: flex !important;
    gap: 0.75rem !important;
}

/* Responsive Design for Programs */
@media (max-width: 768px) {
    .treatments-container {
        padding: 0 0.5rem !important;
    }
    
    .treatments-scroll {
        gap: 1.5rem !important;
    }
    
    .treatment-card {
        min-width: 280px !important;
        max-width: 280px !important;
    }
    
    .programs-tagline {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }
}

/* Premium UPCOMING PROGRAMS Enhancement */
.treatment-duration {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important; /* Much darker - chocolate brown */
    margin: 0 1.5rem 0.3rem !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    opacity: 1 !important; /* Full opacity for visibility */
}

/* Luxurious Card Spacing and Layout */
.treatments-container {
    margin-top: 3rem !important;
    padding: 0 2rem !important; /* More generous padding */
    overflow: hidden !important;
}

.treatments-scroll {
    display: flex !important;
    gap: 3rem !important; /* Luxurious spacing between cards */
    overflow-x: auto !important;
    padding: 2rem 1rem 3rem !important; /* More generous padding */
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important; /* Smooth snap scrolling */
}

/* Premium Card Design */
.treatment-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 20px !important; /* More luxurious rounded corners */
    padding: 0 !important;
    box-shadow: 0 12px 40px rgba(43, 29, 22, 0.15) !important; /* Deeper shadow */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; /* Smoother transition */
    backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(43, 29, 22, 0.12) !important;
    min-width: 360px !important; /* Wider for luxury feel */
    max-width: 360px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    scroll-snap-align: center !important; /* Center snap for each card */
    position: relative !important;
}

.treatment-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(245, 240, 232, 0.05)) !important;
    pointer-events: none !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
}

.treatment-card:hover::before {
    opacity: 1 !important;
}

.treatment-card:hover {
    transform: translateY(-12px) scale(1.02) !important; /* More dramatic hover */
    box-shadow: 0 25px 60px rgba(43, 29, 22, 0.25) !important;
    border-color: rgba(43, 29, 22, 0.2) !important;
}

/* Enhanced Treatment Images */
.treatment-image {
    width: 100% !important;
    height: 220px !important; /* Slightly taller for better proportions */
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
    position: relative !important;
}

.treatment-image::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(43, 29, 22, 0.1) 100%) !important;
    pointer-events: none !important;
}

/* Enhanced Typography */
.treatment-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    margin: 2rem 2rem 0.8rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    opacity: 0.9 !important;
    line-height: 1.2 !important;
}

.treatment-dates {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: var(--text-dark) !important;
    margin: 0 2rem 1.5rem !important;
    opacity: 0.8 !important;
}

.treatment-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    color: rgba(43, 29, 22, 0.55) !important;
    line-height: 1.4 !important;
    margin: 0 2rem 1.5rem !important;
    letter-spacing: 0.005em !important;
}

.treatment-actions {
    padding: 0 2rem 2rem !important;
    display: flex !important;
    gap: 1rem !important;
}

/* Enhanced Scrollbar */
.treatments-scroll::-webkit-scrollbar {
    height: 8px !important;
}

.treatments-scroll::-webkit-scrollbar-track {
    background: rgba(43, 29, 22, 0.08) !important;
    border-radius: 4px !important;
    margin: 0 2rem !important;
}

.treatments-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)) !important;
    border-radius: 4px !important;
    transition: background 0.3s ease !important;
}

.treatments-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color) !important;
}

/* Mobile Responsive Luxury */
@media (max-width: 768px) {
    .treatments-container {
        padding: 0 1rem !important;
    }
    
    .treatments-scroll {
        gap: 2rem !important;
        padding: 1.5rem 0.5rem 2rem !important;
    }
    
    .treatment-card {
        min-width: 300px !important;
        max-width: 300px !important;
    }
}

@media (max-width: 480px) {
    .treatment-card {
        min-width: 280px !important;
        max-width: 280px !important;
    }
    
    .treatments-scroll {
        gap: 1.5rem !important;
    }
}
/* Clean Modern Program Cards */
.program-content {
    padding: 1.5rem 1.5rem 0 !important;
}

.program-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    color: #2B1D16 !important;
    margin: 0 0 1rem !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

/* Program Meta Information with Icons */
.program-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
}

.program-duration,
.program-dates {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: #888 !important; /* Soft grey text */
    line-height: 1.4 !important;
}

.program-duration .icon,
.program-dates .icon {
    font-size: 0.9rem !important; /* Subtle, minimal size */
    opacity: 0.7 !important;
    width: 16px !important;
    text-align: center !important;
}

.program-duration .text,
.program-dates .text {
    color: #666 !important; /* Soft grey for metadata */
}

.program-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
    margin: 0 1.5rem 1.5rem !important;
    letter-spacing: 0.005em !important;
}

.program-actions {
    padding: 0 1.5rem 1.5rem !important;
    display: flex !important;
    gap: 1rem !important;
}

/* Smooth Horizontal Carousel */
.treatments-container {
    margin-top: 3rem !important;
    padding: 0 1rem !important;
    position: relative !important;
}

.treatments-scroll {
    display: flex !important;
    gap: 2rem !important; /* Comfortable spacing, not cramped */
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 1rem 0 2rem !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: thin !important;
}

/* Equal Width Cards with Clean Design */
.treatment-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 16px !important; /* Soft rounded corners */
    padding: 0 !important;
    box-shadow: 0 4px 24px rgba(43, 29, 22, 0.08) !important; /* Subtle shadow */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
    border: 1px solid rgba(43, 29, 22, 0.06) !important;
    min-width: 320px !important; /* Equal width */
    max-width: 320px !important; /* Equal width */
    flex-shrink: 0 !important;
    overflow: hidden !important;
    scroll-snap-align: center !important;
    position: relative !important;
}

.treatment-card:hover {
    transform: translateY(-4px) !important; /* Gentle lift */
    box-shadow: 0 8px 32px rgba(43, 29, 22, 0.12) !important;
}

/* Clean Image Styling */
.treatment-image {
    width: 100% !important;
    height: 180px !important;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0 !important;
}

.treatment-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.3s ease !important;
}

.treatment-card:hover .treatment-image img {
    transform: scale(1.03) !important;
}

/* Custom Scrollbar */
.treatments-scroll::-webkit-scrollbar {
    height: 6px !important;
}

.treatments-scroll::-webkit-scrollbar-track {
    background: rgba(43, 29, 22, 0.05) !important;
    border-radius: 3px !important;
}

.treatments-scroll::-webkit-scrollbar-thumb {
    background: rgba(43, 29, 22, 0.3) !important;
    border-radius: 3px !important;
}

.treatments-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .treatments-container {
        padding: 0 0.5rem !important;
    }
    
    .treatments-scroll {
        gap: 1.5rem !important;
        padding: 1rem 0.5rem 2rem !important;
    }
    
    .treatment-card {
        min-width: 280px !important;
        max-width: 280px !important;
    }
}

/* Smooth Testimonials Fix */
.testimonial-content {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.testimonial-content.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: relative !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.testimonials-center {
    position: relative !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Luxury Program Cards - Premium Aesthetic */
.treatments-container {
    margin-top: 3rem !important;
    padding: 0 2rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.treatments-scroll {
    display: flex !important;
    gap: 2.5rem !important; /* Premium spacing between cards */
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2rem 1rem 3rem !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important; /* Hide scrollbar for cleaner look */
    -ms-overflow-style: none !important;
}

.treatments-scroll::-webkit-scrollbar {
    display: none !important; /* Hide scrollbar */
}

/* Luxury Card Design */
.treatment-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 20px !important; /* Soft rounded corners */
    padding: 0 !important;
    box-shadow: 0 8px 32px rgba(43, 29, 22, 0.12) !important; /* Premium shadow */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border: 1px solid rgba(43, 29, 22, 0.08) !important;
    min-width: 340px !important; /* Luxury width for premium feel */
    max-width: 340px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    position: relative !important;
}

.treatment-card:hover {
    transform: translateY(-8px) !important; /* Premium hover lift */
    box-shadow: 0 20px 48px rgba(43, 29, 22, 0.18) !important;
}

/* Elegant Image Styling */
.treatment-image {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
    position: relative !important;
}

.treatment-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s ease !important;
}

.treatment-card:hover .treatment-image img {
    transform: scale(1.05) !important;
}

/* Clean Program Content Layout */
.program-content {
    padding: 2rem 2rem 0 !important;
}

/* Title - Clean and Modern */
.program-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    color: #2B1D16 !important;
    margin: 0 0 1.2rem !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
}

/* Meta Information - Clean Column Layout */
.program-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.6rem !important;
    margin-bottom: 1.5rem !important;
}

.program-duration,
.program-dates {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #888 !important; /* Soft grey for metadata */
    line-height: 1.4 !important;
}

/* Subtle, Minimal Icons */
.program-duration .icon,
.program-dates .icon {
    font-size: 1rem !important; /* Not oversized, subtle */
    opacity: 0.6 !important;
    width: 18px !important;
    text-align: center !important;
    filter: grayscale(20%) !important; /* Less cartoonish */
}

.program-duration .text,
.program-dates .text {
    color: #777 !important; /* Soft grey text */
    font-weight: 400 !important;
}

/* Description */
.program-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    color: rgba(43, 29, 22, 0.55) !important;
    line-height: 1.4 !important;
    margin: 0 2rem 1.5rem !important;
    letter-spacing: 0.005em !important;
}

/* Action Buttons */
.program-actions {
    padding: 0 2rem 2rem !important;
    display: flex !important;
    gap: 1rem !important;
}

/* Show Partial Next Card for Scrollability Hint */
.treatments-scroll {
    /* Adjust container to show 2.3 cards at once */
    width: calc(100% - 4rem) !important;
    margin: 0 auto !important;
}

/* Mobile Responsive Luxury */
@media (max-width: 768px) {
    .treatments-container {
        padding: 0 1rem !important;
    }
    
    .treatments-scroll {
        gap: 2rem !important;
        padding: 1.5rem 0.5rem 2rem !important;
        width: calc(100% - 2rem) !important;
    }
    
    .treatment-card {
        min-width: 300px !important;
        max-width: 300px !important;
    }
    
    .program-content {
        padding: 1.5rem 1.5rem 0 !important;
    }
    
    .program-description {
        margin: 0 1.5rem 1.5rem !important;
    }
    
    .program-actions {
        padding: 0 1.5rem 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .treatment-card {
        min-width: 280px !important;
        max-width: 280px !important;
    }
    
    .treatments-scroll {
        gap: 1.5rem !important;
    }
}

/* Luxury Container Width Control */
@media (min-width: 769px) {
    .treatments-scroll {
        /* Show exactly 2.3 cards to hint at more content */
        max-width: calc((340px * 2.3) + (2.5rem * 2.3)) !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 1200px) {
    .treatments-scroll {
        /* On larger screens, show 2.5 cards */
        max-width: calc((340px * 2.5) + (2.5rem * 2.5)) !important;
    }
}
/* Fixed Testimonials - No Split or Unusual Behavior */
.testimonials-center {
    position: relative !important;
    min-height: 180px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem !important;
    overflow: hidden !important;
}

.testimonial-content {
    opacity: 0 !important;
    transform: translateY(0) !important;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: absolute !important;
    top: 2rem !important;
    left: 1rem !important;
    right: 1rem !important;
    pointer-events: none !important;
    visibility: hidden !important;
    text-align: center !important;
    z-index: 1 !important;
}

.testimonial-content.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: absolute !important;
    pointer-events: auto !important;
    visibility: visible !important;
    z-index: 2 !important;
}

.testimonial-quote {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem) !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
}

.testimonial-author {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    color: var(--text-dark) !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
}

/* Prevent testimonial interference on scroll/hover */
.testimonial-section {
    position: relative !important;
    z-index: 1 !important;
    isolation: isolate !important;
}

.testimonial-content:hover {
    transform: translateY(0) !important; /* No movement on hover */
}
/* Fixed Programs Container - Surya Kriya Not Cut Off */
.treatments-container {
    margin-top: 3rem !important;
    padding: 0 !important; /* Remove padding that cuts off content */
    position: relative !important;
    overflow: visible !important; /* Allow content to show */
}

/* LinkedIn Capsules - Modern Style */
.linkedin-capsule {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.linkedin-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #0077B5, #005885);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 119, 181, 0.2);
}

.linkedin-btn:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 119, 181, 0.3);
    background: linear-gradient(135deg, #005885, #0077B5);
}

.linkedin-btn i {
    font-size: 1.1rem;
}

/* Contact Section - Chocolate Brown Dhun Style */
.contact-section {
    background: linear-gradient(135deg, #3E2723, #4A2C2A);
    padding: 4rem 0;
    margin-top: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.contact-icon.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.contact-icon.phone {
    background: linear-gradient(135deg, #D2B48C, #CD853F);
    color: white;
}

.contact-icon.email {
    background: linear-gradient(135deg, #FF6B6B, #E74C3C);
    color: white;
}

.contact-icon.session {
    background: linear-gradient(135deg, #F5F5DC, #E6D7C3);
    color: #8B4513;
}

.contact-item.book-session {
    background: rgba(245, 245, 220, 0.15);
    border: 1px solid rgba(245, 245, 220, 0.3);
}

.contact-item.book-session:hover {
    background: rgba(245, 245, 220, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(245, 245, 220, 0.4);
}

.contact-item-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-item-link:hover {
    text-decoration: none;
    color: inherit;
}

.contact-content h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #F5F5DC;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

.contact-link {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #D2B48C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #F5F5DC;
    text-decoration: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-item {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .linkedin-capsule {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .linkedin-btn {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}

/* Book Session Page - New Design */
.book-session-hero {
    background: linear-gradient(135deg, #2B1D16, #3E2723);
    padding: 6rem 0 4rem;
    text-align: center;
    color: white;
}

.book-session-title {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #F5F0E8, #D9C8A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.book-session-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #D9C8A9;
    margin: 0;
    letter-spacing: 0.01em;
}

/* Capsule Tab Navigation */
.capsule-tabs-section {
    background: #F5F0E8;
    padding: 3rem 0;
    text-align: center;
}

.capsule-tabs {
    display: inline-flex;
    gap: 1rem;
    background: rgba(43, 29, 22, 0.05);
    padding: 0.5rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.capsule-tab {
    background: transparent;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2B1D16;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: -0.01em;
    min-width: 120px;
}

.capsule-tab:hover {
    background: rgba(245, 240, 232, 0.8);
    color: #2B1D16;
}

.capsule-tab.active {
    background: rgba(245, 240, 232, 0.9);
    color: #2B1D16;
    box-shadow: 0 4px 16px rgba(245, 240, 232, 0.3);
}

/* Tab Content */
.tab-content-section {
    background: white;
    min-height: 70vh;
    padding: 4rem 0;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Individual Tab - Program Cards */
.programs-list {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.program-card {
    background: linear-gradient(135deg, #F5F0E8, #FEFDF9);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(217, 200, 169, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(43, 29, 22, 0.1);
    border-color: rgba(217, 200, 169, 0.5);
}

.program-content {
    flex: 1;
}

.program-name {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2B1D16;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

.program-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #5D4037;
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.program-details {
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
}

.program-dates, .program-duration {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2B1D16;
    background: rgba(217, 200, 169, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.program-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
}

/* Individual Tab Header */
.individual-header {
    text-align: center;
    margin-bottom: 3rem;
}

.individual-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 400;
    color: #2B1D16;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Modern Programs List */
.modern-programs-list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2rem;
}

.modern-program-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 30px rgba(43, 29, 22, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.modern-program-card:hover {
    border-color: #C48966;
    box-shadow: 0 12px 40px rgba(196, 137, 102, 0.15);
    transform: translateY(-4px);
}

.modern-program-card .program-content {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.modern-program-card .program-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #2B1D16;
    margin: 0;
    font-style: italic;
}

.modern-program-card .program-dates {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #C48966;
    font-weight: 500;
    margin: 0;
}

.modern-program-card .program-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.modern-program-card .program-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.modern-program-card .duration {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #888;
}

.modern-program-card .price {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2B1D16;
}

.modern-program-card .program-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.modern-program-card .btn-explore {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #C9A961;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    border: 1px solid #C9A961;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: lowercase;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(10px);
    min-width: 100px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modern-program-card .btn-explore:hover {
    background: #C9A961;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 169, 97, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-color: #C9A961;
}

.modern-program-card .btn-book {
    background: #C48966;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modern-program-card .btn-book:hover {
    background: #a67751;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 137, 102, 0.3);
    text-decoration: none;
    color: white;
}

/* Responsive Design for Modern Cards */
@media (max-width: 768px) {
    .modern-programs-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .individual-main-title {
        font-size: 2.2rem;
    }
    
    .modern-program-card .program-actions {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .modern-program-card .btn-explore,
    .modern-program-card .btn-book {
        width: 100%;
        text-align: center;
    }
}

.btn-book-slot {
    background: #2B1D16;
    color: #F5F0E8;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-width: 140px;
}

.btn-book-slot:hover {
    background: #3E2723;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(43, 29, 22, 0.3);
}

.btn-explore {
    background: #F5F0E8;
    color: #2B1D16;
    border: 2px solid #D9C8A9;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-width: 140px;
}

.btn-explore:hover {
    background: #F0E9DD;
    border-color: #C5B085;
    transform: translateY(-2px);
}

/* Corporate Tab */
.corporate-content, .society-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.corporate-description, .society-description {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #5D4037;
    margin: 0 0 4rem;
    line-height: 1.6;
}

.corporate-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Quicksand', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #2B1D16;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #2B1D16, #5D4037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #5D4037;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Society Tab */
.society-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #F5F0E8, #FEFDF9);
    border-radius: 16px;
    border: 1px solid rgba(217, 200, 169, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(43, 29, 22, 0.1);
    border-color: rgba(217, 200, 169, 0.5);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D9C8A9, #C5B085);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B1D16;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2B1D16;
    letter-spacing: -0.01em;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .book-session-hero {
        padding: 4rem 0 3rem;
    }
    
    .capsule-tabs {
        flex-direction: column;
        gap: 0.5rem;
        border-radius: 16px;
        margin: 0 1rem;
    }
    
    .capsule-tab {
        border-radius: 12px;
        margin: 0;
    }
    
    .program-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .program-actions {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    
    .program-details {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .corporate-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .society-features {
        grid-template-columns: 1fr;
    }
    
    .feature-item {
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }
}

/* Header Logo Link Styling */
.header-logo-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-logo-link:hover {
    text-decoration: none;
    color: inherit;
    transform: scale(1.02);
}

.header-logo-link:focus {
    outline: none;
    text-decoration: none;
}

.treatments-scroll {
    display: flex !important;
    gap: 2.5rem !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 2rem 2rem 3rem 2rem !important; /* Add padding for first card */
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.treatments-scroll::-webkit-scrollbar {
    display: none !important;
}

/* Ensure first two cards are luxuriously placed */
.treatment-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 20px !important;
    padding: 0 !important;
    box-shadow: 0 8px 32px rgba(43, 29, 22, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border: 1px solid rgba(43, 29, 22, 0.08) !important;
    min-width: 340px !important;
    max-width: 340px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    position: relative !important;
}

.treatment-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 48px rgba(43, 29, 22, 0.18) !important;
}

/* Container width control to show first two cards prominently */
@media (min-width: 769px) {
    .treatments-scroll {
        /* Ensure first two cards are fully visible with hint of third */
        width: 100% !important;
        max-width: none !important;
        justify-content: flex-start !important;
    }
    
    .treatments-container {
        max-width: 1200px !important;
        margin: 3rem auto 0 !important;
        padding: 0 1rem !important;
    }
}

@media (min-width: 1200px) {
    .treatments-container {
        padding: 0 2rem !important;
    }
}

/* Cards Peek Effect - First card fully visible, second peeks */
.treatments-container {
    margin-top: 2rem !important;
    padding: 0 2rem !important;
    position: relative !important;
    overflow: visible !important;
}

.treatments-scroll {
    display: flex !important;
    gap: 1.5rem !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 1.5rem 0 2.5rem !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    /* Perfect peek - show 70% of second card */
    padding-right: 250px !important;
}

.treatment-card {
    scroll-snap-align: start !important;
    min-width: 350px !important;
    max-width: 350px !important;
    flex-shrink: 0 !important;
}

/* Mobile responsive - Perfect card sizing with peek */
@media (max-width: 768px) {
    .treatments-container {
        padding: 0 !important;
        margin-top: 1.5rem !important;
        overflow: hidden !important;
    }
    
    .treatments-scroll {
        gap: 1rem !important;
        padding: 1rem 0 2rem 1rem !important;
        /* Mobile peek - no right margin */
        padding-right: 0 !important;
    }
    
    .treatment-card {
        min-width: 65vw !important;
        max-width: 65vw !important;
    }
}

/* =====================================================
   REGISTRATION MODAL STYLES
   ===================================================== */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-container {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 1000px;
    width: 95%;
    max-height: 95vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-header {
    background: var(--background-color);
    padding: 2rem;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 1;
}

.modal-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    font-style: italic;
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-light);
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: var(--text-dark);
}

.modal-form {
    padding: 2rem;
    padding-top: 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section {
    margin-bottom: 2rem;
}

.form-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-style: italic;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-group label {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    padding: 12px 16px;
    border: 2px solid var(--border-light);
    border-radius: 12px;
    background: var(--white);
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(196, 137, 102, 0.1);
}

.form-group input:read-only {
    background: var(--background-color);
    color: var(--text-light);
}

.phone-input {
    display: flex;
    align-items: center;
    border: 2px solid var(--border-light);
    border-radius: 12px;
    background: var(--white);
    transition: all 0.3s ease;
}

.phone-input:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(196, 137, 102, 0.1);
}

.phone-prefix {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-light);
    padding: 12px 16px;
    border-right: 1px solid var(--border-light);
    background: var(--background-color);
}

.phone-input input {
    border: none;
    border-radius: 0 12px 12px 0;
    flex: 1;
    margin: 0;
}

.phone-input input:focus {
    box-shadow: none;
}

.form-help {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.health-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.checkbox-column {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.checkbox-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    line-height: 1.4;
    padding: 0.5rem 0;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-light);
    border-radius: 6px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
}

.consent-checkbox {
    margin-top: 1rem;
    font-weight: 500;
}

.declaration-text {
    background: var(--background-color);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    border-left: 4px solid var(--primary-color);
}

.declaration-text p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.declaration-text p:last-child {
    margin-bottom: 0;
}

.declaration-text strong {
    color: var(--text-dark);
    font-weight: 600;
}

.fees-info {
    background: var(--background-color);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.fee-amount {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.fee-note {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: var(--text-light);
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-light);
}

.btn-primary,
.btn-secondary {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover:not(:disabled) {
    background: #a67751;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 137, 102, 0.3);
}

.btn-primary:disabled {
    background: var(--border-light);
    color: var(--text-light);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-secondary {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--border-light);
}

.btn-secondary:hover {
    background: var(--background-color);
    color: var(--text-dark);
    border-color: var(--text-light);
}

.error-message {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #e74c3c;
    margin-top: 0.25rem;
    display: none;
}

.error-message.show {
    display: block;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Modal Mobile Responsive */
@media (max-width: 768px) {
    .modal-container {
        width: 98%;
        margin: 1rem;
        max-height: 98vh;
    }
    
    .modal-header {
        padding: 1.5rem;
    }
    
    .modal-title {
        font-size: 1.4rem;
    }
    
    .modal-form {
        padding: 1.5rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .health-checkboxes {
        grid-template-columns: 1fr;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}

/* Registration Page Styles */
body.registration-page-body {
    padding-top: 120px; /* Normal padding */
}

/* Registration Page Header */
.registration-header {
    padding: 2rem 0 2rem 0;
    text-align: center;
    background: transparent;
}

/* Registration Subtitle */
.registration-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #B8860B; /* Golden brown */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

/* Quote Section */
.quote-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sadhguru-quote {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(43, 29, 22, 0.7);
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 0.5rem 0;
}

.quote-attribution {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(43, 29, 22, 0.6);
    text-align: right;
    margin-top: 0.5rem;
}

.wavy-dash {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: rgba(43, 29, 22, 0.4);
}

/* Registration Page Main Title */
.registration-header .main-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: #2B1D16;
    margin: 0 0 0.5rem 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Registration Page Program Cards with Images */
.registration-page .program-card {
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    gap: 2rem !important;
    padding: 1.5rem !important;
    min-height: 200px !important;
}

.registration-page .program-card .program-image {
    flex: 0 0 180px !important;
    height: 120px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.registration-page .program-card .program-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #f8f8f8 !important;
}

.registration-page .program-card .program-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.registration-page .program-card .program-name {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #2B1D16 !important;
    margin-bottom: 0.5rem !important;
    text-transform: none !important;
}

.registration-page .program-card .program-dates {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0.2rem 0 !important;
}

.registration-page .program-card .program-duration {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0.2rem 0 0.8rem 0 !important;
}

.registration-page .program-card .program-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0.5rem 0 1rem 0 !important;
}

.registration-page .program-card .program-meta {
    margin-top: auto !important;
}

.registration-page .program-card .program-price {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #B8860B !important;
    margin: 0.2rem 0 0.8rem 0 !important;
}

/* Two-Panel Layout */
.registration-panels {
    display: flex !important;
    gap: 3rem !important;
    margin-top: 2rem !important;
}

.left-panel {
    flex: 1 !important;
    min-width: 500px !important;
}

.right-panel {
    flex: 1 !important;
    min-width: 500px !important;
}

.panel-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #2B1D16 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

/* Responsive Design for Panels */
@media (max-width: 1200px) {
    .registration-panels {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    
    .left-panel,
    .right-panel {
        min-width: auto !important;
    }
}

/* Individual Section - Force button visibility with correct selectors */
.treatment-card .program-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-top: auto !important;
    padding: 0 2rem 2rem !important;
    align-items: center !important;
}

.treatment-card .btn-book {
    background: transparent !important;
    color: #2B1D16 !important;
    border: 1px solid #2B1D16 !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 999 !important;
    min-width: 80px !important;
}

.treatment-card .btn-book:hover {
    background: #2B1D16 !important;
    color: white !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}

.treatment-card .btn-explore {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: #C9A961 !important;
    text-decoration: none !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 20px !important;
    border: 1px solid #C9A961 !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    text-transform: lowercase !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%) !important;
    backdrop-filter: blur(10px) !important;
    min-width: 100px !important;
    text-align: center !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    display: block !important;
    cursor: pointer !important;
}

.treatment-card .btn-explore:hover {
    background: #C9A961 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(201, 169, 97, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-color: #C9A961 !important;
}

/* Fix tab content visibility - hide inactive tabs */
.tab-content {
    display: none !important;
}

.tab-content.active {
    display: block !important;
}

/* Hatha Yoga Intro Section */
.hatha-yoga-intro {
    background: linear-gradient(135deg, #F5F0E8 0%, #FEFDF9 100%);
    padding: 4rem 0;
    margin-bottom: 3rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.hatha-yoga-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(43, 29, 22, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.intro-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hatha-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #2B1D16;
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    text-transform: uppercase;
    opacity: 0.9;
}

.sadhguru-quote {
    margin: 2.5rem 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(43, 29, 22, 0.1);
}

.quote-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #B8860B;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.quote-attribution {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1rem;
}

.wavy-dash {
    font-size: 1.5rem;
    color: #B8860B;
    transform: rotate(-10deg);
}

.author {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2B1D16;
    letter-spacing: 0.05em;
}

.hatha-description {
    margin-top: 2.5rem;
    text-align: left;
}

.hatha-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #2B1D16;
    margin-bottom: 1.5rem;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.01em;
}

/* Enhanced Individual Section Program Cards */
#individual .program-card {
    flex: 0 0 320px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 249, 0.9)) !important;
    border: 1px solid rgba(43, 29, 22, 0.15) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.6, 1) !important;
    position: relative !important;
    backdrop-filter: blur(15px) !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 2rem !important;
    box-shadow: 
        0 8px 32px rgba(43, 29, 22, 0.12),
        0 2px 8px rgba(43, 29, 22, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    overflow: hidden !important;
}

#individual .program-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(43, 29, 22, 0.02) 0%, rgba(184, 134, 11, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

#individual .program-card:hover::before {
    opacity: 1;
}

#individual .program-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 
        0 20px 60px rgba(43, 29, 22, 0.18),
        0 8px 20px rgba(43, 29, 22, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(184, 134, 11, 0.3) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 253, 249, 0.95)) !important;
}

#individual .program-image {
    width: 100% !important;
    height: 200px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 4px 20px rgba(43, 29, 22, 0.15) !important;
}

#individual .program-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(43, 29, 22, 0.1) 0%, transparent 50%, rgba(184, 134, 11, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

#individual .program-card:hover .program-image::after {
    opacity: 1;
}

#individual .program-content {
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 2 !important;
}

#individual .program-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #2B1D16 !important;
    margin-bottom: 0.8rem !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
}

#individual .program-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 100 !important;
    color: rgba(43, 29, 22, 0.75) !important;
    line-height: 1.6 !important;
    margin-bottom: 2rem !important;
    letter-spacing: 0.01em !important;
    position: relative !important;
    z-index: 2 !important;
}

#individual .program-actions {
    display: flex !important;
    gap: 1rem !important;
    margin-top: auto !important;
    position: relative !important;
    z-index: 2 !important;
}

#individual .btn-book {
    flex: 1 !important;
    background: linear-gradient(135deg, #2B1D16 0%, #3d2a1f 100%) !important;
    color: white !important;
    border: none !important;
    padding: 0.9rem 1.5rem !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(43, 29, 22, 0.3) !important;
}

#individual .btn-book:hover {
    background: linear-gradient(135deg, #1a1009 0%, #2B1D16 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(43, 29, 22, 0.4) !important;
}

#individual .btn-explore {
    flex: 1 !important;
    background: transparent !important;
    color: #B8860B !important;
    border: 2px solid #B8860B !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

#individual .btn-explore:hover {
    background: #B8860B !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3) !important;
}

/* Mobile responsive for intro section */
@media (max-width: 768px) {
    .hatha-title {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
    
    .quote-text {
        font-size: 1rem;
    }
    
    .intro-container {
        padding: 0 1.5rem;
    }
    
    .hatha-yoga-intro {
        padding: 3rem 0;
        margin-bottom: 2rem;
        border-radius: 15px;
    }
    
    .hatha-description {
        text-align: left;
    }
    
    .hatha-description p {
        font-size: 0.95rem;
    }
}

/* Special DHEE Brand Styling */
.dhee-brand {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1em !important;
    color: #2B1D16 !important;
    letter-spacing: 0.1em !important;
    text-shadow: 0 1px 3px rgba(43, 29, 22, 0.2) !important;
}

/* Popup styling for "Something exciting on the way" */
.exciting-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #2B1D16, #3D2B1F);
    color: #F5F0E8;
    padding: 2rem 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    text-align: center;
    border: 2px solid #B8860B;
    animation: popupFadeIn 0.5s ease-out;
}

.exciting-popup h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.exciting-popup p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    animation: overlayFadeIn 0.3s ease-out;
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes overlayFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Hero Category Buttons */
.hero-category-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}

.hero-nav-btn {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2B1D16;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    border: 1px solid #2B1D16;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: lowercase;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(10px);
    min-width: 120px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-nav-btn:hover {
    background: #2B1D16 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    border-color: #2B1D16 !important;
}

.hero-nav-btn.active {
    background: #2B1D16;
    border-color: #2B1D16;
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Mobile Header Styles - Premium transparent header */
@media (max-width: 768px) {
    /* Homepage and program pages - hide header initially */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body) .header {
        opacity: 0 !important;
        transform: translateY(-100%) !important;
        transition: all 0.3s ease !important;
    }
    
    /* Homepage and program pages - show header on scroll with transparent background */
    body:not(.about-us-page):not(.explore-page):not(.retreat-page):not(.registration-page-body) .header.scrolled {
        opacity: 1 !important;
        transform: translateY(0) !important;
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
    }
    
    /* All pages - transparent header */
    .header {
        padding: 1.2rem 0 !important;
        min-height: 70px !important;
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Ensure header is visible on non-program pages only - FORCE */
    body.about-us-page .header,
    body.explore-page .header,
    body.retreat-page .header,
    body.registration-page-body .header {
        display: block !important;
        position: fixed !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Force scrolled state to stay transparent for always-visible pages */
    body.about-us-page .header.scrolled,
    body.explore-page .header.scrolled,
    body.retreat-page .header.scrolled,
    body.registration-page-body .header.scrolled {
        background: transparent !important;
        backdrop-filter: blur(10px) !important;
        border-bottom: 1px solid rgba(43, 29, 22, 0.1) !important;
    }
    
    /* Ensure hamburger is visible on always-visible pages only - FORCE */
    body.about-us-page .menu-icon,
    body.explore-page .menu-icon,
    body.retreat-page .menu-icon,
    body.registration-page-body .menu-icon {
        display: flex !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }
    
    /* Golden brown text and hamburger for all pages */
    .header .dhee-text {
        color: #C9A961 !important;
    }
    
    .header .tune-transcend-text {
        color: #C9A961 !important;
        opacity: 0.85 !important;
    }
    
    .menu-icon span {
        background: #C9A961 !important;
    }
    
    .header-content {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 1rem !important;
    }
    
    .header-logo {
        text-align: center !important;
        width: 100% !important;
    }
    
    .dhee-text {
        font-size: 1.5rem !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
        margin: 0 !important;
        line-height: 1 !important;
    }
    
    /* All pages - golden brown text on transparent header */
    .header .dhee-text {
        color: #C9A961 !important;
    }
    
    .header .tune-transcend-text {
        color: #C9A961 !important;
        opacity: 0.85 !important;
    }
    
    /* Homepage before scroll - white text on video */
    body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page):not(.explore-page) .header:not(.scrolled) .dhee-text {
        color: #FFFFFF !important;
    }
    
    body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page):not(.explore-page) .header:not(.scrolled) .tune-transcend-text {
        color: #FFFFFF !important;
        opacity: 0.85 !important;
    }
    
    .tune-transcend-text {
        font-size: 0.55rem !important;
        opacity: 0.8 !important;
        text-align: center !important;
        margin-top: 0.15rem !important;
        font-weight: 400 !important;
    }
    
    .header.scrolled .dhee-text {
        color: #C9A961 !important;
    }
    
    .header.scrolled .tune-transcend-text {
        color: #C9A961 !important;
        opacity: 0.85 !important;
    }
    
    /* Adjust main content spacing for mobile */
    main {
        padding-top: 6.5rem !important;
    }
    
    /* Homepage exception - no padding to allow full screen video */
    body:not(.book-session-page):not(.individual-page):not(.corporate-page):not(.society-page) main {
        padding-top: 0 !important;
    }
    
    body.book-session-page main,
    body.individual-page main,
    body.corporate-page main,
    body.society-page main {
        padding-top: 7.5rem !important;
    }
    
    .hero-category-buttons {
        margin-top: 1.5rem;
        gap: 0.75rem;
    }
    
    .hero-nav-btn {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
        min-width: 100px;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 10000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 1 !important;
    visibility: visible !important;
}

.whatsapp-float:hover {
    background-color: #20BA5A;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    transform: scale(1.1);
    color: #FFFFFF;
}

.whatsapp-float.bottom-right {
    right: 25px;
}

.whatsapp-float.bottom-center {
    left: 50%;
    transform: translateX(-50%);
}

.whatsapp-float.bottom-center:hover {
    transform: translateX(-50%) scale(1.1);
}

/* WhatsApp Button - Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
    }
    
    .whatsapp-float.bottom-right {
        right: 20px;
    }
}
