/* ============================================================
   Suncity Group — Premium Real Estate Website
   Design System v2.0
   Primary: #db3629 | Gold: #c9a84c | Dark: #0d0d1a
   ============================================================ */

/* ── Google Fonts (loaded in header) ──────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ── Fix Bootstrap modal page-shift (scrollbar compensation) ─ */
html { overflow-y: scroll; }
body.modal-open { padding-right: 0 !important; overflow: hidden !important; }
.modal { padding-right: 0 !important; }
body.modal-open #mainNav,
body.modal-open .mobile-call-bar,
body.modal-open .whatsapp-float,
body.modal-open .call-float,
body.modal-open #backToTop { padding-right: 0 !important; margin-right: 0 !important; }

/* ── Design Tokens ───────────────────────────────────────── */
:root {
    --brand:        #db3629;
    --brand-dark:   #b52d22;
    --brand-hover:  #c0392b;
    --gold:         #c9a84c;
    --gold-light:   #e8d5a0;
    --dark:         #0d0d1a;
    --dark-2:       #12122b;
    --dark-3:       #1a1a3e;
    --dark-card:    #16162e;
    --white:        #ffffff;
    --off-white:    #faf9f7;
    --light-bg:     #f7f5f0;
    --text:         #2c2c3e;
    --text-light:   #6b6b8a;
    --border:       #e8e6e0;
    --shadow-sm:    0 2px 12px rgba(0,0,0,.06);
    --shadow-md:    0 8px 30px rgba(0,0,0,.10);
    --shadow-lg:    0 20px 60px rgba(0,0,0,.15);
    --shadow-brand: 0 10px 30px rgba(219,54,41,.25);
    --radius-sm:    6px;
    --radius:       14px;
    --radius-lg:    22px;
    --transition:   all .35s cubic-bezier(.4,0,.2,1);
    --font-serif:   'Poppins', sans-serif;
    --font-sans:    'Poppins', sans-serif;
}

/* ── Reset & Base ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--font-sans);
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
::selection { background: var(--brand); color: white; }

/* ── Brand Utilities ─────────────────────────────────────── */
.bg-brand      { background-color: var(--brand) !important; }
.bg-dark-main  { background-color: var(--dark) !important; }
.bg-off-white  { background-color: var(--off-white) !important; }
.bg-light-warm { background-color: var(--light-bg) !important; }
.text-brand    { color: var(--brand) !important; }
.text-gold     { color: var(--gold) !important; }
.text-dark-main{ color: var(--dark) !important; }
.border-gold   { border-color: var(--gold) !important; }

/* ── Typography ──────────────────────────────────────────── */
.display-serif {
    font-family: var(--font-serif);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.section-eyebrow {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
}
.section-title {
    font-family: var(--font-sans);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.25;
    letter-spacing: -.01em;
}
.section-title em { font-style: normal; color: var(--brand); }
.section-title-white {
    font-family: var(--font-sans);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.25;
    letter-spacing: -.01em;
}
.section-title-white em { font-style: normal; color: rgba(255,255,255,.75); }
.lead-text {
    font-size: 1.05rem;
    color: var(--text-light);
    font-weight: 400;
    line-height: 1.8;
}
.gold-divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin: 1rem 0 1.5rem;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: .04em;
    font-size: .88rem;
    transition: var(--transition);
}
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: var(--white);
}
.btn-brand:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-brand);
}
.btn-outline-brand {
    border: 1.5px solid var(--brand);
    color: var(--brand);
}
.btn-outline-brand:hover {
    background: var(--brand);
    color: white;
    transform: translateY(-2px);
}
.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark);
    font-weight: 700;
}
.btn-gold:hover {
    background: #b8913d;
    border-color: #b8913d;
    color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(201,168,76,.35);
}
.btn-outline-light-custom {
    border: 1.5px solid rgba(255,255,255,.4);
    color: white;
}
.btn-outline-light-custom:hover {
    background: rgba(255,255,255,.1);
    border-color: white;
    color: white;
}

/* ── Topbar ──────────────────────────────────────────────── */
.topbar {
    background: var(--dark);
    color: rgba(255,255,255,.75);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .03em;
    padding: .5rem 0;
}
.topbar a {
    color: rgba(255,255,255,.75);
    transition: color .2s;
}
.topbar a:hover { color: var(--gold); }
.topbar .topbar-phone {
    color: white;
    font-weight: 600;
    font-size: .82rem;
}
.topbar .topbar-phone:hover { color: var(--gold); }
.topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.7);
    transition: var(--transition);
    font-size: .8rem;
}
.topbar-social a:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201,168,76,.1);
}

