/* Premium & Luxury Styles — APEX Greater Noida */

:root {
    --primary-color: #005ca9; /* Omaxe Corporate Blue */
    --primary-dark: #003666;
    --secondary-color: #1e293b;
    --gold: #da251d; /* Omaxe Red Accent */
    --gold-light: #ff5247;
    --gold-dark: #b01710;
    --accent-color: #da251d;
    --light-bg: #faf8f5;
    --cream: #faf8f5;
    --white: #ffffff;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --border-color: #e8e4dc;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --shadow-soft: 0 4px 24px rgba(15, 23, 42, 0.06);
    --shadow-luxury: 0 8px 40px rgba(15, 23, 42, 0.12);
    --transition: 0.35s 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.7;
    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;
}

/* Theme quote as subtle background */
body::before {
    content: "Omaxe Kaushambi — Delhi NCR's Next Iconic Transit-Oriented Commercial Landmark.";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 2rem;
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    color: var(--primary-color);
    opacity: 0.06;
    pointer-events: none;
    max-width: 900px;
    margin: 0 auto;
}

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 — Premium */
.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    transition: var(--transition);
}

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

.navbar-nav .nav-link {
    color: #000000 !important;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    margin: 0 6px;
    padding: 0.5rem 0.75rem !important;
    position: relative;
    transition: var(--transition);
}

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

.navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7) !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 Section — Premium Front */
.hero-section {
    position: relative;
    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;
    filter: brightness(0.7);
}

/* Hero render: tower left, open sky right — bias framing so headline sits over lighter sky */
.hero-bg-img--tower {
    object-position: 62% center;
}

.hero-bg-img--crop-heavy {
    transform: scale(1.55);
    transform-origin: center center;
}

.hero-bg-img--crop-light {
    transform: scale(1.15);
    transform-origin: center center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
        rgba(15, 23, 42, 0.5) 0%,
        rgba(15, 23, 42, 0.35) 40%,
        rgba(15, 23, 42, 0.6) 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.12em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.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: 72px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    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-light);
    box-shadow: 0 0 12px rgba(13, 148, 136, 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(13, 148, 136, 0.6);
}

.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: 12px;
    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;
}

.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.85rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    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: 40px;
    height: 2px;
    background: var(--gold);
}

/* Highlights Section — Luxury cards */
.highlight-card {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--gold);
    transition: var(--transition);
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-top-color: var(--gold-dark);
}

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

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

/* Price Cards — Premium */
.price-card {
    background: var(--white);
    padding: 2.25rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(13, 148, 136, 0.4);
}

.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 — Luxury */
.amenity-card {
    background: var(--white);
    padding: 2rem 1rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(13, 148, 136, 0.3);
}

.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: 8px;
    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: Georgia, 'Times New Roman', Times, serif;
    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: 8px;
    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(13, 148, 136, 0.3);
}

.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(13, 148, 136, 0.6);
}

.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(13, 148, 136, 0.3);
    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 — Luxury */
.footer {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.85);
    padding: 3.5rem 0 2rem;
    text-align: center;
    border-top: 1px solid rgba(13, 148, 136, 0.2);
}

.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: var(--primary-dark);
    color: var(--white);
    text-decoration: none;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(201, 169, 98, 0.3);
    transition: background 0.25s ease, width 0.25s ease;
}
.sticky-eoi-bar-link:hover {
    background: var(--primary-color);
    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-caption {
        top: calc(50% + 40px) !important;
        transform: translate(-50%, -50%) !important;
    }
    .pricing-chip {
        padding: 0.5rem 1.25rem;
    }
    .chip-value {
        font-size: 1.3rem;
    }
    .chip-label {
        font-size: 0.75rem;
    }
    .promo-text {
        font-size: 0.8rem;
    }
    .hero-promo-badge {
        padding: 0.4rem 1.25rem;
        margin-bottom: 1.25rem;
    }
    .hero-badge {
        padding: 0.4rem 1.25rem;
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }
}

