/* ============================================================
   SURAKHYA ELDERLY CARE HOME — PREMIUM STYLESHEET v3.0
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
    /* Brand Colors */
    --primary:        #1D739D;
    --primary-light:  #2A8AB9;
    --primary-hover:  #165c7d;
    --primary-rgb:    29, 115, 157;
    --secondary:      #1D739D;
    --secondary-rgb:  29, 115, 157;
    --accent:         #54AC2B;
    --accent-rgb:     84, 172, 43;
    --accent-hover:   #468f23;
    --soft:           #E5D1B8;
    --white:          #FFFFFF;
    --heading:        #1A2B3C;
    --text:           #5B6670;

    /* Backgrounds */
    --bg-body:        #FFFFFF;
    --bg-card:        #FFFFFF;
    --bg-muted:       #F8FAFC;
    --bg-alt:         #F8FAFC;
    --bg-dark:        #1D739D;

    /* Text */
    --text-dark:      #1A2B3C;
    --text-body:      #5B6670;
    --text-muted:     #5B6670;
    --text-white:     #FFFFFF;

    /* Borders & Shadows */
    --border:         #e2e8f0;
    --border-color:   #e2e8f0;
    --border-soft:    #E5D1B8;
    --shadow-sm:      0 10px 25px rgba(0,0,0,0.08);
    --shadow-md:      0 12px 36px rgba(0,0,0,0.10);
    --shadow-lg:      0 16px 48px rgba(0,0,0,0.12);
    --shadow-xl:      0 20px 60px rgba(0,0,0,0.14);

    /* Glassmorphism */
    --glass-bg:       rgba(255,255,255,0.92);
    --glass-border:   rgba(226,232,240,0.8);
    --glass-shadow:   rgba(0,0,0,0.06);

    /* Bootstrap alignment */
    --bs-primary:       #1D739D;
    --bs-primary-rgb:   29, 115, 157;
    --bs-secondary:     #1D739D;
    --bs-secondary-rgb: 29, 115, 157;
    --bs-success:       #54AC2B;
    --bs-link-color:    #1D739D;
    --bs-link-hover-color: #54AC2B;

    /* Typography */
    --font-heading:   'Outfit', sans-serif;
    --font-body:      'Outfit', sans-serif;
    --font-serif:     'Lora', serif;

    /* Transitions */
    --ease:           cubic-bezier(0.4, 0, 0.2, 1);
    --tr-fast:        0.2s var(--ease);
    --tr-med:         0.35s var(--ease);
    --tr-slow:        0.6s var(--ease);

    /* Radii */
    --r-sm:   10px;
    --r-md:   16px;
    --r-lg:   28px;
    --r-xl:   40px;
    --r-pill: 999px;
}

[data-theme="dark"] {
    --primary:        #3a9cc4;
    --primary-light:  #5bb5d9;
    --primary-rgb:    58, 156, 196;
    --secondary:      #3a9cc4;
    --secondary-rgb:  58, 156, 196;
    --accent:         #6bc44a;
    --accent-rgb:     107, 196, 74;

    --bg-body:        #0f1a22;
    --bg-card:        #1a2b3c;
    --bg-muted:       #243444;
    --bg-dark:        #165c7d;

    --text-dark:      #FCFDFD;
    --text-body:      #b8c4ce;
    --text-muted:     #8a97a3;

    --border:         #2d3f50;
    --shadow-sm:      0 10px 30px rgba(0,0,0,0.3);
    --shadow-md:      0 12px 36px rgba(0,0,0,0.4);
    --shadow-lg:      0 16px 48px rgba(0,0,0,0.5);

    --glass-bg:       rgba(26, 43, 60, 0.92);
    --glass-border:   rgba(229, 209, 184, 0.15);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background-color: var(--bg-body);
    color: var(--text-body);
    overflow-x: hidden;
    transition: background-color var(--tr-slow), color var(--tr-slow);
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    transition: color var(--tr-slow);
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: var(--tr-med); }

::selection { background: var(--accent); color: #fff; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-body); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ============================================================
   KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes spin       { to { transform: rotate(360deg); } }
@keyframes float      { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes pulse-ring { 0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.5)} 70%{box-shadow:0 0 0 14px rgba(var(--accent-rgb),0)} 100%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0)} }
@keyframes shimmer    { 0%{background-position:-400px 0} 100%{background-position:400px 0} }
@keyframes gradient-x { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
@keyframes fadeInUp   { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
@keyframes typing-blink { 0%,100%{opacity:1} 50%{opacity:0} }
@keyframes particle-float { 0%,100%{transform:translateY(0) rotate(0)} 33%{transform:translateY(-18px) rotate(120deg)} 66%{transform:translateY(-8px) rotate(240deg)} }
@keyframes glow-pulse  { 0%,100%{filter:drop-shadow(0 0 8px rgba(var(--primary-rgb),.4))} 50%{filter:drop-shadow(0 0 24px rgba(var(--primary-rgb),.8))} }
@keyframes count-up   { from{opacity:0;transform:scale(.8)} to{opacity:1;transform:scale(1)} }

/* ============================================================
   TOP ANNOUNCEMENT BAR
   ============================================================ */
.top-bar {
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary) 100%);
    background-size: 200% 100%;
    animation: gradient-x 8s ease infinite;
    color: rgba(255,255,255,0.9);
    font-size: 0.82rem;
    padding: 8px 0;
    position: relative;
    z-index: 1001;
}
.top-bar .text-accent { color: var(--accent) !important; }
.top-bar a { color: rgba(255,255,255,0.8); }
.top-bar a:hover { color: var(--accent); }

/* ============================================================
   LEGACY BOOTSTRAP NAVBAR STUBS (kept for any overrides, no longer primary nav)
   ============================================================ */
/* Stub: legacy .navbar-brand, .navbar-nav, .logo-text-* are no longer rendered.
   The real nav styles live in the MAIN HEADER — GLASSMORPHISM section below. */

/* ============================================================
   HERO SECTION — CINEMATIC
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
}

/* Canvas for particles */
#hero-canvas {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    pointer-events: none; z-index: 0;
}

.hero-bg-image {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0.12;
    filter: saturate(0.4) blur(1px);
    transform: scale(1.05);
    z-index: 0;
    transition: opacity 1s ease;
}
.hero-section:hover .hero-bg-image { opacity: 0.16; }

.hero-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(rgba(29,115,157,0.75), rgba(29,115,157,0.55));
    z-index: 1;
}

.hero-content-wrap {
    position: relative; z-index: 2;
    padding: 180px 0 100px;
    width: 100%;
}

/* Typing badge */
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(var(--accent-rgb),0.15);
    border: 1px solid rgba(var(--accent-rgb),0.4);
    color: var(--accent);
    font-size: 0.78rem; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 6px 16px; border-radius: var(--r-pill);
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
    animation: fadeInUp 0.6s ease forwards;
}
.hero-badge .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
    animation: pulse-ring 2s ease-in-out infinite;
}

.hero-heading {
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800; color: #FFFFFF;
    line-height: 1.12; margin-bottom: 22px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.3);
    animation: fadeInUp 0.7s ease 0.1s both;
}
.hero-heading .highlight {
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-lead {
    font-size: 1.15rem; color: rgba(255,255,255,0.82);
    max-width: 520px; margin-bottom: 38px; line-height: 1.8;
    animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-cta-group {
    display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px;
    animation: fadeInUp 0.7s ease 0.3s both;
}

.hero-trust-strip {
    display: flex; flex-wrap: wrap; gap: 10px;
    animation: fadeInUp 0.7s ease 0.4s both;
}
.trust-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    font-size: 0.82rem; font-weight: 500;
    padding: 7px 14px; border-radius: var(--r-pill);
    transition: var(--tr-med);
}
.trust-chip:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-2px);
}
.trust-chip i { color: var(--accent); font-size: 0.85rem; }

/* Hero floating card */
.hero-floating-card {
    position: relative; z-index: 2;
    animation: float 6s ease-in-out infinite, fadeInUp 0.8s ease 0.5s both;
}
.hero-card-glass {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px) saturate(1.5);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--r-lg);
    padding: 32px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
}
.hero-stat-box {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--r-md);
    padding: 20px;
    text-align: center;
    transition: var(--tr-med);
}
.hero-stat-box:hover {
    background: rgba(255,255,255,0.18);
    transform: scale(1.04);
}
.hero-stat-num {
    font-family: var(--font-heading);
    font-size: 2rem; font-weight: 800;
    color: #fff; line-height: 1;
}
.hero-stat-label {
    font-size: 0.75rem; color: rgba(255,255,255,0.7);
    text-transform: uppercase; letter-spacing: 1px;
    margin-top: 5px;
}
.hero-icon-badge {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.2rem;
    box-shadow: 0 6px 20px rgba(var(--primary-rgb),0.35);
    margin: 0 auto 12px;
}

