@font-face {
    font-family: "PlayfairDisplay-Regular";
    src: url('../fonts/PlayfairDisplay-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "ZonaPro-Regular";
    src: url('../fonts/ZonaPro-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "PlayfairDisplay-Bold";
    src: url('../fonts/PlayfairDisplay-Bold.ttf');
    font-display: swap;
}

::-webkit-scrollbar {
    width: 3px
}

:root {
    --gold: #996f2b;
    --gold-light: #e8d5a3;
    --dark: #080808;
    --dark2: #111111;
    --dark3: #1a1a1a;
    --cream: #f5f0e8;
    --cream2: #ede8de;
    --white: #ffffff;
    --muted: #777;
    /* --fd: 'Cormorant Garamond', serif;
    --fb: 'Jost', sans-serif; */
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--dark);
    color: var(--cream);
    /* font-family: var(--fb); */
    font-weight: 300;
    font-family: 'ZonaPro-Regular', sans-serif !important;

    overflow-x: hidden;
    letter-spacing: 0.02rem;
    word-spacing: 0.08rem;
}

::-webkit-scrollbar-track {
    background: var(--dark)
}

::-webkit-scrollbar-thumb {
    background: #996f2b
}

/* CURSOR */
.cursor-dot {
    width: 8px;
    height: 8px;
    background: #996f2b;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%)
}

.cursor-ring {
    width: 36px;
    height: 36px;
    border: 1px solid #996f2b;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    opacity: .5
}

/* PRELOADER */
#preloader .pre-logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.paraheadig {
    font-size: 10px;
}

.pre-text {
    font-family: "PlayfairDisplay-Regular";
}

/* Shine overlay */
#preloader .pre-logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(197, 160, 89, 0) 0%,
            rgba(197, 160, 89, 0.4) 40%,
            rgba(255, 215, 120, 0.8) 50%,
            rgba(197, 160, 89, 0.4) 60%,
            rgba(197, 160, 89, 0) 100%);
    transform: skewX(-20deg);
}

/* Animation */
#preloader .pre-logo::after {
    animation: shineMove 2s infinite;
}

@keyframes shineMove {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

#preloader {
    position: fixed;
    inset: 0;
    background: #203f2e;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px
}

.pre-logo {
    font-family: "PlayfairDisplay-Bold";
    font-size: clamp(3rem, 8vw, 6rem);
    color: #996f2b;
    letter-spacing: .3em;
    opacity: 0
}

.pre-line {
    width: 0;
    height: 1px;
    background: #996f2b
}

/* NAVBAR */
#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    transition: all .5s;
    border-bottom: 1.5px solid #fff;
    background: #203f2e
}

#mainNav.scrolled {
    background: #203f2e;
    backdrop-filter: blur(20px);
    padding: 20px 0;
    border-bottom: 1.5px solid #fff
}

.nav-brand {
    font-family: "PlayfairDisplay-Bold";
    font-size: 2rem;
    color: #996f2b !important;
    letter-spacing: .25em;
    text-decoration: none;
    font-weight: 300
}

.nav-brand span {
    color: var(--white)
}

.navbar-toggler {
    border: 1px solid #996f2b;
    border-radius: 0;
    padding: 6px 10px
}

.navbar-toggler-icon {
    filter: invert(1)
}

.imglogo {
    width: 100px;
    position: absolute;
    top: 0;
    background: #203f2e;
}

.nav-link-custom {
    color: var(--cream) !important;
    /* font-family: var(--fb); */
    font-weight: 300;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 8px 16px !important;
    position: relative;
    transition: color .3s
}

.nav-link-custom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: #996f2b;
    transition: all .3s;
    transform: translateX(-50%)
}

.nav-link-custom:hover {
    color: #996f2b !important
}

.nav-link-custom:hover::after {
    width: 60%
}

.nav-cta {
    background: #996f2b;
    color: #fff !important;
    padding: 10px 22px !important;
    font-weight: 500;
    letter-spacing: .12em;
    transition: all .3s !important
}

.nav-cta::after {
    display: none !important
}

.nav-cta:hover {
    background: var(--white) !important;
    color: var(--dark) !important
}

/* SECTION LABELS */
.section-tag {
    display: inline-block;
    font-size: .62rem;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: #996f2b;
    font-weight: 600;
    border: 1px solid rgb(185 142 51);
    padding: 6px 18px;
    margin-bottom: 18px
}

.section-heading {
    font-family: "PlayfairDisplay-Bold";
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 800;
    /* line-height: 1.1;*/
    color: var(--white)
}

.section-heading em {
    color: #996f2b;
    font-style: normal
}

.gold-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, #996f2b, transparent);
    margin: 18px 0
}

/* BUTTONS */
.btn-sg {
    background: transparent;
    border: 1px solid #996f2b;
    color: #000;
    /* font-family: var(--fb); */
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    padding: 13px 34px;
    position: relative;
    overflow: hidden;
    transition: color .4s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}

.btn-sg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #996f2b;
    transform: translateX(-101%);
    transition: transform .4s ease;
    z-index: -1
}

.btn-sg:hover {
    color: #000
}

.btn-sg:hover::before {
    transform: translateX(0)
}

.btn-ss {
    background: #996f2b;
    border: 1px solid #996f2b;
    color: #fff;
    /* font-family: var(--fb); */
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    padding: 13px 34px;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}

.btn-ss:hover {
    background: #fff;
    color: #203f2e
}

/* HERO */
#heroSection {
    position: relative;
    /* height: 100vh; */
    overflow: hidden
}

.hero-slide {
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
    position: relative
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .28) 55%, rgba(0, 0, 0, .6) 100%) */
}

.hero-content {
    position: absolute;
    bottom: 18%;
    left: 8%;
    max-width: 680px
}

#home {
    margin-top: 75px;

}

.hero-tag {
    font-size: .62rem;
    letter-spacing: .4em;
    color: var(--gold-light);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
    opacity: 0
}

.hero-title {
    font-family: "PlayfairDisplay-Bold";
    font-size: clamp(3rem, 7vw, 6.2rem);
    font-weight: 300;
    color: var(--white);
    line-height: 1;
    margin-bottom: 18px;
    opacity: 0
}

.hero-title em {
    color: #996f2b;
    font-style: normal
}

.hero-sub {
    font-size: .83rem;
    letter-spacing: .1em;
    color: rgba(245, 240, 232, .7);
    margin-bottom: 32px;
    opacity: 0
}

.hero-scroll-hint {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: .5
}

.hero-scroll-hint span {
    font-size: .58rem;
    letter-spacing: .3em;
    color: var(--cream2);
    text-transform: uppercase
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, #996f2b, transparent);
    animation: sp 2s infinite
}

@keyframes sp {

    0%,
    100% {
        transform: scaleY(1);
        opacity: 1
    }

    50% {
        transform: scaleY(.5);
        opacity: .3
    }
}

