/* Modern real estate — SKA Siddharth Vihar */

:root {
    --primary-color: #0f172a;
    --primary-dark: #020617;
    --secondary-color: #1e293b;
    --brand: #1e293b;
    --gold: #c9a962;
    --gold-light: #e5d4a1;
    --gold-dark: #a68b45;
    --accent-color: #c9a962;
    --accent-line: rgba(166, 139, 69, 0.4);
    --light-bg: #faf8f5;
    --cream: #faf8f5;
    --white: #ffffff;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --border-color: #e8e4dc;
    --font-heading: 'Outfit', system-ui, sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    --shadow-soft: 0 4px 24px rgba(15, 23, 42, 0.06);
    --shadow-luxury: 0 8px 40px rgba(15, 23, 42, 0.12);
    --radius-card: 14px;
    --radius-lg: 20px;
    --surface-glass: rgba(255, 255, 255, 0.78);
    --stroke-glass: rgba(255, 255, 255, 0.92);
    --glow-brand: 0 20px 50px -12px rgba(15, 23, 42, 0.14);
    --eoi-cta-1: #1e3a5f;
    --eoi-cta-2: #0f172a;
    --eoi-cta-hover-1: #2c4a6e;
    --eoi-cta-hover-2: #1a3050;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--text-dark);
    overflow-x: hidden;
    background: var(--cream);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.01em;
}

/* Warm ambient mesh + soft grid */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 85% 55% at 8% -5%, rgba(201, 169, 98, 0.09), transparent 52%),
        radial-gradient(ellipse 70% 45% at 100% 15%, rgba(15, 23, 42, 0.04), transparent 48%),
        radial-gradient(ellipse 55% 40% at 50% 100%, rgba(201, 169, 98, 0.05), transparent 50%),
        linear-gradient(rgba(15, 23, 42, 0.016) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.016) 1px, transparent 1px);
    background-size: auto, auto, auto, 56px 56px, 56px 56px;
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.28;
    color: var(--primary-color);
    letter-spacing: 0.02em;
}

.blur-image {
    filter: blur(2px);
}

/* Navigation — solid white bar */
.navbar,
.navbar-re {
    background: #ffffff;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: var(--transition);
    z-index: 1030;
}

.navbar-brand img {
    height: 48px;
    width: auto;
    max-width: min(200px, 52vw);
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 4px;
    padding: 0.5rem 0.65rem !important;
    position: relative;
    transition: var(--transition);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
    border-radius: 2px;
    transition: var(--transition);
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-contact .btn {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.navbar-contact .btn:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* Hero — modern listing hero */
.hero-section {
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 560px;
    overflow: hidden;
}

.hero-section .carousel-item {
    height: 100vh;
    min-height: 560px;
    position: relative;
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.88) saturate(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    /* Softer on dark/night renders so towers stay readable */
    background: linear-gradient(
        165deg,
        rgba(12, 20, 36, 0.42) 0%,
        rgba(21, 34, 56, 0.28) 45%,
        rgba(12, 20, 36, 0.52) 100%
    );
    pointer-events: none;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
    z-index: 2;
    width: 100%;
    padding: 0 1rem;
}

.hero-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-tagline {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 4.5vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.4);
}

.hero-headline {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: var(--white);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-location {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    opacity: 0.95;
    margin-bottom: 1rem;
}

.hero-divider {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 2px;
    margin: 1rem auto 1.25rem;
}

.hero-sub {
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 0.95;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}
.hero-price {
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.btn-hero-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: var(--transition);
}

.btn-hero-outline:hover {
    color: var(--primary-dark);
    background: var(--white);
    border-color: var(--white);
}

/* Scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    animation: scrollBounce 2.5s ease-in-out infinite;
}

.hero-scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(196, 163, 90, 0.5);
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* Carousel indicators — premium */
.hero-indicators {
    bottom: 4.5rem;
}

.hero-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    transition: var(--transition);
}

.hero-indicators [data-bs-target].active {
    background: var(--gold);
    box-shadow: 0 0 12px rgba(196, 163, 90, 0.55);
}

.carousel-control-prev,
.carousel-control-next {
    width: 4%;
    max-width: 48px;
    opacity: 0.85;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
    opacity: 0.9;
    width: 1.5rem;
    height: 1.5rem;
}

/* Legacy hero classes for compatibility */
.carousel-caption h1 { font-family: var(--font-heading); }
.carousel-caption .lead { font-size: 1rem; }
.rera-text { font-size: 1rem; color: var(--gold-light); }
.possession-text { font-size: 1rem; opacity: 0.9; }
.price-text { font-family: var(--font-heading); font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-weight: 600; color: var(--gold-light); }
.carousel-caption h3 { font-family: var(--font-heading); }

/* Contact Modal */
.contact-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 400px;
}