/* Hero scroll indicator */
.hero-scroll-hint {
    position: absolute; bottom: 32px; left: 50%;
    transform: translateX(-50%);
    z-index: 2; text-align: center;
    animation: float 3s ease-in-out infinite;
}
.scroll-mouse {
    width: 26px; height: 42px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 14px; margin: 0 auto 6px;
    display: flex; justify-content: center; padding-top: 6px;
}
.scroll-mouse::after {
    content: '';
    width: 4px; height: 8px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
    animation: float 1.5s ease-in-out infinite;
}
.scroll-hint-text {
    font-size: 0.65rem; color: rgba(255,255,255,0.5);
    letter-spacing: 2px; text-transform: uppercase;
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
.section-padding { padding: 100px 0; }
.bg-light-custom { background-color: #F8FAFC; }
.bg-white-custom { background-color: #FFFFFF; }
.bg-white { background-color: #FFFFFF !important; }

.section-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--primary); font-size: 0.78rem; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
    margin-bottom: 14px;
}
.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    height: 2px; width: 28px;
    background: linear-gradient(90deg, transparent, var(--accent));
    border-radius: 2px;
}
.section-eyebrow::before { background: linear-gradient(90deg, var(--accent), transparent); }

.section-title {
    margin-bottom: 56px;
}
.section-title h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    position: relative; display: inline-block;
    padding-bottom: 18px;
}
.section-title h2::after {
    content: '';
    position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    border-radius: 2px;
}
.section-title.text-start h2::after { left: 0; transform: none; }
.section-title p {
    color: var(--text-muted); font-size: 1.05rem;
    max-width: 640px; margin: 18px auto 0; line-height: 1.8;
}
.section-title.text-start p { margin-left: 0; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    font-family: var(--font-body);
    font-weight: 600; font-size: 0.88rem;
    border-radius: var(--r-pill);
    padding: 12px 28px;
    transition: var(--tr-med);
    cursor: pointer; outline: none;
    display: inline-flex; align-items: center; gap: 8px;
    position: relative; overflow: hidden;
}
.btn::before {
    content: '';
    position: absolute; inset: 0;
    background: rgba(255,255,255,0.15);
    opacity: 0; transition: opacity var(--tr-fast);
}
.btn:hover::before { opacity: 1; }

.btn-primary {
    background: var(--accent);
    border: none; color: #fff;
    box-shadow: 0 6px 20px rgba(var(--accent-rgb),0.35);
}
.btn-primary:hover,
.btn-primary:focus {
    background: var(--accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(var(--accent-rgb),0.45);
    color: #fff;
}

.btn-secondary-custom {
    background: var(--primary);
    border: none; color: #fff;
    box-shadow: 0 6px 20px rgba(var(--primary-rgb),0.35);
}
.btn-secondary-custom:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(var(--primary-rgb),0.45);
    color: #fff;
}

.btn-accent {
    background: var(--accent);
    border: none; color: #fff;
    box-shadow: 0 6px 20px rgba(var(--accent-rgb),0.35);
}
.btn-accent:hover {
    background: var(--accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(var(--accent-rgb),0.45);
    color: #fff;
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}
.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(var(--primary-rgb),0.3);
}

.btn-outline-light {
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    backdrop-filter: blur(8px);
}
.btn-outline-light:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
    transform: translateY(-3px);
}

.btn-lg { padding: 15px 38px; font-size: 0.95rem; }

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    background-size: 200% 200%;
    animation: gradient-x 8s ease infinite;
    padding: 64px 0;
    position: relative; overflow: hidden;
}
.stats-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.stats-section .container { position: relative; z-index: 1; }

.stat-card {
    text-align: center; padding: 32px 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: var(--tr-med);
}
.stat-card:last-child { border-right: none; }
.stat-card:hover { transform: translateY(-6px); }

.stat-icon {
    width: 56px; height: 56px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.4rem; color: #fff;
    transition: var(--tr-med);
}
.stat-card:hover .stat-icon {
    background: rgba(255,255,255,0.25);
    transform: scale(1.1) rotate(-5deg);
}

.stat-count {
    font-family: var(--font-heading);
    font-size: 3rem; font-weight: 800;
    color: #fff; line-height: 1;
    display: inline-block;
}
.stat-count-plus {
    font-size: 1.8rem; font-weight: 800;
    color: rgba(255,255,255,0.85);
}
.stat-title {
    color: rgba(255,255,255,0.8);
    font-size: 0.88rem; font-weight: 500;
    text-transform: uppercase; letter-spacing: 1px;
    margin-top: 8px;
}

/* ============================================================
   FEATURE CARDS — WHY CHOOSE US
   ============================================================ */
.feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 32px 28px;
    height: 100%;
    position: relative; overflow: hidden;
    transition: var(--tr-med);
    box-shadow: var(--shadow-sm);
}
.feature-card::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--tr-med);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(var(--accent-rgb),0.35);
}

.feature-icon {
    width: 62px; height: 62px;
    background: rgba(var(--primary-rgb),0.08);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; color: var(--primary);
    margin-bottom: 20px;
    transition: var(--tr-med);
    border: 1px solid rgba(var(--primary-rgb),0.15);
}
.feature-card:hover .feature-icon {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 24px rgba(var(--primary-rgb),0.35);
}

.feature-card h5 {
    font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-img-wrapper {
    position: relative;
}
.about-main-img {
    border-radius: var(--r-lg);
    width: 100%;
    object-fit: cover;
    box-shadow: var(--shadow-xl);
}
.about-badge-card {
    position: absolute;
    bottom: -24px; right: -24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff; padding: 24px 28px;
    border-radius: var(--r-md);
    box-shadow: var(--shadow-lg);
    text-align: center;
    z-index: 2;
}
.about-badge-card .num {
    font-family: var(--font-heading);
    font-size: 2.4rem; font-weight: 800; line-height: 1;
}
.about-badge-card .label { font-size: 0.8rem; opacity: 0.85; text-transform: uppercase; letter-spacing: 1px; }

.about-mini-card {
    display: flex; align-items: flex-start; gap: 14px;
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 20px;
    transition: var(--tr-med);
    box-shadow: var(--shadow-sm);
}
.about-mini-card:hover {
    border-color: rgba(var(--primary-rgb),.2);
    box-shadow: var(--shadow-md);
    transform: translateX(6px);
}
.about-mini-icon {
    width: 46px; height: 46px; flex-shrink: 0;
    background: var(--accent);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.2rem;
}
.about-mini-card h6 { font-size: 0.92rem; font-weight: 700; margin-bottom: 4px; }
.about-mini-card p { font-size: 0.83rem; color: var(--text-muted); margin: 0; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-card {
    background: var(--bg-card);
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    height: 100%;
    display: flex; flex-direction: column;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(var(--accent-rgb),0.35);
    border-top: 3px solid var(--accent);
}

.service-img-wrapper {
    position: relative;
    height: 230px; overflow: hidden;
}
.service-img-wrapper img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}
.service-card:hover .service-img-wrapper img { transform: scale(1.1); }

.service-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(29,115,157,0.7) 0%, transparent 50%);
    opacity: 0; transition: opacity var(--tr-med);
}
.service-card:hover .service-img-overlay { opacity: 1; }

.service-icon-badge {
    position: absolute; bottom: -22px; right: 22px;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff; font-size: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(var(--primary-rgb),0.35);
    z-index: 2; transition: var(--tr-med);
}
.service-card:hover .service-icon-badge { transform: scale(1.1) rotate(-10deg); }

.service-card-body { padding: 32px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.service-card-body h4 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.service-card-body p { color: var(--text-muted); font-size: 0.88rem; flex: 1; margin-bottom: 16px; }
.service-link {
    color: var(--primary); font-weight: 600; font-size: 0.85rem;
    display: inline-flex; align-items: center; gap: 6px;
    transition: var(--tr-med);
}
.service-link:hover { color: var(--accent); gap: 10px; }

/* ============================================================
   ROOM CARDS
   ============================================================ */
.room-card {
    background: var(--bg-card);
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    height: 100%;
}
.room-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.room-img-container { height: 260px; position: relative; overflow: hidden; }
.room-img-container img {
    width: 100%; height: 100%;
    object-fit: cover; transition: transform 0.7s var(--ease);
}
.room-card:hover .room-img-container img { transform: scale(1.08); }

.room-price-badge {
    position: absolute; top: 18px; left: 18px;
    background: var(--accent);
    color: #fff; padding: 6px 16px;
    border-radius: var(--r-pill);
    font-weight: 700; font-size: 0.88rem;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb),0.4);
}
.room-capacity-badge {
    position: absolute; top: 18px; right: 18px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    color: #fff; padding: 5px 12px;
    border-radius: var(--r-pill);
    font-size: 0.75rem; font-weight: 500;
}

