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;
}

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

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

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

@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);
    border-right: 1px solid #7d7272;
    border-top: 1px solid #7d7272;
}

/* 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: 10px 14px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: var(--radius);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-gold {
    background: #2b2b2b;
    color: #ffffff;
    border-radius: 10px;
}

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

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

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

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

.price-btn {
    background: #856d47;
    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: #856d47;
    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: 5px 4px;
    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: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

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

.header-phone svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    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: #fff;
    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: #856d47;
    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: #856d47;

    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: #856d47;
}


/* =========================================================
   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 #856d47;

    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: #856d47;
}

.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;
}


/* =========================================================
   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 #856d47;

    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: #856d47;

    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: #856d47;

    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:
        #856d47;

    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: #856d47;

    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: #856d47;
}


/* =========================================================
   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;
    }
}

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


.gh3-about-modern {
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

.gh3-about-wrap {
    display: grid;
    grid-template-columns: 0.62fr .98fr;
    align-items: stretch;
    gap: 50px;
}

/* LEFT IMAGE */

.gh3-about-visual {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.gh3-about-visual::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top,
            rgba(30, 20, 14, .72),
            transparent);
    pointer-events: none;
}

.gh3-about-visual img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.gh3-about-visual:hover img {
    transform: scale(1.035);
}

/* IMAGE CAPTION */

.gh3-visual-caption {
    position: absolute;
    left: 28px;
    bottom: 26px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    color: #fff;
}

.gh3-visual-caption span {
    font-family: var(--font-display);
    font-size: 42px;
    line-height: .8;
    color: #b8892e;
}

.gh3-visual-caption p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* RIGHT CONTENT */

.gh3-about-info {
    padding: 25px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TOP LINE */

.gh3-about-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.gh3-about-kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #b8892e;
    white-space: nowrap;
}

.gh3-about-line {
    width: 55px;
    height: 1px;
    background: #b8892e;
}

/* HEADING */

.gh3-about-info h2 {
    margin: 0 0 25px;
    color: #2E2A22;
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1.08;
    font-weight: 600;
}

.gh3-about-info h2 span {
    color: #b8892e;
}

/* LEAD */

.gh3-about-lead {
    max-width: 570px;
    margin: 0 0 24px;
    padding-left: 20px;
    border-left: 2px solid #b8892e;
    color: #856d47;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

/* COPY */

.gh3-about-copy {
    margin-bottom: 14px;
}

.gh3-about-copy p {
    margin: 0;
    color: #766b63;
    font-size: 16px;
    line-height: 1.8;
}

/* DETAILS */

.gh3-project-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
    row-gap: 0;
    max-width: 600px;
    margin-bottom: 34px;
}

.gh3-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(77, 54, 36, .18);
}

.gh3-detail span {
    font-size: 16px;
    color: #b8892e;
    letter-spacing: 1px;
}

.gh3-detail strong {
    display: block;
    color: #856d47;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.gh3-detail small {
    display: block;
    margin-top: 4px;
    color: #8b8179;
    font-size: 14px;
}

/* CTA */

.gh3-about-action {
    margin-top: 2px;
}

.gh3-about-action button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 10px;
    border: 0;
    border: 1px solid #856d47;
    background: #856d47;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    transition: all .3s ease;
}

.gh3-about-action button i {
    color: #fafafa;
    transition: transform .3s ease;
}

.gh3-about-action button:hover {
    color: #fff;
}

.gh3-about-action button:hover i {
    transform: translateX(6px);
}


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

@media (max-width: 991px) {

    .gh3-about-modern {
        padding: 70px 0;
    }

    .gh3-about-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .gh3-about-visual,
    .gh3-about-visual img {
        min-height: 520px;
    }

    .gh3-about-info {
        padding: 10px 0;
    }

    .gh3-about-info h2 {
        font-size: 32px;
    }

    .gh3-about-lead {
        font-size: 15px;
    }

    .gh3-about-copy {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 25px;
    }

    .gh3-project-details {
        gap: 0 20px;
    }
}


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