#heroSlider .owl-dots {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px
}

#heroSlider .owl-dot span {
    width: 2px !important;
    height: 28px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .25) !important;
    margin: 0 !important;
    transition: all .3s !important
}

#heroSlider .owl-dot.active span {
    background: #996f2b !important;
    display: none;
    height: 48px !important
}

/* ABOUT */
#Overview {
    padding: 55px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

#Overview::before {
    /* content: 'STE'; */
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "PlayfairDisplay-Bold";
    font-size: 18vw;
    color: rgba(201, 169, 110, .035);
    pointer-events: none;
    white-space: nowrap
}


#developer {
    padding: 55px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

#developer::before {
    /* content: 'STE'; */
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "PlayfairDisplay-Bold";
    font-size: 18vw;
    color: rgba(201, 169, 110, .035);
    pointer-events: none;
    white-space: nowrap
}

.about-img-main {
    width: 100%;
    height: 496px;
    object-fit: cover
}

.about-img-accent {
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 200px;
    height: 260px;
    object-fit: cover;
    border: 6px solid rgb(153 111 43)
}

.feature-item {
    display: flex;
    margin: 0 auto;
    gap: 46px;
    text-align: center;
    justify-content: center;
}

.about-badge {
    position: absolute;
    top: 40px;
    left: -25px;
    background: #996f2b;
    color: var(--dark);
    padding: 18px 20px;
    text-align: center
}

.about-badge .num {
    font-family: "PlayfairDisplay-Bold";
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1;
    display: block
}

.about-badge .lbl {
    font-size: .58rem;
    letter-spacing: .2em;
    text-transform: uppercase
}

.about-stats {
    display: flex;
    gap: 36px;
    margin-top: 36px;
    flex-wrap: wrap
}

.stat-num {
    font-family: "PlayfairDisplay-Bold";
    font-size: 2.8rem;
    color: #996f2b;
    font-weight: 300;
    line-height: 1
}

.stat-lbl {
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 4px
}



/* AMENITIES - image cards */
/* â”€â”€â”€ Global â”€â”€â”€ */
#amenities-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#amenities-root {

    background: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

/* â”€â”€â”€ Hero Section â”€â”€â”€ */
#amenities-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
    background: #fff;
}

/* Faint watermark jellyfish */
#amenities-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    background: url('https://www.transparentpng.com/thumb/jellyfish/jellyfish-transparent-background-png-2.png') no-repeat center/contain;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}

/* â”€â”€â”€ Left Content â”€â”€â”€ */
.amenities-left-col {
    position: relative;
    z-index: 1;
}

.amenities-discover-label {

    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.amenities-main-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 900;
    color: var(--primary-dark);
    line-height: 1.05;
    margin-bottom: 22px;
}

.amenities-divider {
    width: 58px;
    height: 3px;
    background: var(--primary-blue);
    border: none;
    margin-bottom: 28px;
    border-radius: 2px;
}

.amenities-description {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.75;
    max-width: 400px;
    margin-bottom: 40px;
}

.amenities-download-btn {
    display: inline-block;
    padding: 14px 36px;
    border: 2px solid #b0bec5;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--primary-dark);
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.amenities-download-btn:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 79, 140, 0.22);
}

/* â”€â”€â”€ Right Slider Column â”€â”€â”€ */
.amenities-right-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Carousel track */
#amenities-slider-track {
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card base */
.amenities-animal-card {
    position: absolute;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, width, height, opacity, z-index;
}

/* Active (center) card */
.amenities-animal-card.amenities-active {
    width: 240px;
    height: 420px;
    z-index: 10;
    transform: translateX(0) scale(1);
    opacity: 1;
}

/* Previous card (left) */
.amenities-animal-card.amenities-prev {
    width: 200px;
    height: 370px;
    z-index: 5;
    transform: translateX(-200px) scale(0.92);
    opacity: 0.72;
}

/* Next card (right) */
.amenities-animal-card.amenities-next {
    width: 200px;
    height: 370px;
    z-index: 5;
    transform: translateX(200px) scale(0.92);
    opacity: 0.72;
}

/* Hidden cards */
.amenities-animal-card.amenities-hidden {
    width: 180px;
    height: 340px;
    z-index: 1;
    transform: translateX(0) scale(0.78);
    opacity: 0;
    pointer-events: none;
}

/* Card image */
.amenities-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Card overlay (only on active) */
.amenities-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 22px 30px;
    background: linear-gradient(to top, rgba(10, 28, 55, 0.88) 55%, transparent);
    color: var(--white);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.amenities-animal-card.amenities-active .amenities-card-overlay {
    opacity: 1;
}

.amenities-card-animal-name {

    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amenities-card-animal-desc {
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.amenities-explore-btn {
    display: inline-block;
    padding: 10px 30px;
    background: var(--white);
    color: var(--primary-dark);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amenities-explore-btn:hover {
    background: var(--accent);
    color: var(--white);
    transform: scale(1.04);
}

/* â”€â”€â”€ Dots â”€â”€â”€ */
#amenities-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

.amenities-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.amenities-dot.amenities-dot-active {
    background: #000;
    transform: scale(1.3);
}

/* â”€â”€â”€ Responsive â”€â”€â”€ */
@media (max-width: 991px) {
    #amenities-hero {
        padding: 50px 0 40px;
        min-height: auto;
    }

    .amenities-left-col {
        text-align: center;
        margin-bottom: 50px;
    }

    .amenities-description {
        margin-left: auto;
        margin-right: auto;
    }

    .amenities-divider {
        margin-left: auto;
        margin-right: auto;
    }

    #amenities-slider-track {
        height: 400px;
    }

    .amenities-animal-card.amenities-active {
        width: 200px;
        height: 360px;
    }

    .amenities-animal-card.amenities-prev,
    .amenities-animal-card.amenities-next {
        width: 165px;
        height: 310px;
        transform: translateX(-170px) scale(0.9);
    }

    .amenities-animal-card.amenities-next {
        transform: translateX(170px) scale(0.9);
    }
}

@media (max-width: 575px) {
    #amenities-slider-track {
        height: 360px;
    }

    .amenities-animal-card.amenities-active {
        width: 185px;
        height: 320px;
    }

    .amenities-animal-card.amenities-prev {
        transform: translateX(-150px) scale(0.88);
        width: 150px;
        height: 270px;
    }

    .amenities-animal-card.amenities-next {
        transform: translateX(150px) scale(0.88);
        width: 150px;
        height: 270px;
    }

    .amenities-main-heading {
        font-size: 2.6rem;
    }
}

/* â”€â”€â”€ Fade-in Animation â”€â”€â”€ */
@keyframes amenitiesFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.amenities-left-col .amenities-discover-label {
    animation: amenitiesFadeUp 0.6s ease both;
    animation-delay: 0.1s;
}