.room-body { padding: 28px; }
.room-body h4 { font-size: 1.18rem; font-weight: 700; margin-bottom: 8px; }
.room-body > p { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 16px; }

.room-facilities { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.room-facility-tag {
    background: rgba(var(--primary-rgb),0.08);
    color: var(--primary);
    border: 1px solid rgba(var(--primary-rgb),0.2);
    font-size: 0.75rem; font-weight: 600;
    padding: 3px 10px; border-radius: var(--r-pill);
    transition: var(--tr-fast);
}
.room-facility-tag:hover {
    background: var(--primary); color: #fff;
    border-color: var(--primary);
}

/* ============================================================
   DAILY LIFE — ACTIVITY TYPE CAROUSEL
   ============================================================ */
.daily-life-section { overflow: hidden; }

.daily-life-types {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px; margin-bottom: 36px;
}
.daily-type-chip {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.3px;
    padding: 6px 14px; border-radius: var(--r-pill);
    background: var(--bg-card); border: 1px solid var(--border);
    color: var(--text-muted); transition: var(--tr-fast);
}
.daily-type-chip i { font-size: 0.45rem; }
.daily-type-chip.daily-type-wellness  i { color: var(--accent); }
.daily-type-chip.daily-type-nutrition i { color: var(--primary); }
.daily-type-chip.daily-type-medical   i { color: var(--primary); }
.daily-type-chip.daily-type-social    i { color: var(--accent); }
.daily-type-chip.daily-type-rest      i { color: var(--primary); }
.daily-type-chip.daily-type-spiritual i { color: var(--primary-light); }

.daily-life-carousel-wrap {
    position: relative;
    padding: 0 56px 56px;
}
.daily-life-swiper { padding: 12px 4px 8px !important; overflow: visible !important; }

.daily-life-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 28px 26px 26px;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.daily-life-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.daily-life-card.daily-type-wellness::before  { background: linear-gradient(90deg, var(--accent), var(--accent-hover)); }
.daily-life-card.daily-type-nutrition::before { background: linear-gradient(90deg, var(--primary), var(--primary-light)); }
.daily-life-card.daily-type-medical::before   { background: linear-gradient(90deg, var(--primary), var(--primary-light)); }
.daily-life-card.daily-type-social::before    { background: linear-gradient(90deg, var(--accent), var(--primary)); }
.daily-life-card.daily-type-rest::before      { background: linear-gradient(90deg, var(--primary-light), var(--primary)); }
.daily-life-card.daily-type-spiritual::before { background: linear-gradient(90deg, var(--soft), var(--primary-light)); }

.daily-life-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
    border-color: transparent;
}

.daily-life-card-top {
    display: flex; align-items: flex-start;
    justify-content: space-between; margin-bottom: 18px;
}
.daily-life-icon {
    width: 52px; height: 52px; border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; color: #fff;
    transition: var(--tr-med);
}
.daily-life-card:hover .daily-life-icon { transform: scale(1.08) rotate(-4deg); }

.daily-life-card.daily-type-wellness  .daily-life-icon { background: linear-gradient(135deg, var(--accent), var(--accent-hover)); }
.daily-life-card.daily-type-nutrition .daily-life-icon { background: linear-gradient(135deg, var(--primary), var(--primary-light)); }
.daily-life-card.daily-type-medical   .daily-life-icon { background: linear-gradient(135deg, var(--primary), var(--primary-hover)); }
.daily-life-card.daily-type-social    .daily-life-icon { background: linear-gradient(135deg, var(--accent), var(--primary)); }
.daily-life-card.daily-type-rest      .daily-life-icon { background: linear-gradient(135deg, var(--primary-light), var(--primary)); }
.daily-life-card.daily-type-spiritual .daily-life-icon { background: linear-gradient(135deg, var(--primary-light), var(--primary)); }

.daily-life-type-badge {
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; padding: 4px 10px;
    border-radius: var(--r-pill); line-height: 1.4;
}
.daily-life-card.daily-type-wellness  .daily-life-type-badge { background: rgba(var(--accent-rgb),0.12); color: var(--accent-hover); }
.daily-life-card.daily-type-nutrition .daily-life-type-badge { background: rgba(var(--primary-rgb),0.10); color: var(--primary); }
.daily-life-card.daily-type-medical   .daily-life-type-badge { background: rgba(var(--primary-rgb),0.12); color: var(--primary); }
.daily-life-card.daily-type-social    .daily-life-type-badge { background: rgba(var(--accent-rgb),0.10); color: var(--accent-hover); }
.daily-life-card.daily-type-rest      .daily-life-type-badge { background: rgba(var(--primary-rgb),0.10); color: var(--primary); }
.daily-life-card.daily-type-spiritual .daily-life-type-badge { background: rgba(var(--primary-rgb),0.08); color: var(--primary); }

.daily-life-time {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.78rem; font-weight: 600; color: var(--accent);
    margin-bottom: 10px;
}
.daily-life-time i { font-size: 0.85rem; opacity: 0.8; }

.daily-life-title {
    font-size: 1.05rem; font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px; line-height: 1.35;
}
.daily-life-desc {
    color: var(--text-muted); font-size: 0.86rem;
    line-height: 1.65; margin: 0;
}

.daily-life-nav {
    position: absolute; top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px; height: 44px;
}
.daily-life-prev { left: 0; }
.daily-life-next { right: 0; }

.daily-life-pagination {
    position: relative !important;
    margin-top: 28px !important;
    bottom: auto !important;
}

.swiper-slide-active .daily-life-card {
    border-color: rgba(var(--primary-rgb), 0.2);
    box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
    .daily-life-carousel-wrap { padding: 0 0 48px; }
    .daily-life-nav { display: none; }
    .daily-life-types { gap: 8px; margin-bottom: 24px; }
    .daily-type-chip { font-size: 0.68rem; padding: 5px 11px; }
}

/* ============================================================
   FACILITIES ICONS GRID
   ============================================================ */
.facility-icon-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 28px 20px;
    text-align: center;
    transition: var(--tr-med);
    box-shadow: var(--shadow-sm);
    cursor: default;
}
.facility-icon-card:hover {
    background: var(--white);
    border-color: rgba(var(--primary-rgb),0.25);
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-md), 0 0 20px rgba(var(--primary-rgb),0.12);
}
.facility-icon-box {
    width: 64px; height: 64px;
    background: rgba(var(--primary-rgb),0.08);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.7rem; color: var(--primary);
    transition: var(--tr-med);
    border: 1px solid rgba(var(--primary-rgb),0.15);
}
.facility-icon-card:hover .facility-icon-box {
    background: var(--primary);
    color: #fff; border-color: transparent;
    transform: rotate(-10deg) scale(1.1);
    box-shadow: 0 8px 20px rgba(var(--primary-rgb),0.35);
}
.facility-icon-card h6 { font-size: 0.88rem; font-weight: 700; margin: 0; color: var(--heading); }

/* ============================================================
   GALLERY SECTION
   ============================================================ */
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 36px; }

.filter-btn {
    background: var(--bg-card);
    border: 1px solid var(--border);
    color: var(--text-body);
    font-size: 0.82rem; font-weight: 600;
    padding: 8px 22px; border-radius: var(--r-pill);
    cursor: pointer; transition: var(--tr-med);
    outline: none;
}
.filter-btn.active,
.filter-btn:hover {
    background: var(--primary);
    color: #fff; border-color: transparent;
    box-shadow: 0 6px 18px rgba(var(--primary-rgb),0.35);
    transform: translateY(-2px);
}

.gallery-grid-item {
    overflow: hidden; border-radius: var(--r-md);
    position: relative; cursor: pointer;
    height: 260px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
}
.gallery-grid-item img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.6s var(--ease);
}
.gallery-grid-item:hover img { transform: scale(1.1); }

.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(29,115,157,0.9) 0%, rgba(29,115,157,0.4) 50%, transparent 100%);
    opacity: 0; transition: opacity var(--tr-med);
    display: flex; flex-direction: column;
    align-items: center; justify-content: flex-end;
    padding: 24px; color: #fff; text-align: center;
}
.gallery-grid-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i {
    font-size: 2rem; margin-bottom: 10px;
    transform: translateY(20px); opacity: 0;
    transition: var(--tr-med);
}
.gallery-grid-item:hover .gallery-overlay i { transform: translateY(0); opacity: 1; }
.gallery-overlay h5 { font-size: 1rem; font-weight: 700; margin: 0 0 4px; }
.gallery-overlay span { font-size: 0.72rem; opacity: 0.7; letter-spacing: 1px; text-transform: uppercase; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-swiper { padding: 20px 10px 60px !important; }

.testimonial-slide-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 36px;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    position: relative;
    overflow: hidden;
}
.testimonial-slide-card::before {
    content: '\201C';
    position: absolute; top: 16px; right: 24px;
    font-family: var(--font-serif);
    font-size: 6rem; color: rgba(var(--accent-rgb),0.2);
    line-height: 1; font-style: normal;
}
.testimonial-slide-card:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(var(--primary-rgb),0.2);
    transform: translateY(-4px);
}

