body {
    background: #f4efeb;
    /* 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;
}

section {
    padding: 80px 0;
    position: relative;
}

/* =============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: #3ca8b9;
    --gold-light: #3ca8b9;
    --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 {
        width: 150px;
    }

    /* ---- 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: #0c512d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #0c512d;
}

@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;
    display: none;
}

/* .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: 12px 14px;
    font-family: var(--font-body);
    font-size: 12px;
    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: #0c512d;
    color: var(--cream);
}

.btn-gold:hover {
    background: #0c512d;
    transform: translateY(-1px);
}

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

.btn-outline:hover {
    background: #0c512d;
    color: var(--white);
}

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

.price-btn {
    background: #0c512d;
    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: #f4efeb;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(59, 35, 20, 0.15);
    transition: padding 0.3s ease;
}

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

.logo {
    font-family: var(--font-display);
    font-size: 20px;
    color: #fff;
    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: #ccc;
    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: #0c512d;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0c512d;
    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: #0c512d;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.02em;
    border: 1px solid #0c512d;
}

.header-phone svg {
    width: 16px;
    height: 16px;
    stroke: #0c512d;
    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: #0c512d;
    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 ============ */

/* =========================================================
   PREMIUM HERO — BALANCED / ZOOM SAFE
   MAX FONT SIZE: 45px
========================================================= */

.premium-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: var(--stone-warm);
    color: var(--charcoal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* =========================================================
   BACKGROUND
========================================================= */

.premium-hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.premium-slide {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    opacity: 0;
    transform: scale(1.02);

    transition:
        opacity 1.3s ease,
        transform 7s ease;
}

.premium-slide.active {
    opacity: 1;
    transform: scale(1);
}


/* =========================================================
   KEEP EXISTING COLOR PALETTE
========================================================= */

.premium-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(250, 247, 240, .96) 0%, rgba(250, 247, 240, .88) 31%, rgb(250 247 240 / 0%) 52%, rgba(250, 247, 240, .20) 76%, rgba(250, 247, 240, 0) 100%);
}

/* =========================================================
   MAIN CONTAINER
========================================================= */