.amenities-left-col .amenities-main-heading {
    animation: amenitiesFadeUp 0.6s ease both;
    animation-delay: 0.25s;
}

.amenities-left-col .amenities-divider {
    animation: amenitiesFadeUp 0.6s ease both;
    animation-delay: 0.38s;
}

.amenities-left-col .amenities-description {
    animation: amenitiesFadeUp 0.6s ease both;
    animation-delay: 0.48s;
}

.amenities-left-col .amenities-download-btn {
    animation: amenitiesFadeUp 0.6s ease both;
    animation-delay: 0.58s;
}

#amenities-slider-track {
    animation: amenitiesFadeUp 0.8s ease both;
    animation-delay: 0.35s;
}


/* NAV BUTTONS */
.owl-nav-wrap {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 34px
}

.owl-nb {
    width: 50px;
    height: 50px;
    border: 1px solid #996f2b;
    background: transparent;
    color: #996f2b;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s;
    position: relative;
    overflow: hidden
}

.owl-nb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #996f2b;
    transform: scale(0);
    transition: transform .35s;
    z-index: 0
}

.owl-nb:hover {
    color: var(--dark)
}

.owl-nb:hover::before {
    transform: scale(1)
}

.owl-nb i {
    position: relative;
    z-index: 1
}

/* PARALLAX */
.parallax-sec {
    position: relative;
    padding: 55px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.parallax-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .68)
}

.parallax-inner {
    position: relative;
    z-index: 1
}

.gold-sep {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 18px 0
}

.gold-sep::before,
.gold-sep::after {
    content: '';
    flex: 1;
    height: 1px
}

.gold-sep::before {
    background: linear-gradient(90deg, transparent, rgba(201, 169, 110, .4))
}

.gold-sep::after {
    background: linear-gradient(90deg, rgba(201, 169, 110, .4), transparent)
}

.gold-sep i {
    color: #996f2b;
    font-size: .7rem
}

/* GALLERY */


/* ── SECTION ─────────────────────────────────── */
#configuration {
    padding: 55px 0px;
    position: relative;
    overflow: hidden;
    background-color: #fff !important;
}

/* ambient glow behind section */
#configuration::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(184, 151, 58, .07) 0%, transparent 70%);
    pointer-events: none;
}

.cfg-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    position: relative;
    z-index: 1;
}

/* ── HEADER ──────────────────────────────────── */
.cfg-header {
    text-align: center;
    margin-bottom: 80px;
}

.cfg-tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    font-size: .68rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    opacity: 0;
}

.cfg-tag::before,
.cfg-tag::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    opacity: .6;
}

.cfg-heading {

    font-size: clamp(2.6rem, 4vw, 4.2rem);
    font-weight: 300;
    color: var(--charcoal);
    line-height: 1.1;
    overflow: hidden;
}

.cfg-heading em {
    font-style: italic;
    color: var(--gold);
}

.cfg-heading .lw {
    overflow: hidden;
    display: block;
}

.cfg-heading .li {
    display: block;
    transform: translateY(110%);
}

.cfg-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    opacity: 0;
}

.cfg-divider::before,
.cfg-divider::after {
    content: '';
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.cfg-divider::after {
    background: linear-gradient(270deg, transparent, var(--gold));
}

.cfg-diamond {
    width: 7px;
    height: 7px;
    background: var(--gold);
    transform: rotate(45deg);
}

/* ── GRID ────────────────────────────────────── */
.cfg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}

/* ── CARD ────────────────────────────────────── */
.cfg-card {
    background: #203f2e;
    border: 1px solid rgba(184, 151, 58, .2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
    transition: border-color .4s, box-shadow .4s;
}

.cfg-card:hover {
    border-color: rgba(184, 151, 58, .6);
    box-shadow: 0 20px 60px rgba(184, 151, 58, .1), 0 4px 16px rgba(0, 0, 0, .06);
}

/* top gold line that grows on hover */
.cfg-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width .6s cubic-bezier(.77, 0, .175, 1);
    z-index: 2;
}

.cfg-card:hover::before {
    width: 100%;
}

/* inner padding */
.cfg-body {
    padding: 44px 44px 36px;
}

/* index number watermark */
.cfg-index {
    position: absolute;
    top: 24px;
    right: 32px;

    font-size: 5rem;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px rgba(184, 151, 58, .12);
    line-height: 1;
    user-select: none;
    pointer-events: none;
    transition: opacity .4s;
}

.cfg-card:hover .cfg-index {
    -webkit-text-stroke-color: rgba(184, 151, 58, .22);
}

/* BHK badge */
.cfg-bhk {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-size: 1.5rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 4px;
}

.cfg-bhk::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
}

/* type name */
.cfg-type {

    font-size: 1.6rem;
    font-weight: 300;
    color: var(--charcoal);
    line-height: 1;
    margin-bottom: 6px;
}

.cfg-type span {
    font-style: italic;
    font-size: 1.6rem;
    color: var(--text-muted);
    font-weight: 300;
}

/* subtitle */
.cfg-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 36px;
}

/* stats row */
.cfg-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid #996f2b;
    border-left: 1px solid #996f2b;
    margin-bottom: 40px;
}

.cfg-stat {
    padding: 20px 22px;
    border-right: 1px solid #996f2b;
    border-bottom: 1px solid #996f2b;
    position: relative;
    overflow: hidden;
}

.cfg-stat::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-dim);
    opacity: 0;
    transition: opacity .3s;
}

.cfg-card:hover .cfg-stat::after {
    opacity: 1;
}

.cfg-stat-label {
    font-size: .67rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.cfg-stat-value {

    font-size: 1.3rem;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.1;
}

.cfg-stat-unit {
    font-size: .75rem;
    font-weight: 300;
    color: var(--text-muted);
    margin-left: 4px;
}

/* CTA button */
.cfg-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: -19px 0px;
    font-size: .67rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--charcoal);
    text-decoration: none;
    padding: 16px 36px;
    border: 1px solid var(--gold);
    position: relative;
    overflow: hidden;
    transition: color .4s;
}

.cfg-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--charcoal);
    transform: translateX(-101%);
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    z-index: 0;
}

.cfg-btn:hover::before {
    transform: translateX(0);
}

.cfg-btn:hover {
    color: var(--gold-pale);
}

.cfg-btn span,
.cfg-btn i {
    position: relative;
    z-index: 1;
}

.cfg-btn i {
    display: inline-block;
    width: 22px;
    height: 1px;
    background: currentColor;
    position: relative;
    z-index: 1;
    transition: width .3s;
}

.cfg-btn i::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.cfg-btn:hover i {
    width: 34px;
}

/* card bottom accent bar */
.cfg-accent-bar {
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
}

.cfg-card:hover .cfg-accent-bar {
    transform: scaleX(1);
}