.testimonial-rating { color: var(--accent); margin-bottom: 16px; font-size: 0.9rem; }
.testimonial-text {
    color: var(--text-body); font-style: italic;
    font-size: 0.92rem; line-height: 1.8;
    margin-bottom: 24px;
}

.testimonial-user { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(var(--primary-rgb),0.2);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.testimonial-user h6 { font-size: 0.92rem; font-weight: 700; margin: 0 0 2px; }
.testimonial-user small { color: var(--text-muted); font-size: 0.78rem; }

.swiper-pagination-bullet { background: var(--border) !important; opacity: 1 !important; }
.swiper-pagination-bullet-active { background: var(--accent) !important; width: 24px !important; border-radius: 3px !important; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: var(--r-md) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    background: var(--bg-card);
}
.faq-accordion .accordion-item:hover {
    border-color: rgba(var(--primary-rgb),0.25);
    box-shadow: var(--shadow-md);
}
.faq-accordion .accordion-button {
    font-family: var(--font-heading);
    font-weight: 600; font-size: 0.95rem;
    background: var(--bg-card);
    color: var(--text-dark);
    padding: 20px 24px;
    border: none; box-shadow: none;
    transition: var(--tr-med);
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(var(--primary-rgb),0.08);
    color: var(--primary);
    box-shadow: none;
}
.faq-accordion .accordion-button::after {
    background-image: none;
    content: '\f0a9';
    font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: 0.85rem; color: var(--primary);
    transition: var(--tr-med);
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    content: '\f0a9';
}
.faq-accordion .accordion-body {
    background: var(--bg-card);
    color: var(--text-muted);
    padding: 0 24px 22px;
    font-size: 0.9rem; line-height: 1.8;
}

/* ============================================================
   HOSPITAL CARDS
   ============================================================ */
.hospital-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 28px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    position: relative; overflow: hidden;
}
.hospital-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--tr-med);
}
.hospital-card:hover::before { transform: scaleX(1); }
.hospital-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(var(--primary-rgb),0.25);
}
.hospital-distance {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(var(--accent-rgb),0.1);
    color: var(--accent);
    font-size: 0.75rem; font-weight: 600;
    padding: 4px 12px; border-radius: var(--r-pill);
    margin-top: 10px;
}

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    height: 100%;
    display: flex; flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(var(--primary-rgb),0.2);
}

.blog-img { height: 220px; overflow: hidden; position: relative; }
.blog-img img {
    width: 100%; height: 100%;
    object-fit: cover; transition: transform 0.6s var(--ease);
}
.blog-card:hover .blog-img img { transform: scale(1.08); }

.blog-category-badge {
    position: absolute; top: 16px; left: 16px;
    background: var(--primary);
    color: #fff; padding: 4px 14px;
    border-radius: var(--r-pill);
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.5px;
}

.blog-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.blog-meta {
    display: flex; align-items: center; gap: 16px;
    font-size: 0.78rem; color: var(--text-muted);
    margin-bottom: 14px;
}
.blog-meta i { color: var(--primary); }
.blog-body h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; flex: 1; }
.blog-body h4 a { color: var(--text-dark); transition: color var(--tr-fast); }
.blog-body h4 a:hover { color: var(--primary); }
.blog-body p { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 18px; }
.blog-read-more {
    color: var(--primary); font-weight: 700; font-size: 0.82rem;
    display: inline-flex; align-items: center; gap: 6px;
    transition: var(--tr-med); margin-top: auto;
}
.blog-read-more:hover { color: var(--accent); gap: 10px; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
    position: relative; padding: 120px 0;
    color: #fff; overflow: hidden;
}
.cta-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    background-attachment: fixed;
    filter: saturate(0.5) brightness(0.4);
}
.cta-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #1D739D 0%, #2A8AB9 100%);
    opacity: 0.95;
}
.cta-content { position: relative; z-index: 2; }
.cta-content h2 {
    color: #fff; font-size: clamp(1.8rem,4vw,3rem);
    font-weight: 800; margin-bottom: 18px;
}
.cta-content p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 620px; margin: 0 auto 40px; }

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-info-card {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--r-lg);
    padding: 44px 36px;
    color: #fff; height: 100%;
    box-shadow: var(--shadow-xl);
    position: relative; overflow: hidden;
}
.contact-info-card::before {
    content: '';
    position: absolute; top: -60px; right: -60px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.contact-info-card h4 { color: #fff; font-size: 1.5rem; margin-bottom: 32px; }

.contact-info-item {
    display: flex; align-items: flex-start; gap: 18px;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--r-md);
    border: 1px solid rgba(255,255,255,0.15);
    transition: var(--tr-med);
}
.contact-info-item:hover { background: rgba(255,255,255,0.18); transform: translateX(6px); }
.contact-info-icon {
    width: 46px; height: 46px; flex-shrink: 0;
    background: rgba(255,255,255,0.2);
    border-radius: var(--r-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: #fff;
}
.contact-info-item h6 { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; margin-bottom: 4px; color: #fff; }
.contact-info-item p { font-size: 0.9rem; opacity: 0.9; margin: 0; color: #fff; }

.contact-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 44px 40px;
    box-shadow: var(--shadow-md);
    height: 100%;
}
.contact-form-card h4 { font-size: 1.5rem; margin-bottom: 8px; }
.contact-form-card .sub { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 32px; }

.form-label {
    font-size: 0.82rem; font-weight: 600;
    color: var(--text-dark); margin-bottom: 6px;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.form-control, .form-select {
    background: var(--bg-muted);
    border: 1.5px solid var(--border);
    border-radius: var(--r-md);
    color: var(--text-dark);
    font-family: var(--font-body);
    font-size: 0.9rem;
    padding: 13px 18px;
    transition: var(--tr-med);
}
.form-control:focus, .form-select:focus {
    background: var(--bg-card);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(var(--accent-rgb),0.12);
    color: var(--text-dark);
    outline: none;
}
.form-control::placeholder { color: var(--text-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer-section {
    background: var(--primary);
    color: #fff;
    padding: 90px 0 0;
    border-top: none;
    position: relative; overflow: hidden;
}
.footer-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: rgba(255,255,255,0.15);
}

.footer-section h4 {
    color: rgba(255,255,255,0.95);
    font-size: 1.1rem; font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 14px;
    position: relative;
}
.footer-section h4::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 36px; height: 2px;
    background: var(--soft);
    border-radius: 2px;
}
.footer-section p { font-size: 0.88rem; line-height: 1.9; }
.footer-logo {
    height: 56px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    filter: brightness(1.05);
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a {
    color: var(--soft);
    font-size: 0.86rem;
    transition: var(--tr-med);
    display: inline-flex; align-items: center; gap: 6px;
}
.footer-links li a::before { content: '→'; opacity: 0; transition: var(--tr-fast); }
.footer-links li a:hover { color: var(--accent); gap: 8px; }
.footer-links li a:hover::before { opacity: 1; }

.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.footer-socials a {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #ffffff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    transition: var(--tr-med);
}
.footer-socials a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 18px rgba(var(--accent-rgb),0.4);
}

.newsletter-form .input-group {
    border-radius: var(--r-pill);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.07);
}
.newsletter-form .form-control {
    background: transparent;
    border: none; color: #fff;
    border-radius: 0;
    padding-left: 20px;
}
.newsletter-form .form-control:focus { box-shadow: none; background: transparent; }
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form .btn {
    background: var(--accent);
    border: none; color: #fff;
    border-radius: 0 var(--r-pill) var(--r-pill) 0;
    padding: 0 22px;
    font-size: 0.85rem;
}
.newsletter-form .btn:hover {
    background: var(--accent-hover);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 60px; padding: 22px 0;
    font-size: 0.82rem;
}
.footer-bottom a { color: var(--soft); }
.footer-bottom a:hover { color: var(--accent); }

/* ============================================================
   MAP CONTAINER
   ============================================================ */
.map-container {
    position: relative; height: 420px;
    border-radius: var(--r-lg); overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}
.map-container iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   FLOATING ACTION BUTTONS
   ============================================================ */
.floating-actions {
    position: fixed; bottom: 28px; right: 28px;
    display: flex; flex-direction: column; gap: 12px;
    z-index: 999;
}

.floating-btn {
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.4rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    transition: var(--tr-med);
    text-decoration: none;
}
.floating-btn:hover { transform: scale(1.15); color: #fff; }

.floating-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: 0 6px 20px rgba(37,211,102,0.35), 0 4px 12px rgba(0,0,0,0.12);
    animation: pulse-ring 2.5s ease-in-out infinite;
}
.floating-whatsapp:hover {
    box-shadow: 0 8px 28px rgba(37,211,102,0.45), 0 4px 16px rgba(29,115,157,0.15);
}
.floating-call {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
}
.floating-top {
    background: var(--accent);
    opacity: 0; visibility: hidden;
    transition: opacity var(--tr-med), visibility var(--tr-med), transform var(--tr-med), background var(--tr-med);
}
.floating-top.show { opacity: 1; visibility: visible; }
.floating-top:hover { background: var(--primary); transform: scale(1.15) translateY(-3px); }

/* ============================================================
   DARK MODE SPECIFIC OVERRIDES
   ============================================================ */
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select {
    background: var(--bg-muted);
    border-color: var(--border);
    color: var(--text-dark);
}
[data-theme="dark"] .form-control:focus,
[data-theme="dark"] .form-select:focus {
    background: var(--bg-card);
}
[data-theme="dark"] .navbar-toggler-icon {
    filter: invert(1);
}
[data-theme="dark"] .accordion-button::after {
    filter: invert(1);
}

/* ============================================================
   CUSTOM CARD (Generic reuse)
   ============================================================ */
.custom-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    transition: var(--tr-med);
    height: 100%;
}
.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(var(--primary-rgb),0.25);
}

.card-icon { color: var(--accent); }

/* ============================================================
   RESPONSIVE MEDIA QUERIES
   ============================================================ */
@media (max-width: 991.98px) {
    .section-padding { padding: 70px 0; }
    .hero-content-wrap { padding: 140px 0 80px; }
    .about-badge-card { right: 0; bottom: -16px; }
}

@media (max-width: 767.98px) {
    .hero-heading { font-size: 2.2rem; }
    .section-padding { padding: 56px 0; }
    .stats-section { padding: 48px 0; }
    .stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .stat-card:last-child { border-bottom: none; }
    .contact-form-card { padding: 28px 20px; }
    .contact-info-card { padding: 32px 24px; }
    .about-badge-card { display: none; }
    .cta-section { padding: 80px 0; }
}

@media (max-width: 575.98px) {
    .hero-cta-group { flex-direction: column; }
    .hero-cta-group .btn { justify-content: center; }
}

/* ============================================================
   TOP BAR (site-topbar)
   ============================================================ */
.site-topbar {
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-hover) 50%, var(--primary) 100%);
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0;
    position: relative;
    z-index: 1002;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    gap: 20px;
}
.topbar-left  { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar-right { display: flex; align-items: center; gap: 16px; }

.topbar-item {
    display: inline-flex; align-items: center; gap: 7px;
    color: #ffffff;
    text-decoration: none;
    transition: color var(--tr-fast);
    white-space: nowrap;
}
.topbar-item:hover { color: var(--soft); }
.topbar-item i { color: var(--accent); font-size: 0.75rem; }

.topbar-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(var(--accent-rgb),0.15);
    border: 1px solid rgba(var(--accent-rgb),0.3);
    color: #ffffff;
    padding: 3px 10px; border-radius: var(--r-pill);
    font-weight: 600; font-size: 0.75rem;
}
.topbar-admin {
    color: #ffffff;
    font-size: 0.75rem; font-weight: 600;
    text-decoration: none; transition: color var(--tr-fast);
    display: flex; align-items: center; gap: 5px;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--r-pill);
}
.topbar-admin:hover { color: #fff; border-color: rgba(255,255,255,0.3); }

/* ============================================================
   MAIN HEADER — GLASSMORPHISM
   ============================================================ */
.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: var(--white);
    backdrop-filter: blur(18px) saturate(1.6);
    -webkit-backdrop-filter: blur(18px) saturate(1.6);
    border-bottom: 1px solid var(--soft);
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: all var(--tr-med);
}
.main-header.scrolled-down {
    transform: translateY(-100%);
}
.main-header.scrolled-up {
    transform: translateY(0);
}
/* When hero is fully transparent — header still readable */
.main-header.at-top {
    background: rgba(252,253,253,0.88);
    border-bottom-color: var(--soft);
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 24px;
    transition: padding var(--tr-med);
}
.main-header.scrolled .nav-inner { padding: 10px 0; }