/* ── Navbar ──────────────────────────────────────────────── */
#mainNav {
    background: var(--white);
    padding: .75rem 0;
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
    position: sticky;
    top: 0;
    z-index: 1030;
}
#mainNav.nav-scrolled {
    padding: .5rem 0;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    border-bottom-color: transparent;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand img.site-logo {
    height: 58px;
    width: auto;
    object-fit: contain;
    transition: height .3s;
}
#mainNav.nav-scrolled .site-logo { height: 46px; }

/* Nav links */
.navbar-nav .nav-link {
    font-family: var(--font-sans);
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--text) !important;
    padding: .5rem .9rem;
    position: relative;
    transition: color .25s;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: .9rem; right: .9rem;
    height: 2px;
    background: var(--brand);
    transform: scaleX(0);
    transition: transform .25s;
    border-radius: 2px;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--brand) !important; }
.navbar-nav .dropdown-menu {
    border: none;
    border-top: 2px solid var(--brand);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    box-shadow: var(--shadow-lg);
    padding: .5rem 0;
}
.navbar-nav .dropdown-item {
    font-size: .84rem;
    font-weight: 500;
    padding: .55rem 1.25rem;
    color: var(--text);
    transition: all .2s;
}
.navbar-nav .dropdown-item:hover {
    background: var(--light-bg);
    color: var(--brand);
    padding-left: 1.5rem;
}
.btn-cta-nav {
    background: var(--brand) !important;
    color: #ffffff !important;
    border-radius: 8px;
    padding: .5rem 1.2rem !important;
    display: flex !important;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(219,54,41,.35);
    transition: all .25s ease;
    border: 2px solid rgba(255,255,255,.2);
    text-decoration: none !important;
}
.btn-cta-nav:hover,
.btn-cta-nav:focus {
    background: #b82e1e !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(219,54,41,.45);
    text-decoration: none !important;
}
.btn-cta-nav::after { display: none !important; }
.btn-cta-nav i {
    font-size: 1rem !important;
    color: #ffffff !important;
    flex-shrink: 0;
}
.btn-cta-nav .phone-num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: .95rem !important;
    color: #ffffff !important;
    letter-spacing: .02em;
    line-height: 1;
}
/* Mobile call bar */
.mobile-call-bar {
    background: var(--brand);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .65rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1031;
}
.mobile-call-bar a {
    color: white;
    font-weight: 600;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
@media (max-width: 991px) {
    .mobile-call-bar { display: flex; }
}

/* ── Hero Slider ─────────────────────────────────────────── */
.hero-section { position: relative; }
.hero-swiper  { height: 92vh; min-height: 580px; }
.hero-slide {
    height: 92vh;
    min-height: 580px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(13,13,26,.80) 0%,
        rgba(13,13,26,.55) 50%,
        rgba(13,13,26,.20) 100%
    );
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
}
.hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--gold);
}
.hero-title {
    font-family: var(--font-sans);
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 700;
    color: white;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: 1.25rem;
}
.hero-title em { font-style: normal; color: var(--gold); }
.hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,.75);
    max-width: 520px;
    margin-bottom: 2.25rem;
    line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
/* Hero search bar */
.hero-search-bar {
    background: white;
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 10;
    margin-top: -3rem;
}
.hero-search-bar .form-control,
.hero-search-bar .form-select {
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: .9rem;
    padding: .7rem 1rem;
}
.hero-search-bar .form-control:focus,
.hero-search-bar .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(219,54,41,.1);
}
/* Swiper overrides */
.swiper-button-next, .swiper-button-prev {
    color: rgba(255,255,255,.8) !important;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(4px);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
}
.swiper-button-next::after, .swiper-button-prev::after { font-size: 1rem !important; }
.swiper-pagination-bullet { background: rgba(255,255,255,.5) !important; }
.swiper-pagination-bullet-active { background: var(--gold) !important; width: 24px; border-radius: 3px; }