/* ── BOTTOM NOTE ──────────────────────────────── */
.cfg-note {
    text-align: center;
    margin-top: 60px;
    font-size: .75rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cfg-note::before,
.cfg-note::after {
    content: '';
    width: 48px;
    height: 1px;
    background: var(--gold);
    opacity: .4;
}

/* ── RESPONSIVE ───────────────────────────────── */
@media(max-width:900px) {
    .cfg-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .cfg-container {
        padding: 0 28px;
    }
}

@media(max-width:520px) {
    .cfg-body {
        padding: 32px 28px 28px;
    }

    .cfg-type {
        font-size: 2.2rem;
    }

    .cfg-stats {
        grid-template-columns: 1fr 1fr;
    }
}

/* CONTACT */
#contact {
    padding: 55px 0;
    background: #fff
}

.contact-img-col {
    position: relative;
    overflow: hidden
}

.contact-img-col img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
    display: block
}

.contact-img-col::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right, transparent 40%, rgb(18 18 18)) */
}

.contact-overlay-info {
    position: absolute;
    bottom: 48px;
    left: 34px;
    z-index: 2
}

.contact-form-wrap {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(201, 169, 110, .15);
    backdrop-filter: blur(18px);
    padding: 52px 46px;
    height: 100%
}

/* FORMS - clean no country code */
.form-label-s {
    font-size: .90rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
    display: block
}

.form-ctrl-s {
    background: rgba(255, 255, 255, 0) !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: var(--fb) !important;
    font-size: .85rem !important;
    padding: 12px 40px 12px 0 !important;
    width: 100%;
    transition: border-color .3s, background .3s !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-ctrl-s:focus {
    border-bottom-color: #996f2b !important;
    background: transparent !important
}

.form-ctrl-s::placeholder {
    color: rgba(255, 255, 255, .22) !important
}

.form-ctrl-s option {
    background: rgb(18 18 18);
    color: var(--cream)
}

.field-wrap {
    position: relative;
    margin-bottom: 24px
}

.field-icon {
    position: absolute;
    right: 4px;
    top: 12px;
    color: rgba(201, 169, 110, .4);
    font-size: .82rem;
    pointer-events: none
}

.form-err {
    font-size: .62rem;
    color: #e07878;
    letter-spacing: .08em;
    margin-top: 5px;
    display: none
}

.form-err.show {
    display: block
}

/* POPUP */
#popupOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 99997;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px)
}

#popupOverlay.active {
    display: flex
}

.popup-box {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(201, 169, 110, .25);
    max-width: 490px;
    width: 95%;
    padding: 54px 46px;
    position: relative;
    animation: popIn .5s ease forwards
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(.9) translateY(22px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    background: rgba(201, 169, 110, .1);
    border: 1px solid rgba(201, 169, 110, .3);
    color: #996f2b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    transition: all .3s
}

.popup-close:hover {
    background: #996f2b;
    color: var(--dark)
}

/* FOOTER */
:root {
    --ft-bg: #121212;
    --ft-border: #1c1c1c;
    --ft-gold: #996f2b;
    --ft-gold-dim: rgba(200, 169, 110, 0.08);
    --ft-gold-border: rgba(200, 169, 110, 0.15);
    --ft-white: #ffffff;
    --ft-text: #a3a3a3;
    --ft-muted: #6b6b6b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* ===== FOOTER ===== */
.site-footer {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ft-gold), transparent);
}

.footer-main {
    padding: 50px 0 40px;
}

/* -- Section Headings -- */
.ft-heading {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--ft-gold);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ft-heading i {
    font-size: 15px;
}

.ft-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #fff;
    margin-left: 8px;
}

/* ===== LEFT: RERA & QR ===== */
.rera-card {
    background: var(--ft-gold-dim);
    border: 1px solid var(--ft-gold-border);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.rera-card:hover {
    border-color: rgba(200, 169, 110, 0.35);
    background: rgba(200, 169, 110, 0.12);
}

.rera-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
}

.rera-number {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    word-break: break-all;
    letter-spacing: 0.5px;
}

.rera-verify-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 8px;
    background: rgba(200, 169, 110, 0.08);
    border: 1px solid var(--ft-gold-border);
    transition: all 0.3s ease;
}

.rera-verify-link:hover {
    background: var(--ft-gold);
    color: #000;
    transform: translateY(-1px);
}

.rera-verify-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.rera-verify-link:hover i {
    transform: translateX(2px);
}

.rera-validity {
    font-size: 11px;
    color: var(--ft-muted);
    margin-top: 10px;
}

/* QR Code */
.qr-section {
    text-align: center;
}

.qr-box {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0 0 20px rgba(200, 169, 110, 0.08);
}

.qr-box:hover {
    transform: scale(1.06);
}

.qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--ft-muted);
}

/* ===== CENTER: Address & Phone ===== */
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.c-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: var(--ft-gold-dim);
    border: 1px solid var(--ft-gold-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ft-gold);
    font-size: 17px;
    transition: all 0.3s ease;
}

.contact-row:hover .c-icon {
    background: var(--ft-gold);
    color: #fff;
    transform: translateY(-2px);
}

.c-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 5px;
}