/* LOGO */
.site-logo {
    display: flex; align-items: center;
    text-decoration: none; flex-shrink: 0;
}
.site-logo .logo-img {
    height: 58px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    display: block;
    transition: transform var(--tr-med), filter var(--tr-med);
}
.site-logo:hover .logo-img {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 12px rgba(29, 115, 157, 0.2));
}
.logo-icon-wrap {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--r-md);
    transition: var(--tr-med);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}
.site-logo:hover .logo-icon-wrap {
    background: rgba(var(--primary-rgb),0.1);
    border-color: rgba(var(--primary-rgb),0.3);
    transform: scale(1.05) rotate(-3deg);
}
.logo-name {
    display: block;
    font-family: var(--font-heading);
    font-weight: 900; font-size: 1.25rem; line-height: 1;
    color: var(--heading);
    letter-spacing: 0.5px;
    transition: color var(--tr-slow);
}
.logo-tag {
    display: block;
    font-size: 0.62rem; font-weight: 600;
    color: var(--primary);
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-top: 3px;
}
.main-header.at-top .logo-name { color: var(--heading); }
.main-header.at-top .logo-tag  { color: var(--primary); }

/* DESKTOP NAV LINKS */
.nav-links {
    display: flex; align-items: center;
    list-style: none; margin: 0; padding: 0; gap: 4px;
    flex: 1; justify-content: center;
}
.nav-links .nav-link {
    font-weight: 600; font-size: 0.875rem;
    color: var(--heading) !important;
    padding: 8px 14px !important;
    border-radius: var(--r-sm);
    position: relative;
    transition: var(--tr-med);
}
.nav-links .nav-link::after {
    content: '';
    position: absolute; bottom: 2px; left: 14px;
    width: 0; height: 2px;
    background: var(--primary);
    border-radius: 2px; transition: width var(--tr-med);
}
.nav-links .nav-link:hover,
.nav-links .nav-link.active { color: var(--primary) !important; background: rgba(var(--primary-rgb),0.06); }
.nav-links .nav-link:hover::after,
.nav-links .nav-link.active::after { width: calc(100% - 28px); }
.main-header.at-top .nav-links .nav-link { color: var(--heading) !important; }
.main-header.at-top .nav-links .nav-link:hover,
.main-header.at-top .nav-links .nav-link.active { color: var(--primary) !important; background: rgba(var(--primary-rgb),0.06); }

/* NAV ACTIONS */
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.btn-nav-call {
    display: inline-flex; align-items: center; gap: 7px;
    background: transparent;
    border: 1.5px solid var(--primary);
    color: var(--primary);
    font-size: 0.82rem; font-weight: 700;
    padding: 9px 18px; border-radius: var(--r-pill);
    text-decoration: none; transition: var(--tr-med);
    white-space: nowrap;
}
.btn-nav-call:hover {
    background: var(--primary); color: #fff;
    box-shadow: 0 6px 20px rgba(var(--primary-rgb),0.3);
    transform: translateY(-2px);
}
.main-header.at-top .btn-nav-call {
    border-color: rgba(255,255,255,0.6); color: #fff;
}
.main-header.at-top .btn-nav-call:hover {
    background: rgba(255,255,255,0.15); color: #fff;
}

.btn-nav-book {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--accent);
    border: none; color: #fff;
    font-size: 0.82rem; font-weight: 700;
    padding: 9px 20px; border-radius: var(--r-pill);
    text-decoration: none; transition: var(--tr-med);
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(var(--accent-rgb),0.4);
}
.btn-nav-book:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(var(--accent-rgb),0.5);
    color: #fff;
}

/* DARK MODE TOGGLE */
.dark-mode-toggle {
    background: rgba(var(--primary-rgb),0.08);
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--text-dark);
    cursor: pointer; transition: var(--tr-med);
    flex-shrink: 0;
}
.dark-mode-toggle:hover { color: var(--accent); border-color: var(--accent); transform: rotate(18deg); }
.main-header.at-top .dark-mode-toggle { border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.8); }

/* HAMBURGER */
.hamburger {
    background: transparent;
    border: 1.5px solid rgba(var(--primary-rgb), 0.18);
    border-radius: var(--r-sm);
    cursor: pointer;
    padding: 8px 9px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 42px; height: 42px;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: var(--tr-med);
}
.hamburger:hover,
.hamburger:focus-visible {
    border-color: rgba(var(--primary-rgb), 0.35);
    background: rgba(var(--primary-rgb), 0.06);
    outline: none;
}
.hamburger span {
    display: block; width: 22px; height: 2px;
    background: var(--text-dark);
    border-radius: 3px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
                opacity 0.25s ease,
                width 0.25s ease;
    transform-origin: center;
    pointer-events: none;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* White spans when header is over dark hero */
.main-header.at-top .hamburger {
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
}
.main-header.at-top .hamburger span { background: #fff; }

/* MOBILE DRAWER */
.mobile-drawer {
    position: fixed;
    top: 0; right: -110%; width: min(340px, 100vw);
    /* dvh fallback for older mobile browsers */
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    z-index: 10000;
    transition: right 0.38s cubic-bezier(0.4,0,0.2,1),
                visibility 0.38s;
    box-shadow: -8px 0 48px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    visibility: hidden;
    will-change: right;
}
.mobile-drawer.open {
    right: 0;
    visibility: visible;
}

.drawer-topbar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-card);
    position: sticky;
    top: 0;
    z-index: 3;
    flex-shrink: 0;
}

