body {
    background: #ffffff;
    /* font-family: 'Exo', sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    font-variation-settings:
        "wdth" 100;

}

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

h1,
h2,
h3 {
    text-transform: capitalize;
}

p {
    line-height: 23px;
}

h1 {
    font-size: 38px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 28px;
    letter-spacing: 3px;
    word-spacing: 1px;
    line-height: 34px;
    text-transform: uppercase;
}


h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 19px;
    color: #fff;
    position: relative;
    font-weight: 500;
    background: #234e70;
    padding: 8px 32px;
    display: inline-block;
}


a {
    text-decoration: none;
}

ul {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: initial;
    line-height: initial;
}


p {
    letter-spacing: initial;
    line-height: 23px;
    font-size: 17px;
}

.btan a {
    color: #ffffff;
}

.btan {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 17px 40px;
    color: #ffffff;
    background: #234e70;
    z-index: 99;
}

.btan::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.btan:hover:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

}

.btan:hover {
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transition: all 0.5s;
    background-color: #234e70;
}

.btan a:hover {
    color: #fff;
}

/* =============sticky_icon==================== */

.sticky_icon {
    display: none;
}


.heading {
    position: relative;
    padding-left: 12px;
}

/* .heading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #234e70;
} */

.fixed-tag {
    position: fixed;
    top: 0;
    z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
    height: 32px;
    width: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
}


.scroll-down {
    position: absolute;
    bottom: -24px;
    left: calc(50% - 340px);
    height: 88px;
    width: 680px;
    text-align: center;

    z-index: 99;

}

.hero-5-scroll-wrap::before {
    content: "";
    height: 6px;
    width: 2px;
    border-radius: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    left: 7px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

    to {
        transform: translateY(12px);
        transition: 0.3s;
        opacity: 0.2;
    }

    from {
        transform: translateY(0%);
        transition: 0.3s;

    }

}





/* popup form on restart */

.madal-reload {
    background: rgba(0, 0, 0, 0.69);
    align-items: center;
    justify-content: center;
    align-content: center;
}

.madal-reload .modal-dialog {
    position: relative;
    width: 500px !important;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    justify-content: center;
    display: flex;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.madal-reload .modal-dialog .phone-group {
    width: 95%;
}

.madal-reload .modal-header {
    padding: 0;
    height: 0;
    border: 0;
    display: block !important;
}

.madal-reload {
    background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
    margin: 12px;
}

.madal-reload .form-control {
    background-color: #fff !important;
    border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
    background: #234e70;
}

.madal-reload h5 {
    color: #000000;
    font-size: 22px;
}

.madal-reload p {
    border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
    color: #234e70;
}

.madal-reload .motal_form_text h3 {
    font-size: 25px;
}

.btan_g {
    background: #234e70;
    border: 2px solid #000;
    padding: 3px 11px;
    color: #ffffff;
    font-size: 22px;
    position: relative;
    top: 8px;
    left: -10px;
    z-index: 99;
    float: right;
    border-radius: 9pc;
}

/* end */

.header {
    padding: 6px 0;
    z-index: 999;
    margin: 0 auto;
    border-left: transparent;
    border-right: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    /* background: #234e70; */
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(267deg, #234e70eb, #234e70ed);
}

.header a {
    color: #ffffff !important;
}

:root {
    --charcoal: #2E2A22;
    --charcoal-soft: #3C372C;
    --stone: #ededed;
    --stone-warm: #ededed;
    --cream: #F5F0E4;
    --cream-deep: #EFE8D6;
    --gold: #B08D57;
    --gold-light: #8F6E3E;
    --forest: #7C8A6E;
    --white: #FFFFFF;
    --line: rgba(176, 141, 87, 0.28);
    --text-muted: #7a7565;
    --font-display: 'Exo', sans-serif;
    --font-body: 'Exo', sans-serif;
    --container: 1240px;
    --radius: 2px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

/* Font-size management strictly for (min-width:991px) and (max-width:1600px) */
@media screen and (min-width: 991px) and (max-width: 1600px) {
    html {
        font-size: 15px;
    }

    .hero-title {
        font-size: 28px !important;
    }

    .hero-price {
        font-size: 26px !important;
    }

    .section-head h2 {
        font-size: 25px !important;
    }

    .about-media-badge strong {
        font-size: 24px !important;
    }

    .highlight-card h4 {
        font-size: 16px !important;
    }

    .fp-details h3 {
        font-size: 22px !important;
    }

    .logo {
        font-size: 19px !important;
    }

    /* ---- Extra reductions: rest of the sections + banner ---- */
    .header-phone-text {
        font-size: 13px !important;
    }

    .nav-menu a {
        font-size: 12px !important;
    }

    .hero-eyebrow {
        font-size: 11px !important;
    }

    .hero-location p {
        font-size: 14px !important;
    }

    .hero-highlight-chip {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }

    .hero-price-label,
    .hero-price-suffix {
        font-size: 14px !important;
    }

    .hero-form-card h3 {
        font-size: 19px !important;
    }

    .hero-form-card p {
        font-size: 12px !important;
    }

    .btn {
        font-size: 12px !important;
        padding: 8px 26px !important;
    }

    .section-head p {
        font-size: 14px !important;
    }

    .eyebrow {
        font-size: 11px !important;
    }

    .about-text p {
        font-size: 14px !important;
    }

    .about-stat strong {
        font-size: 22px !important;
    }

    .about-stat span {
        font-size: 11px !important;
    }

    .price-table td,
    .price-table th {
        font-size: 13px !important;
    }

    .price-table .config {
        font-size: 16px !important;
    }

    .highlight-card p {
        font-size: 12.5px !important;
    }

    .amenity-item span {
        font-size: 11px !important;
    }

    .fp-details .fp-price {
        font-size: 18px !important;
    }

    .fp-specs li {
        font-size: 13px !important;
    }

    .location-list li {
        font-size: 13px !important;
    }

    .footer-col a,
    .footer-contact li,
    .footer-brand p {
        font-size: 13px !important;
    }

    .footer-bottom {
        font-size: 11px !important;
    }
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 32px;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--gold);
}

@media(prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ============ SCROLL-REVEAL ANIMATIONS (text + images site-wide) ============ */
.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}

.reveal.reveal-img {
    transform: translateY(0) scale(1.06);
}

.reveal.reveal-left {
    transform: translateX(-40px);
}

.reveal.reveal-right {
    transform: translateX(40px);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

/* Gentle hover motion on key images across the site */
.about-media img,
.fp-image,
.location-map img {
    transition: transform 0.6s ease;
}

.about-media:hover img,
.fp-image:hover,
.location-map:hover img {
    transform: scale(1.04);
}

/* ============ SKYLINE MOTIF (signature element) ============ */
.skyline-svg {
    display: block;
    width: 100%;
    height: auto;
}

.skyline-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: -45px 0 0 0;
    z-index: 9;
    position: relative;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: var(--radius);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-gold {
    background: var(--gold);
    color: var(--cream);
}

.btn-gold:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border-color: var(--gold);
    color: var(--charcoal);
}

.btn-outline:hover {
    background: var(--gold);
    color: var(--white);
}

.btn-outline-dark {
    background: transparent;
    border-color: var(--charcoal);
    color: var(--charcoal);
}

.price-btn {
    background: var(--gold);
    color: var(--cream);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline;
    border: 1px solid #000000e6 !important;
    align-items: center;
    justify-content: center;
    display: flex;
    width: fit-content;
    padding: 12px !important;
    height: auto;
    margin-top: 8px;
}

.btn-block {
    width: 100%;
}

/* Mandatory per-section enquiry CTA */
.section-enquiry {
    margin-top: 30px;
    display: flex;
}

/* ============ HEADER ============ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(250, 247, 240, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    transition: padding 0.3s ease;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 32px;
    max-width: var(--container);
    margin: 0 auto;
}

.logo {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--charcoal);
    font-weight: 600;
    letter-spacing: 0.01em;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo span {
    font-family: var(--font-body);
    font-size: 5px;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 3px;
}

.nav-menu {
    display: flex;
    gap: 36px;
    list-style: none;
}

.nav-menu a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--charcoal);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--charcoal);
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.02em;
    border: 1px solid var(--gold);
}

.header-phone svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold);
    flex-shrink: 0;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 6px;
    z-index: 1002;
    position: relative;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--charcoal);
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Backdrop behind the slide-in mobile nav */
.nav-overlay {
    display: none;
}

/* ============ BANNER / HERO ============ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--stone-warm);
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.6s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(250, 247, 240, 0.96) 0%, rgb(255 251 242 / 63%) 42%, rgb(250 247 240 / 2%) 68%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 50px 32px 60px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 120px;
    align-items: start;
}

.hero-text {
    color: var(--charcoal);
}

.hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
    font-weight: 600;
    margin-bottom: 18px;
    padding: 6px 15px;
    border: 1px solid rgb(251 180 71 / 96%);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--charcoal);
    width: fit-content;
    background: rgb(255, 255, 255);
}

.hero-title {
    font-size: clamp(28px, 3.6vw, 40px);
    line-height: 1.25;
    color: var(--charcoal);
    margin-bottom: 10px;
    border-bottom: 1px solid #8f6f3ec0;
    padding-bottom: 5px;
}

.hero-title em {
    font-style: italic;
    color: var(--gold-light);
}

.hero-location p {
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: var(--charcoal);
    margin: 15px 0 26px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.hero-location svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold);
    flex-shrink: 0;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-highlight-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgb(251 180 71 / 96%);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--charcoal);
    background: rgba(255, 255, 255, 0.925);
}

.hero-highlight-chip svg {
    width: 14px;
    height: 14px;
    stroke: var(--gold-light);
}

.hero-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.hero-price-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}

.hero-price {
    font-family: var(--font-display);
    font-size: clamp(24px, 1.8vw, 32px);
    color: var(--charcoal)
}

.hero-price-suffix {
    font-size: 14px;
    color: #000;
}

.hero-cta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Hero enquiry form (right) */
.hero-form-card {
    background: var(--white);
    padding: 36px 32px;
    border-radius: var(--radius);
    box-shadow: 0 30px 60px rgba(46, 42, 34, 0.12);
    border-top: 3px solid var(--gold);
    border: 1px solid var(--line);
    border-top: 3px solid var(--gold);
    width: 350px;
    right: 15px;
    position: absolute;
    bottom: 15px;
}

.hero-form-card h3 {
    font-size: 22px;
    color: var(--charcoal);
    margin-bottom: 6px;
}

.hero-form-card p {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 22px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 6px 14px;
    border: 1px solid #d8d2c4;
    background: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    border-radius: var(--radius);
    color: var(--charcoal);
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
}

.form-disclaimer {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 12px;
    line-height: 1.5;
}

.hero-slider-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
}

.hero-slider-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--gold-light);
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.hero-slider-dots button.active {
    background: var(--gold-light);
}

/* ============ GENERIC SECTION ============ */
section {
    padding: 80px 0;
    position: relative;
}

.section-head {
    max-width: 680px;
    margin-bottom: 26px;
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-head h2 {
    font-size: clamp(26px, 2.2vw, 28px);
    line-height: 1.12;
    color: var(--charcoal);
}

.section-head p {
    font-size: 1rem;
    color: var(--text-muted);
    margin-top: 16px;
    line-height: 1.7;
}

.section-dark {
    background: var(--stone);
    color: var(--charcoal);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-dark .section-head h2 {
    color: var(--charcoal);
}

.section-dark .section-head p {
    color: var(--text-muted);
}

.section-dark .eyebrow {
    color: var(--gold-light);
}

.section-dark .eyebrow::before {
    background: var(--gold-light);
}

/* ============ ABOUT ============ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-media {
    position: relative;
}

.about-media img {
    border-radius: var(--radius);
}

.about-media-badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: var(--gold);
    color: #fff;
    padding: 7px 18px;
    border-radius: var(--radius);
}

.about-media-badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 25px;
    line-height: 1;
}

.about-media-badge span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
}

.about-stat strong {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--gold);
    display: block;
}

.about-stat span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}

/* ============ PRICE LIST ============ */
.price-table-wrap {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th {
    text-align: left;
    padding: 18px 24px;
    background: var(--charcoal);
    color: var(--stone);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.price-table td {
    padding: 20px 24px;
    border-bottom: 1px solid #ece7db;
    font-size: 15px;
}

.price-table tr:last-child td {
    border-bottom: none;
}


.price-table .config {
    font-weight: 600;
    font-family: var(--font-display);
    font-size: 18px;
}

.price-table .price-val {
    color: var(--gold);
    font-weight: 700;
}

.price-note {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 16px;
}

/* ============ HIGHLIGHTS ============ */
.highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid #8F6E3E !important;
}

.highlight-card {
    background: var(--stone-warm);
    padding: 40px 28px;
    transition: background 0.3s ease;
    border: 1px solid #8F6E3E !important;
}

.highlight-card:hover {
    background: var(--white);
}

.highlight-num {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    display: block;
}

.highlight-card svg {
    width: 32px;
    height: 32px;
    stroke: var(--gold-light);
    margin-bottom: 20px;
}

.highlight-card h4 {
    font-size: 1.1rem;
    color: var(--charcoal);
    margin-bottom: 10px;
}

.highlight-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ============ GALLERY ============ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 220px 220px;
    gap: 12px;
}

.gallery-grid a {
    overflow: hidden;
    border-radius: var(--radius);
    position: relative;
    display: block;
}

.gallery-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-grid a:hover img {
    transform: scale(1.08);
}

.gallery-grid a.g-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(22, 21, 18, 0.65) 0%, transparent 45%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-grid a:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ============ AMENITIES ============ */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
    background: var(--line);
    border: 1px solid var(--line);
}

.amenity-item {
    background: var(--stone-warm);
    padding: 30px 16px;
    text-align: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.amenity-item:hover {
    background: var(--gold);
    transform: translateY(-3px);
}

.amenity-item:hover span {
    color: var(--white);
}

.amenity-item:hover svg {
    stroke: var(--white);
}

.amenity-item svg {
    width: 30px;
    height: 30px;
    stroke: var(--gold);
    margin: 0 auto 14px;
    transition: stroke 0.3s ease;
}

.amenity-item span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--charcoal);
    display: block;
    transition: color 0.3s ease;
    letter-spacing: 0.01em;
}

/* ============ FLOOR PLAN ============ */
.floorplan-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.fp-tab {
    padding: 12px 26px;
    border: 1px solid var(--line);
    background: transparent;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    color: var(--charcoal);
    border-radius: 100px;
    transition: all 0.25s ease;
}

.fp-tab.active,
.fp-tab:hover {
    background: var(--charcoal);
    color: var(--stone);
    border-color: var(--charcoal);
}

.floorplan-panel {
    display: none;
}

.floorplan-panel.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.fp-image {
    border-radius: var(--radius);
    border: 1px solid var(--gold);
    filter: blur(3px);
}

.fp-details h3 {
    font-size: 26px;
    margin-bottom: 6px;
}

.fp-details .fp-price {
    color: var(--gold);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 22px;
    font-family: var(--font-display);
}

.fp-specs {
    list-style: none;
    margin-bottom: 26px;
}

.fp-specs li {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #ece7db;
    font-size: 14.5px;
}

.fp-specs li span:first-child {
    color: var(--text-muted);
}

.fp-specs li span:last-child {
    font-weight: 600;
}

/* ============ LOCATION ============ */
.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.location-map {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    height: 100%;
    min-height: 380px;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
}

.location-list {
    list-style: none;
}

.location-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.9rem;
}

