
iframe{
    width: 100%;
}



/* ===== TESTIMONIAL SLIDER (3 VISIBLE) ===== */

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s ease-in-out;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
    position: relative;
}

.testimonial-card::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 25px;
    font-family: 'Lora', serif;
    font-size: 70px;
    color: var(--gold-soft);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--secondary);
    margin-bottom: 25px;
}

.testimonial-author strong {
    display: block;
    font-size: 14px;
    color: var(--primary);
}

.testimonial-author span {
    font-size: 12px;
    color: var(--gold-main);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Controls */
.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.testimonial-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--gold-main);
    color: #fff;
    cursor: pointer;
    transition: var(--transition);
}

.testimonial-controls button:hover {
    background: var(--gold-bright);
    transform: translateY(-2px);
}

/* Tablet – 2 visible */

/* Mobile Nav styles updates ensure light colors */


/* Mobile Nav links color fix */
@media (max-width: 991px) {
    nav {
        background: #000000; /* Dropdown background black */
        display: none; /* Default hidden */
    }

    nav.active {
        display: block; /* JS toggle ke liye */
    }

    nav ul {
        padding: 20px 0;
    }

    nav li {
        border-bottom: 1px solid #222; /* Patli dark line items ke beech */
    }

    nav a {
        color: #fff !important; /* Yeh line menu words ko white kar degi */
        display: block;
        padding: 15px 20px;
        text-align: center;
    }

    /* Book Now button mobile par center karne ke liye */
    nav li:last-child {
        border-bottom: none;
        padding-top: 20px;
    }
}
.menu-toggle {
    color: #ffffff; 
}

@media (max-width: 991px) {
    .logo img {
        width: 100px !important; /* Zarurat ke hisaab se adjust karein */
    }
}
@media (max-width: 991px) {
    nav {
        background: #000; /* NEW: Mobile menu background light se dark karein */
        /* background: #ffffff; /* Purana style, update kiya gaya */
        border: 1px solid #333; /* NEW: Darker border line, light background borders ke badle */
    }
    nav li {
        border-bottom: 1px solid #333; /* NEW: Mobile menu lines */
        /* border-bottom: 1px solid #eee; /* Purana light border line style, ab change ho gaya */
    }
}


@media (max-width: 991px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
    }
}

/* Mobile – 1 visible */
@media (max-width: 576px) {
    .testimonial-card {
        flex: 0 0 100%;
        text-align: center;
    }

    .testimonial-card::before {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* =========================
   HERO – MOBILE FIX ONLY
========================= */
@media (max-width: 576px) {

    .hero {
        padding: 130px 0 70px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-content {
        padding: 0 10px;
    }

    .hero h1 {
        font-size: 36px;          /* 👈 key fix */
        line-height: 1.25;
        word-break: break-word;
        overflow-wrap: break-word;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero ul {
        justify-content: center;
        gap: 10px;
    }

    .hero ul li {
        width: 100%;
        text-align: left;
    }

    .hero-btns {
        justify-content: center;
    }

    .main-hero-img {
        height: 320px;            /* 👈 image was too tall */
        border-radius: 25px;
        box-shadow: none;
    }

    .hero-image-wrap {
        justify-content: center;
    }

    .floating-card {
        display: none;            /* 👈 must go on small screens */
    }
}



html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== FOOTER RESPONSIVE FIX ===== */

@media (max-width: 768px) {
    footer {
        padding: 60px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        gap: 20px;
    }

    .footer-links a {
        font-size: 13px;
    }

    footer .logo {
        font-size: 22px;
        margin-bottom: 10px;
    }
}









@supports (-webkit-touch-callout: none) {
    body {
        position: relative;
        overflow-x: hidden;
    }
}


header .nav-container {
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 991px) {
    .logo {
        padding-left: 16px;
        /* 👈 mobile thumb-safe */
        padding-right: 12px;
    }
}

/* Logo spacing fix */
.logo img{
    width: 130px;
}
.logo {
    padding-left: 0px;
    /* 👈 LEFT space fix */
    padding-right: 0px;
    display: inline-flex;
    align-items: center;
}

/*.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--primary);
    margin-left: 15px;
    /* 👈 logo se thoda gap */
}

.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--primary);
    margin-left: 15px;
    /* 👈 logo se thoda gap */
}

/* Better spacing for header on mobile */
@media (max-width: 991px) {
    .nav-container {
        padding: 15px 20px;
        /* 👈 left-right breathing space */
    }

    .logo {
        font-size: 22px;
        /* slightly smaller on mobile */
    }

    .menu-toggle {
        padding: 8px 10px;
        /* 👈 touch-safe area */
    }
}


/* Hamburger */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--primary);
}