.drawer-close-btn {
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--border);
    border-radius: var(--r-sm);
    background: rgba(var(--primary-rgb), 0.06);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--tr-med);
    flex-shrink: 0;
    position: relative;
    z-index: 4;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    padding: 0;
}

.drawer-close-btn:hover {
    background: rgba(var(--accent-rgb), 0.12);
    border-color: var(--accent);
    color: var(--accent);
    transform: rotate(90deg);
}

.drawer-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    opacity: 0; visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.drawer-backdrop.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Keep header visible but below drawer when open */
body.drawer-open {
    overflow: hidden;
    touch-action: none;
}
body.drawer-open .main-header {
    z-index: 9998;
}

.drawer-inner {
    padding: 20px 28px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.drawer-logo {
    display: flex;
    align-items: center;
}
.drawer-logo-img {
    height: 46px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
}

.drawer-links {
    list-style: none; padding: 0; margin: 0;
    flex: 1;
}
.drawer-links li { margin-bottom: 4px; }
.drawer-links li a {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 16px; border-radius: var(--r-md);
    font-weight: 600; font-size: 0.95rem;
    color: var(--text-body); text-decoration: none;
    transition: var(--tr-fast);
}
.drawer-links li a i {
    width: 20px; text-align: center;
    color: var(--text-muted); font-size: 0.9rem;
    transition: color var(--tr-fast);
}
.drawer-links li a:hover,
.drawer-links li a.active {
    background: rgba(var(--accent-rgb),0.10);
    color: var(--primary);
    border-left: 3px solid var(--accent);
    padding-left: 13px;
}
.drawer-links li a:hover i,
.drawer-links li a.active i { color: var(--primary); }

.drawer-ctas {
    display: flex; flex-direction: column; gap: 10px;
    margin-top: 28px; padding-top: 24px;
    border-top: 1px solid var(--border);
}

/* Scrolled header behaviour (desktop) */
.main-header.scrolled {
    background: var(--glass-bg);
}

/* ============================================================
   HERO SLIDER — FULL SCREEN SWIPER
   ============================================================ */
.hero-slider-section {
    position: relative;
    width: 100%;
}

/* Swiper fills full viewport height */
.hero-swiper {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
}

/* Each slide */
.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Ken-Burns zoom on active slide */
.hero-slide .hero-slide-bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    transition: transform 8s ease-out;
}
.swiper-slide-active .hero-slide-bg {
    transform: scale(1);
}

/* Overlay gradients per slide */
.slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        rgba(29,115,157,0.75),
        rgba(29,115,157,0.55)
    );
    z-index: 1;
}
.slide-overlay-2 {
    background: linear-gradient(
        rgba(29,115,157,0.80),
        rgba(29,115,157,0.60)
    );
}
.slide-overlay-3 {
    background: linear-gradient(
        rgba(29,115,157,0.75),
        rgba(29,115,157,0.55)
    );
}

/* Slide content positioning */
.slide-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
}
.slide-inner {
    max-width: 680px;
    padding-top: 40px;  /* compensate for header height */
}

/* Slide badge */
.slide-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(var(--accent-rgb),0.18);
    border: 1px solid rgba(var(--accent-rgb),0.45);
    color: var(--accent);
    font-size: 0.78rem; font-weight: 700;
    letter-spacing: 1.8px; text-transform: uppercase;
    padding: 6px 18px; border-radius: var(--r-pill);
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
    animation-duration: 0.8s;
}
.slide-badge i { font-size: 0.65rem; }

/* Slide heading */
.slide-heading {
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    font-weight: 900; color: #fff;
    line-height: 1.1; margin-bottom: 20px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.slide-highlight {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Slide lead paragraph */
.slide-lead {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 540px;
}

/* CTA buttons row */
.slide-ctas {
    display: flex; flex-wrap: wrap; gap: 14px;
    margin-bottom: 36px;
}

/* Trust chips row */
.slide-trust {
    display: flex; flex-wrap: wrap; gap: 10px;
}
.trust-chip {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    font-size: 0.8rem; font-weight: 600;
    padding: 7px 14px; border-radius: var(--r-pill);
    transition: var(--tr-med);
}
.trust-chip i { color: var(--accent); font-size: 0.75rem; }
.trust-chip:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-2px);
}

/* Stats row (slide 2) */
.slide-stats {
    display: flex; gap: 32px; flex-wrap: wrap;
}
.slide-stat { text-align: left; }
.slide-stat-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.2rem; font-weight: 900; color: #fff;
    line-height: 1;
}
.slide-stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase; letter-spacing: 1px;
    margin-top: 4px;
}

/* ---- SWIPER NAVIGATION BUTTONS ---- */
.swiper-nav-btn {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem;
    cursor: pointer;
    transition: var(--tr-med);
    user-select: none;
}
.swiper-nav-btn:hover {
    background: rgba(var(--accent-rgb),0.4);
    border-color: rgba(var(--accent-rgb),0.7);
    transform: translateY(-50%) scale(1.1);
}
.hero-swiper-prev { left: 28px; }
.hero-swiper-next { right: 28px; }

/* ---- SWIPER PAGINATION ---- */
.hero-swiper-pagination {
    position: absolute !important;
    bottom: 120px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
    display: flex; gap: 8px;
}
.hero-swiper-pagination .swiper-pagination-bullet {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45) !important;
    opacity: 1 !important;
    transition: var(--tr-med);
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 30px !important;
    border-radius: 5px !important;
}