@media (max-width: 767px) {

    .gh3-about-modern {
        padding: 55px 0;
    }

    .gh3-about-wrap {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .gh3-about-visual,
    .gh3-about-visual img {
        min-height: 290px;
        height: 290px;
    }

    .gh3-about-visual img {
        object-fit: cover;
    }

    .gh3-visual-caption {
        left: 20px;
        bottom: 20px;
        gap: 12px;
    }

    .gh3-visual-caption span {
        font-size: 34px;
    }

    .gh3-visual-caption p {
        font-size: 10px;
    }

    .gh3-about-info {
        padding: 0;
    }

    .gh3-about-top {
        margin-bottom: 18px;
    }

    .gh3-about-kicker {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .gh3-about-info h2 {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 22px;
    }

    .gh3-about-lead {
        font-size: 14px;
        line-height: 1.7;
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .footer-bootom p {
        margin-bottom: 16px !important;
    }

    .gh3-about-copy {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 24px;
    }

    .gh3-about-copy p {
        font-size: 13px;
        line-height: 1.75;
        display: none;
    }

    .gh3-project-details {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .gh3-detail {
        gap: 10px;
        padding: 6px;
        border: 1px solid rgba(77, 54, 36, .18);
    }

    .gh3-detail strong {
        font-size: 14px;
    }

    .gh3-detail small {
        font-size: 12px;
    }

    .gh3-about-action {
        margin-top: 2px;
        text-align: center;
        border: 1px solid #856d47;
        padding: 4px 0;
    }

    .gh3-about-action button {
        font-size: 16px;
        border: 0;
        background: none;
        color: #000 !important;
        padding: 0;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {

    .gh3-about-modern {
        padding: 45px 0;
    }

    .gh3-about-visual,
    .gh3-about-visual img {
        min-height: 250px;
        height: 250px;
    }

    .gh3-about-info h2 {
        font-size: 28px;
    }

    .gh3-about-lead {
        font-size: 14px;
    }

    .gh3-project-details {
        gap: 10px;
    }

    .gh3-detail strong {
        font-size: 14px;
    }
}

/* ============ 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: #856d47;
    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: #856d47;

    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: 12px;
    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: #856d47;

    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 #856d47;
    border-radius: var(--radius);

    background: transparent;

    color: var(--charcoal);

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

    font-size: 14px;
    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: #856d47;
    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;
    }

    .contect-form .form_section {
        margin: 0 !important;
    }

}

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

#highlights {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f6f4ef;
    border-bottom: 1px solid #ddd;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.gh3-highlights-layout {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 80px;
    align-items: center;
}

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

.gh3-highlights-content {
    max-width: 650px;
}

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

.gh3-section-eyebrow {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #856d47;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;
}

.gh3-section-eyebrow span {
    display: block;

    width: 32px;

    height: 1px;

    background: #856d47;
}


/* =========================================================
   HEADING
========================================================= */

.gh3-highlights-content>h2 {
    margin: 0;
    max-width: 550px;
    color: #3b3028;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.gh3-highlights-content>h2 em {
    color: #856d47;
    font-style: normal;
}


/* =========================================================
   INTRO
========================================================= */

.gh3-intro {
    max-width: 530px;
    margin: 10px 0 20px;
    color: #777;
    font-size: 16px;
    line-height: 1.8;
}

/* =========================================================
   HIGHLIGHT LIST
========================================================= */

.gh3-highlight-list {
    width: 100%;
}

/* =========================================================
   SINGLE ITEM
========================================================= */

.gh3-highlight-item {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr 30px;
    gap: 18px;
    align-items: start;
    padding: 23px 0;
    border-top: 1px solid #d8d3ca;
    transition: .35s ease;
}

.gh3-highlight-item:last-child {
    border-bottom: 1px solid #d8d3ca;
}


/* =========================================================
   NUMBER
========================================================= */

.gh3-highlight-index {
    padding-top: 2px;
    color: #b8892e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =========================================================
   TEXT
========================================================= */

.gh3-highlight-text h3 {
    margin: 0 0 7px;
    color: #3b3028;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    transition: .3s ease;
}

.gh3-highlight-text p {
    max-width: 490px;
    margin: 0;
    color: #777;
    font-size: 16px;
    line-height: 1.65;
}

/* =========================================================
   ARROW
========================================================= */

.gh3-highlight-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #d3cec5;
    color: #856d47;
    font-size: 10px;
    transition: .35s ease;
}

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

.gh3-highlight-item:hover {
    padding-left: 10px;
    border-color: #856d47;
}

.gh3-highlight-item:hover .gh3-highlight-text h3 {
    color: #856d47;
}

.gh3-highlight-item:hover .gh3-highlight-arrow {
    background: #856d47;
    border-color: #856d47;
    color: #fff;
    transform: rotate(45deg);
}


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

.gh3-highlights-visual {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

/* IMAGE */

.gh3-image-wrap {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
    background: #ddd;
}

.gh3-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .8s ease;
}

.gh3-image-wrap:hover img {
    transform: scale(1.04);
}

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

.gh3-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 15, 10, .02) 35%, rgba(20, 15, 10, .62) 100%);
}

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

.gh3-image-label {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.gh3-image-label>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .65);
    font-size: 10px;
    font-weight: 600;
}

.gh3-image-label strong {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
}

.gh3-image-label small {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
}

/* =========================================================
   VERTICAL TEXT
========================================================= */

.gh3-image-side-text {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    color: rgba(255, 255, 255, .75);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
}

/* =========================================================
   BOTTOM VISUAL INFO
========================================================= */

.gh3-visual-bottom {
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 20px;
    background: #856d47;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.gh3-visual-bottom i {
    width: 20px;
    height: 1px;
    background: #ffffff;
}

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

@media (max-width: 1100px) {

    #highlights {
        padding: 75px 0;
    }

    .gh3-highlights-layout {
        grid-template-columns: 1fr .85fr;
        gap: 45px;
    }

    .gh3-highlights-content>h2 {
        font-size: 28px;
    }

    .gh3-image-wrap {
        height: 520px;
    }

    .gh3-highlight-item {
        grid-template-columns: 35px 1fr 28px;

        gap: 12px;
    }

    .gh3-highlight-text h3 {
        font-size: 15px;
    }
}


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

@media (max-width: 767px) {

    #highlights {
        padding: 55px 0;

        background: #f6f4ef;
    }


    /* STACK */

    .gh3-highlights-layout {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }


    /* CONTENT */

    .gh3-highlights-content {
        width: 100%;
        max-width: 100%;
    }

    /* EYEBROW */

    .gh3-section-eyebrow {
        font-size: 12px;
        margin-bottom: 13px;
    }

    .gh3-section-eyebrow span {
        width: 25px;
    }


    /* HEADING */

    .gh3-highlights-content>h2 {
        font-size: 28px;
        line-height: 1.08;
        letter-spacing: normal;
        font-family: var(--font-display);
    }

    /* INTRO */

    .gh3-intro {
        margin: 7px 0 17px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* IMAGE FIRST ON MOBILE */

    .gh3-highlights-visual {
        order: 2;
        width: 100%;
        padding-bottom: 0px;
    }

    .gh3-highlights-content {
        order: 1;
    }

    /* LIST AFTER IMAGE */

    .gh3-highlight-list {
        order: 3;
    }

    .gh3-highlights-layout {
        position: relative;
    }

    .gh3-highlight-list {
        margin-top: 0;
    }


    /* IMAGE */

    .gh3-image-wrap {
        height: 390px;
    }

    .gh3-image-label {
        left: 20px;

        bottom: 22px;
    }

    .gh3-image-side-text {
        right: 8px;
    }

    /* VISUAL BAR */

    .gh3-visual-bottom {
        left: 15px;
        height: 52px;
        padding-left: 15px;
        font-size: 12px;
    }


    /* ITEM */

    .gh3-highlight-item {
        grid-template-columns: 32px 1fr 28px;

        gap: 10px;

        padding: 20px 0;
    }

    .gh3-highlight-item:hover {
        padding-left: 0;
    }


    /* NUMBER */

    .gh3-highlight-index {
        font-size: 10px;
    }


    /* TITLE */

    .gh3-highlight-text h3 {
        font-size: 15px;

        line-height: 1.35;
    }


    /* DESCRIPTION */

    .gh3-highlight-text p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* ARROW */

    .gh3-highlight-arrow {
        width: 28px;

        height: 28px;
    }
}


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

@media (max-width: 480px) {

    #highlights {
        padding: 45px 0;
    }

    .gh3-highlights-layout {
        gap: 28px;
    }

    .gh3-highlights-content>h2 {
        font-size: 28px;
    }

    .gh3-intro {
        font-size: 14px;
    }

    .gh3-image-wrap {
        height: 330px;
    }

    .gh3-image-label {
        left: 15px;

        bottom: 18px;
    }

    .gh3-image-label>span {
        width: 32px;

        height: 32px;

        font-size: 9px;
    }

    .gh3-image-label strong {
        font-size: 11px;
    }

    .gh3-image-label small {
        font-size: 11px;
    }

    .gh3-visual-bottom {
        left: 10px;

        gap: 8px;

        padding-left: 12px;

        font-size: 12px;
    }

    .gh3-highlight-item {
        grid-template-columns: 27px 1fr 25px;

        gap: 8px;

        padding: 18px 0;
    }

    .gh3-highlight-text h3 {
        font-size: 14px;
    }

    .gh3-highlight-text p {
        font-size: 14px;
    }

    .gh3-highlight-arrow {
        width: 25px;

        height: 25px;

        font-size: 8px;
    }
}


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