/* 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: 1.5rem;
    }

    .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: 100vh;
        min-height: 640px;
    }

    .hero-section .carousel-item {
        height: 100vh;
        min-height: 640px;
    }

    .carousel-caption {
        padding: 1rem;
        top: calc(50% + 45px) !important;
    }

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

    .hero-brand {
        font-size: 2.2rem !important;
        line-height: 1.15;
    }

    .pricing-chip {
        padding: 0.5rem 1rem !important;
        width: 100%;
        max-width: 280px;
    }

    .chip-value {
        font-size: 1.25rem !important;
    }

    .hero-badge {
        font-size: 0.72rem !important;
        padding: 0.35rem 0.75rem !important;
        margin-bottom: 0.5rem !important;
    }

    .hero-promo-badge {
        padding: 0.35rem 0.75rem !important;
        margin-bottom: 1rem !important;
    }

    .promo-text {
        font-size: 0.75rem !important;
    }

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

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

/* Form Styles — Premium */
.form-control {
    border-radius: 6px;
    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(13, 148, 136, 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: 6px;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: var(--transition);
}

.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 6px 20px rgba(13, 148, 136, 0.35);
}

.btn-outline-primary {
    color: var(--gold-dark);
    border: 2px solid var(--gold);
    background: transparent;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    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);
}

/* ========== 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 (AQUALIS) */
.experience-card {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--gold);
    transition: var(--transition);
    height: 100%;
}
.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-top-color: var(--gold-dark);
}
.experience-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.2), rgba(13, 148, 136, 0.08));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience-icon i {
    font-size: 1.5rem;
    color: var(--gold-dark);
}
.experience-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.experience-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}
.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); }
}

/* FAQ Section Styles for SEO/AEO/GEO */
.faq-section {
    background: var(--white);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--cream);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-soft);
    border-color: rgba(0, 92, 169, 0.3);
}

.faq-question {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.9rem;
    color: var(--accent-color);
    transition: transform 0.3s ease;
}

details[open] .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem 1.25rem;
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Gallery grid item aspect ratio */

/* ========== HERO PANEL HIGHLIGHTS ========== */
.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(218, 37, 29, 0.15); /* Light red tint */
    border: 1px solid rgba(218, 37, 29, 0.4);
    color: #ff8e88;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(218, 37, 29, 0.15);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.hero-brand {
    font-size: clamp(1.8rem, 6vw, 4.2rem);
    background: linear-gradient(135deg, #ffffff 40%, #cce5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 20px rgba(0, 92, 169, 0.3);
    letter-spacing: 0.04em;
}

.hero-pricing-box {
    margin: 1.5rem 0;
}

.pricing-chip {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.pricing-chip:hover {
    transform: translateY(-3px);
    border-color: #005ca9;
    box-shadow: 0 12px 40px rgba(0, 92, 169, 0.5);
}

.pricing-chip--hotel {
    border-color: rgba(218, 37, 29, 0.3);
}

.pricing-chip--hotel:hover {
    border-color: #da251d;
    box-shadow: 0 12px 40px rgba(218, 27, 29, 0.5);
}

.chip-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.chip-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--font-heading);
}

.pricing-chip--hotel .chip-value {
    color: #ff9e99;
}

.hero-promo-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 2rem;
    backdrop-filter: blur(4px);
}

.promo-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.03em;
}

/* Micro pulse animation */
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.animate-pulse {
    animation: pulse 1.5s infinite;
}

/* ==========================================
   NEW DATA-DRIVEN SECTIONS CUSTOM STYLES
   ========================================== */

/* Payment Schedules & Tabs */
.payment-tabs {
    margin-bottom: 2rem;
}

.payment-tabs .nav-link {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    margin: 0 8px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 30px;
    padding: 0.7rem 1.6rem;
    transition: var(--transition);
}

.payment-tabs .nav-link:hover {
    color: var(--gold-dark);
    border-color: var(--gold-dark);
}

.payment-tabs .nav-link.active {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 92, 169, 0.25);
}

.payment-table-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-luxury);
    border: 1px solid var(--border-color);
    padding: 2rem;
    margin-top: 1.5rem;
}

.payment-table {
    margin-bottom: 0;
}

.payment-table th {
    font-family: var(--font-heading);
    color: var(--primary-color);
    border-bottom: 2px solid var(--border-color);
    padding: 1.1rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.payment-table td {
    padding: 1.3rem 1.1rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-dark);
    font-size: 0.95rem;
}

.stage-badge {
    background: rgba(0, 92, 169, 0.08);
    color: var(--primary-color);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    display: inline-block;
}

.text-normal {
    font-weight: normal;
}

/* Supply vs Demand Deficit Cards */
.deficit-main-card {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    border-radius: 12px;
    color: var(--white);
    height: 100%;
    box-shadow: var(--shadow-luxury);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.deficit-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 92, 169, 0.4);
}

.deficit-main-card.bg-navy {
    background: linear-gradient(135deg, #0d1527 0%, #1e293b 100%);
}

.deficit-main-card.bg-navy:hover {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.4);
}