.contact-form-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-luxury);
    border: 1px solid var(--border-color);
}

.contact-form-card h3,
.contact-form-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

/* Section Styles — Premium */
.section-padding {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.section-padding.bg-light {
    background: var(--cream) !important;
}

.section-padding:not(.bg-light) {
    background: var(--white);
}

.section-padding .lead {
    font-size: 1rem;
    color: var(--text-dark);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.section-title {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.28;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-family: var(--font-body);
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
}

.section-subtitle::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 1px;
}

/* —— Why SKA — layered mesh + glass cards */
.section-experience.section-padding.bg-light {
    background: linear-gradient(165deg,
        #fdfcfa 0%,
        #f7f2ea 38%,
        #faf8f5 72%,
        #f3efe6 100%) !important;
    position: relative;
    overflow: hidden;
}

.section-experience::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: min(70vw, 520px);
    height: min(70vw, 520px);
    background: radial-gradient(circle, rgba(15, 23, 42, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.section-experience::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: min(55vw, 400px);
    height: min(55vw, 400px);
    background: radial-gradient(circle, rgba(201, 169, 98, 0.14) 0%, transparent 65%);
    pointer-events: none;
}

.section-experience .container {
    position: relative;
    z-index: 1;
}

.experience-tagline {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 500;
    font-style: normal;
    color: var(--primary-color);
    letter-spacing: 0.02em;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(201, 169, 98, 0.12);
}

/* Highlights — editorial header + bento cards */
.section-highlights {
    position: relative;
    overflow: hidden;
}

.section-highlights.section-padding:not(.bg-light) {
    background: linear-gradient(185deg, #faf8f5 0%, #fffefb 38%, #ffffff 100%) !important;
}

.section-highlights .container {
    position: relative;
    z-index: 1;
}

.section-highlights__title {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--primary-dark);
    background: linear-gradient(125deg, var(--primary-dark) 0%, var(--primary-color) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
    .section-highlights__title {
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}

.section-highlights .section-subtitle.highlights-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.25rem;
    max-width: 100%;
}

.section-highlights .section-subtitle.highlights-kicker::before {
    content: "";
    width: min(72px, 14vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold));
    border-radius: 2px;
}

.section-highlights .section-subtitle.highlights-kicker::after {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    width: min(72px, 14vw);
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: 2px;
}

.highlights-grid {
    --bs-gutter-y: 1.35rem;
}

.highlight-card {
    position: relative;
    background: var(--white);
    padding: 1.85rem 1.35rem 1.75rem;
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid rgba(232, 228, 220, 0.95);
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.04),
        0 12px 24px -8px rgba(15, 23, 42, 0.07);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
    height: 100%;
    overflow: hidden;
}

.highlight-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
    opacity: 0.98;
}

.highlight-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--glow-brand);
    border-color: rgba(166, 139, 69, 0.28);
}

.highlight-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 1.1rem;
    font-size: 1.35rem;
    color: var(--gold-light);
    border-radius: 16px;
    background: linear-gradient(145deg, #1e293b 0%, var(--primary-dark) 100%);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
}

.highlight-card h5 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

/* Price Cards */
.price-card {
    background: var(--white);
    padding: 2.25rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.04),
        0 12px 24px -8px rgba(15, 23, 42, 0.08);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(166, 139, 69, 0.35);
}

.price-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.price-card .size {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-size: 1rem;
}

.price-card .price {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gold-dark);
    margin-bottom: 1.5rem;
}

/* Amenity Cards */
.amenity-card {
    background: var(--white);
    padding: 2rem 1rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.04),
        0 10px 20px -8px rgba(15, 23, 42, 0.07);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(166, 139, 69, 0.28);
}

.amenity-card i {
    font-size: 2.25rem;
    color: var(--gold-dark);
    margin-bottom: 1rem;
}

.amenity-card h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 600;
}

/* Floor Plan — four cards (reference layout) */
.floor-plan-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.floor-plan-card--reference {
    background: var(--white);
    padding: 1.25rem 1rem 1.5rem;
    border-radius: var(--radius-card);
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floor-plan-card--reference:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(201, 169, 98, 0.35);
}

.floor-plan-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .floor-plan-thumb {
        height: 180px;
    }
}

.floor-plan-card-title {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.floor-plan-view-btn {
    background: transparent;
    color: var(--gold-dark);
    border: 1px solid var(--gold);
    border-radius: 4px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: var(--transition);
    margin-top: auto;
}

.floor-plan-view-btn:hover {
    background: rgba(201, 169, 98, 0.12);
    color: var(--primary-dark);
    border-color: var(--gold-dark);
}

.floor-plan-view-btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(201, 169, 98, 0.35);
}