@media (max-width: 360px) {

    .gh3-highlights-content>h2 {
        font-size: 27px;
    }

    .gh3-image-wrap {
        height: 290px;
    }

    .gh3-highlight-text h3 {
        font-size: 13px;
    }

    .gh3-highlight-text p {
        font-size: 14px;
    }
}

/* ============ 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: 0.8fr .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: #856d47;

    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: #856d47;
    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;
    }

}

/* ============ AMENITIES ============ */
/* =========================================
   AMENITIES SECTION - PREMIUM REDESIGN
========================================= */

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


/* Background decorative elements */

#amenities::before,
#amenities::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

#amenities::before {
    width: 420px;
    height: 420px;
    top: -220px;
    left: -180px;
    border: 1px solid rgba(60, 168, 185, 0.12);
}

#amenities::after {
    width: 280px;
    height: 280px;
    right: -100px;
    bottom: -120px;
    border: 1px solid rgba(60, 168, 185, 0.12);
}

/* =========================================
   SECTION HEADING
========================================= */

#amenities .section-head {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    border: 0;
}

#amenities .section-head.center .eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
}

#amenities .section-head.center .eyebrow::before,
#amenities .section-head.center .eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: #856d47;
}

#amenities .section-head h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* =========================================
   AMENITIES GRID