.premium-hero-container {
    position: relative;
    z-index: 4;

    width: min(var(--container),
            calc(100% - 64px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr) minmax(300px, 360px);

    gap:
        clamp(35px, 6vw, 85px);

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.premium-hero-content {
    width: 100%;
    max-width: 500px;
}


/* =========================================================
   KICKER
========================================================= */

.premium-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #0c512d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .20em;
    text-transform: uppercase;
}


/* =========================================================
   TITLE
   NEVER ABOVE 45PX
========================================================= */

.premium-title {
    margin: 0;

    color: var(--charcoal);

    font-family: var(--font-display);

    font-size:
        clamp(30px, 4vw, 38px);

    line-height: 1.05;

    font-weight: 500;

    letter-spacing: -.025em;
}

.premium-title span {
    display: inline;

    margin-left: 7px;

    color: #0c512d;

    font-style: italic;
}


/* =========================================================
   TITLE DECORATION
========================================================= */

.premium-title-line {
    width: 105px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0 12px;
}

.premium-title-line span {
    display: block;

    width: 100%;
    height: 1px;

    background:
        rgba(143, 111, 62, .55);
}

.premium-title-line i {
    width: 5px;
    height: 5px;

    flex: 0 0 5px;

    border-radius: 50%;

    background: #0c512d;
}


/* =========================================================
   SUBTITLE
   MAX 45PX RULE
========================================================= */

.premium-subtitle {
    margin: 0 0 10px;

    color: var(--charcoal);

    font-size:
        clamp(18px, 2vw, 22px);

    line-height: 1.2;

    font-weight: 600;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.premium-description {
    width: 100%;
    max-width: 570px;
    margin: 0 0 19px;
    color: #3a3b3d;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}


/* =========================================================
   LOCATION
========================================================= */

.premium-location {
    width: fit-content;
    max-width: 100%;

    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    padding: 8px 13px 8px 8px;

    border-left:
        2px solid #0c512d;

    background:
        rgba(255, 255, 255, .52);
}

.premium-location-icon {
    width: 28px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(143, 111, 62, .30);
}

.premium-location-icon svg {
    width: 14px;
    height: 14px;
    color: #0c512d;
}

.premium-location div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.premium-location small {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .16em;
}

.premium-location strong {
    color: var(--charcoal);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.premium-highlights {
    width: 100%;
    max-width: 650px;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin-bottom: 22px;

    border-top:
        1px solid rgba(143, 111, 62, .25);

    border-bottom:
        1px solid rgba(143, 111, 62, .25);
}

.premium-highlight {
    min-width: 0;

    min-height: 66px;

    display: flex;
    align-items: center;

    gap: 9px;

    padding:
        10px 12px;
}

.premium-highlight+.premium-highlight {
    border-left:
        1px solid rgba(143, 111, 62, .20);
}

.premium-highlight-number {
    flex: 0 0 auto;

    color: #0c512d;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .10em;
}

.premium-highlight div {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.premium-highlight strong {
    overflow: hidden;
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-overflow: ellipsis;
}

.premium-highlight small {
    color: #494646;
    font-size: 12px;
    line-height: 1.2;
}


/* =========================================================
   PRICE / ACTIONS
========================================================= */

.premium-bottom-row {
    width: 100%;
    max-width: 650px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.premium-price {
    display: flex;
    flex-direction: column;

    gap: 4px;

    flex: 0 0 auto;
}

.premium-price small {
    color: var(--text-muted);

    font-size: 12px;

    line-height: 1;

    letter-spacing: .15em;
}

.premium-price strong {
    color: var(--charcoal);

    font-family: var(--font-display);

    font-size:
        clamp(20px, 2vw, 28px);

    line-height: 1;

    font-weight: 600;
}

.premium-actions {
    display: flex;

    align-items: center;

    gap: 8px;

    flex-wrap: wrap;
}

.premium-btn {
    min-height: 40px;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.premium-btn-primary {
    background: #0c512d;
    color: #fff;
}

.premium-btn-primary:hover {
    transform: translateY(-2px);
}

.premium-btn-secondary {
    border-color: #0c512d;

    background:
        rgba(255, 255, 255, .55);

    color: var(--charcoal);
}

.premium-btn-secondary:hover {
    transform: translateY(-2px);

    background: #0c512d;

    color: #fff;
}


/* =========================================================
   FORM
========================================================= */

.premium-form-area {
    width: 100%;

    display: flex;
    justify-content: flex-end;
}

.premium-form-card {
    width: 100%;
    max-width: 360px;

    padding:
        25px 23px 20px;

    background:
        rgba(255, 255, 255, .96);

    border:
        1px solid var(--line);

    border-top:
        3px solid #0c512d;

    border-radius:
        var(--radius);

    box-shadow:
        0 25px 55px rgba(46, 42, 34, .14);
}


/* =========================================================
   FORM HEADER
========================================================= */

.premium-form-header {
    margin-bottom: 17px;

    text-align: left;
}

.premium-form-header>span {
    display: block;

    margin-bottom: 6px;

    color: #0c512d;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .18em;
}

.premium-form-header h3 {
    margin: 0 0 6px;

    color: var(--charcoal);

    font-size:
        clamp(20px, 2vw, 25px);

    line-height: 1.15;

    font-weight: 600;
}

.premium-form-header h3 em {
    color: #0c512d;

    font-style: italic;
}

.premium-form-header p {
    max-width: 300px;

    margin: 0;

    color: var(--text-muted);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   EXISTING LEAD FORM
========================================================= */

.premium-form-card .lead-form {
    width: 100%;
}

.premium-form-card .form-group {
    margin-bottom: 9px;
}

.premium-form-card input,
.premium-form-card select {
    width: 100%;

    min-height: 40px;

    padding:
        8px 11px;

    border:
        1px solid #d8d2c4;

    border-radius:
        var(--radius);

    background:
        var(--white);

    color:
        var(--charcoal);

    font-family:
        var(--font-body);

    font-size: 12px;
}

.premium-form-card input:focus,
.premium-form-card select:focus {
    outline: none;

    border-color:
        #0c512d;

    box-shadow:
        0 0 0 2px rgba(184, 148, 88, .08);
}


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

.premium-form-footer {
    margin-top: 11px;

    padding-top: 10px;

    border-top:
        1px solid rgba(70, 60, 50, .10);

    color: var(--text-muted);

    font-size: 9px;

    line-height: 1.3;
}

.premium-lock {
    color: #0c512d;

    margin-right: 4px;
}


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

.premium-footer-label,
.premium-scroll,
.premium-slider-count {
    color: var(--text-muted);

    font-size: 8px;

    letter-spacing: .14em;
}

.premium-slider-count strong {
    color: #0c512d;
}


/* =========================================================
   1200px
========================================================= */

@media (max-width: 1200px) {

    .premium-hero-container {
        grid-template-columns:
            minmax(0, 1fr) minmax(285px, 330px);

        gap: 38px;
    }

    .premium-title {
        font-size:
            clamp(29px, 4vw, 43px);
    }

    .premium-form-card {
        max-width: 330px;

        padding:
            22px 19px 18px;
    }
}


/* =========================================================
   991px
========================================================= */

/* =========================================================
   MOBILE — IMAGE TOP / CONTENT BELOW
========================================================= */

@media (max-width: 991px) {

    .premium-hero {
        height: auto;
        min-height: 100vh;

        display: block;

        overflow: visible;

        background: var(--stone-warm);
    }

    /* -----------------------------------------
       IMAGE / SLIDER TOP
    ----------------------------------------- */

    .premium-hero-media {
        position: relative;
        inset: auto;
        width: 100%;
        height: 48vw;
        height: 250px;
        overflow: hidden;
        z-index: 1;
    }

    .premium-slide {
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;

        background-size: cover;
        background-position: center center;

        transform: scale(1.04);
    }

    .premium-slide.active {
        transform: scale(1);
    }


    /* -----------------------------------------
       IMAGE OVERLAY
    ----------------------------------------- */

    .premium-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 48vw;
        min-height: 260px;
        max-height: 500px;
        z-index: 2;
        background:
            linear-gradient(180deg,
                rgba(20, 18, 15, .05) 0%,
                rgba(20, 18, 15, .12) 45%,
                rgba(20, 18, 15, .55) 100%);

        pointer-events: none;
    }


    /* -----------------------------------------
       TOP BAR
       Stays over image
    ----------------------------------------- */

    .premium-hero-top {
        position: absolute;

        top: 0;
        left: 0;
        right: 0;

        width: calc(100% - 30px);

        min-height: 55px;

        margin: 0 auto;

        z-index: 6;

        border-bottom:
            1px solid rgba(255, 255, 255, .30);
    }

    .premium-brand-line {
        color: #fff;
    }

    .premium-brand-line span {
        background: #0c512d;
    }

    .premium-status {
        color: #fff;

        background:
            rgba(20, 18, 15, .35);

        border-color:
            rgba(255, 255, 255, .45);

        backdrop-filter: blur(8px);
    }


    /* -----------------------------------------
       CONTENT BELOW IMAGE
    ----------------------------------------- */

    .premium-hero-container {
        position: relative;

        width: calc(100% - 30px);

        margin: 0 auto;

        padding:
            38px 0 40px;

        display: grid;

        grid-template-columns: 1fr;

        gap: 30px;

        align-items: start;

        z-index: 4;
    }


    /* -----------------------------------------
       CONTENT
    ----------------------------------------- */

    .premium-hero-content {
        width: 100%;

        max-width: 500px;
    }


    .premium-kicker {
        margin-bottom: 12px;
    }

    .premium-title {
        font-size:
            clamp(30px, 8vw, 40px);

        line-height: 1.05;
    }

    .premium-subtitle {
        font-size: 19px;
    }

    .premium-description {
        max-width: 650px;

        font-size: 12px;

        line-height: 1.65;
    }


    /* -----------------------------------------
       LOCATION
    ----------------------------------------- */

    .premium-location {
        width: fit-content;

        max-width: 100%;
    }


    /* -----------------------------------------
       HIGHLIGHTS
    ----------------------------------------- */

    .premium-highlights {
        width: 100%;

        max-width: 700px;

        grid-template-columns: 1fr 1fr 1fr;
    }

    .premium-highlight {
        min-height: 65px;
    }


    /* -----------------------------------------
       PRICE + BUTTONS
    ----------------------------------------- */

    .premium-bottom-row {
        width: 100%;

        max-width: 700px;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 16px;
    }

    .premium-actions {
        width: 100%;
    }

    .premium-btn {
        flex: 1;
    }


    /* -----------------------------------------
       FORM BELOW CONTENT
    ----------------------------------------- */

    .premium-form-area {
        width: 100%;

        display: flex;

        justify-content: center;

        align-items: flex-start;
    }

    .premium-form-card {
        width: 100%;

        max-width: 450px;
    }


    /* -----------------------------------------
       FOOTER
    ----------------------------------------- */

    .premium-hero-footer {
        position: relative;

        width: calc(100% - 30px);

        margin: 0 auto;

        padding:
            15px 0 25px;

        z-index: 4;
    }
}


/* =========================================================
   TABLET / SMALL MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-hero-media,
    .premium-hero-overlay {
        height: 55vw;
        height: 250px;
    }

    .premium-hero-container {
        width: calc(100% - 30px);

        padding:
            32px 0 35px;

        gap: 28px;
    }


    /* Highlights stack */

    .premium-highlights {
        grid-template-columns: 1fr 1fr;

        margin-bottom: 19px;
    }

    .premium-highlight strong {
        font-size: 14px;
    }

    .premium-highlight {
        min-height: 54px;

        padding:
            9px 10px;
    }

    .premium-highlight+.premium-highlight {
        border-left: 0;

        border-top:
            1px solid rgba(143, 111, 62, .18);
    }


    /* Buttons */

    .premium-actions {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 8px;
    }

    .premium-btn {
        width: 100%;

        min-width: 0;

        padding:
            10px 7px;

        font-size: 9px;
    }


    /* Location */

    .premium-location {
        width: 100%;
    }


    /* Form */

    .premium-form-card {
        max-width: none;

        padding:
            21px 17px 18px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .premium-hero-media,
    .premium-hero-overlay {
        height: 200px;
    }

    .premium-hero-top {
        width: calc(100% - 20px);

        min-height: 50px;
    }

    .premium-brand-line {
        font-size: 8px;

        letter-spacing: .14em;
    }

    .premium-brand-line span {
        width: 20px;
    }

    .premium-status {
        padding: 5px 8px;

        font-size: 7px;
    }


    /* Content */

    .premium-hero-container {
        width: calc(100% - 20px);

        padding:
            3px 0 30px;

        gap: 25px;
    }

    .premium-kicker {
        font-size: 8px;

        letter-spacing: .17em;
    }

    .premium-title {
        font-size: clamp(24px, 5.5vw, 30px);
    }

    .premium-title span {
        margin-left: 5px;
    }

    .premium-title-line {
        margin:
            11px 0 12px;
    }

    .premium-subtitle {
        font-size: 17px;
    }

    .premium-description {
        font-size: 10.5px;

        line-height: 1.65;
    }


    /* Location */

    .premium-location {
        padding:
            8px 10px 8px 7px;
    }

    .premium-location small {
        font-size: 9px;
    }

    .premium-location strong {
        font-size: 11px;
    }


    /* Price */

    .premium-price small {
        font-size: 10px;
    }

    .premium-price strong {
        font-size: 22px;
    }


    /* Form */

    .premium-form-card {
        padding:
            19px 13px 16px;
    }

    .premium-form-header h3 {
        font-size: 19px;
    }


    /* Footer */

    .premium-hero-footer {
        width: calc(100% - 20px);

        padding-bottom: 22px;
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 360px) {

    .premium-hero-media,
    .premium-hero-overlay {
        height: 70vw;
        height: 250px;
    }

    .premium-hero-container {
        padding-top: 25px;
    }

    .premium-title {
        font-size: 26px;
    }

    .premium-subtitle {
        font-size: 16px;
    }

    .premium-actions {
        grid-template-columns: 1fr;
    }
}

/* ============ ABOUT ============ */

.about-premium {
    position: relative;
    padding: 70px 0 50px;
    overflow: hidden;
    background: #f3f1f1;
}

/* =========================================================
   MAIN GRID
========================================================= */

.about-premium-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
}

/* =========================================================
   IMAGE
========================================================= */

.about-premium-media {
    position: relative;
    min-width: 0;
    padding: 0 24px 24px 0;
}

.about-premium-media::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 78%;
    height: 78%;
    border: 1px solid rgba(143, 111, 62, .28);
    z-index: 0;
}

.about-premium-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 25px 55px rgba(46, 42, 34, .15);
}


/* =========================================================
   IMAGE LABEL
========================================================= */

.about-premium-image-label {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    min-width: 120px;
    padding: 10px 15px;
    background: #0c512d;
    color: #fff;
    border-radius: var(--radius);
    box-shadow: 0 15px 35px rgba(46, 42, 34, .18);
}

.about-premium-image-label span {
    display: block;
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}

.about-premium-image-label small {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}


/* =========================================================
   CONTENT
========================================================= */

.about-premium-content {
    width: 100%;
    max-width: 610px;
}


/* =========================================================
   EYEBROW
========================================================= */

.about-premium-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 13px;

    color: #0c512d;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-premium-content .eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: #0c512d;
}


/* =========================================================
   TITLE
========================================================= */

.about-premium-content h2 {
    margin: 0 0 12px;
    color: var(--charcoal);
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -.02em;
}


/* =========================================================
   DECORATIVE LINE
========================================================= */

.about-premium-line {
    position: relative;

    width: 90px;
    height: 1px;

    margin: 20px 0 23px;

    background: rgba(143, 111, 62, .28);
}

.about-premium-line::after {
    content: "";

    position: absolute;
    left: 0;
    top: -2px;

    width: 28px;
    height: 5px;

    background: #0c512d;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.about-premium-content p {
    margin: 0;
    max-width: 580px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

/* =========================================================
   STATS
========================================================= */

.about-premium-stat span {
    display: block;
    margin-top: 7px;
    color: var(--text-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .10em;
    text-transform: uppercase;
}


/* =========================================================
   BUTTON
========================================================= */

.about-premium .section-enquiry {
    margin-top: 27px;
}

.about-premium-btn {
    position: relative;
    min-height: 44px;
    padding: 11px 22px;
    border: 1px solid #0c512d;
    border-radius: var(--radius);
    background: transparent;
    color: var(--charcoal);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: color .3s ease, background .3s ease, transform .3s ease;
}

.about-premium-btn:hover {
    background: #0c512d;
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================================
   1200px
========================================================= */

@media (max-width: 1200px) {

    .about-premium {
        padding: 80px 0;
    }

    .about-premium-grid {
        gap: 55px;
    }

    /* .about-premium-media img {
        height: 200px;
    } */

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .about-premium {
        padding: 40px 0;
    }

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

    .about-premium-media {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .about-premium-media img {
        height: 200px;
    }

    .about-premium-content {
        max-width: 720px;
    }

}


/* =========================================================
   MOBILE
   IMAGE TOP → TEXT BELOW
========================================================= */

@media (max-width: 767px) {

    .about-premium {
        padding: 40px 0;
    }

    .about-premium-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* IMAGE FIRST */
    .about-premium-media {
        order: 1;
        width: 100%;
        padding: 0 12px 12px 0;
    }

    .about-premium-media img {
        width: 100%;
        height: 200px;
    }

    /* TEXT SECOND */
    .about-premium-content {
        order: 2;
        width: 100%;
        max-width: none;
    }

    .about-premium-content h2 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .about-premium-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-premium-stats {
        margin-top: 24px;
    }

    .about-premium-stat {
        padding: 16px 9px;
    }

    .about-premium-stat span {
        font-size: 8px;
        letter-spacing: .06em;
    }

}


/* =========================================================
   480px
========================================================= */

@media (max-width: 480px) {

    .about-premium {
        padding: 40px 0;
    }

    .about-premium-grid {
        gap: 0;
    }

    .about-premium-media {
        padding-right: 8px;
        padding-bottom: 8px;
    }

    .about-premium-media img {
        height: 200px;
    }

    .about-premium-image-label {
        min-width: 120px;
        padding: 12px 15px;
    }

    .about-premium-image-label span {
        font-size: 20px;
    }

    .about-premium-image-label small {
        font-size: 8px;
    }

    .about-premium-content .eyebrow {
        font-size: 8px;
    }

    .about-premium-content h2 {
        font-size: 32px;
    }

    .about-premium-line {
        margin: 16px 0 18px;
    }

    .about-premium-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-premium-stat span {
        font-size: 7px;
    }

    .about-premium-btn {
        width: 100%;
        min-height: 43px;
        font-size: 9px;
    }

}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 360px) {

    .about-premium-media img {
        height: 200px;
    }

    .about-premium-content h2 {
        font-size: 29px;
    }

    .about-premium-content p {
        font-size: 11.5px;
    }

    .about-premium-stat {
        padding-left: 6px;
        padding-right: 6px;
    }

}

/* ============ PRICE LIST ============ */
/* =========================================================
   PREMIUM PRICE SECTION
========================================================= */

.premium-price-section {
    padding: 80px 0;
    background: #f5f2ea;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.premium-price-head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}

.premium-price-head .eyebrow {
    justify-content: center;
    margin-bottom: 10px;
}

.premium-price-head h2 {
    margin: 0 0 12px;
    color: var(--charcoal);
    font-family: var(--font-display);

    /* MAIN HEADING MAX 28PX */
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -.02em;
}

.premium-price-head p {
    max-width: 580px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}


/* =========================================================
   PRICE LIST
========================================================= */

.premium-price-list {
    width: 100%;

    border-top: 1px solid rgba(143, 111, 62, .35);
    border-bottom: 1px solid rgba(143, 111, 62, .35);

    background: rgba(255, 255, 255, .45);
}


/* =========================================================
   PRICE ITEM
========================================================= */

.premium-price-item {
    position: relative;
    display: grid;
    grid-template-columns:
        1.25fr 1.15fr .9fr auto;
    align-items: center;
    padding: 20px 28px;
    border-bottom: 1px solid rgba(143, 111, 62, .20);
    transition:
        background .3s ease,
        padding .3s ease;
}

.premium-price-item:last-child {
    border-bottom: none;
}

.premium-price-item:hover {
    background: rgba(255, 255, 255, .82);
    padding-left: 34px;
}


/* =========================================================
   PREMIUM FEATURED ROW
========================================================= */

.premium-price-featured {
    background:
        linear-gradient(90deg,
            rgba(184, 148, 88, .09),
            rgba(255, 255, 255, .72));
}

.premium-price-featured::before {
    content: "MOST EXCLUSIVE";

    position: absolute;

    top: 0;
    left: 28px;

    padding: 4px 9px;

    background: #0c512d;
    color: #fff;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: .14em;
}


/* =========================================================
   CONFIGURATION
========================================================= */

.premium-price-config {
    display: flex;
    align-items: center;
    gap: 18px;
}

.premium-price-config span {
    color: #0c512d;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .12em;
}

.premium-price-config strong {
    color: var(--charcoal);

    font-family: var(--font-display);

    /* BOLD CONFIGURATION */
    font-size: 20px;
    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   AREA
========================================================= */

.premium-price-area,
.premium-price-value {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.premium-price-area small,
.premium-price-value small {
    color: var(--text-muted);

    font-size: 9px;
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: .14em;

    font-weight: 600;
}

.premium-price-area strong {
    color: var(--charcoal);

    font-size: 14px;
    line-height: 1.3;

    /* BOLD */
    font-weight: 700;
}


/* =========================================================
   PRICE
========================================================= */

.premium-price-value strong {
    color: #0c512d;

    font-family: var(--font-display);

    font-size: 18px;
    line-height: 1.2;

    /* BOLD */
    font-weight: 700;
}


/* =========================================================
   ACTION
========================================================= */

.premium-price-action {
    display: flex;
    justify-content: flex-end;
}

.premium-price-action button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    min-height: 42px;

    padding: 10px 17px;

    border: 1px solid #0c512d;
    border-radius: var(--radius);

    background: transparent;

    color: var(--charcoal);

    font-family: var(--font-body);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .08em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.premium-price-action button span {
    font-size: 15px;

    transition:
        transform .25s ease;
}

.premium-price-action button:hover {
    background: #0c512d;
    color: #fff;

    transform: translateY(-2px);
}

.premium-price-action button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   1200PX
========================================================= */

@media (max-width: 1200px) {

    .premium-price-item {
        grid-template-columns:
            1.1fr 1fr .9fr auto;

        padding: 20px;
    }

    .premium-price-item:hover {
        padding-left: 24px;
    }

    .premium-price-config strong {
        font-size: 18px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-price-section {
        padding: 70px 0;
    }

    .premium-price-item {
        grid-template-columns:
            1fr 1fr;

        gap: 20px;
    }

    .premium-price-action {
        justify-content: flex-start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-price-section {
        padding: 55px 0;
    }

    .premium-price-head {
        margin-bottom: 32px;
    }

    .premium-price-head h2 {
        font-size: 26px;
    }

    .premium-price-head p {
        font-size: 12px;
    }

    .premium-price-list {
        border: 1px solid rgba(143, 111, 62, .25);
    }

    .premium-price-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 15px;

        padding: 24px 20px;
    }

    .premium-price-item:hover {
        padding-left: 20px;
    }

    .premium-price-config {
        width: 100%;
    }

    .premium-price-config strong {
        font-size: 19px;
    }

    .premium-price-area,
    .premium-price-value {
        width: 100%;
    }

    .premium-price-action {
        width: 100%;
    }

    .premium-price-action button {
        width: 100%;
        justify-content: center;
    }

    .premium-price-featured {
        padding-top: 38px;
    }

    .premium-price-featured::before {
        left: 20px;
    }

}

/* ============ HIGHLIGHTS ============ */
/* =========================================
   PROJECT HIGHLIGHTS - PREMIUM REDESIGN
========================================= */


.dm-highlight {
    background: #f8f8f8;
    padding: 40px 0 70px;
}

.dm-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}

.dm-row {
    display: flex;
    align-items: center;
}

.dm-col {
    width: 50%;
}

/* LEFT IMAGE */
.dm-left-img img {
    width: 520px;
    height: 450px;
}

/* RIGHT CONTENT */
.dm-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dm-box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    box-shadow: 1px 2px 10px #d2d1d1;
}

.dm-number {
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    color: #ffffff;
    background: #0c512d;
    padding: 6px 8px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    font-weight: normal;
}

.dm-box p {
    font-size: 16px;
    color: #222;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .dm-row {
        flex-direction: column;
        gap: 40px;
    }

    .dm-col {
        width: 100%;
    }

    .dm-left-img {
        text-align: center;
    }

    .dm-highlight {
        padding: 30px 0;
    }

    .dm-left-img img {
        height: 200px;
    }

}


/* end */

/* ============ GALLERY ============ */
/* =========================================================
   PREMIUM GALLERY
========================================================= */

.gallery-premium {
    padding: 80px 0;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}


/* =========================================================
   HEADER
========================================================= */

.gallery-premium-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 35px;

    padding-bottom: 16px;

    border-bottom: 1px solid var(--line);
}

.gallery-premium-head .eyebrow {
    margin-bottom: 7px;
}

.gallery-premium-head h2 {
    margin: 0;

    color: var(--charcoal);

    font-family: var(--font-display);

    font-size: 28px;
    line-height: 1.15;

    font-weight: 600;

    letter-spacing: -.02em;
}


/* =========================================================
   SHOWCASE
========================================================= */

.gallery-showcase {
    display: grid;

    grid-template-columns: 1.7fr .8fr;

    gap: 14px;

    height: 570px;
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.gallery-featured {
    position: relative;

    display: block;

    overflow: hidden;

    border-radius: var(--radius);

    background: var(--charcoal);

    isolation: isolate;
}

.gallery-featured img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .9s cubic-bezier(.2, .7, .2, 1),
        filter .5s ease;
}

.gallery-featured:hover img {
    transform: scale(1.045);
}


/* =========================================================
   FEATURED OVERLAY
========================================================= */

.gallery-featured::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(180deg,
            transparent 50%,
            rgba(20, 18, 15, .75) 100%);
}


/* =========================================================
   FEATURED CONTENT
========================================================= */

.gallery-featured-info {
    position: absolute;

    left: 28px;
    bottom: 25px;

    z-index: 3;

    display: flex;
    align-items: center;

    gap: 14px;
}

.gallery-featured-info span {
    color: #0c512d;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .12em;
}

.gallery-featured-info strong {
    color: #fff;

    font-family: var(--font-display);

    font-size: 21px;
    font-weight: 600;
}


/* =========================================================
   SIDE GALLERY
========================================================= */

.gallery-side {
    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 1fr 1fr;

    gap: 14px;
}


/* =========================================================
   SIDE ITEM
========================================================= */

.gallery-side-item {
    position: relative;

    display: block;

    overflow: hidden;

    border-radius: var(--radius);

    background: var(--charcoal);

    isolation: isolate;
}

.gallery-side-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s ease,
        filter .5s ease;
}

.gallery-side-item:hover img {
    transform: scale(1.08);
}


/* =========================================================
   SIDE OVERLAY
========================================================= */

.gallery-side-item::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(20, 18, 15, .78) 100%);
}


/* =========================================================
   SIDE CONTENT
========================================================= */

.gallery-side-info {
    position: absolute;

    left: 14px;
    right: 10px;
    bottom: 13px;

    z-index: 3;

    display: flex;
    align-items: center;

    gap: 8px;
}

.gallery-side-info span {
    color: #0c512d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.gallery-side-info strong {
    color: #fff;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .02em;
}


/* =========================================================
   GOLD FRAME DETAIL
========================================================= */

.gallery-featured::before {
    content: "";

    position: absolute;

    inset: 14px;

    z-index: 2;

    border: 1px solid rgba(255, 255, 255, .35);

    pointer-events: none;

    opacity: 0;

    transition: opacity .4s ease;
}

.gallery-featured:hover::before {
    opacity: 1;
}


/* =========================================================
   1200PX
========================================================= */

@media (max-width: 1200px) {

    .gallery-premium {
        padding: 75px 0;
    }

    .gallery-showcase {
        height: 520px;
    }

}


/* =========================================================
   991PX
========================================================= */

@media (max-width: 991px) {

    .gallery-premium {
        padding: 40px 0;
    }

    .gallery-showcase {
        height: 600px;

        grid-template-columns: 1.4fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .gallery-premium {
        padding: 40px 0;
    }

    .gallery-premium-head {
        margin-bottom: 25px;
    }

    .gallery-premium-head h2 {
        font-size: 26px;
    }

    .gallery-showcase {
        display: flex;
        flex-direction: column;

        height: auto;

        gap: 10px;
    }

    .gallery-featured {
        height: 320px;
    }

    .gallery-side {
        display: grid;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: 180px 180px;

        gap: 10px;
    }

    .gallery-featured-info {
        left: 18px;
        bottom: 18px;
    }

    .gallery-featured-info strong {
        font-size: 18px;
    }

    .gallery-side-info {
        left: 10px;
        bottom: 10px;
    }

    .gallery-side-info strong {
        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .gallery-premium {
        padding: 40px 0;
    }

    .gallery-premium-head h2 {
        font-size: 24px;
    }

    .gallery-featured {
        height: 260px;
    }

    .gallery-side {
        grid-template-rows: 150px 150px;
    }

}

/* =========================================
   FLOOR PLAN SECTION - PREMIUM REDESIGN
========================================= */

#floorplan {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}


/* Background Decoration */

#floorplan::before {
    content: "PLAN";

    position: absolute;
    right: -30px;
    top: 50px;

    font-family: var(--font-display);
    font-size: 140px;
    font-weight: 700;

    letter-spacing: 15px;

    color: rgba(60, 168, 185, 0.04);

    pointer-events: none;
}


/* =========================================
   SECTION HEADER
========================================= */

#floorplan .section-head {
    position: relative;
    margin-bottom: 35px;
}

#floorplan .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

#floorplan .eyebrow::before {
    content: "";

    width: 32px;
    height: 1px;

    background: #0c512d;
}


/* =========================================
   FLOOR PLAN TABS
========================================= */

.floorplan-tabs {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 6px;

    margin-bottom: 45px;

    border: 1px solid rgb(184 137 46 / 52%);

    background: rgba(255, 255, 255, 0.35);
}


/* Tab Button */

.fp-tab {
    position: relative;

    min-width: 120px;

    padding: 13px 24px;

    border: none;

    background: transparent;

    font-family: var(--font-body);

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 0.06em;

    color: var(--text-muted);

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


/* Active Tab */

.fp-tab.active {
    background: var(--charcoal);

    color: #f5f2ea;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08);
}


.fp-tab:hover {
    color: #0c512d;
}

.fp-tab.active:hover {
    color: #f5f2ea;
}


/* =========================================
   FLOOR PLAN PANEL
========================================= */

.floorplan-panel {
    display: none;
}


.floorplan-panel.active {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr) minmax(350px, 0.85fr);

    min-height: 500px;

    border: 1px solid rgb(184 137 46 / 52%);

    animation: floorPlanReveal 0.5s ease both;
}


/* =========================================
   IMAGE AREA
========================================= */

.floorplan-panel .fp-image {
    width: 100%;
    height: 100%;

    min-height: 500px;

    object-fit: contain;

    background: #ffffff;

    padding: 35px;

    border: none;

    border-radius: 0;

    filter: blur(3px);

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


/* Image Wrapper Effect */

.floorplan-panel.active:hover .fp-image {
    transform: scale(1.02);

    filter: blur(2px);
}


/* =========================================
   DETAILS PANEL
========================================= */

.fp-details {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 48px;
    background: var(--charcoal);
    align-items: center;
    overflow: hidden;
}


/* Decorative Number */

.fp-details::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -100px;
    right: -100px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.08);
}


/* =========================================
   RESIDENCE TITLE
========================================= */

.fp-details h3 {
    position: relative;

    font-size: 26px;

    line-height: 1.3;

    color: #f5f2ea;

    margin: 0 0 10px;
}


/* =========================================
   PRICE
========================================= */

.fp-details .fp-price {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    color: #d5d2cf;

    font-family: var(--font-display);

    font-size: 17px;
    font-weight: 600;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    margin-bottom: 32px;
}


/* =========================================
   SPECIFICATIONS
========================================= */

.fp-specs {
    display: grid;

    /* grid-template-columns: repeat(2, 1fr); */

    gap: 12px;

    list-style: none;

    padding: 0;
    margin: 0 0 35px;
}


/* Spec Card */

.fp-specs li {
    display: flex;
    flex-direction: column;

    justify-content: center;

    min-height: 105px;

    padding: 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    background: rgba(255, 255, 255, 0.04);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.fp-specs li:hover {
    transform: translateY(-3px);

    border-color: #0c512d;

    background: rgba(255, 255, 255, 0.07);
}


/* Label */

.fp-specs li span:first-child {
    display: block;

    color: rgba(255, 255, 255, 0.55);

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    margin-bottom: 8px;
}


/* Value */

.fp-specs li span:last-child {
    color: #f5f2ea;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.4;
}


/* =========================================
   DOWNLOAD BUTTON
========================================= */

.fp-details .btn {
    align-self: flex-start;
    padding: 14px 25px;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 0 auto;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

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

/* =========================================
   TAB PANEL ANIMATION
========================================= */

@keyframes floorPlanReveal {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 991px) {

    #floorplan {
        padding: 40px 0;
    }


    .floorplan-panel.active {
        grid-template-columns: 1fr;

        max-width: 700px;

        margin: auto;
    }


    .floorplan-panel .fp-image {
        min-height: 430px;

        max-height: 500px;
    }


    .fp-details {
        padding: 45px 38px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    #floorplan {
        padding: 40px 0;
    }


    #floorplan::before {
        font-size: 80px;

        right: -20px;

        top: 70px;

        letter-spacing: 8px;
    }


    #floorplan .section-head {
        margin-bottom: 28px;
    }


    /* Tabs Full Width */

    .floorplan-tabs {
        display: flex;

        width: 100%;

        margin-bottom: 25px;
    }


    .fp-tab {
        flex: 1;

        min-width: 0;

        padding: 12px 10px;

        font-size: 12px;
    }


    /* Panel */

    .floorplan-panel.active {
        min-height: auto;

        grid-template-columns: 1fr;
    }


    /* Image */

    .floorplan-panel .fp-image {
        min-height: auto;

        height: auto;

        padding: 20px;

        filter: blur(2px);
    }


    /* Details */

    .fp-details {
        padding: 35px 24px;
    }


    .fp-details h3 {
        font-size: 23px;
    }


    .fp-details .fp-price {
        font-size: 14px;

        margin-bottom: 25px;
    }


    /* Specs */

    .fp-specs {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-bottom: 28px;
    }


    .fp-specs li {
        min-height: 85px;

        padding: 15px;
    }


    /* Button */

    .fp-details .btn {
        width: 100%;

        justify-content: center;

        padding: 14px 18px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .fp-details {
        padding: 30px 18px;
    }


    .fp-details h3 {
        font-size: 21px;
    }


    .floorplan-panel .fp-image {
        padding: 12px;
    }

}

/* ============ LOCATION ============ */
/* =========================================
   LOCATION & CONNECTIVITY - PREMIUM REDESIGN
========================================= */

#location {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}


/* Background Decoration */

#location::before {
    content: "LOCATION";
    position: absolute;
    top: 45px;
    right: 62px;
    font-family: var(--font-display);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 8px;
    color: #0a507f1a;
    pointer-events: none;
    user-select: none;

}