/* Location Section — Premium */
.location-map {
    margin-bottom: 3rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.location-row-horizontal {
    display: flex;
    flex-wrap: wrap;
}
.location-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(--white);
    padding: 1rem 1.25rem;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    margin-bottom: 0;
    height: 100%;
    transition: var(--transition);
}

.location-item:hover {
    border-color: rgba(166, 139, 69, 0.35);
}

.location-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 1.25rem;
    flex-shrink: 0;
}

.location-text h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    font-size: 1.05rem;
}

/* Gallery — Luxury */
/* Gallery — Slideshow (big photos + animation) */
.gallery-slideshow {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-luxury);
    border: 1px solid var(--border-color);
    background: var(--primary-dark);
}

.gallery-carousel-inner {
    border-radius: 12px;
}

.gallery-slideshow .carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.gallery-slide-img {
    width: 100%;
    height: 65vh;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
}

.gallery-indicators {
    bottom: 1rem;
}

.gallery-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    transition: var(--transition);
}

.gallery-indicators [data-bs-target].active {
    background: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 12px rgba(201, 169, 98, 0.55);
}

.gallery-control {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.7);
    border-radius: 50%;
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-control:hover {
    background: rgba(201, 169, 98, 0.35);
    opacity: 1;
}

.gallery-control .carousel-control-prev-icon,
.gallery-control .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/* Gallery fade for slideshow */
#gallerySlideshow.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#gallerySlideshow.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Contact Section — Premium */
.contact-info {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contact-item i {
    font-size: 1.75rem;
    color: var(--gold-dark);
    margin-right: 1.25rem;
}

.contact-item h5 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.contact-item p {
    color: var(--text-light);
    margin: 0;
}

/* Footer */
.footer {
    position: relative;
    z-index: 1;
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.85);
    padding: 3.5rem 0 2rem;
    text-align: center;
    border-top: 1px solid rgba(201, 169, 98, 0.22);
}

.footer p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.rera-footer {
    color: var(--gold-light);
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links a {
    color: var(--gold-light);
    text-decoration: none;
    margin: 0 1rem;
    transition: var(--transition);
}

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

.enquire-now {
    margin-top: 2rem;
}

/* Sticky EOI — vertical bar right edge (ENQUIRE NOW style) */
.sticky-eoi-middle {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sticky-eoi-middle.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.sticky-eoi-bar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-height: 200px;
    background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--white);
    text-decoration: none;
    box-shadow: -2px 0 16px rgba(15, 23, 42, 0.28);
    border-left: 1px solid rgba(201, 169, 98, 0.35);
    transition: background 0.25s ease, width 0.25s ease;
}
.sticky-eoi-bar-link:hover {
    background: linear-gradient(180deg, var(--primary-color) 0%, #1e293b 100%);
    color: var(--white);
}
.sticky-eoi-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    white-space: nowrap;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-eoi-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
    font-size: 0.95rem;
}
.sticky-eoi-bar-link:hover .sticky-eoi-icon-wrap {
    background: rgba(255, 255, 255, 0.35);
}
@media (max-width: 768px) {
    .sticky-eoi-bar-link {
        width: 46px;
        min-height: 180px;
    }
    .sticky-eoi-vertical-text {
        font-size: 0.7rem;
        letter-spacing: 0.12em;
    }
    .sticky-eoi-icon-wrap {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

/* WhatsApp Button — Refined */
.whatsapp-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    z-index: 1000;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-btn:hover {
    transform: scale(1.08);
    background: #128c7e;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

/* Hero responsive */
@media (max-width: 768px) {
    .hero-tagline {
        letter-spacing: 0.06em;
        font-size: clamp(1.75rem, 5vw, 3rem);
    }
    .hero-scroll-indicator {
        bottom: 1.5rem;
    }
    .hero-indicators {
        bottom: 3.5rem;
    }
}

/* Carousel fade */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 2.5rem;
    }

    .carousel-caption h3 {
        font-size: 1.5rem;
    }

    .price-text {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 0.7rem;
    }

    .contact-modal {
        position: static;
        width: 100%;
        margin: 2rem 0;
    }

    .location-item {
        flex-direction: row;
        text-align: left;
    }

    .location-number {
        margin-right: 0.75rem;
        margin-bottom: 0;
    }

    .gallery-slide-img {
        height: 55vh;
        min-height: 280px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 70vh;
    }

    .hero-section .carousel-item {
        height: 70vh;
    }

    .carousel-caption {
        padding: 1rem;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .price-text {
        font-size: 1.5rem;
    }

    .highlight-card,
    .amenity-card {
        margin-bottom: 1rem;
    }
}

/* Form Styles — Premium */
.form-control {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    padding: 0.85rem 1rem;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.25);
}

.btn-primary,
.btn-luxury {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    border: none;
    color: var(--primary-dark);
    padding: 0.9rem 2.25rem;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: var(--transition);
    box-shadow: 0 4px 18px rgba(166, 139, 69, 0.35);
}

.btn-primary:hover,
.btn-luxury:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(166, 139, 69, 0.4);
}