.c-value {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.c-value a {
    color: var(--ft-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.c-value a:hover {
    color: var(--ft-gold);
}

.phone-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.phone-link i {
    color: var(--ft-gold);
    font-size: 13px;
}

.divider-line {
    height: 1px;
    background: var(--ft-border);
    margin: 20px 0;
}

/* ===== RIGHT: Disclaimer ===== */
.disclaimer-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--ft-white);
    background: var(--ft-gold-dim);
    border: 1px solid var(--ft-gold-border);
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 16px;
}

.disclaimer-badge i {
    color: var(--ft-gold);
    margin-right: 6px;
}

.disclaimer-text {
    font-size: 8px;
    line-height: 1.9;
    color: #fff;
    text-align: justify;
}

.disclaimer-text strong {
    color: #fff;
    font-weight: 500;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    border-top: 1px solid #fff !important;
    padding: 20px 0;
}

.fb-copy {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.fb-legal {
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fb-legal a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fb-legal a:hover {
    color: var(--ft-gold);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
    .footer-main {
        padding: 40px 0 30px;
    }

    .ft-rera-col,
    .ft-contact-col,
    .ft-disclaimer-col {
        margin-bottom: 38px;
    }

    .ft-rera-col:last-child,
    .ft-contact-col:last-child,
    .ft-disclaimer-col:last-child {
        margin-bottom: 0;
    }

    .ft-heading::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .footer-main {
        padding: 30px 0 25px;
    }

    .developer-project-card {
        margin: 10px;
        background: #203f2e;
        border-radius: 8px;
        padding: 20px;
        transition: 0.3s;
        height: 31vh;
    }

    .accordion-body {
        padding: 18px 3px !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin: 24px;
    }

    .amenities-left-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: -6px !important;
    }

    .ft-rera-col {
        text-align: center;
    }

    .ft-rera-col .ft-heading {
        justify-content: center;
        font-size: 20px;
    }

    .ft-contact-col {
        text-align: center;
    }

    .ft-contact-col .ft-heading {
        justify-content: center;
        font-size: 20px;
    }

    .contact-row {
        justify-content: center;
    }

    .ft-disclaimer-col {
        text-align: center;
    }

    .ft-disclaimer-col .ft-heading {
        justify-content: center;
        font-size: 20px;
    }

    .disclaimer-text {
        text-align: center;
    }

    .footer-bottom {
        text-align: center;
    }

    .fb-legal {
        justify-content: center;
    }
}

/* ===== DEMO ===== */
.demo-area {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.demo-inner {
    text-align: center;
}

.demo-inner h2 {
    font-size: 22px;
    color: var(--ft-white);
    font-weight: 600;
    margin-bottom: 6px;
}

.demo-inner p {
    font-size: 14px;
    color: var(--ft-muted);
}

.demo-arrow {
    font-size: 28px;
    color: var(--ft-gold);
    margin-top: 16px;
    animation: bnc 2s infinite;
}

@keyframes bnc {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }
}


/* OWL DOTS GLOBAL */
.owl-carousel .owl-dot span {
    background: rgba(201, 169, 110, .3) !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important
}

.owl-carousel .owl-dot.active span {
    background: #996f2b !important
}

@media(max-width:991px) {
    .about-img-accent {
        display: none
    }

    .about-badge {
        left: 0
    }

    .contact-img-col img {
        min-height: 280px
    }

    .contact-img-col::after {
        display: none
    }

    .contact-form-wrap {
        padding: 34px 24px
    }

    .popup-box {
        padding: 42px 26px
    }
}

@media(max-width:767px) {
    .hero-content {
        left: 5%;
        max-width: 92%
    }

    #heroSlider .owl-dots {
        display: none
    }

    .amen-img {
        height: 260px
    }

    .gallery-slide img {
        height: 300px
    }

    .contact-form-wrap {
        padding: 26px 18px
    }

    .footer-brand-big {
        font-size: 2.1rem
    }

    .config-table td {
        font-size: 1.1rem;
        padding: 15px;
    }
}

/* =========================================
           NEW LUXURY LOCATION SECTION STYLES
           ========================================= */

/* =============================================
           GALLERY â€” PREMIUM MAGAZINE STYLE
           ============================================= */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* --- Gallery Section Specifics --- */
#Gallery {
    background: linear-gradient(to bottom, #1a1a1a, #000);
    display: flex;
    padding: 55px 0px;
    flex-direction: column;
    justify-content: center;
    /* Important: Prevents internal scrolling bars */
    overflow: hidden;
    user-select: none;
    /* Prevents text selection during interaction */
}

.section-header {
    color: white;
    text-align: center;
    margin-bottom: 1rem;
    z-index: 10;
    position: relative;
    /* Header positioning adjusted for better fit */
    margin-top: -20px;
}

.section-header h2 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
}

.section-header span {
    color: #888;
    font-size: 0.8rem;
    letter-spacing: 3px;
}

/* --- Slider Wrapper --- */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    /* Fixed height */
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    /* Hides overflowing cards */
    display: grid;
    place-items: center;
}

/* The Main List */
.slider {
    position: relative;
    width: 100%;
    height: 100%;
    list-style-type: none;
}

/* Individual Items */
.item {
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.1s, left 0.75s ease-in-out, top 0.75s ease-in-out, width 0.75s, height 0.75s, opacity 0.75s;
    cursor: pointer;
}

/* Positioning Logic (The Stack Effect) */

/* The main active background and the overlay card */
.item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
}

.item:nth-child(2) {
    z-index: 2;
    /* Sits above the background image */
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
}

/* The visible stack of cards on the right */
.item:nth-child(3) {
    left: 50%;
    z-index: 3;
}

.item:nth-child(4) {
    left: calc(50% + 220px);
    z-index: 4;
}

.item:nth-child(5) {
    left: calc(50% + 440px);
    z-index: 5;
}

.item:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
    z-index: 6;
}

/* Content Styling */
.content {
    width: min(35vw, 500px);
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font: 400 0.9rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: none;
    z-index: 10;
    pointer-events: none;
    /* Let clicks pass through to the card if needed */
}

.content .title {
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.content .description {
    line-height: 1.6;
    margin: 1.5rem 0;
    font-size: 1rem;
    max-width: 500px;
    color: #e0e0e0;
}

.content button {
    padding: 12px 30px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    /* Re-enable pointer for button */
}

.content button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Animation for Content Entry */
.item:nth-of-type(2) .content {
    display: block;
    animation: showContent 0.8s ease-in-out 0.4s forwards;
}

@keyframes showContent {
    0% {
        filter: blur(10px);
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

/* Navigation Buttons */
.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    gap: 1rem;
}

.nav .btn {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2rem;
    outline: none;
}

.nav .btn:hover {
    background-color: white;
    color: black;
}

/* Scroll Hint Text */
.scroll-hint {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
}

/* --- Responsive Queries --- */

@media (max-width: 991px) {
    .content .title {
        font-size: 2.2rem;
    }

    .content .description {
        font-size: 0.9rem;
    }

    .item {
        width: 160px;
        height: 260px;
    }

    .item:nth-child(3) {
        left: 50%;
    }

    .item:nth-child(4) {
        left: calc(50% + 170px);
    }

    .item:nth-child(5) {
        left: calc(50% + 340px);
    }

    .item:nth-child(6) {
        left: calc(50% + 510px);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .slider-wrapper {
        height: 500px;
    }

    .content {
        left: 50%;
        top: auto;
        bottom: 15%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    }

    .content .title {
        font-size: 1.8rem;
    }

    .content .description {
        font-size: 0.8rem;
        margin: 0.5rem auto;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .item {
        width: 110px;
        height: 110px;
        top: 74%;
    }

    .item:nth-child(3) {
        left: 65% !important;
        transform: translateX(-50%) translateY(-50%);
    }



    .item:nth-child(4) {
        left: calc(50% + 130px);
        transform: translateY(-50%);
    }

    .item:nth-child(5) {
        left: calc(50% + 260px);
        transform: translateY(-50%);
    }

    .item:nth-child(6) {
        left: calc(50% + 390px);
        opacity: 0;
    }
}

/* =============================================
           FLOORPLAN â€” PREMIUM HOVER REVEAL CARDS
           ============================================= */




.config-card {
    background: #203f2e;
    border: 1px solid rgba(201, 169, 110, .1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: border-color .4s, box-shadow .4s;
}

.config-card:hover {
    border-color: rgba(201, 169, 110, .55);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

/* Image wrapper */
.floor-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: rgba(255, 255, 255, .03);
}

.floor-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 16px;
    transition: transform .7s cubic-bezier(.25, .46, .45, .94), filter .5s ease;
    filter: brightness(.9);
}

.config-card:hover .floor-img {
    transform: scale(1.04);
    filter: brightness(1.05);
}

/* Gold shimmer line across image on hover */
.floor-img-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(201, 169, 110, .18) 50%, transparent 70%);
    transition: left .7s ease;
    pointer-events: none;
    z-index: 2;
}

.config-card:hover .floor-img-shine {
    left: 140%;
}

/* Card bottom info */
.floor-info-bar {
    padding: 22px 24px 14px;
    position: relative;
}

.floor-tag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.floor-bhk-badge {
    /* font-family: var(--fb); */
    font-size: 0.7rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 12px;
}

.floor-index-num {
    font-family: "PlayfairDisplay-Bold";
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}

.floor-plan-title {
    /* font-family: #000; */
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3px;
}

.floor-plan-size {
    font-size: .68rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
}

/* CTA reveal on hover */
.floor-cta-reveal {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(.25, .46, .45, .94), padding .4s ease, opacity .4s ease;
    opacity: 0;
}

.config-card:hover .floor-cta-reveal {
    max-height: 80px;
    padding: 4px 24px 22px;
    opacity: 1;
}

.floor-cta-inner {
    display: flex;
    gap: 10px;
    align-items: center;
}

.floor-btn-getprice {
    flex: 1;
    background: #996f2b;
    border: 1px solid #996f2b;
    color: #fff;
    /* font-family: var(--fb); */
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all .35s;
    position: relative;
    overflow: hidden;
}

.floor-btn-getprice::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .15);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s;
}