/* Mobile Nav */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000 !important;
        display: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
    }

    nav li {
        border-bottom: 0px solid #eee;
        text-align: center;
    }

    nav li:last-child {
        border-bottom: none;
        padding: 20px 0;
    }

    nav a {
        display: block;
        padding: 15px 0;
        font-size: 14px;
    }

    /* Hide desktop-only stuff */
    .top-bar {
        display: none;
    }
}


/* Gallery Section */
.gallery-section {
    padding: 120px 0;
    background: #ffffff;
}

.gallery-header {
    text-align: center;
    margin-bottom: 70px;
}

.gallery-header h2 {
    font-family: 'Lora', serif;
    font-size: 42px;
    margin-top: 10px;
}

.gallery-header .divider {
    width: 60px;
    height: 3px;
    background: var(--gold-main);
    margin: 25px auto;
}

/* Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Items */
.gallery-item {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fafafa;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 80px 0;
    }

    .gallery-header h2 {
        font-size: 34px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}


/* Section base */
.specialized-support {
    padding: 120px 0;
    background: #fafafa;
}

.specialized-header {
    text-align: center;
    margin-bottom: 80px;
}

.specialized-header h2 {
    font-family: 'Lora', serif;
    font-size: 42px;
    margin-top: 10px;
}

.specialized-header p {
    color: var(--secondary);
    max-width: 700px;
    margin: 20px auto 0;
}

.specialized-header .divider {
    width: 60px;
    height: 3px;
    background: var(--gold-main);
    margin: 30px auto;
}

/* Grid */
.specialized-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

/* Cards */
.specialized-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #eee;
}

.specialized-card h3 {
    font-family: 'Lora', serif;
    margin-bottom: 25px;
}

/* Lists */
.support-list {
    display: grid;
    gap: 14px;
    font-size: 15px;
}

.support-list i {
    color: var(--gold-main);
    margin-right: 10px;
}

.support-intro {
    color: var(--secondary);
    margin-bottom: 25px;
}

/* ✅ RESPONSIVE */
@media (max-width: 991px) {
    .specialized-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .specialized-card {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .specialized-support {
        padding: 80px 0;
    }

    .specialized-header h2 {
        font-size: 34px;
    }

    .specialized-card {
        padding: 30px;
    }
}


/* Therapy Card - Left to Right Slide Effect */
.appointment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: #ffffff;
    padding: 70px;
    border-radius: 30px;
    border: 1px solid #eee;
}

/* Mobile */
@media (max-width: 768px) {
    .appointment-grid {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 25px;
    }

    .appointment-grid p {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Hover description handling */
.therapy-content p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.therapy-card:hover .therapy-content p {
    opacity: 1;
    max-height: 500px;
    margin-top: 10px;
}

/* Mobile fallback: always show text */
@media (max-width: 768px) {
    .therapy-content p {
        opacity: 1;
        max-height: none;
    }
}

.therapy-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    /* Slide ko card ke andar rakhne ke liye */
    z-index: 1;
    transition: all 0.5s ease;
}

/* Background Slide Layer */
.therapy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* Shuruat mein card ke bahar left mein rahega */
    width: 100%;
    height: 100%;
    background: var(--gold-main);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
    /* Text ke piche rahega */
}

/* Hover State: Slide Background to Right */
.therapy-card:hover::before {
    left: 0;
    /* Hover karne par left se andar aayega */
}

/* Hover par Card ka elevation */
.therapy-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-main);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

/* Icon Box Styling */
.therapy-icon-box {
    width: 100px;
    height: 100px;
    background: var(--gold-soft);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--gold-main);
    flex-shrink: 0;
    transition: all 0.4s ease;
}

/* Hover par Icon aur Text ka color change */
.therapy-card:hover .therapy-icon-box {
    background: #ffffff;
    color: var(--gold-main);
    transform: rotate(360deg) scale(0.9);
    /* Icon ghum kar thoda chota hoga */
}

.therapy-card h3,
.therapy-card p {
    transition: color 0.4s ease;
}

