/* ==========================================================================
   suprabhathpromotersllp — Premium Glossy Redesign
   Luxury wellness / senior-living aesthetic.
   Preserves every existing class name — PHP/HTML stays untouched.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap');

/* =========================================================
   1. Design Tokens
   ========================================================= */
:root {
    /* Brand — deep teal + emerald, refined gold accent */
    --teal:            #0E4D64;
    --teal-dark:       #072E3F;
    --teal-deep:       #052230;
    --emerald:         #0E6E55;
    --emerald-dark:    #0A4E3C;

    /* Legacy token names kept (values refreshed) */
    --gold:            #C9A14A;
    --gold-light:      #E8D59C;
    --gold-dark:       #9E7A2C;
    --green:           var(--emerald);
    --green-dark:      var(--teal-dark);
    --green-light:     #6DBFA4;
    --cream:           #FBF7EE;
    --white:           #FFFFFF;
    --dark:            #1F2937;
    --text:            #4B5563;
    --text-light:      #6B7280;
    --border:          #E7EEF1;
    --shadow:          rgba(5, 34, 48, 0.08);

    /* New surfaces */
    --ivory:           #F6F1E4;
    --surface:         #FFFFFF;
    --surface-alt:     #F6F9FB;
    --glass-bg:        rgba(255, 255, 255, 0.72);
    --glass-border:    rgba(255, 255, 255, 0.55);
    --glass-bg-dark:   rgba(14, 77, 100, 0.35);
    --glass-border-dark: rgba(255, 255, 255, 0.14);

    /* System */
    --radius-sm:       10px;
    --radius:          18px;
    --radius-lg:       24px;
    --radius-xl:       32px;
    --shadow-xs:       0 1px 2px rgba(5, 34, 48, 0.05);
    --shadow-sm:       0 2px 8px rgba(5, 34, 48, 0.06), 0 1px 2px rgba(5, 34, 48, 0.04);
    --shadow-md:       0 10px 24px rgba(5, 34, 48, 0.08), 0 2px 6px rgba(5, 34, 48, 0.04);
    --shadow-lg:       0 24px 48px rgba(5, 34, 48, 0.14), 0 6px 16px rgba(5, 34, 48, 0.06);
    --shadow-xl:       0 40px 80px rgba(5, 34, 48, 0.22), 0 10px 24px rgba(5, 34, 48, 0.10);
    --glow-gold:       0 0 0 1px rgba(201, 161, 74, 0.45), 0 10px 28px rgba(201, 161, 74, 0.35);
    --glow-teal:       0 0 0 1px rgba(14, 77, 100, 0.30), 0 10px 28px rgba(14, 77, 100, 0.30);
    --ease:            cubic-bezier(.22,.61,.36,1);
    --ease-smooth:     cubic-bezier(.4, 0, .2, 1);
}

/* =========================================================
   2. Base — Typography System
   Type scale: perfect-fourth-ish, fluid (clamp).
   Weights: body 400/500, headings 700/800, UI 600.
   ========================================================= */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.005em;
    color: var(--text);
    background:
      radial-gradient(1100px 500px at 90% -100px, rgba(14,77,100,0.05), transparent 60%),
      radial-gradient(900px 400px at -10% 200px, rgba(201,161,74,0.05), transparent 60%),
      var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Poppins', Georgia, serif;
    color: var(--dark);
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0;
    font-feature-settings: "kern" 1, "liga" 1, "ss01" 1;
}
h1 {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
}
h2 {
    font-size: clamp(1.85rem, 2.9vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
h3 {
    font-size: clamp(1.35rem, 1.9vw, 1.6rem);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
}
h4 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: clamp(1.1rem, 1.3vw, 1.2rem);
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 1.35;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
}
h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.5;
}

/* Heading spacing rhythm */
h1 + p, h2 + p, h3 + p { margin-top: 0.75rem; }

p {
    color: var(--text);
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 1rem;
}
p:last-child { margin-bottom: 0; }

.lead, p.lead {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text);
}