.floor-btn-getprice:hover::before {
    transform: scaleX(1);
}

.floor-btn-getprice:hover {
    color: var(--dark);
    text-decoration: none;
}

/* Gold side accent strip */
.floor-side-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #996f2b, transparent);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .5s ease;
}

.config-card:hover .floor-side-accent {
    transform: scaleY(1);
}

/* =============================================
           GSAP SPLIT HEADING ANIMATION
           ============================================= */
.section-heading .word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.section-heading .char-inner {
    display: inline-block;
    transform: translateY(110%);
    font-style: none !important;
    opacity: 0;
}

/* =============================================
           FLOAT PHONE BUTTON
           ============================================= */
.float-phone {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 52px;
    height: 52px;
    background: #996f2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: 1.2rem;
    z-index: 9990;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(185, 142, 51, .4);
    transition: all .3s;
}

.float-phone:hover {
    background: var(--white);
    transform: scale(1.08);
}


:root {
    /* Variables renamed to --amenities- to match your request */
    --amenities-bg: #181818;
    --amenities-accent: #996f2b;
    --amenities-text: #ffffff;
    --amenities-muted: rgba(255, 255, 255, 0.45);
    --amenities-card-bg: #111;
    --amenities-shadow: 0 40px 90px rgba(0, 0, 0, 0.75);
    --amenities-radius: 22px;
    --amenities-radius-lg: 28px;
    --amenities-transition: 0.65s cubic-bezier(0.77, 0, 0.18, 1);
}

/* =============================================
           RESET
           ============================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* =============================================
           AMENITIES SECTION
           ============================================= */
#amenities {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 16px 50px;

    overflow: hidden;
}

/* --- Heading --- */
#amenities .amenities__heading {
    text-align: center;
    margin-bottom: 48px;
}

#amenities .amenities__heading .amenities__label {
    display: inline-block;
    font-family: 'Courier New', monospace;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--amenities-accent);
    margin-bottom: 10px;
}

#amenities .amenities__heading .amenities__title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: var(--amenities-text);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

#amenities .amenities__heading .amenities__title span {
    color: var(--amenities-accent);
}

/* =============================================
           CAROUSEL WRAPPER
           ============================================= */
#amenities .amenities__carousel-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}

/* --- Track --- */
#amenities .amenities__track {
    position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================
           SLIDE BASE
           ============================================= */
#amenities .amenities__slide {
    position: absolute;
    border-radius: var(--amenities-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--amenities-transition);
    will-change: transform, opacity, width, height;
    user-select: none;
}

#amenities .amenities__slide .amenities__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.85s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

#amenities .amenities__slide:hover .amenities__img {
    transform: scale(1.05);
}

/* =============================================
           SLIDE STATES
           ============================================= */

/* Active — center large */
#amenities .amenities__slide--active {
    width: 616px;
    height: 420px;
    z-index: 10;
    transform: translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    box-shadow: var(--amenities-shadow);
    border-radius: var(--amenities-radius);
}

/* Navbar / GSAP layers ke upar lane ke liye */
.fancybox__container,
.fancybox__backdrop,
.fancybox__carousel {
    z-index: 999999 !important;
}

/* Prev — left visible */
#amenities .amenities__slide--prev {
    width: 285px;
    height: 350px;
    z-index: 6;
    transform: translateX(-390px) scale(0.87) rotateY(13deg);
    opacity: 0.5;
    filter: brightness(0.5);
    border-radius: var(--amenities-radius-lg);
}

/* Prev-prev — far left */
#amenities .amenities__slide--prev-prev {
    width: 200px;
    height: 275px;
    z-index: 3;
    transform: translateX(-600px) scale(0.7) rotateY(20deg);
    opacity: 0.2;
    filter: brightness(0.38);
    border-radius: var(--amenities-radius-lg);
}

/* Next — right visible */
#amenities .amenities__slide--next {
    width: 285px;
    height: 350px;
    z-index: 6;
    transform: translateX(390px) scale(0.87) rotateY(-13deg);
    opacity: 0.5;
    filter: brightness(0.5);
    border-radius: var(--amenities-radius-lg);
}

/* Next-next — far right */
#amenities .amenities__slide--next-next {
    width: 200px;
    height: 275px;
    z-index: 3;
    transform: translateX(600px) scale(0.7) rotateY(-20deg);
    opacity: 0.2;
    filter: brightness(0.38);
    border-radius: var(--amenities-radius-lg);
}

/* Hidden */
#amenities .amenities__slide--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0) scale(0.45);
    z-index: 0;
}

/* =============================================
           CAPTION
           ============================================= */
#amenities .amenities__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 22px 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

#amenities .amenities__slide--active .amenities__caption {
    opacity: 1;
    transform: translateY(0);
}

#amenities .amenities__caption-title {

    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

#amenities .amenities__caption-tag {
    font-family: 'Courier New', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amenities-accent);
}

/* =============================================
           COUNTER
           ============================================= */
#amenities .amenities__counter {
    position: absolute;
    top: -36px;
    right: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: var(--amenities-muted);
}

#amenities .amenities__counter .amenities__counter-current {
    color: var(--amenities-text);
    font-size: 1rem;
    font-weight: 700;
}

/* =============================================
           CONTROLS
           ============================================= */