/* ---- SLIDE COUNTER ---- */
.slide-counter {
    position: absolute;
    right: 36px; bottom: 130px;
    z-index: 10;
    font-family: var(--font-heading);
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem; font-weight: 600;
    display: flex; align-items: center; gap: 4px;
}
.slide-current { color: #fff; font-size: 1.5rem; font-weight: 800; line-height: 1; }
.slide-sep { margin: 0 2px; }

/* ---- SCROLL DOWN HINT ---- */
.scroll-down-btn {
    position: absolute;
    bottom: 135px; left: 36px;
    z-index: 10;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    text-decoration: none; color: rgba(255,255,255,0.65);
    font-size: 0.68rem; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    transition: var(--tr-med);
    animation: float 3s ease-in-out infinite;
}
.scroll-down-btn:hover { color: var(--accent); }
.scroll-mouse {
    width: 24px; height: 40px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    display: flex; justify-content: center;
    padding-top: 5px;
}
.scroll-wheel {
    width: 4px; height: 8px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
    animation: scroll-wheel-anim 1.6s ease-in-out infinite;
}
@keyframes scroll-wheel-anim {
    0%   { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(12px); opacity: 0; }
}

/* ---- HERO QUICK CONTACT BAR (bottom overlay) ---- */
.hero-quick-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.12);
}
[data-theme="dark"] .hero-quick-bar {
    background: rgba(13,27,46,0.96);
    border-top-color: rgba(255,255,255,0.08);
}
.quick-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    min-height: 80px;
}
.quick-bar-item {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 28px;
    flex: 1;
}
.quick-bar-item i {
    font-size: 1.5rem; color: var(--primary);
    flex-shrink: 0;
}
.quick-bar-item small {
    display: block;
    font-size: 0.72rem; font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.quick-bar-item strong {
    font-family: var(--font-heading);
    font-size: 0.92rem; font-weight: 700;
    color: var(--text-dark);
    white-space: nowrap;
}
.quick-bar-divider {
    width: 1px; height: 40px;
    background: var(--border);
    flex-shrink: 0;
}
.quick-bar-cta {
    display: flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff; font-weight: 700; font-size: 0.88rem;
    padding: 0 32px; height: 80px;
    text-decoration: none; white-space: nowrap;
    transition: var(--tr-med);
    flex-shrink: 0;
}
.quick-bar-cta:hover {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: #fff;
    padding-right: 40px;
}
.quick-bar-cta i { font-size: 1.1rem; }

/* Swiper progress line at very top of slide */
.hero-swiper .swiper-slide::after {
    display: none; /* use pagination instead */
}

/* ============================================================
   HERO RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
    .hero-swiper { max-height: 750px; }
    .swiper-nav-btn { width: 44px; height: 44px; font-size: 0.9rem; }
    .hero-swiper-prev { left: 16px; }
    .hero-swiper-next { right: 16px; }
    .quick-bar-item { padding: 16px 18px; }
}

@media (max-width: 767.98px) {
    .hero-swiper {
        height: auto;
        min-height: 100svh;
        max-height: none;
    }

    .hero-slide {
        align-items: flex-start;
        min-height: 100svh;
    }

    .slide-content {
        padding: 88px 16px 96px;
        width: 100%;
    }

    .slide-inner {
        max-width: 100%;
        padding-top: 0;
    }

    .slide-heading {
        font-size: 1.85rem;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .slide-heading br { display: none; }

    .slide-badge {
        font-size: 0.68rem;
        padding: 5px 12px;
        margin-bottom: 14px;
        letter-spacing: 1.2px;
    }

    .slide-lead {
        font-size: 0.92rem;
        line-height: 1.65;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .slide-ctas {
        gap: 10px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .slide-ctas .btn {
        width: 100%;
        justify-content: center;
        padding: 11px 20px;
        font-size: 0.85rem;
    }

    .slide-trust {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .trust-chip {
        width: 100%;
        justify-content: flex-start;
        font-size: 0.78rem;
        padding: 8px 12px;
    }

    .slide-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%;
    }

    .slide-stat {
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: var(--r-md);
        padding: 10px 6px;
    }

    .slide-stat-num { font-size: 1.45rem; }
    .slide-stat-label { font-size: 0.62rem; letter-spacing: 0.5px; }

    .hero-swiper [data-swiper-parallax] {
        transform: none !important;
        transition: none !important;
    }

    .hero-quick-bar { position: static; }
    .quick-bar-inner { flex-direction: column; align-items: flex-start; gap: 0; min-height: auto; }
    .quick-bar-item { padding: 14px 20px; border-bottom: 1px solid var(--border); width: 100%; }
    .quick-bar-divider { display: none !important; }
    .quick-bar-cta { display: none !important; }

    .scroll-down-btn { display: none; }

    .hero-swiper-pagination {
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: auto !important;
    }

    .slide-counter {
        right: 16px;
        bottom: 18px;
        font-size: 0.72rem;
        background: rgba(0, 0, 0, 0.25);
        padding: 6px 10px;
        border-radius: var(--r-pill);
        backdrop-filter: blur(6px);
    }

    .slide-current { font-size: 1.1rem; }

    .swiper-nav-btn { display: none; }
}

@media (max-width: 575.98px) {
    .slide-content { padding: 80px 14px 90px; }

    .slide-heading { font-size: 1.6rem; }

    .slide-lead {
        font-size: 0.88rem;
        margin-bottom: 18px;
    }

    .slide-badge {
        font-size: 0.64rem;
        padding: 4px 10px;
    }

    .slide-stat-num { font-size: 1.25rem; }

    .hero-swiper { min-height: 520px; }
    .hero-slide { min-height: 520px; }
}

/* ============================================================
   INNER PAGE BANNER (shared across all sub-pages)
   ============================================================ */
.page-banner {
    margin-top: 72px;
    padding: 2.5rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
}
.page-banner h1 {
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    word-break: break-word;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }
.page-banner .breadcrumb-item.active { color: rgba(255,255,255,0.65) !important; }

/* Founder page */
.founder-photo-wrap {
    position: relative;
}
.founder-photo-wrap img {
    object-fit: cover;
    aspect-ratio: 4 / 5;
}
.founder-badge {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(29, 115, 157, 0.25);
}
.founder-badge i { color: var(--accent); }

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* 5-column facility grid (homepage) */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Blog & content images */
.blog-single-content img,
.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--r-md);
}
.blog-single-content iframe,
.service-content iframe {
    max-width: 100%;
}

/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE
   ============================================================ */

/* Tablet & below */
@media (max-width: 991.98px) {
    .container { padding-left: 20px; padding-right: 20px; }

    .section-title { margin-bottom: 40px; }
    .section-title p { font-size: 0.95rem; }

    .footer-section { padding: 60px 0 0; }
    .footer-section .row > [class*="col-"] { margin-bottom: 8px; }
    .footer-bottom { margin-top: 40px; text-align: center; }
    .footer-bottom .col-md-6 { text-align: center !important; }

    .floating-actions { bottom: 20px; right: 16px; gap: 10px; }
    .floating-btn { width: 46px; height: 46px; font-size: 1.2rem; }

    .testimonial-slide-card { padding: 28px 24px; }
    .testimonial-slide-card::before { font-size: 4rem; top: 10px; right: 16px; }

    .gallery-grid-item { height: 220px; }

    .map-container { height: 320px; }

    .custom-card { padding: 24px; }
    .custom-card.p-5 { padding: 28px !important; }

    .page-banner { margin-top: 68px; padding: 2rem 0; }
}

/* Mobile landscape & portrait */
@media (max-width: 767.98px) {
    .container { padding-left: 16px; padding-right: 16px; }

    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }

    .section-padding { padding: 48px 0; }
    .section-title { margin-bottom: 32px; }
    .section-title h2 { font-size: 1.6rem; padding-bottom: 14px; }
    .section-eyebrow { font-size: 0.72rem; letter-spacing: 1.5px; }

    .btn { padding: 10px 22px; font-size: 0.85rem; }
    .btn-lg { padding: 12px 24px; font-size: 0.88rem; }

    /* Header / logo */
    .nav-inner { padding: 10px 0; gap: 12px; }
    .site-logo .logo-img { height: 48px; max-width: 145px; }
    .drawer-logo-img { height: 40px; max-width: 120px; }
    .footer-logo { max-width: 140px; height: auto; }

    .page-banner { margin-top: 64px; padding: 1.75rem 0; }
    .page-banner .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

    /* Stats */
    .stat-count { font-size: 2.2rem; }
    .stat-icon { width: 48px; height: 48px; font-size: 1.2rem; }
    .stat-card { padding: 24px 16px; }

    /* Cards */
    .feature-card { padding: 24px 20px; }
    .feature-icon { width: 52px; height: 52px; font-size: 1.4rem; }
    .service-img-wrapper { height: 200px; }
    .service-card-body { padding: 28px 20px 20px; }
    .room-img-container { height: 220px; }
    .room-body { padding: 22px; }

    /* Gallery */
    .gallery-grid-item { height: 200px; }
    .filter-group { gap: 6px; margin-bottom: 24px; }
    .filter-btn { padding: 7px 16px; font-size: 0.78rem; }

    /* Blog */
    .blog-img { height: 180px; }
    .blog-body { padding: 22px; }

    /* Testimonials */
    .testimonial-slide-card { padding: 24px 20px; }
    .testimonial-text { font-size: 0.88rem; }

    /* FAQ */
    .faq-accordion .accordion-button { padding: 16px 18px; font-size: 0.88rem; }
    .faq-accordion .accordion-body { padding: 0 18px 18px; font-size: 0.86rem; }

    /* Contact */
    .contact-info-card { padding: 28px 20px; }
    .contact-form-card { padding: 28px 20px; }
    .contact-info-item { padding: 14px 16px; margin-bottom: 16px; }

    /* CTA */
    .cta-section { padding: 64px 0; }
    .cta-content p { font-size: 0.95rem; margin-bottom: 28px; }
    .cta-bg { background-attachment: scroll; }

    /* Footer */
    .footer-section { padding: 48px 0 0; }
    .footer-section h4 { font-size: 1rem; }
    .newsletter-form .input-group { flex-wrap: nowrap; }
    .newsletter-form .btn { padding: 0 16px; font-size: 0.8rem; }

    /* Forms — CTA boxes stack on very small screens */
    .bg-light-custom.p-4.rounded-4.mt-5.d-flex { flex-direction: column; align-items: flex-start !important; }
    .bg-light-custom.p-4.rounded-4.mt-5.d-flex .btn { width: 100%; justify-content: center; }

    /* Service detail header row */
    .service-content { font-size: 0.95rem !important; }

    /* Blog meta row wraps */
    .blog-single-content + hr,
    .d-flex.align-items-center.gap-3.mb-3.text-muted.small { flex-wrap: wrap; gap: 8px !important; }

    /* Facility icons */
    .facility-icon-card { padding: 20px 14px; }
    .facility-icon-box { width: 52px; height: 52px; font-size: 1.4rem; }

    /* Hospital cards */
    .hospital-card { padding: 22px; }

    /* Map */
    .map-container { height: 260px; border-radius: var(--r-md); }

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

    .stat-count { font-size: 1.8rem; }

    .gallery-grid-item { height: 180px; }

    .about-mini-card { padding: 16px; }
    .about-mini-icon { width: 40px; height: 40px; font-size: 1rem; }

    .room-price-badge { font-size: 0.78rem; padding: 5px 12px; top: 12px; left: 12px; }

    .floating-actions { bottom: 16px; right: 12px; }
    .floating-btn { width: 44px; height: 44px; font-size: 1.1rem; }

    .footer-socials { justify-content: center; }

    .custom-card.p-4 { padding: 20px !important; }

    .breadcrumb { font-size: 0.82rem; flex-wrap: wrap; justify-content: center; }
}