strong, b { font-weight: 700; color: var(--dark); }
em, i { font-style: italic; }

small { font-size: 0.875rem; font-weight: 500; }

a {
    color: var(--teal);
    text-decoration: none;
    font-weight: 500;
    transition: color .25s var(--ease);
}
a:hover { color: var(--gold-dark); }

img { max-width: 100%; height: auto; }

::selection { background: var(--gold-light); color: var(--teal-dark); }

/* Display-scale utility classes (optional, non-breaking) */
.display-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}
.eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dark);
}

/* =========================================================
   3. Sections & Utilities
   ========================================================= */
.section {
    padding: 104px 0;
    position: relative;
}

.section-cream {
    background:
      radial-gradient(900px 400px at 10% 0%, rgba(201,161,74,0.08), transparent 55%),
      radial-gradient(900px 400px at 100% 100%, rgba(14,77,100,0.06), transparent 55%),
      var(--cream);
}

.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    color: var(--dark);
}
.section-title h2::after {
    content: '';
    display: block;
    width: 64px; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    margin: 18px auto 0;
    border-radius: 3px;
}
.section-title p {
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-light);
    max-width: 680px;
    margin: 14px auto 0;
}

.text-gold { color: var(--gold) !important; }
.text-muted-2 { color: var(--text-light); }

/* =========================================================
   4. Top Bar
   ========================================================= */
.top-bar {
    background: linear-gradient(90deg, var(--teal-dark), var(--teal));
    color: var(--white);
    padding: 10px 0;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
}
.top-bar::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,161,74,0.5), transparent);
}
.top-bar a { color: var(--white); opacity: .92; }
.top-bar a:hover { color: var(--gold-light); opacity: 1; }

/* =========================================================
   5. Navbar (Glass + Sticky)
   ========================================================= */
.navbar {
    padding: 12px 0;
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid rgba(231, 238, 241, 0.7);
    transition: all .3s var(--ease);
}
.navbar.sticky-top.shadow-sm {
    box-shadow: 0 8px 24px rgba(5, 34, 48, 0.06) !important;
}
.navbar.shadow {
    box-shadow: 0 12px 32px rgba(5, 34, 48, 0.10) !important;
    padding: 8px 0;
}

.navbar-brand { display: inline-flex; align-items: center; gap: 12px; }
.navbar-brand img {
    height: 62px !important;
    width: 62px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(201,161,74,0.28), inset 0 0 0 2px rgba(255,255,255,0.6);
    border: 2px solid var(--gold-light);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.navbar-brand:hover img {
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 10px 26px rgba(201,161,74,0.42);
}
.brand-text { font-family: 'Poppins', sans-serif; }

.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    color: var(--dark) !important;
    padding: 8px 14px !important;
    position: relative;
    transition: color .25s var(--ease);
}
.nav-link::after {
    content: '';
    position: absolute;
    left: 14px; right: 14px; bottom: 2px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .35s var(--ease);
    border-radius: 2px;
}
.nav-link:hover,
.nav-link.active { color: var(--teal) !important; }
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }
.nav-link.active { font-weight: 700; }

.navbar-toggler { border: 1px solid var(--border); border-radius: 10px; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(201,161,74,0.2); }

/* =========================================================
   6. Buttons (Glossy)
   ========================================================= */
.btn-gold,
.btn-green,
.btn-outline-gold {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.03em;
    padding: 14px 32px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease), color .28s var(--ease);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    text-transform: none;
}
.btn { font-family: 'Inter', sans-serif; font-weight: 600; }

/* Glossy sheen layer (top highlight) */
.btn-gold::after,
.btn-green::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0));
    border-radius: 999px 999px 0 0;
    pointer-events: none;
}

/* Diagonal shine sweep on hover */
.btn-gold::before,
.btn-green::before {
    content: '';
    position: absolute;
    top: 0; left: -60%;
    width: 40%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-20deg);
    transition: left .7s var(--ease);
    pointer-events: none;
}
.btn-gold:hover::before,
.btn-green:hover::before { left: 120%; }