#amenities .amenities__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 38px;
}

#amenities .amenities__btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, transform 0.18s;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    outline: none;
}

#amenities .amenities__btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.38);
    transform: scale(1.1);
}

#amenities .amenities__btn:active {
    transform: scale(0.93);
}

#amenities .amenities__btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.fancybox__toolbar{
    z-index: 9999999 !important;

}
/* =============================================
           DOTS
           ============================================= */
#amenities .amenities__dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

#amenities .amenities__dot {
    width: 7px;
    height: 7px;
    display: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: all 0.35s ease;
    border: none;
    outline: none;
}

#amenities .amenities__dot--active {
    background: var(--amenities-accent);
    width: 24px;
    border-radius: 4px;
}

/* --- Swipe hint --- */
#amenities .amenities__hint {
    margin-top: 14px;
    font-family: 'Courier New', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.18);
}

/* =============================================
           RESPONSIVE — TABLET 992px
           ============================================= */
@media (max-width: 992px) {
    #amenities .amenities__track {
        height: 375px;
    }

    #amenities .amenities__slide--active {
        width: 400px;
        height: 320px;
    }

    #amenities .amenities__slide--prev,
    #amenities .amenities__slide--next {
        width: 215px;
        height: 270px;
    }

    #amenities .amenities__slide--prev {
        transform: translateX(-295px) scale(0.87) rotateY(11deg);
    }

    #amenities .amenities__slide--next {
        transform: translateX(295px) scale(0.87) rotateY(-11deg);
    }

    #amenities .amenities__slide--prev-prev {
        width: 155px;
        height: 210px;
        transform: translateX(-455px) scale(0.68) rotateY(18deg);
    }

    #amenities .amenities__slide--next-next {
        width: 155px;
        height: 210px;
        transform: translateX(455px) scale(0.68) rotateY(-18deg);
    }
}

/* =============================================
           RESPONSIVE — MOBILE 768px
           ============================================= */
@media (max-width: 768px) {
    #amenities .amenities__track {
        height: 295px;
    }

    .hallmark-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        /* 4 Columns */
        gap: 30px;
    }

    #amenities .amenities__slide--active {
        width: 86%;
        height: 86%;
    }

    #amenities .amenities__slide--prev,
    #amenities .amenities__slide--next {
        width: 150px;
        height: 188px;
    }

    #amenities .amenities__slide--prev {
        transform: translateX(-205px) scale(0.85) rotateY(9deg);
    }

    #amenities .amenities__slide--next {
        transform: translateX(205px) scale(0.85) rotateY(-9deg);
    }

    #amenities .amenities__slide--prev-prev {
        width: 108px;
        height: 145px;
        transform: translateX(-315px) scale(0.62) rotateY(14deg);
    }

    #amenities .amenities__slide--next-next {
        width: 108px;
        height: 145px;
        transform: translateX(315px) scale(0.62) rotateY(-14deg);
    }
}

/* =============================================
           RESPONSIVE — SMALL 480px
           ============================================= */
@media (max-width: 480px) {
    #amenities .amenities__track {
        height: 235px;
    }

    #amenities .amenities__slide--active {
        width: 86%;
        height: 93%;
    }

    #amenities .amenities__slide--prev,
    #amenities .amenities__slide--next {
        width: 110px;
        height: 145px;
    }

    #amenities .amenities__slide--prev {
        transform: translateX(-155px) scale(0.82) rotateY(7deg);
    }

    #amenities .amenities__slide--next {
        transform: translateX(155px) scale(0.82) rotateY(-7deg);
    }

    #amenities .amenities__slide--prev-prev {
        width: 82px;
        height: 112px;
        transform: translateX(-240px) scale(0.58) rotateY(12deg);
    }

    #amenities .amenities__slide--next-next {
        width: 82px;
        height: 112px;
        transform: translateX(240px) scale(0.58) rotateY(-12deg);
    }

    #amenities .amenities__btn {
        width: 46px;
        height: 46px;
    }
}

/* Utility for centering text */
.text-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

.col-12 {
    width: 100%;
}

.section-tag {
    display: block;
    width: 123px;
    /* font-family: sans-serif; */
    font-size: 12px;
    color: #996f2b;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 2.5rem;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

.split-heading em {
    font-style: normal;
    color: #996f2b;
}

.gold-line {
    width: 60px;
    height: 2px;
    background-color: #996f2b;
    margin-top: 20px;
}

.amenities-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}


/* --- Gallery Swiper Custom Styles --- */
#gallery {
    padding: 80px 0;
    background: #fff;
}


.gallery-left small {
    color: #a67c52;
    letter-spacing: 2px;
}

.gallery-left h2 {

    line-height: 1.2;
    margin-top: 10px;
    color: #000;
}

.gallery-nav {
    margin-top: 40px;
    /* display: flex !important; */
    justify-content: center;
}

.gallery-btn {
    width: 45px;
    color: #000 !important;
    height: 45px;
    border: 1px solid #c59d5f;
    border-radius: 50%;
    background: #fff;
    /* display:flex; */
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s;
}

.gallery-btn:hover {
    background: #c59d5f;
    color: #fff;
}

.gallery-card {
    position: relative;
    overflow: hidden;
}

.gallery-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.gallery-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #203f2ecc;
    color: #fff;
    padding: 12px 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.gallery-label span {
    color: #c59d5f;
}

@media(max-width:767px) {
    .gallery-nav {
        margin-top: 40px;
        /* display: flex !important; */
        justify-content: center;
    }
}


/* #locations {
    background-color: #333132
} */

.ccordion-body ul {
    list-style: disc
}

#locations .accordion-header button,
#locations .accordion-header button:focus {
    display: block;
    padding: 1rem 1.3rem;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    background: #203f2e;
    border-bottom: .2rem solid #fff;
    position: relative;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    box-shadow: none
}

#locations .accordion-header button:after {
    content: "+";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #000;
    border: 5px solid #000;
    position: absolute;
    top: 13px;
    left: -20px;
    transition: all 0.3s ease 0s
}

.accordion-body {
    background: #203f2e;
    color: #fff;
    font-size: 0.9rem;
    padding: 18px 32px;
    text-transform: capitalize;
    font-weight: 400
}

#locations {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

#locations .accordion-header:focus button:after {
    content: "-"
}

.accordion-item {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px
}

.img-box {
    position: relative
}

.img-box .inner-content-second {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #1e4679;
    color: #fff;
    font-size: 1.2rem;
    padding: .5rem;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center
}

#locations.accordion-header button[aria-expanded=true]::after {
    content: "X" !important
}

#locations .accordion-header button:not(.collapsed)::after {
    content: "X" !important
}

.connect {
    padding: 0px 24px !important;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    /* border: 1px solid #1c447f; */
    margin: 0 8px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1c447f
}

.nav-link {
    /* color: #1c447f */
}