/* ── Page Hero ───────────────────────────────────────────── */
.page-hero {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0 70px;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,13,26,.82) 0%, rgba(13,13,26,.45) 100%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero-eyebrow {
    font-size: .72rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .75rem;
}
.page-hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
}
.page-hero-title {
    font-family: var(--font-sans);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -.01em;
}
.page-hero-title em { font-style: normal; color: var(--gold); }
/* Breadcrumb */
.breadcrumb-wrap {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: .65rem 0;
}
.breadcrumb { margin: 0; font-size: .82rem; }
.breadcrumb-item a { color: var(--brand); }
.breadcrumb-item.active { color: var(--text-light); }
.breadcrumb-item + .breadcrumb-item::before { color: #bbb; }

/* ── Sections ────────────────────────────────────────────── */
.section-pad { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }

/* ── Property Cards ──────────────────────────────────────── */
.property-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
    height: 100%;
}
.property-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.property-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.property-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.property-card:hover .card-img-wrap img { transform: scale(1.07); }
.property-card .prop-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 2;
}
.badge-type {
    background: var(--brand);
    color: white;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: .3rem .7rem;
    border-radius: 3px;
}
.badge-status {
    background: rgba(13,13,26,.75);
    backdrop-filter: blur(4px);
    color: white;
    font-size: .7rem;
    font-weight: 600;
    padding: .3rem .7rem;
    border-radius: 3px;
}
.badge-featured {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--gold);
    color: var(--dark);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3rem .7rem;
    border-radius: 3px;
}
.property-card .card-body { padding: 1.5rem; }
.property-card .prop-title {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: .5rem;
    line-height: 1.3;
}
.property-card .prop-location {
    font-size: .83rem;
    color: var(--text-light);
    margin-bottom: .75rem;
}
.property-card .prop-location i { color: var(--brand); margin-right: .3rem; }
.property-card .prop-meta {
    display: flex;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid var(--border);
    margin-top: .75rem;
    font-size: .8rem;
    color: var(--text-light);
}
.property-card .prop-meta span i { color: var(--brand); margin-right: .3rem; }
.property-card .prop-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--brand);
    font-family: var(--font-serif);
}
.prop-view-btn {
    display: block;
    background: var(--dark);
    color: white;
    text-align: center;
    padding: .85rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: var(--transition);
}
.prop-view-btn:hover { background: var(--brand); color: white; }

/* ── Project Cards ───────────────────────────────────────── */
.project-card {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
    height: 100%;
    background: white;
}
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.project-card .proj-img-wrap {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.project-card .proj-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.project-card:hover .proj-img-wrap img { transform: scale(1.06); }
.proj-status-badge {
    position: absolute;
    bottom: 14px; left: 14px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .35rem .85rem;
    border-radius: 3px;
}

/* ── Stats Section ───────────────────────────────────────── */
.stat-block { text-align: center; padding: 2rem 1rem; }
.stat-number {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    display: block;
}
.stat-label {
    font-size: .82rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-top: .5rem;
    display: block;
}

/* ── Why Choose Us ───────────────────────────────────────── */
.why-item {
    padding: 2rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: white;
    transition: var(--transition);
    height: 100%;
}
.why-item:hover {
    border-color: var(--brand);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(219,54,41,.12);
}
.why-icon {
    width: 56px;
    height: 56px;
    background: rgba(219,54,41,.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--brand);
    margin-bottom: 1.25rem;
}

/* ── Director Cards ──────────────────────────────────────── */
.director-card {
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: white;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.director-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-family: var(--font-serif);
    font-size: 10rem;
    color: rgba(219,54,41,.06);
    line-height: 1;
    pointer-events: none;
}
.director-avatar-wrap {
    width: 80px; height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--gold);
    flex-shrink: 0;
}
.director-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.director-quote {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--text);
    line-height: 1.8;
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
}

/* ── CSR Page ────────────────────────────────────────────── */
.csr-hero-banner {
    position: relative;
    height: 70vh;
    min-height: 450px;
    overflow: hidden;
}
.csr-hero-banner .swiper { height: 100%; }
.csr-hero-slide {
    height: 70vh;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.csr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13,13,26,.85) 30%, rgba(13,13,26,.3) 100%);
}
.csr-activity-card {
    border-radius: var(--radius);
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
    height: 100%;
}
.csr-activity-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.csr-activity-card .csr-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.csr-activity-card .csr-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.csr-activity-card:hover .csr-img img { transform: scale(1.06); }
.csr-activity-card .csr-date-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: var(--brand);
    color: white;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .35rem .85rem;
    border-radius: 3px;
    text-transform: uppercase;
}
.csr-activity-card .csr-body { padding: 1.5rem; }
.csr-activity-card .csr-title {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: .75rem;
    line-height: 1.3;
}
/* CSR Gallery Grid */
.csr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}
.csr-gallery-grid .gallery-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: var(--radius-sm);
    cursor: pointer;
}
.csr-gallery-grid .gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.csr-gallery-grid .gallery-item:hover img { transform: scale(1.08); }
/* CSR Impact Stats */
.csr-impact-bar {
    background: var(--dark);
    padding: 60px 0;
}
.csr-impact-num {
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}
.csr-impact-label {
    font-size: .78rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-top: .4rem;
}