.btn-gold {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, #D8B15C, var(--gold-dark));
    color: var(--white);
    box-shadow: 0 8px 20px rgba(201,161,74,0.32), inset 0 -2px 0 rgba(0,0,0,0.08);
}
.btn-gold:hover {
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(201,161,74,0.48), inset 0 -2px 0 rgba(0,0,0,0.08), 0 0 0 1px rgba(201,161,74,0.5);
}

.btn-green {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, var(--teal), var(--teal-dark));
    color: var(--white);
    box-shadow: 0 8px 20px rgba(14,77,100,0.30), inset 0 -2px 0 rgba(0,0,0,0.12);
}
.btn-green:hover {
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(14,77,100,0.40), inset 0 -2px 0 rgba(0,0,0,0.12), 0 0 0 1px rgba(14,77,100,0.4);
}

.btn-outline-gold {
    background: transparent;
    color: var(--gold-dark);
    border: 1.5px solid var(--gold);
    box-shadow: 0 0 0 3px rgba(201,161,74,0.0);
}
.btn-outline-gold:hover {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(201,161,74,0.38);
}

.btn-sm { padding: 10px 22px; font-size: 13.5px; font-weight: 700; letter-spacing: 0.03em; }

/* =========================================================
   7. Hero Slider (Cinematic)
   ========================================================= */
.hero-slider { position: relative; }

.hero-slider .carousel-item {
    height: 92vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slider .carousel-item::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(60% 70% at 20% 40%, rgba(14,77,100,0.25), transparent 65%),
      radial-gradient(50% 60% at 100% 0%, rgba(201,161,74,0.18), transparent 60%),
      linear-gradient(180deg, rgba(7,46,63,0.10) 0%, rgba(5,34,48,0.55) 60%, rgba(5,34,48,0.80) 100%);
}

/* Subtle top accent bar */
.hero-slider .carousel-item::after {
    content: '';
    position: absolute; left: 0; right: 0; top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,161,74,0.6), transparent);
}

.hero-slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
    padding: 0 20px;
}

.hero-slider .carousel-caption h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5.8vw, 4.5rem);
    font-weight: 800;
    color: var(--white);
    text-shadow: 0 8px 36px rgba(0,0,0,0.45);
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.05;
    animation: heroRise .9s var(--ease) both;
}
.hero-slider .carousel-caption p {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    color: rgba(255,255,255,0.94);
    margin: 0 auto 34px;
    max-width: 720px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.005em;
    animation: heroRise 1s .15s var(--ease) both;
}
.hero-slider .carousel-caption .btn {
    padding: 16px 42px;
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    animation: heroRise 1.1s .3s var(--ease) both;
}

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

/* Glass navigation arrows */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 60px; height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 50%;
    margin: 0 26px;
    opacity: 1;
    transition: background .28s var(--ease), transform .28s var(--ease), border-color .28s var(--ease);
}
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-color: var(--gold);
    transform: translateY(-50%) scale(1.06);
    box-shadow: var(--glow-gold);
}

.hero-slider .carousel-indicators { bottom: 36px; gap: 6px; }
.hero-slider .carousel-indicators button {
    width: 28px; height: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.45);
    border: 0;
    opacity: 1;
    transition: background .25s var(--ease), width .25s var(--ease);
}
.hero-slider .carousel-indicators .active {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    width: 52px;
    box-shadow: 0 0 10px rgba(201,161,74,0.6);
}

/* =========================================================
   8. About Preview (Image + floating badge)
   ========================================================= */
.about-preview { position: relative; }

.about-preview .about-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: perspective(1000px);
}
.about-preview .about-image img {
    transition: transform .8s var(--ease);
}
.about-preview .about-image:hover img { transform: scale(1.04); }

.about-preview .about-image::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(5,34,48,0.18));
    pointer-events: none;
}

.about-preview .about-badge {
    position: absolute;
    bottom: -26px; right: 24px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    padding: 22px 26px;
    border-radius: var(--radius);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 20px 40px rgba(201,161,74,0.38);
}
.about-preview .about-badge h3 {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0;
}