/* --- Features Section (4 Items Per Row) --- */
.features-section {
    padding: 80px 5%;
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.hallmark-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 Columns */
    gap: 30px;
}

.hallmark-card {
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    border: 1px solid transparent;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-color: var(--gold);
}

.hallmark-card:hover {
    border-color: var(--gold);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

/* Gold line effect on hover */
.hallmark-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}



.hallmark-card:hover::before {
    transform: scaleX(1);
}

.card-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 20px;
}

.hallmark-card h3 {
    font-size: 1rem;
    color: #000;
    margin-top: 15px;
    font-weight: none !important;
}

.hallmark-card p {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.6;
}




/* Mobile Slider */
@media (max-width: 768px) {
    .hallmark-slider .swiper-wrapper {
        display: flex;
    }

    .hallmark-card {
        width: 100%;
    }

    .hallmark-card {
        background: #fff;
        padding: 40px 29px;
        text-align: center;
        height: 200px;
        border: 1px solid transparent;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        border-color: var(--gold);
    }

    .swiper-pagination-bullet-active {
        background: #fff;
        opacity: var(--swiper-pagination-bullet-opacity, 1);
    }
}

.bgdeveloper {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0px;
}

.amenities__360 {
    position: fixed;
    right: 6px;
    top: 80%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(153 111 43);
    ;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.amenities__360 i {
    font-size: 18px;
}

.amenities__360 span {
    font-size: 11px;
    margin-top: 3px;
}

.amenities__360:hover {
    background: #d4af37;
    color: #000;
    transform: translateY(-50%) scale(1.1);
}


/* Flags */
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    height: 45px;
}


#cPhone {
    padding-left: 85px !important;
}

#pPhone {
    padding-left: 85px !important;
}

.error {
    color: red !important;
}

/* enuire now */
@media (min-width: 992px) {
    .nav-cta {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 9999;
        padding: 10px 18px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
}

.nav-cta {
    animation: zoomPulse 1.6s infinite;
    display: inline-block;
}

/* Hover pe animation stop + slight scale */
.nav-cta:hover {
    animation: none;
    transform: scale(1.08);
    transition: 0.3s ease;
}

/* Zoom pulse keyframes */
@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

/* ============ Footer Form Start ============ */
#inquiryForm {
    display: none;
}


.footer-formmob {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #fff;
    background: #996f2b;
    overflow: hidden;
}

/* Shine layer FIXED */
.footer-formmob::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    /* aur left le jao */
    width: 250%;
    /* wider for smooth entry */
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 80%);
    animation: divShine 3s linear infinite;
}

/* Smooth shine */
@keyframes divShine {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

/* Content above shine */
.footer-formmob * {
    position: relative;
    z-index: 2;
    font-size: 20px;
    text-transform: uppercase;
}




/* ============ Footer Form End ============ */

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1743px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}


.floorplan {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 55px 0px; */
}

.floor-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1.5px solid #996f2b;
}

.floor-card img {
    width: 100%;
    transition: 0.4s;
     /*filter: blur(3px); */
}
.blur-img {
  filter: blur(3px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.floor-card:hover .overlay {
    opacity: 1;
}

/* .floor-card:hover img {
    transform: scale(1.1);
} */

.enquire-btn {
    background: #996f2b;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
}

.nav-btn {
    background: #996f2b;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
}


.tab-btn {
    border: 1px solid #fff;
    color: #fff;
}

.floorplan-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

.tab-btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

/* Hover */
.tab-btn:hover {
    background: transparent;
    color: #996f2b;
    border-color: #996f2b;
}

/* Active (main state) */
.tab-btn.active {
    background: #996f2b !important;
    color: #fff !important;
    border-color: #996f2b !important;
}

/* REMOVE bootstrap click/focus effects */
.tab-btn:focus,
.tab-btn:active,
.tab-btn:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

/* Active + hover/focus same rahe */
.tab-btn.active:hover,
.tab-btn.active:focus,
.tab-btn.active:active {
    background: #996f2b !important;
    color: #fff !important;
    border-color: #996f2b !important;
}



/* --- Wrapper --- */
.inner-developer {
    background-image: url(../images/texturegreen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* --- Main Card --- */
.developer-card-main {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    border-top: 5px solid var(--developer-accent);
    position: relative;
}

/* --- Header --- */
.developer-header-section {
    background-color: #fff;
    color: #000;
    padding: 18px;
    text-align: center;
}

.developer-title-main {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.developer-subtitle {
    font-size: 0.95rem;
    color: #ccc;
    font-style: italic;
}

/* --- Stats --- */
.developer-stats-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    /* margin-top: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-stat-box {
    text-align: center;
}

.developer-stat-num {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--developer-accent);
}

.developer-stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* --- Consortium Strip --- */
.developer-consortium-info {
    background-color: #996f2b;
    padding: 15px;
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
}

/* --- Slider Section --- */
.developer-slider-section {
    padding: 0px 40px 30px;
    position: relative;
    /* IMPORTANT */
}

/* --- Project Card --- */
.developer-project-card {
    margin: 10px;
    background: #203f2e;
    border-radius: 8px;
    padding: 20px;
    transition: 0.3s;
    height: 31vh;
}

.developer-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--developer-accent);
}

/* --- Tags --- */
.developer-group-tag {
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.tag-prime {
    background-color: #996f2b;
    display: flex;
    width: 215px;
    margin: 0 auto;
}

.tag-omnetra {
    background-color: #996f2b;
}

/* --- Text --- */
.developer-project-name {
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.developer-project-location {
    font-size: 0.85rem;
    color: #fff;
}

/* --- Owl Nav (PERFECT CENTER FIX) --- */
.developer-slider-section .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* KEY */
    pointer-events: none;
}

/* --- Arrow Buttons --- */
.developer-slider-section .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    /* PERFECT CENTER */

    background-color: #996f2b !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 0px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    pointer-events: auto;
}

/* Hover */
.developer-slider-section .owl-nav button:hover {
    background-color: #996f2b !important;
    transform: translateY(-50%) scale(1.1);
}

/* Left Right Position */
.developer-slider-section .owl-prev {
    left: -25px;
}

.developer-slider-section .owl-next {
    right: -25px;
}

/* Icon */
.developer-slider-section .owl-nav button i {
    font-size: 22px;
    font-weight: 900;
}

/* Hide dots */
.developer-slider-section .owl-dots {
    display: none;
}

/* --- Slider Item --- */
#devloper-slide .item {
    position: relative;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .developer-slider-section .owl-prev {
        left: -20px;
    }

    .developer-slider-section .owl-next {
        right: -20px;
    }

    .developer-card-main {
        width: 95%;
    }

    .developer-project-name {
        font-size: 0.7rem;
    }
    .floor-card{
        width: 226;
    }
}

.deve-left-col {
    display: flex;
    flex-direction: column;
    align-items: center;

}