========================================= */

.amenities-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: transparent;
    border: none;
}

/* =========================================
   AMENITY CARD
========================================= */

.amenity-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 24px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    gap: 12px;
}

/* Top accent line */

.amenity-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #856d47;
    transition: width 0.4s ease;
}

/* Decorative number */

.amenity-item::after {
    content: counter(amenity);
    position: absolute;
    right: 18px;
    bottom: 10px;
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
    color: rgb(184 137 46 / 23%);
    pointer-events: none;
}


/* Counter */

.amenities-grid {
    counter-reset: amenity;
}

.amenity-item {
    counter-increment: amenity;
}


/* =========================================
   ICON BOX
========================================= */

.amenity-item svg {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 12px;
    margin: 0;
    border: 1px solid rgb(184 137 46 / 52%);
    border-radius: 50%;
    stroke: #856d47;
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        stroke 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================
   TEXT
========================================= */

.amenity-item span {
    position: relative;
    z-index: 2;

    max-width: 150px;

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

    line-height: 1.4;

    color: var(--charcoal);

    display: block;

    letter-spacing: 0.01em;

    transition: color 0.3s ease;
}


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

.amenity-item:hover {
    transform: translateY(-6px);

    border-color: #856d47;

    background: var(--charcoal);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, 0.1);
}