.location-list li span:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--charcoal);
}

.location-list li span:first-child svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold-light);
    flex-shrink: 0;
}

.location-list li span:last-child {
    color: var(--gold-light);
    font-weight: 700;
    white-space: nowrap;
}

/* ============ FOOTER ============ */


.footer_bg {
    padding: 50px 0;
    color: #fff;
    position: relative;
    z-index: 2;
    background-size: cover;
    background: var(--stone);

}


/* .footer_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;

} */

.footer {
    position: relative;
    z-index: 1;
}

.footer_bg h3 {
    position: relative;
    color: var(--gold);
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
}

.footer_contant p {
    line-height: 26px;
    letter-spacing: 1.1px;
    color: #000;
    font-size: 14px;
}

.footer_contant .contact_us ul li i {
    font-size: 14px;
    color: #ffffff;
    background-color: var(--gold);
    border-radius: 50pc;
    padding: 15px;
}

.footer_contant .contact_us ul li p {
    color: var(--gold);
    font-weight: bold;
    line-height: 0px !important;
}

.footer_contant .contact_us ul li span {
    font-size: 18px;
    color: #000000;
}

.contect-form .form_section {
    padding: 17px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 12px 26px;
    background: #fff;
    border-top: 20px solid var(--gold);
    border-radius: 8px;
}