/* =========================================
   SECTION HEADER
========================================= */

#location .section-head {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}


#location .eyebrow {
    position: relative;
    padding-left: 42px;
}


#location .eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #0c512d;
}


/* =========================================
   MAIN GRID
========================================= */

.location-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 0.90fr) minmax(368px, 0.85fr);

    gap: 35px;

    align-items: stretch;
}


/* =========================================
   MAP CARD
========================================= */

.location-map {
    position: relative;

    min-height: 510px;

    border: 1px solid rgba(60, 168, 185, 0.45);

    border-radius: 0;

    overflow: hidden;

    background: var(--stone-warm);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* Map */

.location-map iframe {
    width: 100%;
    height: 100%;

    min-height: 510px;

    border: 0;

    display: block;

    filter: grayscale(20%) contrast(95%);

    transition:
        filter 0.4s ease,
        transform 0.5s ease;
}


/* Hover */

.location-map:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.1);
}


.location-map:hover iframe {
    filter: grayscale(0%) contrast(100%);
}


/* =========================================
   LOCATION LIST
========================================= */

.location-list {
    list-style: none;

    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;

    gap: 10px;
}


/* =========================================
   CONNECTIVITY CARD
========================================= */

.location-list li {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 15px 20px;
    background: var(--stone-warm);
    border: 1px solid #0c512d;
    font-size: 14px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* Left Accent */

.location-list li::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    background: #0c512d;

    transform: scaleY(0);

    transition: transform 0.3s ease;
}