/* =========================================================
   9. Cards — Facility / Event / Testimonial / Pricing
   Glassy, soft, with hover lift + glossy top edge.
   ========================================================= */
.facility-card,
.event-card,
.testimonial-card,
.pricing-card {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.74));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(231, 238, 241, 0.9);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
    position: relative;
    overflow: hidden;
}

.facility-card::before,
.event-card::before,
.testimonial-card::before,
.pricing-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), transparent);
    pointer-events: none;
}

.facility-card:hover,
.event-card:hover,
.testimonial-card:hover,
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(201, 161, 74, 0.35);
}

/* ---------- Facility ---------- */
.facility-card {
    padding: 38px 28px;
    text-align: center;
    height: 100%;
}
.facility-card::after {
    content: '';
    position: absolute;
    left: 20%; right: 20%; top: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .5s var(--ease);
    border-radius: 3px;
}
.facility-card:hover::after { transform: scaleX(1); }

.facility-card .icon {
    width: 92px; height: 92px;
    border-radius: 50%;
    background:
      radial-gradient(120% 120% at 25% 20%, #FFF, var(--cream) 65%);
    display: inline-flex;
    align-items: center; justify-content: center;
    margin: 0 auto 22px;
    font-size: 2.1rem;
    color: var(--teal);
    transition: all .4s var(--ease);
    box-shadow: inset 0 0 0 1px var(--border), 0 8px 18px rgba(5,34,48,0.06);
}
.facility-card:hover .icon {
    background:
      radial-gradient(120% 120% at 25% 20%, #E6C777, var(--gold-dark));
    color: var(--white);
    transform: scale(1.08) rotate(-5deg);
    box-shadow: var(--glow-gold);
}
.facility-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: var(--dark);
}
.facility-card p {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-light);
    margin: 0;
}

/* ---------- Testimonial ---------- */
.testimonial-card { padding: 40px 36px; height: 100%; }
.testimonial-card::after {
    content: '\201C';
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 6rem;
    color: var(--gold-light);
    position: absolute; top: 0; left: 26px;
    line-height: 1;
    opacity: .6;
    pointer-events: none;
}
.testimonial-card .content {
    font-style: italic;
    color: var(--text);
    margin-bottom: 22px;
    padding-top: 34px;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
}
.testimonial-card .author { display: flex; align-items: center; gap: 14px; }
.testimonial-card .author img {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-light);
    box-shadow: 0 6px 14px rgba(5,34,48,0.08);
}
.testimonial-card .author-placeholder {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-light), var(--cream));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    color: var(--gold-dark);
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(201,161,74,0.25);
}
.testimonial-card .author h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    margin-bottom: 2px;
    color: var(--dark);
}
.testimonial-card .author small {
    color: var(--text-light);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 10px; letter-spacing: 2px; }

/* ---------- Event ---------- */
.event-card {
    overflow: hidden;
    height: 100%;
    display: flex; flex-direction: column;
}
.event-card .event-image {
    height: 250px;
    background: var(--cream);
    overflow: hidden;
    position: relative;
}
.event-card .event-image::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(5,34,48,0.22));
    pointer-events: none;
}
.event-card .event-image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .7s var(--ease);
}
.event-card:hover .event-image img { transform: scale(1.08); }

.event-card .event-date {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--teal-dark);
    padding: 8px 16px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255,255,255,0.7);
    z-index: 1;
}
.event-card .event-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.event-card .event-body h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    margin-bottom: 12px;
}
.event-card .event-body h4 a { color: var(--dark); transition: color .25s var(--ease); }
.event-card .event-body h4 a:hover { color: var(--gold-dark); }
.event-card .event-body p {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 18px;
}

.read-more {
    color: var(--gold-dark);
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: auto;
}
.read-more:hover { color: var(--teal); }
.read-more i { transition: transform .3s var(--ease); }
.read-more:hover i { transform: translateX(5px); }