/* ── Contact Page ────────────────────────────────────────── */
.contact-info-card {
    background: var(--dark);
    border-radius: var(--radius);
    padding: 2.5rem;
    height: 100%;
}
.contact-info-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(219,54,41,.15);
    border: 1px solid rgba(219,54,41,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    font-size: 1.1rem;
    flex-shrink: 0;
}
.contact-form-wrap {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.5rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}
.form-control, .form-select {
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: .9rem;
    padding: .75rem 1rem;
    transition: border-color .25s, box-shadow .25s;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(219,54,41,.1);
    outline: none;
}
.form-label {
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: .5rem;
}

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
    background: var(--dark);
    color: rgba(255,255,255,.7);
}
.footer-top { padding: 70px 0 50px; }
.footer-logo img { height: 52px; }
.footer-about { font-size: .9rem; line-height: 1.8; color: rgba(255,255,255,.55); }
.footer-heading {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
}
.footer-links a {
    display: block;
    font-size: .88rem;
    color: rgba(255,255,255,.55);
    padding: .3rem 0;
    transition: all .2s;
}
.footer-links a:hover {
    color: var(--gold);
    padding-left: 6px;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: .85rem;
    font-size: .88rem;
    color: rgba(255,255,255,.55);
}
.footer-contact-item i { color: var(--brand); font-size: .95rem; margin-top: .2rem; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.55); transition: color .2s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-social-links { display: flex; gap: .6rem; margin-top: 1.25rem; }
.footer-social-links a {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.6);
    display: flex; align-items: center; justify-content: center;
    font-size: .9rem;
    transition: var(--transition);
}
.footer-social-links a:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201,168,76,.08);
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 1.25rem 0;
    font-size: .8rem;
    color: rgba(255,255,255,.35);
}
.footer-bottom a { color: var(--gold); }

/* ── WhatsApp Float ──────────────────────────────────────── */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 90px;
    z-index: 1000;
    background: #25d366;
    color: white;
    border-radius: 50px;
    padding: 12px 18px 12px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 25px rgba(37,211,102,.45);
    font-weight: 600;
    font-size: .88rem;
    transition: var(--transition);
    text-decoration: none;
}
.whatsapp-float:hover {
    background: #1ca854;
    color: white;
    transform: scale(1.04);
    box-shadow: 0 10px 35px rgba(37,211,102,.55);
}
.whatsapp-float i { font-size: 1.35rem; }
.whatsapp-label { display: none; }
@media (min-width: 768px) { .whatsapp-label { display: inline; } }

/* Call Float Mobile */
.call-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    background: var(--brand);
    color: white;
    width: 54px; height: 54px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 6px 25px rgba(219,54,41,.45);
    text-decoration: none;
    animation: pulse-call 2.5s infinite;
}
@keyframes pulse-call {
    0%   { box-shadow: 0 0 0 0 rgba(219,54,41,.5); }
    70%  { box-shadow: 0 0 0 14px rgba(219,54,41,0); }
    100% { box-shadow: 0 0 0 0 rgba(219,54,41,0); }
}