/* Number */

.location-list {
    counter-reset: location;
}


.location-list li {
    counter-increment: location;
}


.location-list li::after {
    content: "0" counter(location);
    position: absolute;
    top: 8px;
    right: 125px;
    font-family: var(--font-display);
    font-size: 30px;
    color: rgb(77 54 36 / 12%);
    pointer-events: none;
    transition: color 0.3s ease;
}


/* =========================================
   LOCATION NAME
========================================= */

.location-list li span:first-child {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    gap: 14px;

    color: var(--charcoal);

    font-size: 14px;
    font-weight: 500;

    line-height: 1.4;

    transition: color 0.3s ease;
}


/* Icon */

.location-list li span:first-child svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    flex-shrink: 0;
    stroke: #0c512d;
    border: 1px solid #0c512d;
    border-radius: 50%;
    transition:
        background 0.3s ease,
        stroke 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================
   TIME BADGE
========================================= */

.location-list li span:last-child {
    position: relative;
    z-index: 2;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 72px;
    letter-spacing: 1px;
    padding: 9px 12px;

    color: #0c512d;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;

    border: 1px solid #0c512d;

    background: rgba(255, 255, 255, 0.25);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================
   HOVER EFFECT
========================================= */

.location-list li:hover {
    transform: translateX(6px);
    color: #0c512d;
}

.location-list li:hover::before {
    transform: scaleY(1);
}

.location-list li:hover::after {
    color: rgba(255, 255, 255, 0.06);
}

.location-list li:hover span:first-child svg {
    background: #0c512d;

    border-color: #0c512d;

    stroke: var(--white);

    transform: rotate(8deg);
}

.location-list li:hover span:last-child {
    background: #0c512d;

    border-color: #0c512d;

    color: var(--white);
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 991px) {

    #location {
        padding: 40px 0;
    }


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

        gap: 25px;

        max-width: 750px;

        margin: auto;
    }


    .location-map,
    .location-map iframe {
        min-height: 430px;
    }


    .location-list {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }


    .location-list li {
        min-height: 90px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    #location {
        padding: 40px 0;
    }


    #location::before {
        font-size: 55px;
        top: 65px;
        right: -15px;
        letter-spacing: 4px;
    }


    #location .section-head {
        margin-bottom: 35px;
    }


    .location-grid {
        gap: 18px;
    }


    .location-map,
    .location-map iframe {
        min-height: 300px;
    }


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

        gap: 9px;
    }


    .location-list li {
        min-height: auto;
        padding: 12px 14px;
    }


    .location-list li span:first-child {
        gap: 10px;

        font-size: 13px;
    }


    .location-list li span:first-child svg {
        width: 38px;
        height: 38px;

        padding: 9px;
    }


    .location-list li span:last-child {
        min-width: 65px;

        padding: 8px 9px;

        font-size: 16px;
    }


    .location-list li::after {
        font-size: 25px;

        right: 90px;
    }


    .location-list li:hover {
        transform: translateX(3px);
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .location-map,
    .location-map iframe {
        min-height: 260px;
    }


    .location-list li {
        padding: 11px;
    }


    .location-list li span:first-child {
        font-size: 12px;
    }


    .location-list li span:first-child svg {
        width: 34px;
        height: 34px;

        padding: 8px;
    }


    .location-list li span:last-child {
        min-width: 58px;

        font-size: 16px;

        padding: 7px;
    }


    .location-list li::after {
        display: none;
    }

}

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


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

}


/* .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: #0c512d;
    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: #0c512d;
    border-radius: 50pc;
    padding: 15px;
}

.footer_contant .contact_us ul li p {
    color: #0c512d;
    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 #0c512d;
    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 #0c512d;
    ;
    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: #0c512d;
    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 #0c512d;
    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: #f5f2ea;
}

.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: #0c512d;
    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: #0c512d;
    }

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

@media(max-width:640px) {
    h2 {
        font-size: 16px !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;
    }
}