/* =========================================================
   10. CTA Section — Glossy Gradient
   ========================================================= */
.cta-section {
    padding: 104px 0;
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(900px 420px at 15% 0%, rgba(201,161,74,0.22), transparent 65%),
      radial-gradient(900px 420px at 100% 100%, rgba(109,191,164,0.15), transparent 65%),
      linear-gradient(135deg, var(--teal-deep), var(--teal));
}
.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .45;
    pointer-events: none;
}
.cta-section::after {
    content: '';
    position: absolute; left: 0; right: 0; top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,161,74,0.7), transparent);
}
.cta-section h2 {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 16px;
    position: relative;
}
.cta-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 34px;
    opacity: 0.92;
    position: relative;
}
.cta-section .btn { position: relative; }

/* =========================================================
   11. Counters
   ========================================================= */
.counter-box {
    text-align: center;
    padding: 34px 22px;
    border-radius: var(--radius);
    transition: transform .3s var(--ease);
}
.counter-box:hover { transform: translateY(-4px); }
.counter-box .counter-number {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 4.4vw, 3.6rem);
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    line-height: 1;
    letter-spacing: -0.035em;
}
.counter-box .counter-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    color: var(--text-light);
    margin-top: 16px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

/* =========================================================
   12. Page Banner (Internal Pages)
   ========================================================= */
.page-banner {
    padding: 104px 0 80px;
    text-align: center;
    position: relative;
    color: var(--white);
    overflow: hidden;
    background:
      radial-gradient(700px 320px at 80% 0%, rgba(201,161,74,0.28), transparent 60%),
      radial-gradient(700px 320px at 10% 100%, rgba(109,191,164,0.15), transparent 60%),
      linear-gradient(135deg, var(--teal-deep), var(--teal));
}
.page-banner::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .4;
    pointer-events: none;
}
.page-banner::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -1px;
    height: 42px;
    background: var(--white);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
}
.page-banner h1 {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.1rem, 3.8vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 14px;
    position: relative;
}
.page-banner .breadcrumb {
    justify-content: center;
    margin: 0;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.page-banner .breadcrumb a { color: var(--gold-light); font-weight: 600; }
.page-banner .breadcrumb-item.active { color: var(--white); font-weight: 500; }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: var(--gold-light); }

/* =========================================================
   13. Gallery
   ========================================================= */
.gallery-filters { text-align: center; margin-bottom: 44px; }
.gallery-filters .btn {
    margin: 5px;
    padding: 10px 26px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.gallery-item {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: var(--radius);
    position: relative;
    box-shadow: var(--shadow-sm);
    transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.gallery-item img {
    width: 100%; height: 280px;
    object-fit: cover;
    transition: transform .7s var(--ease);
}
.gallery-item:hover img { transform: scale(1.1); }

.gallery-item .overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(14,77,100,0.10), rgba(5,34,48,0.70));
    display: flex;
    align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity .35s var(--ease);
}
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay i {
    font-size: 1.5rem;
    color: var(--white);
    width: 58px; height: 58px;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.08);
}

/* =========================================================
   14. Forms — Contact & Inputs
   ========================================================= */
.contact-form {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 48px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    position: relative;
}
.contact-form::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,161,74,0.45), transparent);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.contact-form label,
.form-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-transform: none;
}