.contect-form .form_section p {
    color: #000 !important;
    font-size: 14px;
}

.contect-form h3 {
    position: relative;
}

.foooter_form .form-control::placeholder {
    color: #fff;

}



.footer_b .information-web {
    margin: 0 auto;
    font-size: 14px;
}

.footer-bootom {
    border-top: 1px solid var(--gold);
    ;
    background: #ffffff;
    padding: 15px 0;
    color: #000000;
}

.footer-bootom p {
    font-size: 13px !important;
    margin-bottom: 0px !important;
}

.footer-bootom ul a {
    font-size: 13px;
    color: var(--gold);
    text-decoration: underline
}


/* ====================================footer  form style end===================================================== */



/* ============ STICKY MOBILE BAR ============ */
.sticky-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: var(--stone-warm);
    border: 1px solid var(--line);
}

.sticky-mobile-bar a,
.sticky-mobile-bar button {
    flex: 1;
}

/* ============ MODAL ============ */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(22, 21, 18, 0.72);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.open {
    display: flex;
}

.modal-box {
    background: #fff;
    max-width: 360px;
    width: 100%;
    padding: 44px 36px;
    border-radius: var(--radius);
    position: relative;
    border-top: 3px solid var(--gold);
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--charcoal);
    line-height: 1;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: var(--charcoal);
    color: var(--stone);
}