.therapy-card:hover h3 {
    color: #ffffff;
}

.therapy-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .therapy-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .therapy-icon-box {
        margin: 0 auto 20px;
    }
}

/* --- insurance-logosEFFECT) --- */

.insurance-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Lora', serif;
    font-size: 42px;
}

@media (max-width: 576px) {
    .insurance-logos img {
        max-height: 80px;
        max-width: 160px;
    }
}

.insurance-logos img {
    max-height: 120px;
    /* 🔥 bigger */
    max-width: 200px;
    /* 🔥 wider */
    object-fit: contain;

    filter: none;
    /* ❌ remove grayscale */
    opacity: 1;
    /* ❌ no fading */

    transition: transform 0.3s ease;
}

/* subtle hover, not gimmicky */
.insurance-logos img:hover {
    transform: scale(1.05);
}

.insurance-more {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

/* --- WHO WE HELP (HOVER3556 EFFECT) --- */
.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.hover3556 {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: var(--radius);
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition-mst);
    cursor: pointer;
    z-index: 1;
}

.hover3556:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--gold-main);
    box-shadow: 0 30px 60px rgba(212, 175, 55, 0.15);
}

.hover3556::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-main), var(--gold-bright));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

.hover3556:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.icon-box-mst {
    width: 80px;
    height: 80px;
    background: var(--gold-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: var(--transition-mst);
}

.icon-box-mst i {
    font-size: 32px;
    color: var(--gold-main);
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover3556:hover .icon-box-mst {
    background: var(--gold-main);
    transform: scale(1.1);
}

.hover3556:hover .icon-box-mst i {
    color: #ffffff;
    transform: rotateY(360deg);
}


:root {
    --primary: #2d2d2d;
    --secondary: #555555;
    --gold-main: #D4AF37;
    --gold-bright: #E3B23C;
    --gold-soft: #FFF9E5;
    --white: #ffffff;
    --radius: 30px;
    --transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none !important;
    border: none;
    outline: none;
    color: inherit;
}

html {
    max-width: 100%;
    scroll-behavior: smooth;
}

body {

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    background: var(--white);
    color: var(--primary);
    line-height: 1.7;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* --- TOP INFO BAR --- */
.top-bar {
    background: var(--gold-main);
    padding: 10px 0;
    font-size: 13px;
    color: var(--white);
    border-bottom: 1px solid #c09a2f;
    position: relative;
    z-index: 1001;
}

.top-bar-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.top-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.top-info-item i {
    color: var(--white);
    font-size: 16px;
}

/* Navbar */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #000; /* NEW: Dark solid background, footer jaisa */
    /* background: rgba(255, 255, 255, 0.95); /* Purana solid background style, ab replace ho gaya */
    /* backdrop-filter: blur(15px); /* NEW: Remove, kyunki light effect ki zarurat nahi */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* NEW: Opacity decrease ki shadow ko visible banane ke liye */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); /* Purana box-shadow style, ab change ho gaya */
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.logo {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
}

.logo span {
    color: var(--gold-main); /* Gold span text color waisa hi rakhein */
}

nav ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

nav a {
    font-size: 12px;
    font-weight: 600;
    color: #fff; /* NEW: Light color dark background par readability ke liye */
    /* color: var(--secondary); /* Purana color, jise update kiya gaya */
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav a:hover {
    color: var(--gold-main);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-main), var(--gold-bright));
    color: white !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    transition: var(--transition);
    cursor: pointer;
    display: inline-block;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
}

/* --- SIDE-BY-SIDE BANNER IMPROVEMENT --- */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 195px 0 100px;
    background: #fff;

}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 64px;
    font-family: 'Lora', serif;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero h1 span {
    color: var(--gold-main);
    font-style: italic;
}

.hero p {
    font-size: 19px;
    color: var(--secondary);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 550px;
}

/* Side Image Styling */



@media (max-width: 768px) {
    .main-hero-img {
        box-shadow: 15px 15px 0 var(--gold-soft);
        border-radius: 25px;
        width: 100%;
        max-width: 100%;
    }
}



.hero-image-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
}

/* ✅ MOBILE FIX — MUST BE OUTSIDE */
@media (max-width: 768px) {
    .hero-image-wrap {
        overflow: visible !important;
        justify-content: center;
    }

    .main-hero-img {
        height: auto !important;
        border-radius: 20px !important;
        box-shadow: 15px 15px 0 var(--gold-soft);
    }
}