.icon-large {
    font-size: 3rem;
    color: #ffd666;
}

.text-warning-light {
    color: #ffe58f;
    letter-spacing: 0.05em;
}

.bg-dark-overlay {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.deficit-badge {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
}

.deficit-details-card,
.catchment-card,
.yield-table-card,
.benchmarking-card,
.travel-times-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.deficit-metric-item {
    background: var(--cream);
    padding: 1.4rem;
    border-radius: 8px;
    border-left: 5px solid var(--primary-color);
    height: 100%;
    transition: var(--transition);
}

.deficit-metric-item:hover {
    transform: translateX(4px);
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.deficit-metric-item.highlight {
    border-left-color: var(--gold);
}

.metric-value {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 0.3rem;
}

.deficit-metric-item.highlight .metric-value {
    color: var(--gold);
}

.metric-label {
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 600;
    line-height: 1.4;
}

/* Workforce & Catchment Styles */
.catchment-card {
    height: 100%;
}

.segment-list .segment-item {
    margin-bottom: 1.4rem;
}

.segment-list span {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-dark);
}

.text-small {
    font-size: 0.82rem;
}

.segment-list .progress {
    height: 10px;
    background-color: var(--border-color);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0.4rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
}

.segment-list .progress-bar {
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    border-radius: 5px;
}

.segment-list .progress-bar.bg-success {
    background: linear-gradient(90deg, #10b981, #047857) !important;
}

.gateway-box {
    border-left: 4px solid var(--gold) !important;
    background: var(--cream) !important;
}

.text-gold-dark {
    color: var(--gold);
}

/* Hotel Projections & Yields */
.competitor-rates-card {
    border-top: 4px solid var(--primary-color) !important;
}

.competitor-rates-card li {
    padding: 0.5rem 0;
}

.competitor-rates-card span {
    font-weight: 500;
    color: var(--text-dark);
}

.competitor-rates-card strong {
    color: var(--primary-color);
}

/* Tables for yields & benchmarking */
.yield-table,
.benchmark-table {
    margin-bottom: 0;
}

.yield-table th,
.benchmark-table th {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.yield-table td,
.benchmark-table td {
    padding: 1rem 0.9rem;
    font-size: 0.95rem;
    border: 1px solid var(--border-color);
}

.yield-table tr:hover,
.benchmark-table tr:hover {
    background-color: rgba(0, 92, 169, 0.03);
}

.yield-table tr.table-warning,
.benchmark-table tr.table-warning {
    background-color: rgba(254, 243, 199, 0.6) !important;
}

.bg-cream {
    background: var(--cream);
}

.drivers-box {
    background: var(--cream) !important;
}

.text-small {
    font-size: 0.8rem;
}

/* Travel timeline */
.travel-timeline .timeline-item {
    padding: 0.75rem 0;
    font-size: 0.95rem;
    transition: var(--transition);
}

.travel-timeline .timeline-item:hover {
    transform: translateX(4px);
}

.travel-timeline span {
    font-weight: 500;
    color: var(--text-dark);
}

.travel-timeline span i {
    width: 24px;
}

.travel-timeline strong {
    color: var(--gold);
}

.reality-box {
    border-top: 4px solid var(--gold) !important;
}

.reality-box .col-sm-6 {
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.4rem;
}

.callbtn_float{
    position:fixed;
    bottom:30px;
    right:25px;
    width:60px;
    height:60px;
    background: #bc0b1c;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #1c1b1b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(0,0,0,0.25);
    z-index:9999;
    transition:0.3s ease;
    animation:callbtnPulse 2s infinite;
}

.callbtn_float:hover{
    transform:scale(1.1);
    background:#bc0b1c;
    color:#fff;
}

@keyframes callbtnPulse{
    0%{
        box-shadow:0 0 0 0 rgb(211 37 53 / 60%);
    }
    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

/* Responsiveness fixes for new sections */
@media (max-width: 768px) {
    .deficit-metric-item {
        padding: 1rem;
    }
    
    .yield-table th, .yield-table td,
    .benchmark-table th, .benchmark-table td {
        font-size: 0.85rem;
        padding: 0.6rem;
    }
    
    .payment-tabs .nav-link {
        font-size: 0.85rem;
        padding: 0.5rem 1.1rem;
        margin: 5px;
    }
    
    .callbtn_float{
        width:55px;
        height:55px;
        font-size:30px;
        right:15px;
        bottom:15px;
    }
}