/* Prevent horizontal overflow from wide content */
.table-responsive,
.overflow-x-auto {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

img, video, iframe, embed, object {
    max-width: 100%;
}

/* District SEO Landing Pages */
.district-content p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.district-content strong {
    color: var(--primary);
}

.district-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.district-content li {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.district-link-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.district-link-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.district-hero .display-5 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
}

/* ============================================================
   BRAND PALETTE — COMPONENT OVERRIDES
   ============================================================ */
.text-primary { color: var(--primary) !important; }
.text-secondary { color: var(--primary) !important; }
.bg-primary { background-color: var(--primary) !important; }
.bg-secondary { background-color: var(--primary) !important; }

a:not(.btn):not(.nav-link):not(.footer-links a):not(.footer-socials a):not(.drawer-links a):not(.topbar-item):not(.topbar-admin):not(.floating-btn) {
    color: var(--primary);
}
a:not(.btn):not(.nav-link):not(.footer-links a):not(.footer-socials a):not(.drawer-links a):not(.topbar-item):not(.topbar-admin):not(.floating-btn):hover {
    color: var(--accent);
}

.cta-section .btn-accent,
.cta-section .btn-primary {
    background: var(--accent);
    border: none; color: #fff;
    box-shadow: 0 6px 20px rgba(var(--accent-rgb),0.4);
}
.cta-section .btn-accent:hover,
.cta-section .btn-primary:hover {
    background: var(--accent-hover);
    color: #fff;
    box-shadow: 0 12px 32px rgba(var(--accent-rgb),0.5);
}
.cta-section .btn-outline-light {
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
    backdrop-filter: blur(8px);
}
.cta-section .btn-outline-light:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
    border-color: rgba(255,255,255,0.8);
}

section.bg-white .custom-card .fa-2x.text-secondary,
section .custom-card .fa-2x.text-secondary {
    color: var(--primary) !important;
}

.main-header.at-top .hamburger {
    border-color: var(--border);
    background: var(--white);
}
.main-header.at-top .hamburger span { background: var(--heading); }
.main-header.at-top .btn-nav-call {
    border-color: var(--primary);
    color: var(--primary);
}
.main-header.at-top .btn-nav-call:hover {
    background: var(--primary);
    color: #fff;
}

.btn-outline-secondary {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}
.btn-outline-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* ============================================================
   HEALTHCARE INDUSTRY STANDARDS — COLOR REDESIGN OVERRIDES
   ============================================================ */

/* 1. GLOBAL LAYOUT BACKGROUNDS (Only #FFFFFF and #F8FAFC in Light Mode) */
body {
    background-color: var(--bg-body) !important;
}

/* Enforce alternate backgrounds for specific sections */
/* Why Choose Us: Background White */
#stats + section.bg-light-custom {
    background-color: var(--bg-body) !important;
}

/* About Section: Background #F8FAFC */
/* Let's target the About Preview Section on index.php */
#stats + section + section.bg-light-custom {
    background-color: var(--bg-muted) !important;
}

/* Services Section: Background White */
#services {
    background-color: var(--bg-body) !important;
}

/* Room Section: Background #F8FAFC */
#rooms {
    background-color: var(--bg-muted) !important;
}

/* Daily Life Section: Background White */
.daily-life-section {
    background-color: var(--bg-body) !important;
}

/* Gallery Section: Background White */
#gallery {
    background-color: var(--bg-body) !important;
}

/* Testimonials: Background #F8FAFC */
/* This is the next bg-light-custom section after gallery */
#gallery + section.bg-light-custom {
    background-color: var(--bg-muted) !important;
}

/* FAQ Section: Background White */
section:has(#faqAccordion) {
    background-color: var(--bg-body) !important;
}

/* Hospital Section: Background #F8FAFC */
section:has(.hospital-card) {
    background-color: var(--bg-muted) !important;
}

/* Blog Section: Background White */
section:has(.blog-card) {
    background-color: var(--bg-body) !important;
}

/* Contact Section: Background White */
#contact {
    background-color: var(--bg-body) !important;
}


/* 2. CARD DESIGN ENFORCEMENT */
/* All cards: Background: White, Shadow: 0 10px 25px rgba(0,0,0,.08), Border Radius: 16px, Hover: translateY(-5px) */
.custom-card, 
.feature-card, 
.service-card, 
.room-card, 
.daily-life-card, 
.testimonial-slide-card, 
.hospital-card, 
.blog-card {
    background-color: var(--bg-card) !important;
    border-radius: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    border: 1px solid var(--border) !important;
    transition: transform var(--tr-med), box-shadow var(--tr-med), border-color var(--tr-med) !important;
}

.custom-card:hover, 
.feature-card:hover, 
.service-card:hover, 
.room-card:hover, 
.daily-life-card:hover, 
.testimonial-slide-card:hover, 
.hospital-card:hover, 
.blog-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--shadow-md) !important;
}


/* 3. ACTIVE NAVIGATION & MENU ACCENTS (Green #54AC2B) */
.nav-links .nav-link.active,
.drawer-links li a.active {
    color: var(--accent) !important;
}
.nav-links .nav-link.active::after {
    background: var(--accent) !important;
}
.drawer-links li a.active i {
    color: var(--accent) !important;
}
.top-bar .text-accent {
    color: var(--accent) !important;
}


/* 4. WHY CHOOSE US OVERRIDES */
/* Top Border: Green, Icons: Blue */
#stats + section.bg-light-custom .custom-card {
    border-top: 4px solid var(--accent) !important;
}
#stats + section.bg-light-custom .custom-card .card-icon {
    color: var(--primary) !important;
}


/* 5. SERVICES OVERRIDES */
/* Hover: Border Top: Green, Icon: Blue */
.service-card:hover {
    border-top: 4px solid var(--accent) !important;
}
.service-icon-badge {
    background: var(--primary) !important;
    color: var(--white) !important;
}


/* 6. ROOM OVERRIDES */
/* Price: Green, Button: Blue, Button Hover: Green */
.room-price-badge {
    background-color: var(--accent) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 14px rgba(var(--accent-rgb), 0.3) !important;
}
.room-card .btn-outline-primary,
.room-card .btn-primary {
    border: 2px solid var(--primary) !important;
    background-color: transparent !important;
    color: var(--primary) !important;
}
.room-card .btn-outline-primary:hover,
.room-card .btn-primary:hover {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
    color: var(--white) !important;
    box-shadow: 0 6px 20px rgba(var(--accent-rgb), 0.3) !important;
}


/* 7. DAILY LIFE OVERRIDES */
/* Timeline Icons: Green, Titles: Blue */
.daily-life-card .daily-life-icon {
    background: linear-gradient(135deg, var(--accent), var(--accent-hover)) !important;
    color: var(--white) !important;
}
.daily-life-title {
    color: var(--primary) !important;
}
.daily-life-time {
    color: var(--accent) !important;
}
.daily-type-chip i {
    color: var(--accent) !important;
}
.daily-life-card::before {
    background: linear-gradient(90deg, var(--accent), var(--primary)) !important;
}


/* 8. TESTIMONIALS OVERRIDES */
/* Stars: Green */
.testimonial-rating {
    color: var(--accent) !important;
}
.testimonial-rating i {
    color: var(--accent) !important;
}
.swiper-pagination-bullet-active {
    background: var(--accent) !important;
}


/* 9. FAQ OVERRIDES */
/* Active Accordion Header: Blue */
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(var(--primary-rgb), 0.08) !important;
    color: var(--primary) !important;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    color: var(--primary) !important;
}


/* 10. HOSPITAL OVERRIDES */
/* Icons: Green */
.hospital-card i,
.hospital-card .fa-map-marker-alt,
.hospital-card .fa-shipping-fast {
    color: var(--accent) !important;
}


/* 11. BLOG OVERRIDES */
/* Read More: Blue */
.blog-card .text-secondary,
.blog-card .blog-read-more {
    color: var(--primary) !important;
}
.blog-card .text-secondary:hover,
.blog-card .blog-read-more:hover {
    color: var(--accent) !important;
}


/* 12. CTA OVERRIDES */
/* Background: Blue Gradient, Buttons: Green */
.cta-overlay {
    background: linear-gradient(135deg, var(--primary), var(--primary-light)) !important;
    opacity: 0.96 !important;
}
.cta-section .btn-accent,
.cta-section .btn-primary {
    background-color: var(--accent) !important;
    border: none !important;
    color: var(--white) !important;
    box-shadow: 0 6px 20px rgba(var(--accent-rgb), 0.4) !important;
}
.cta-section .btn-accent:hover,
.cta-section .btn-primary:hover {
    background-color: var(--accent-hover) !important;
    box-shadow: 0 12px 32px rgba(var(--accent-rgb), 0.5) !important;
    color: var(--white) !important;
}