.btn-outline-primary {
    color: var(--gold-dark);
    border: 2px solid var(--gold);
    background: transparent;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: var(--transition);
}

.btn-outline-primary:hover {
    background: var(--gold);
    color: var(--primary-dark);
    border-color: var(--gold);
    transform: translateY(-2px);
}

/* Book EOI — dedicated CTA (slate navy, white text) */
a.book-eoi-btn.btn-primary,
a.book-eoi-btn.btn-luxury {
    background: linear-gradient(135deg, var(--eoi-cta-1) 0%, var(--eoi-cta-2) 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 20px rgba(30, 58, 95, 0.38);
}

a.book-eoi-btn.btn-primary:hover,
a.book-eoi-btn.btn-luxury:hover {
    background: linear-gradient(135deg, var(--eoi-cta-hover-1) 0%, var(--eoi-cta-hover-2) 100%);
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.45);
}

a.book-eoi-btn.btn-outline-primary {
    color: var(--eoi-cta-1);
    border: 2px solid var(--eoi-cta-1);
    background: transparent;
}

a.book-eoi-btn.btn-outline-primary:hover {
    background: linear-gradient(135deg, var(--eoi-cta-1) 0%, var(--eoi-cta-2) 100%);
    color: #ffffff;
    border-color: var(--eoi-cta-1);
}

.sticky-eoi-bar-link.book-eoi-btn {
    background: linear-gradient(180deg, var(--eoi-cta-1) 0%, var(--eoi-cta-2) 100%);
    border-left: 1px solid rgba(201, 169, 98, 0.45);
}

.sticky-eoi-bar-link.book-eoi-btn:hover {
    background: linear-gradient(180deg, var(--eoi-cta-hover-1) 0%, var(--eoi-cta-hover-2) 100%);
}

#eoiSubmitBtn.btn-primary {
    background: linear-gradient(135deg, var(--eoi-cta-1) 0%, var(--eoi-cta-2) 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 18px rgba(30, 58, 95, 0.35);
}

#eoiSubmitBtn.btn-primary:hover {
    background: linear-gradient(135deg, var(--eoi-cta-hover-1) 0%, var(--eoi-cta-hover-2) 100%);
    color: #ffffff;
}

/* ========== LUXURY ANIMATIONS ========== */

/* Hero entrance animations */
.animate-fade-in {
    animation: heroFadeIn 1s ease-out forwards;
    opacity: 0;
}
.animate-slide-up {
    animation: heroSlideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.55s; }
.delay-4 { animation-delay: 0.7s; }
.delay-5 { animation-delay: 0.9s; }
.animate-scale-in {
    animation: heroScaleIn 0.8s ease-out 0.35s forwards;
    opacity: 0;
}
@keyframes heroFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes heroSlideUp {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes heroScaleIn {
    from { opacity: 0; transform: scaleX(0); }
    to { opacity: 1; transform: scaleX(1); }
}

/* Scroll reveal — initial state */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}
.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal .reveal-up.revealed,
.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children when parent is revealed */
.reveal.revealed .reveal-up {
    transition-delay: calc(var(--i, 0) * 0.08s);
}

/* Experience cards — glass + gradient icon stack */
.experience-card {
    position: relative;
    text-align: center;
    padding: 1.75rem 1.5rem 1.65rem;
    border-radius: var(--radius-lg);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.65) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--stroke-glass);
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.05),
        0 18px 40px -12px rgba(15, 23, 42, 0.1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--glow-brand);
}

.experience-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1.15rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #1e293b 0%, var(--primary-dark) 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.2);
}

.experience-icon i {
    font-size: 1.35rem;
    color: var(--gold-light);
}

.experience-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
}

.experience-card p {
    color: var(--text-light);
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.65;
}

@media (min-width: 768px) {
    .experience-card {
        padding: 2rem 1.65rem 1.85rem;
    }
}

.aqualis-tagline {
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--text-dark);
    font-size: 1.15rem;
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 1s ease-in;
}

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

/* Loading Animation */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid var(--border-color);
    border-top: 5px solid var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modals — match site chrome */
.modal-content {
    border: none;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-luxury);
}
.modal-header {
    border-bottom-color: var(--border-color);
}

/* Gallery grid item aspect ratio */