.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.main-hero-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 40px 150px 40px 40px;
    box-shadow: 30px 30px 0px var(--gold-soft);
}

.floating-card {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold-soft);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    color: var(--gold-main);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

/* Meet Marilyn Section */

.marilyn-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
}
.marilyn-text {
    order: 1;
}

.marilyn-img-wrap {
    order: 2;
}

.marilyn-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0;
}

.marilyn-img {
    width: 80%;
    border-radius: 20px;
    box-shadow: 20px 20px 0 var(--gold-soft);
}

.label {
    color: var(--gold-main);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

/* Who We Help Cards */
.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.help-card {
    background: #fff;
    padding: 50px 30px;
    border-radius: var(--radius);
    border: 1px solid #eee;
    text-align: center;
    transition: var(--transition);
}

.help-card:hover {
    transform: translateY(-15px) rotateZ(3deg) scale(1.05);
    border-color: var(--gold-main);
    box-shadow: 0 30px 60px rgba(212, 175, 55, 0.2);
}

.help-card i {
    font-size: 40px;
    color: var(--gold-main);
    margin-bottom: 20px;
    display: block;
}

/* Counselling Services */
.therapy-card {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: var(--transition);
}

.therapy-card:hover {
    transform: scale(1.02);
    border-color: var(--gold-main);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.1);
}

.therapy-icon-box {
    width: 100px;
    height: 100px;
    background: var(--gold-soft);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--gold-main);
    flex-shrink: 0;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: var(--gold-soft);
    text-align: center;
}

.cta-content h2 {
    font-family: 'Lora', serif;
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 35px;
    max-width: 700px;
    margin: 0 auto 35px;
}

/* Contact Section */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 100px 0;
    align-items: center;
}

.contact-info-box {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    border: 1px solid #eee;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-detail-item i {
    width: 50px;
    height: 50px;
    background: var(--gold-soft);
    color: var(--gold-main);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.contact-detail-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.contact-detail-item p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
}

/* Footer */
footer {
    background: #000;
    color: #fff;
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: #bbb;
    font-size: 14px;
    transition: 0.3s;
}

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

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-box {
    background: #fff;
    max-width: 720px;
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    animation: fadeUp 0.4s ease;
}

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

.modal-box h2 {
    font-family: 'Lora', serif;
    margin-bottom: 25px;
}

.modal-box p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--secondary);
    margin-bottom: 15px;
}


.modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 30px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
}

.modal-close:hover {
    color: var(--gold-main);
}

@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-image-wrap {
        justify-content: center;
        margin-top: 50px;
    }

    .hero p {
        max-width: 100%;
    }

    .hero-btns {
        justify-content: center;
    }

    .floating-card {
        display: none;
    }

    .marilyn-grid,
    .therapy-card,
    .contact-container,
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .therapy-icon-box,
    .contact-detail-item {
        justify-content: center;
        flex-direction: column;
    }


    header {
        position: fixed;
    }

    .nav-container {
        padding: 12px 18px;
    }
.logo {
    color: #fff; /* NEW: Logo text color */
}

    .menu-toggle {
    color: #fff; /* NEW: Hamburger menu icon color */
}
    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        padding: 10px 0;
        gap: 0px;
    }

    nav li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    nav a {
        padding: 14px;
        font-size: 13px;
    }

    .top-bar {
        display: none;
    }


}



@media (max-width: 768px) {
    .main-hero-img {
        height: auto !important;
        border-radius: 20px !important;
        box-shadow: 15px 15px 0 var(--gold-soft);
    }
}

@media (max-width: 768px) {
    .hero-image-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}


@media (max-width: 768px) {
    .main-hero-img {
        width: 100%;
        height: auto;
        border-radius: 20px !important;   /* mobile pe simple corners */
        object-fit: cover;
        object-position: center;
    }

    .hero-image-wrap {
        padding: 0 12px;                 /* image ko edge se thoda andar */
        overflow: visible;               /* clip band */
    }
}

.event-card-h {
    display: grid;
    grid-template-columns: 380px 1fr;
    border-radius: 28px;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    max-width: 900px;
    margin: 0 auto;
}
.event-card-h:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(212,175,55,0.14);
    border-color: var(--gold-main);
}