.amenity-item:hover::before {
    width: 100%;
}

.amenity-item:hover svg {
    transform: rotate(8deg) scale(1.08);

    background: #856d47;

    border-color: #856d47;

    stroke: var(--white);
}

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

.amenity-item:hover::after {
    color: rgba(255, 255, 255, 0.06);
}


/* =========================================
   FEATURED CARD VARIATION
   Makes layout less repetitive
========================================= */

.amenity-item:nth-child(1) {
    background: var(--charcoal);
}

.amenity-item:nth-child(1) span {
    color: #f5f2ea;
}

.amenity-item:nth-child(1)::after,
.amenity-item:nth-child(6)::after {
    color: rgb(255 255 255 / 32%);
}

.amenity-item:nth-child(1):hover,
.amenity-item:nth-child(6):hover {
    background: #856d47;
}

.amenity-item:nth-child(1):hover span,
.amenity-item:nth-child(6):hover span {
    color: var(--white);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1200px) {

    /* .amenity-item:nth-child(2),
    .amenity-item:nth-child(7),
    .amenity-item:nth-child(10) {
        transform: translateY(22px);
    } */

}


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

@media (max-width: 991px) {

    #amenities {
        padding: 40px 0;
    }

    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .amenity-item {
        min-height: 165px;
        padding: 22px;
    }

    .amenity-item::after {
        font-size: 36px;
    }

}


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

@media (max-width: 767px) {

    #amenities {
        padding: 40px 0;
    }

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

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

    .amenity-item {
        min-height: auto;
        padding: 20px 16px;
        border-color: rgba(60, 168, 185, 0.3);
        border: 1px solid #7d7272;
    }

    .amenity-item svg {
        width: 42px;
        height: 42px;

        padding: 10px;
    }

    .amenity-item span {
        font-size: 13px;
        max-width: 100%;
    }

    .amenity-item::after {
        font-size: 30px;

        right: 12px;
        bottom: 10px;
    }

    /* Remove stagger effect on mobile */

    .amenity-item:nth-child(2),
    .amenity-item:nth-child(7),
    .amenity-item:nth-child(10) {
        transform: none;
    }


}

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

@media (max-width: 420px) {

    .amenities-grid {
        gap: 8px;
    }

    .amenity-item {
        min-height: auto;
        padding: 16px 13px;
    }

    .amenity-item svg {
        width: 38px;
        height: 38px;
        padding: 9px;
    }

    .amenity-item span {
        font-size: 12px;
        line-height: 1.35;
    }

    .amenity-item::after {
        font-size: 26px;
    }

}

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

.floorplan-section {
    padding: 80px 0;
    background: #ffffff;
}

/* HEADING */

.floorplan-heading {
    margin-bottom: 45px;
}

.floorplan-heading .eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #b8892e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.floorplan-heading .eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: #b8892e;
}

.floorplan-heading h2 {
    margin: 0 0 8px;
    color: #4d3624;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}

.floorplan-heading p {
    max-width: 550px;
    margin: 0;
    color: #766b63;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================
   FLOOR PLAN CARD
========================================= */

.floorplan-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgb(77 54 36 / 75%);
    transition: transform .35s ease, box-shadow .35s ease;
}

.floorplan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(50, 35, 20, .10);
}

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

.floorplan-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(77, 54, 36, .12);
}

.floorplan-img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .4s ease;
}