.modal-box h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

.modal-box .modal-sub {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.modal-success {
    display: none;
    text-align: center;
    padding: 20px 0;
}

.modal-success.show {
    display: block;
}

.modal-success svg {
    width: 52px;
    height: 52px;
    stroke: var(--gold);
    margin: 0 auto 18px;
}

.modal-success h3 {
    margin-bottom: 8px;
}

.modal-success p {
    color: var(--text-muted);
    font-size: 14px;
}

/* ============ RESPONSIVE ============ */
@media(max-width:1080px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-form-card {
        max-width: 460px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .amenities-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .location-grid {
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    /* ---- Banner: image on top, then text, then form ---- */
    .hero {
        min-height: auto;
        display: block;
        padding-top: 52px;
        /* clears the fixed header */
    }

    .hero-slider {
        position: relative;
        inset: auto;
        height: 340px;
        width: 100%;
    }

    .hero-overlay {
        display: none;
    }

    .hero-content {
        padding: 36px 24px 56px;
    }

    .hero-form-card {
        max-width: 100%;
        position: relative;
        width: 100% !important;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
    }

    .hero-content {
        gap: 25px;
    }
}

@media(max-width:860px) {

    .header-phone-text {
        display: none;
    }

    .header-phone {
        display: none;
    }

    /* Only the hamburger stays visible in the header on mobile */
    .header-right .btn-gold {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    /* Off-canvas nav: hidden to the right by default, slides in on open,
       and slides back out to the right when closed */
    .nav-menu {
        position: fixed;
        top: 0;
        right: -85%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        margin: 0;
        background: var(--cream-deep);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 26px;
        padding: 110px 36px 40px;
        z-index: 1001;
        transition: right 0.35s ease;
        overflow-y: auto;
    }

    .nav-menu.open {
        right: 0;
    }

    .nav-menu a {
        color: var(--charcoal);
        font-size: 15px;
    }

    .nav-menu a::after {
        background: var(--gold);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(22, 21, 18, 0.55);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }

    .nav-overlay.open {
        opacity: 1;
        visibility: visible;
    }

    section {
        padding: 60px 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 180px 180px 180px;
    }

    .gallery-grid a.g-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .floorplan-panel.active {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .price-table {
        font-size: 13px;
    }

    .price-table th,
    .price-table td {
        padding: 14px 12px;
    }

    .sticky-mobile-bar {
        display: flex;
    }

    body {
        padding-bottom: 70px;
    }
}

@media(max-width:640px) {
    h2 {
        font-size: 24px !important;
    }

    .container {
        padding: 0 20px;
    }

    .hero-slider {
        height: 180px;
    }

    .hero-content {
        padding: 28px 20px 40px;
    }

    .hero-title {
        font-size: 25px;
    }

    .hero-location p {
        font-size: 13px !important;
    }

    .hero-highlights {
        margin-bottom: 20px;
    }

    .hero-location {
        font-size: 13px !important;
    }

    .hero-price {
        font-size: 26px;
    }

    .hero-form-card {
        padding: 28px 22px;
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid a.g-large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 56px 0 36px;
    }

    .price-table-wrap {
        overflow-x: auto;
    }

    .price-table {
        min-width: 520px;
    }

    .modal-box {
        padding: 32px 22px;
    }

    h1,
    h2,
    h3,
    h4 {
        word-break: break-word;
    }
}