/* Image side */
.event-img-side {
    position: relative;
    overflow: hidden;
    background: var(--gold-soft);
    cursor: pointer;
}
.event-img-side img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.5s ease;
}
.event-card-h:hover .event-img-side img { transform: scale(1.04); }

/* Zoom hint */
.event-img-side::after {
    content: '\f00e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 38px; color: #fff;
    background: rgba(0,0,0,0);
    opacity: 0;
    transition: background 0.35s ease, opacity 0.35s ease;
}
.event-img-side:hover::after {
    background: rgba(0,0,0,0.45);
    opacity: 1;
}

/* Placeholder */
.event-img-placeholder {
    width: 100%; height: 100%; min-height: 380px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--gold-soft), #fff5d0);
    gap: 14px;
}
.event-img-placeholder i    { font-size: 56px; color: var(--gold-main); opacity: 0.45; }
.event-img-placeholder span {
    font-size: 12px; color: var(--gold-main); font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; opacity: 0.55;
}

/* Detail side */
.event-detail-side {
    padding: 44px 48px;
    display: flex; flex-direction: column; justify-content: center;
}

.event-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--gold-soft); color: var(--gold-main);
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; padding: 5px 14px;
    border-radius: 50px; margin-bottom: 18px;
    width: fit-content;
}
.event-h-title {
    font-family: 'Lora', serif;
    font-size: 26px; color: var(--primary);
    margin-bottom: 14px; line-height: 1.3;
}
.event-h-desc {
    font-size: 14px; color: var(--secondary);
    line-height: 1.8; margin-bottom: 28px;
}
.event-h-meta {
    display: flex; flex-wrap: wrap; gap: 18px;
    font-size: 13px; color: #888;
    padding-bottom: 28px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 28px;
}
.event-h-meta span { display: flex; align-items: center; gap: 7px; }
.event-h-meta i    { color: var(--gold-main); font-size: 13px; }
.events-section{
    margin-bottom: 90px;
}


/* Responsive */
@media (max-width: 768px) {
    .event-card-h          { grid-template-columns: 1fr; }
    .event-img-placeholder { min-height: 300px; }
    .event-detail-side     { padding: 30px 24px 34px; }
    .event-h-title         { font-size: 22px; }
}
@media (max-width: 576px) {
    .events-section    { padding: 80px 0; }
    .events-header h2  { font-size: 32px; }
}


/* ══════════════════════════════
   PHOTO POPUP
══════════════════════════════ */
.photo-popup {
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(0,0,0,0);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    pointer-events: none;
    transition: background 0.35s ease;
}
.photo-popup.active {
    background: rgba(0,0,0,0.93);
    pointer-events: all;
}

/* Actual image */
.photo-popup-img {
    max-width: min(90vw, 680px);
    max-height: 90vh;
    width: auto; height: auto;
    border-radius: 16px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.38s ease, transform 0.38s cubic-bezier(0.34, 1.4, 0.64, 1);
    display: block;
    object-fit: contain;
}
.photo-popup.active .photo-popup-img {
    opacity: 1;
    transform: scale(1);
}

/* Placeholder in popup */
.photo-popup-placeholder {
    width: min(82vw, 500px);
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gold-soft), #fff5d0);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 18px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.35);
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.38s ease, transform 0.38s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.photo-popup.active .photo-popup-placeholder {
    opacity: 1;
    transform: scale(1);
}
.photo-popup-placeholder i    { font-size: 72px; color: var(--gold-main); opacity: 0.4; }
.photo-popup-placeholder span {
    font-size: 13px; color: var(--gold-main); font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; opacity: 0.5;
}

/* Close button */
.photo-popup-close {
    position: fixed; top: 20px; right: 24px;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    color: #fff; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 10001;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s, background 0.2s, transform 0.25s;
}
.photo-popup.active .photo-popup-close { opacity: 1; }
.photo-popup-close:hover {
    background: var(--gold-main);
    border-color: var(--gold-main);
    transform: rotate(90deg) scale(1.1);
}

/* ESC hint */
.photo-popup-hint {
    position: fixed; bottom: 22px; left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 11px; color: rgba(255,255,255,0.35);
    letter-spacing: 2px; text-transform: uppercase;
    opacity: 0; pointer-events: none;
    transition: opacity 0.4s ease 0.25s;
}
.photo-popup.active .photo-popup-hint { opacity: 1; }