.floorplan-card:hover .floorplan-img img {
    transform: scale(1.03);
}

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

.floorplan-card-content {
    padding: 18px 20px 20px;
}

/* TOP */

.floorplan-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(77, 54, 36, .15);
}

.floorplan-label {
    display: block;
    margin-bottom: 5px;
    color: #b8892e;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.floorplan-card-top h3 {
    margin: 0;
    color: #4d3624;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 500;
}

.floorplan-type {
    padding-top: 5px;
    color: #8b8179;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.floorplan-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border: 1px solid #ffffff;
    background: #856d47;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;
    transition: all .3s ease;
}

.floorplan-btn i {
    color: #ffffff;
    transition: transform .3s ease;
}

.floorplan-btn:hover {
    background: #4d3d24;
    border-color: #ffffff;
}

.floorplan-btn:hover i {
    color: #fff;
    transform: translateX(5px);
}

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

@media (max-width: 991px) {

    .floorplan-section {
        padding: 40px 0;
    }

    .floorplan-heading h2 {
        font-size: 28px;
    }

    .floorplan-img {
        height: 200px;
    }

    .floorplan-card-content {
        padding: 10px 10px 10px;
    }

    .floorplan-card-top h3 {
        font-size: 23px;
    }
}

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

@media (max-width: 767px) {

    .floorplan-section {
        padding: 40px 0;
    }

    .floorplan-heading {
        margin-bottom: 30px;
    }

    .floorplan-heading h2 {
        font-size: 28px;
    }

    .floorplan-heading p {
        font-size: 14px;
    }

    .floorplan-img {
        height: 200px;
        padding: 10px;
    }

    .floorplan-card-content {
        padding: 10px 10px 10px;
    }

    .floorplan-card-top h3 {
        font-size: 22px;
    }

    .floorplan-card-info {
        gap: 12px;
        padding: 18px 0;
    }

    .floorplan-card-info strong {
        font-size: 13px;
    }

    .floorplan-btn {
        padding: 13px 15px;
        font-size: 11px;
    }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

    .floorplan-img {
        height: 200px;
    }

    .floorplan-card-content {
        padding: 10px 10px 10px;
    }

    .floorplan-card-info {
        grid-template-columns: 1fr;
        gap: 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: -35px;
    font-family: var(--font-display);
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 8px;
    color: rgb(184 137 46 / 8%);
    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: #856d47;
}


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

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

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr) minmax(350px, 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 rgb(184 137 46 / 54%);
    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: #856d47;

    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(133 109 71 / 32%);
    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: 16px;
    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: #856d47;

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

    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;
    padding: 9px 12px;
    color: #856d47;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgb(184 137 46 / 54%);
    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);

    background: var(--charcoal);

    border-color: #856d47;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);
}


.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 {
    color: var(--white);
}


.location-list li:hover span:first-child svg {
    background: #856d47;

    border-color: #856d47;

    stroke: var(--white);

    transform: rotate(8deg);
}


.location-list li:hover span:last-child {
    background: #856d47;

    border-color: #856d47;

    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: auto;
    }

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


    .location-grid {
        gap: 18px;
    }


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


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


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


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

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


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


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

        padding: 8px;
    }


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

        font-size: 10px;

        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: #f5f2ea;

}


/* .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: #856d47;
    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: 16px;
}

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

.footer_contant .contact_us ul li p {
    color: #856d47;
    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 #856d47;
    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 #856d47;
    ;
    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: #856d47;
    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 #856d47;
    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: 14px;
    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: #856d47;
    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: #856d47;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0px;
        padding: 110px 15px 40px;
        z-index: 1001;
        transition: right 0.35s ease;
        overflow-y: auto;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #ffffff9e;
        padding: 10px 0;
    }

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

    .nav-menu a {
        color: #ffffff;
        font-size: 15px;
        width: 100% !important;
        display: inline-block;
    }

    .nav-menu a::after {
        background: #856d47;
    }

    .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;
    }
}