/* ── About Teaser ────────────────────────────────────────── */
.about-img-stack { position: relative; }
.about-img-stack .img-main {
    border-radius: var(--radius);
    height: 500px;
    object-fit: cover;
    width: 100%;
    box-shadow: var(--shadow-lg);
}
.about-img-stack .img-accent {
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 220px;
    height: 160px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 5px solid white;
    box-shadow: var(--shadow-md);
}
.about-experience-badge {
    position: absolute;
    top: 30px;
    left: -22px;
    background: var(--brand);
    color: white;
    border-radius: var(--radius-sm);
    padding: 1.25rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-brand);
}
.about-experience-badge .num {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.about-experience-badge .label {
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .85;
    display: block;
    margin-top: .25rem;
}
.stat-inline {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.stat-inline-item { }
.stat-inline-item .num {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1;
}
.stat-inline-item .lbl {
    font-size: .78rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: .2rem;
}

/* ── Shreenathji Box ─────────────────────────────────────── */
.shreenathji-box {
    background: linear-gradient(135deg, var(--off-white) 0%, white 100%);
    border-left: 4px solid var(--gold);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 2rem 2.5rem;
}
.shreenathji-quote {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-style: italic;
    color: var(--dark);
    line-height: 1.7;
}

/* ── Enquiry Form Section ────────────────────────────────── */
.enquiry-section {
    background: var(--light-bg);
    border-top: 1px solid var(--border);
}
.enquiry-card {
    background: white;
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
}

/* ── CTA Banner ──────────────────────────────────────────── */
.cta-banner {
    background: var(--brand);
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.cta-banner::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
}
.cta-banner::after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
}

/* ── Property Detail ─────────────────────────────────────── */
.property-main-swiper { border-radius: var(--radius); overflow: hidden; }
.property-main-swiper .swiper-slide img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
.prop-detail-label {
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: .2rem;
}
.prop-detail-value {
    font-size: .98rem;
    font-weight: 600;
    color: var(--dark);
}
.prop-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(219,54,41,.06);
    border: 1px solid rgba(219,54,41,.15);
    color: var(--brand);
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .85rem;
    border-radius: 50px;
}

/* ── Filter Bar ──────────────────────────────────────────── */
.filter-bar {
    background: white;
    border-radius: var(--radius);
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
}

/* ── Pagination ──────────────────────────────────────────── */
.pagination .page-link {
    border: 1.5px solid var(--border);
    color: var(--text);
    font-weight: 600;
    font-size: .88rem;
    border-radius: var(--radius-sm) !important;
    margin: 0 3px;
    transition: all .2s;
    padding: .5rem .9rem;
}
.pagination .page-link:hover { border-color: var(--brand); color: var(--brand); }
.pagination .page-item.active .page-link {
    background: var(--brand);
    border-color: var(--brand);
    color: white;
}

/* ── Back to Top ─────────────────────────────────────────── */
#backToTop {
    position: fixed;
    bottom: 155px;
    right: 22px;
    z-index: 999;
    background: var(--dark-3);
    color: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 1rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}
#backToTop:hover { background: var(--brand); transform: translateY(-2px); }

/* ── Utilities ───────────────────────────────────────────── */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.overlay-dark { position: absolute; inset: 0; background: rgba(13,13,26,.5); }

/* ── Future Vision Cards ─────────────────────────────────── */
.future-vision-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.75rem 1.75rem;
    border: 1.5px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    height: 100%;
}
.future-vision-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,.12);
}
.fvc-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.fvc-icon-wrap i {
    font-size: 1.6rem;
    color: #fff;
}
.fvc-badge {
    display: inline-block;
    background: #fff7ed;
    color: #c9a84c;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .25rem .75rem;
    border-radius: 20px;
    border: 1px solid #f0d080;
    margin-bottom: .85rem;
}
.fvc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d0d1a;
    margin-bottom: .35rem;
    line-height: 1.3;
}
.fvc-location {
    font-size: .78rem;
    font-weight: 600;
    color: var(--brand);
    margin-bottom: .75rem;
}
.fvc-location i { margin-right: .25rem; }
.fvc-desc {
    font-size: .87rem;
    color: #666;
    line-height: 1.75;
    margin-bottom: 1.1rem;
}
.fvc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}
.fvc-tags span {
    background: #f4f4f6;
    color: #555;
    font-size: .7rem;
    font-weight: 600;
    padding: .25rem .7rem;
    border-radius: 20px;
    letter-spacing: .03em;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991px) {
    .hero-swiper, .hero-slide { height: 70vh; min-height: 420px; }
    .about-img-stack .about-experience-badge { display: none; }
    .about-img-stack .img-accent { display: none; }
    .hero-search-bar { margin-top: 0; border-radius: 0; }
    .section-pad { padding: 60px 0; }
}
@media (max-width: 767px) {
    .hero-swiper, .hero-slide { height: 60vh; min-height: 360px; }
    .hero-title { font-size: 2rem; }
    .whatsapp-float { padding: 12px; border-radius: 50%; }
    .whatsapp-label { display: none !important; }
    .footer-top { padding: 48px 0 30px; }
    .section-pad { padding: 48px 0; }
    .property-card .card-img-wrap { height: 200px; }
    .csr-hero-banner, .csr-hero-slide { height: 45vh; min-height: 280px; }
}