.contact-form .form-control,
.contact-form .form-select,
.form-control,
.form-select {
    padding: 14px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: var(--surface-alt);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
    color: var(--dark);
    line-height: 1.5;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus,
.form-control:focus,
.form-select:focus {
    background: var(--white);
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(201,161,74,0.18), 0 4px 10px rgba(5,34,48,0.04);
    outline: 0;
}
.contact-form .form-control::placeholder { color: #A7B0BA; font-weight: 400; }

.contact-info-box {
    background:
      radial-gradient(700px 300px at 0% 0%, rgba(201,161,74,0.24), transparent 55%),
      linear-gradient(160deg, var(--teal-deep), var(--teal));
    color: var(--white);
    padding: 48px;
    border-radius: var(--radius-lg);
    height: 100%;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.contact-info-box::after {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .4;
    pointer-events: none;
}
.contact-info-box h4 {
    color: var(--white);
    margin-bottom: 28px;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    position: relative;
}
.contact-info-item {
    display: flex; gap: 16px;
    margin-bottom: 22px;
    position: relative;
}
.contact-info-item i {
    font-size: 1.3rem;
    color: var(--gold-light);
    margin-top: 3px;
}

/* =========================================================
   15. Pricing
   ========================================================= */
.pricing-card {
    padding: 42px 30px;
    text-align: center;
    height: 100%;
    border-top: 4px solid transparent;
}
.pricing-card.featured {
    border-top-color: var(--gold);
    border-color: rgba(201, 161, 74, 0.3);
    transform: scale(1.04);
    box-shadow: var(--shadow-md);
    background:
      linear-gradient(180deg, rgba(255,255,255,0.95), rgba(251,247,238,0.82));
}
.pricing-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.pricing-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 10px;
    color: var(--dark);
}
.pricing-card .badge-popular {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    padding: 6px 18px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(201,161,74,0.32);
}
.pricing-card ul { list-style: none; padding: 0; margin: 24px 0; text-align: left; }
.pricing-card ul li {
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 0.95rem;
}
.pricing-card ul li:last-child { border-bottom: 0; }
.pricing-card ul li i { color: var(--teal); margin-right: 10px; }

/* =========================================================
   16. Facility Detail
   ========================================================= */
.facility-detail { padding: 60px 0; }
.facility-detail .facility-icon {
    width: 108px; height: 108px;
    border-radius: 50%;
    background:
      radial-gradient(120% 120% at 25% 20%, #FFF, var(--cream) 65%);
    display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 2.6rem;
    color: var(--teal);
    margin-bottom: 22px;
    box-shadow: inset 0 0 0 1px var(--border), 0 10px 22px rgba(5,34,48,0.06);
}
.facility-detail ul { list-style: none; padding: 0; }
.facility-detail ul li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 1rem;
}
.facility-detail ul li::before {
    content: '\F26A';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: var(--gold);
}

/* =========================================================
   17. Footer — Dark Glossy
   ========================================================= */
.footer {
    background:
      radial-gradient(900px 400px at 90% 0%, rgba(201,161,74,0.12), transparent 60%),
      radial-gradient(700px 300px at 0% 100%, rgba(14,77,100,0.25), transparent 60%),
      linear-gradient(180deg, #0C1822, #05101A);
    color: #C7CED8;
    padding: 84px 0 0;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute; left: 0; right: 0; top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,161,74,0.55), transparent);
}
.footer h4,
.footer-heading {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
.footer h4::after,
.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
}

.text-light-muted {
    color: #9AA3B1;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.8;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a {
    color: #C7CED8;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.005em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .25s var(--ease), transform .25s var(--ease);
}
.footer-links li a::before {
    content: '\F285';
    font-family: 'bootstrap-icons';
    color: var(--gold);
    font-size: 0.8rem;
    transition: transform .25s var(--ease);
}
.footer-links li a:hover { color: var(--gold); transform: translateX(5px); }

.footer-contact { list-style: none; padding: 0; }
.footer-contact li {
    display: flex; gap: 12px;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.93rem;
    font-weight: 400;
    color: #AFB6C1;
    line-height: 1.7;
}
.footer-contact li i { color: var(--gold); margin-top: 3px; font-size: 1rem; }

.social-links a {
    display: inline-flex;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    align-items: center; justify-content: center;
    color: var(--white);
    margin-right: 8px;
    transition: all .3s var(--ease);
}
.social-links a:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-color: transparent;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--glow-gold);
}

.footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 20px 0;
    margin-top: 60px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* =========================================================
   18. Back To Top
   ========================================================= */
.back-to-top {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 50px; height: 50px;
    border-radius: 50%;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0) 45%),
      linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s var(--ease);
    z-index: 999;
    box-shadow: var(--glow-gold);
}
.back-to-top:hover { color: var(--white); transform: translateY(-4px); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* =========================================================
   19. Pagination
   ========================================================= */
.pagination .page-link {
    color: var(--teal);
    border-color: var(--border);
    padding: 10px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 3px;
    background: var(--white);
    transition: all .25s var(--ease);
}
.pagination .page-link:hover {
    color: var(--gold-dark);
    border-color: var(--gold-light);
    box-shadow: 0 6px 14px rgba(5,34,48,0.06);
}
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-color: var(--gold);
    color: var(--white);
    box-shadow: var(--glow-gold);
}

/* =========================================================
   20. Timeline
   ========================================================= */
.timeline { position: relative; padding: 20px 0; }
.timeline::before {
    content: '';
    position: absolute; left: 50%; transform: translateX(-50%);
    width: 2px; height: 100%;
    background: linear-gradient(var(--gold-light), var(--cream));
}
.timeline-item { margin-bottom: 44px; position: relative; }
.timeline-item .timeline-dot {
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--gold);
    position: absolute; left: 50%;
    transform: translateX(-50%);
    top: 0;
    box-shadow: 0 0 0 5px rgba(201,161,74,0.22);
}

/* =========================================================
   21. Alerts
   ========================================================= */
.alert {
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid transparent;
    padding: 14px 18px;
}
.alert strong, .alert b { font-weight: 700; }
.alert-success {
    background: #EAF6EF;
    border-color: #CDE9D4;
    color: #0A4E3C;
}
.alert-danger {
    background: #FDEDEE;
    border-color: #F6CCD0;
    color: #7A2830;
}

/* =========================================================
   22. Scroll Reveal (paired with main.js IntersectionObserver)
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s var(--ease), transform .8s var(--ease);
    will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* =========================================================
   23. Reduced Motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
    .btn-gold:hover, .btn-green:hover, .btn-outline-gold:hover,
    .facility-card:hover, .event-card:hover, .testimonial-card:hover,
    .pricing-card:hover, .gallery-item:hover,
    .counter-box:hover, .back-to-top:hover,
    .navbar-brand:hover img {
        transform: none;
    }
    .hero-slider .carousel-caption h2,
    .hero-slider .carousel-caption p,
    .hero-slider .carousel-caption .btn { animation: none; }
}

/* =========================================================
   24. Responsive
   ========================================================= */
@media (max-width: 1199px) {
    .section { padding: 88px 0; }
}

@media (max-width: 991px) {
    .section { padding: 72px 0; }

    .hero-slider .carousel-item { height: 72vh; min-height: 480px; }
    .hero-slider .carousel-caption h2 { font-size: 2rem; }
    .hero-slider .carousel-caption p { font-size: 1rem; }

    .navbar-brand img { height: 54px !important; width: 54px; }

    .nav-link { padding: 10px 0 !important; }
    .nav-link::after { display: none; }

    .pricing-card.featured { transform: none; }
    .pricing-card.featured:hover { transform: translateY(-6px); }

    .contact-form { padding: 30px; }
    .contact-info-box { padding: 34px; }

    .page-banner { padding: 80px 0 64px; }
    .cta-section { padding: 80px 0; }
}

@media (max-width: 767px) {
    body { font-size: 15.5px; line-height: 1.7; }

    h1 { font-size: clamp(1.85rem, 6vw, 2.2rem); letter-spacing: -0.02em; }
    h2 { font-size: clamp(1.5rem, 5vw, 1.85rem); }
    h3 { font-size: 1.2rem; }
    h4 { font-size: 1.05rem; }

    .section { padding: 56px 0; }
    .section-title { margin-bottom: 40px; }

    .hero-slider .carousel-item { height: 66vh; min-height: 440px; }
    .hero-slider .carousel-caption h2 { font-size: 1.7rem; }
    .hero-slider .carousel-caption p { font-size: 0.95rem; margin-bottom: 22px; }
    .hero-slider .carousel-caption .btn { padding: 12px 28px; font-size: 15px; }
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next { display: none; }

    .section-title h2 { font-size: 1.7rem; }
    .page-banner { padding: 64px 0 56px; }
    .page-banner h1 { font-size: 1.7rem; }

    .about-preview .about-badge { padding: 16px 18px; right: 12px; bottom: -18px; }
    .about-preview .about-badge h3 { font-size: 1.4rem; }

    .counter-box .counter-number { font-size: 2.2rem; }
    .counter-box { padding: 22px 16px; }

    .top-bar { font-size: 12px; }
    .top-bar .col-md-8 span { display: block; margin-bottom: 2px; }

    .footer { padding: 60px 0 0; }
    .footer h4, .footer-heading { margin-bottom: 16px; }
    .footer-bottom { margin-top: 40px; }

    .back-to-top { bottom: 20px; right: 20px; width: 44px; height: 44px; }

    .contact-form, .contact-info-box { padding: 26px; }
    .facility-card, .testimonial-card, .pricing-card { padding: 30px 22px; }
}

/* ============================================
   Enquiry Popup Modal
   ============================================ */
.enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.enquiry-modal.is-open {
    display: flex;
    animation: enqFadeIn 0.32s ease;
}
.enquiry-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 27, 34, 0.62);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.enquiry-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 520px;
    max-height: 92vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(15, 27, 34, 0.28);
    padding: 32px 32px 28px;
    border-top: 4px solid var(--gold);
    animation: enqSlideUp 0.42s cubic-bezier(.22,.9,.32,1.2);
}
.enquiry-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 27, 34, 0.06);
    color: var(--dark);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.enquiry-modal__close:hover {
    background: var(--gold);
    color: #fff;
    transform: rotate(90deg);
}
.enquiry-modal__header {
    text-align: center;
    margin-bottom: 18px;
}
.enquiry-modal__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.enquiry-modal__logo img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(15, 27, 34, 0.12);
    background: #fff;
}
@media (max-width: 576px) {
    .enquiry-modal__logo img { width: 60px; height: 60px; }
}
.enquiry-modal__header h3 {
    margin: 0 0 6px;
    color: var(--dark);
    font-weight: 700;
    letter-spacing: 0.2px;
}
.enquiry-modal__header p {
    margin: 0;
    color: var(--text-light);
    font-size: 14px;
}
.enquiry-modal__form {
    margin: 0;
}
.enquiry-modal__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.enquiry-modal__field {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}
.enquiry-modal__field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
}
.enquiry-modal__field .req {
    color: #c0392b;
    font-weight: 700;
}
.enquiry-modal__field input,
.enquiry-modal__field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #E2E6EA;
    border-radius: 10px;
    background: #FBFBFC;
    font: inherit;
    color: var(--dark);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}
.enquiry-modal__field textarea {
    resize: vertical;
    min-height: 76px;
}
.enquiry-modal__field input:focus,
.enquiry-modal__field textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 161, 74, 0.18);
}
.enquiry-modal__field input.is-invalid,
.enquiry-modal__field textarea.is-invalid {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.enquiry-modal__feedback {
    min-height: 20px;
    font-size: 13px;
    margin: 4px 0 10px;
}
.enquiry-modal__feedback.is-error {
    color: #c0392b;
}
.enquiry-modal__feedback.is-success {
    color: #1e7d3a;
    font-weight: 600;
}
.enquiry-modal__submit {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #C9A14A 0%, #B68C2E 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.25s ease, opacity 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.enquiry-modal__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(201, 161, 74, 0.35);
}
.enquiry-modal__submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Lock background scroll while modal is open */
body.enquiry-modal-open {
    overflow: hidden;
}

@keyframes enqFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes enqSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

@media (max-width: 576px) {
    .enquiry-modal__dialog { padding: 28px 20px 22px; border-radius: 14px; }
    .enquiry-modal__row    { grid-template-columns: 1fr; gap: 0; }
    .enquiry-modal__header h3 { font-size: 22px; }
}
