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

img,
video,
svg {
    max-width: 100%;
    height: auto;
    display: block
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: var(--sans);
    background: var(--bg);
    color: var(--charcoal);
    line-height: 1.6;
    overflow-x: hidden
}

:root {
    --gold: #c9a84c;
    --gold-light: #e8d5a3;
    --gold-dark: #8b6914;
    --charcoal: #1c1c1e;
    --mid: #4a4a4a;
    --muted: #8a8a8a;
    --rule: #e8e4dc;
    --bg: #ffffff;
    --bg-warm: #fafaf8;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "DM Sans", sans-serif;
    --sp-xs: 0.5rem;
    --sp-sm: 1rem;
    --sp-md: 1.5rem;
    --sp-lg: 2.5rem;
    --sp-xl: 4rem;
    --sp-2xl: 6rem;
    --section-x: clamp(1.25rem, 5vw, 5rem);
    --section-y: clamp(3rem, 6vw, 6rem)
}

.serif {
    font-family: var(--serif)
}

.gold {
    color: var(--gold)
}

nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgb(255 255 255 / .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--rule);
    padding: 0 var(--section-x);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 1rem
}

.nav-logo {
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--charcoal);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.nav-logo span {
    color: var(--gold)
}

.nav-logo img {
    height: 38px;
    width: auto
}

.nav-links {
    display: flex;
    gap: 1rem;
    list-style: none
}

.nav-links a {
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap
}

.nav-links a:hover {
    color: var(--gold)
}

.nav-cta {
    background: var(--charcoal);
    color: #fff;
    padding: 9px 22px;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0
}

.nav-cta:hover {
    background: var(--gold-dark)
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    min-height: calc(100vh - 68px);
    display: block
}

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

.hero-bg-slider .bg-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease
}

.hero-bg-slider .bg-slide.active {
    opacity: 1
}

.hero-bg-slider .bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

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

.hero-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 3vw;
    padding: 32px 0 0 83px
}

.hero-left {
    flex: 1;
    max-width: 385px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-content: start;
    text-align: start;
    padding: 20px 20px;
    margin-top: 5%
}

.hero-left::before,
.hero-left::after {
    display: none
}

.hero-right {
    flex-shrink: 0;
    width: 400px;
    background: rgb(255 255 255 / .97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 2.8rem 2.4rem;
    box-shadow: 0 32px 80px rgb(0 0 0 / .4);
    align-self: center
}

.hero-slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--gold);
    width: 0%;
    z-index: 4;
    transition: width 5000ms linear
}

.hero-slide-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2.5rem
}

.hero-slide-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(255 255 255 / .3);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0
}

.hero-slide-dot.active {
    background: var(--gold);
    width: 24px;
    border-radius: 3px
}

.hero-slide-label {
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgb(255 255 255 / .45);
    display: flex;
    align-items: center;
    gap: 8px
}

.hero-slide-label::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: var(--gold)
}

.hero-slide-counter {
    font-family: var(--serif);
    font-size: .85rem;
    color: rgb(255 255 255 / .35);
    margin-left: auto;
    margin-right: 8px
}

.hero-slide-counter strong {
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 300
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    justify-content: start;
    margin-bottom: 10px;
    margin-top: 10px
}

.hero-eyebrow::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold)
}

.hero-title {
    font-family: var(--serif);
    font-size: calc(9px + 2vw);
    font-weight: 300;
    line-height: 33px;
    color: #fff;
    margin-bottom: 20px
}

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

.hero-subtitle {
    font-size: .88rem;
    color: rgb(0 0 0);
    letter-spacing: .04em;
    margin-bottom: 0;
    max-width: 100%;
    line-height: 1.8
}

.hero-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    justify-content: center
}

.hero-price .label {
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.hero-price .amount {
    font-family: var(--serif);
    font-size: calc(14px + 1.5vw);
    font-weight: 600;
    color: var(--gold)
}

.hero-price .suffix {
    font-size: .8rem;
    color: #fff
}

.hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: start
}

.badge {
    border: 1px solid rgb(201 168 76 / .3);
    padding: 6px 14px;
    font-size: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: var(--charcoal);
    padding: 14px 28px;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none
}

.btn-primary:hover {
    background: #b8943e
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff0;
    color: rgb(255 255 255 / .7);
    padding: 14px 28px;
    font-size: .8rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / .2);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none
}

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

.form-card {
    width: 100%
}

.form-card-header {
    margin-bottom: 2rem
}

.form-card-header h2 {
    font-family: var(--serif);
    font-size: 1.9rem;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.25;
    margin-bottom: .5rem
}

.form-card-header p {
    font-size: .83rem;
    color: var(--muted)
}

.form-rule {
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin: 1rem 0
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    display: block;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--rule);
    background: #fff;
    font-family: var(--sans);
    font-size: .88rem;
    color: var(--charcoal);
    outline: none;
    transition: border-color 0.2s
}

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

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #c0bdb5
}

.form-group textarea {
    resize: vertical;
    min-height: 67px;
    line-height: 10px
}

.offers-list {
    padding: 10px 0 10px 0;
    color: #fff;
    margin: 0;
    font-weight: 100;
    font-size: 13px;
    transform: scale(1);
    -webkit-animation: pulse 1.5s ease infinite;
    letter-spacing: 1.1px;
    list-style-type: none
}

@keyframes popup {
    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: var(--charcoal);
    color: #fff;
    font-family: var(--sans);
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0
}

.submit-btn:hover {
    background: var(--gold-dark)
}

.form-note {
    font-size: .72rem;
    color: var(--muted);
    margin-top: .75rem;
    text-align: center;
    line-height: 1.5
}

.offerBox {
    padding: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 95%;
    background: fixed;
    margin: 4px auto;
    transform: scale(1);
    text-align: center
}

.animatedtext {
    background: linear-gradient(-45deg, #c9a84c, #ffc62e, #fde4a0, #c9a84c);
    background-size: 400% 400%;
    animation: popup 1.5s ease infinite
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.offerBox .innerBox {
    border: 2px dashed #525151;
    padding: 10px 0;
    font-size: 13px
}

.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule)
}

.stat-item {
    padding: 2.5rem 1.5rem;
    text-align: center;
    border-right: 1px solid var(--rule)
}

.stat-item:last-child {
    border-right: none
}

.stat-num {
    font-family: var(--serif);
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 600;
    color: var(--charcoal);
    line-height: 1.2
}

.stat-num span {
    color: var(--gold)
}

.stat-label {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 6px;
    line-height: 1.4
}

.section {
    padding: var(--section-y) var(--section-x)
}

.section-header {
    margin-bottom: 3.5rem
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem
}

.section-eyebrow::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold)
}

.section-title {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 300;
    color: var(--charcoal);
    line-height: 1.2
}

.section-sub {
    font-size: .9rem;
    color: var(--muted);
    margin-top: .75rem;
    max-width: 500px;
    line-height: 1.8
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.project-card {
    background: var(--bg);
    padding: 2.5rem 2rem;
    transition: background 0.25s;
    cursor: pointer;
    position: relative
}

.project-card:hover {
    background: var(--bg-warm)
}

.project-card:hover .project-arrow {
    opacity: 1;
    transform: translate(0, 0)
}

.project-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 1.5rem;
    filter: grayscale(20%);
    transition: filter 0.3s
}

.project-card:hover img {
    filter: grayscale(0%)
}

.project-location {
    font-size: .9rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: 6px
}

.project-location::before {
    content: "";
    width: 16px;
    height: 1px;
    background: var(--gold);
    display: block;
    flex-shrink: 0
}

.project-name {
    font-family: var(--serif);
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: .75rem;
    line-height: 1.25
}

.project-type {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 1.25rem
}

.project-price {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--charcoal);
    border-top: 1px solid var(--rule);
    padding-top: 1rem;
    margin-bottom: .25rem
}

.project-price-note {
    font-size: 1rem;
    color: var(--muted)
}

.project-features {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.project-feature {
    font-size: 1rem;
    color: var(--mid);
    display: flex;
    align-items: center;
    gap: 6px
}

.project-feature::before {
    content: "◆";
    color: var(--gold);
    font-size: .7rem;
    flex-shrink: 0
}

.project-arrow {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 1.2rem;
    color: var(--gold);
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: all 0.2s
}

.project-tag {
    display: inline-block;
    background: var(--charcoal);
    color: #fff;
    font-size: .65rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 1rem
}

.project-tag.new {
    background: var(--gold);
    color: var(--charcoal)
}

.project-enquire-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 1.4rem;
    padding: 11px 20px;
    background: var(--charcoal);
    color: #fff;
    font-family: var(--sans);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s
}

.project-enquire-btn:hover {
    background: var(--gold-dark)
}

.project-enquire-btn svg {
    transition: transform 0.2s
}

.project-enquire-btn:hover svg {
    transform: translateX(3px)
}

.amenities-section {
    background: var(--bg-warm)
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.amenity-item {
    background: var(--bg-warm);
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: background 0.2s
}

.amenity-item:hover {
    background: var(--bg)
}

.amenity-icon {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center
}

.amenity-name {
    font-family: var(--serif);
    font-size: 1.4rem;
    color: var(--charcoal);
    margin-bottom: .25rem
}

.amenity-desc {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.5
}

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    align-items: center
}

.about-text h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--charcoal)
}

.about-text p {
    font-size: .88rem;
    color: var(--mid);
    line-height: 1.9;
    margin-bottom: 1.2rem
}

.about-timeline {
    display: flex;
    flex-direction: column
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--rule)
}

.timeline-item:last-child {
    border-bottom: none
}

.timeline-year {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gold);
    min-width: 60px;
    flex-shrink: 0
}

.timeline-detail h4 {
    font-size: .88rem;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 4px
}

.timeline-detail p {
    font-size: .78rem;
    color: var(--muted)
}

.contact-strip {
    background: var(--charcoal);
    padding: var(--section-y) var(--section-x);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: center
}

.contact-strip h2 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 300;
    color: #fff;
    line-height: 1.2
}

.contact-strip h2 em {
    font-style: italic;
    color: var(--gold-light)
}

.contact-strip>div>p {
    font-size: .85rem;
    color: rgb(255 255 255 / .5);
    line-height: 1.8;
    margin-top: 1rem
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.contact-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(201 168 76 / .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0
}

.contact-item-text .label {
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(255 255 255 / .4);
    margin-bottom: 4px;
    display: block
}

.contact-item-text a,
.contact-item-text span {
    font-size: .95rem;
    color: #fff;
    text-decoration: none;
    display: block
}

.contact-item-text a:hover {
    color: var(--gold)
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 12px 22px;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 2rem
}

.whatsapp-btn:hover {
    background: #1ebc5a
}

.rera-section {
    padding: 2.5rem var(--section-x);
    border-top: 1px solid var(--rule);
    align-items: flex-start;
    gap: 2.5rem
}

.rera-section .rera .rera-block {
    text-align: center;
    border-right: 1px solid #00000036;
    padding-right: 16px
}

.rera-block h5 {
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0;
    margin-top: 6px
}

.rera-block span {
    font-size: .82rem;
    font-weight: 500;
    color: var(--charcoal)
}

.rera-block img {
    margin: 0 auto
}

footer {
    background: var(--charcoal);
    padding: 1.5rem var(--section-x);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / .08);
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px
}

footer p {
    font-size: .75rem;
    color: #fff
}

footer a {
    color: #fff;
    font-size: .75rem;
    text-decoration: none;
    display: inline-block;
    margin: auto
}

footer a:hover {
    color: var(--gold)
}

.float-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .04em;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 20px rgb(0 0 0 / .15);
    transition: transform 0.2s;
    white-space: nowrap
}

.float-btn:hover {
    transform: translateY(-2px)
}

.float-call {
    background: var(--charcoal);
    color: #fff
}

.float-wa {
    background: #25D366;
    color: #fff
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(15 13 10 / .75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 300;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem
}

.modal-overlay.open {
    display: flex
}

.modal {
    display: flex;
    width: 100%;
    max-width: 820px;
    max-height: 92dvh;
    max-height: 92vh;
    overflow: hidden;
    position: relative;
    animation: fadeUp 0.4s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 40px 100px rgb(0 0 0 / .5)
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px) scale(.97)
    }

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

.modal-image-panel {
    flex: 0 0 300px;
    position: relative;
    overflow: hidden
}

.modal-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.modal-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(20 16 8 / .95) 0%, rgb(20 16 8 / .5) 50%, rgb(20 16 8 / .2) 100%);
    display: flex;
    align-items: flex-end;
    padding: 2rem 1.8rem
}

.modal-image-content {
    color: #fff
}

.modal-img-eyebrow {
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .6rem;
    display: flex;
    align-items: center;
    gap: 8px
}

.modal-img-eyebrow::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: var(--gold)
}

.modal-image-content h4 {
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .75rem;
    color: #fff
}

.modal-img-sub {
    font-size: .76rem;
    color: rgb(255 255 255 / .6);
    line-height: 1.6;
    margin-bottom: 1.2rem
}

.modal-img-badges {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.modal-img-badges span {
    display: inline-block;
    border: 1px solid rgb(201 168 76 / .4);
    color: rgb(255 255 255 / .7);
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 10px;
    width: fit-content
}

.modal-form-panel {
    flex: 1;
    background: #fff;
    padding: 1rem 1rem;
    overflow-y: auto;
    position: relative
}

.modal-close {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--muted);
    transition: color 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

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

.modal-form-header h3 {
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: .4rem;
    color: var(--charcoal)
}

.modal-form-header p {
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: 1.4rem
}

.project-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(15 13 10 / .78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 400;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem
}

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

.project-modal {
    display: flex;
    width: 100%;
    max-width: 850px;
    max-height: 92dvh;
    max-height: 92vh;
    overflow: hidden;
    position: relative;
    animation: fadeUp 0.4s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 40px 100px rgb(0 0 0 / .5)
}

.project-modal-info {
    flex: 0 0 50%;
    background: var(--charcoal);
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.project-modal-info::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border: 1px solid rgb(201 168 76 / .15);
    border-radius: 50%;
    pointer-events: none
}

.project-modal-info::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    border: 1px solid rgb(201 168 76 / .1);
    border-radius: 50%;
    pointer-events: none
}

.project-modal-tag {
    display: inline-block;
    background: var(--gold);
    color: var(--charcoal);
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 12px;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 1.2rem;
    position: relative;
    z-index: 1
}

.project-modal-info h3 {
    font-family: var(--serif);
    font-size: 1.65rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.25;
    margin-bottom: .5rem;
    position: relative;
    z-index: 1
}

.project-modal-location {
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1
}

.project-modal-location::before {
    content: "";
    width: 14px;
    height: 1px;
    background: var(--gold);
    display: block;
    flex-shrink: 0
}

.project-modal-details {
    position: relative;
    z-index: 1
}

.project-modal-price {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: .2rem
}

.project-modal-price-note {
    font-size: .7rem;
    color: rgb(255 255 255 / .4);
    margin-bottom: 1.4rem
}

.project-modal-features {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.project-modal-feature {
    font-size: .75rem;
    color: rgb(255 255 255 / .6);
    display: flex;
    align-items: center;
    gap: 8px
}

.project-modal-feature::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0
}

.project-modal-form {
    flex: 1;
    background: #fff;
    padding: .4rem 2.2rem;
    overflow-y: auto;
    position: relative
}

.project-modal-close {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--muted);
    transition: color 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5
}

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

.project-modal-form-title {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: .3rem;
    text-align: center
}

.project-modal-form-sub {
    font-size: .78rem;
    color: var(--muted);
    margin-bottom: 1.6rem;
    line-height: 1.6
}

.toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(80px);
    background: var(--charcoal);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1rem 1.8rem;
    box-shadow: 0 8px 32px rgb(0 0 0 / .25);
    z-index: 500;
    transition: transform 0.4s cubic-bezier(.22, 1, .36, 1), opacity 0.4s;
    opacity: 0;
    min-width: 280px;
    display: none
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1
}

.toast-icon {
    width: 32px;
    height: 32px;
    background: var(--gold);
    color: var(--charcoal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0
}

.toast strong {
    font-size: .88rem;
    display: block;
    margin-bottom: 2px
}

.toast p {
    font-size: .76rem;
    color: rgb(255 255 255 / .6);
    margin: 0
}

.banner-section {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background: var(--charcoal)
}

.banner-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(.77, 0, .175, 1)
}

.banner-slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease
}

.banner-slide.active img {
    transform: scale(1.06)
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(28 28 30 / .72) 0%, rgb(28 28 30 / .2) 60%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 3.5rem var(--section-x)
}

.banner-caption {
    color: #fff;
    max-width: 480px
}

.banner-caption .tag {
    display: inline-block;
    background: var(--gold);
    color: var(--charcoal);
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 12px;
    margin-bottom: 1rem;
    font-weight: 500
}

.banner-caption h3 {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: .6rem;
    color: #fff
}

.banner-caption p {
    font-size: .82rem;
    color: rgb(255 255 255 / .65);
    line-height: 1.7
}

.banner-controls {
    position: absolute;
    bottom: 2.5rem;
    right: var(--section-x);
    display: flex;
    gap: 10px;
    align-items: center
}

.banner-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgb(255 255 255 / .3);
    background: rgb(0 0 0 / .3);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px)
}

.banner-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal)
}

.banner-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 12px
}

.banner-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(255 255 255 / .35);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 0
}

.banner-dot.active {
    background: var(--gold);
    width: 22px;
    border-radius: 3px
}

.banner-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--gold);
    width: 0%;
    transition: width 0.1s linear
}

.banner-label {
    position: absolute;
    top: 2.5rem;
    right: var(--section-x);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgb(255 255 255 / .5)
}

.banner-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: var(--gold)
}

.banner-counter {
    position: absolute;
    top: 2.5rem;
    left: var(--section-x);
    font-family: var(--serif);
    font-size: .9rem;
    color: rgb(255 255 255 / .4);
    letter-spacing: .05em
}

.banner-counter span {
    font-size: 1.6rem;
    color: var(--gold);
    font-weight: 300;
    line-height: 1
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

.rera-section .reras {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.rera-section .reras .rera {
    display: flex;
    justify-content: center;
    gap: 0 16px;
    margin-top: 0%
}

.read-more-wrap input {
    display: none
}

.content .more-text {
    display: none
}

.read-more-btn {
    color: wheat;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px
}

.read-more-btn::after {
    content: "Read More"
}

#toggle-text:checked~.content .more-text {
    display: inline
}

#toggle-text:checked~.read-more-btn::after {
    content: " Read Less"
}

.rera-section .read-more-wrap {
    text-align: center;
    font-size: 10px;
    margin-top: 20px
}

.rera-section .rera-block:last-child {
    border-right: none
}

.rera-section .reras .rera-block {
    text-align: center
}

.call_ico {
    display: block
}

.mobile-section-footer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #c9a84c;
    color: #000;
    padding: 5px 0
}

.footer_form {
    max-width: 500px;
    padding: 20px;
    border: 1px solid #fff
}

.footer_form .project-modal-form-title {
    color: #fff
}

.footer_form .submit-btn {
    background-color: var(--gold-dark)
}

@media(max-width:1550px) {
    .hero-left {
        margin-top: 3%
    }
}

@media (max-width:1450px) {
    .hero {
        min-height: calc(100vh - 68px)
    }

    .hero-inner {
        padding: 39px 0 0 65px
    }
}

@media (max-width:1366px) {
    .hero {
        min-height: calc(100vh - 68px)
    }

    .hero-inner {
        padding: 29px 0 0 60px
    }
}

@media (max-width:1266px) {
    .hero-right {
        width: 360px;
        padding: 2.2rem 1.8rem
    }

    .stats-strip {
        grid-template-columns: repeat(4, 1fr)
    }

    .hero {
        min-height: 103vh
    }
}

@media (max-width:1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .about-section {
        gap: 4rem
    }

    .contact-strip {
        gap: 3vw
    }

    .hero-right {
        width: 340px
    }
}

@media (max-width:900px) {
    nav {
        height: 60px
    }

    .nav-links {
        display: none
    }

    .hero-inner {
        flex-direction: column;
        padding: 5.5rem var(--section-x) 3.5rem;
        gap: 2.5rem;
        min-height: auto
    }

    .hero-left {
        max-width: 100%
    }

    .hero-right {
        width: 100%;
        max-width: 520px;
        align-self: auto;
        padding: 2rem 1.5rem;
        box-shadow: 0 12px 40px rgb(0 0 0 / .25)
    }

    .hero-bg-slider {
        height: 100%
    }

    .hero-title {
        font-size: clamp(2rem, 5.5vw, 3.2rem)
    }

    .hero-inner {
        padding-top: 0rem;
        padding-bottom: 0
    }

    .stats-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .stat-item:nth-child(2) {
        border-right: none
    }

    .stat-item:nth-child(3) {
        border-top: 1px solid var(--rule)
    }

    .stat-item:nth-child(4) {
        border-top: 1px solid var(--rule);
        border-right: none
    }

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

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

    .about-section {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .contact-strip {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .modal-image-panel {
        display: none
    }

    .project-modal-info {
        display: flex;
        flex: 0 0 100%;
        flex-wrap: wrap
    }

    .modal,
    .project-modal {
        max-width: 480px
    }

    .banner-section {
        height: 400px
    }
}

@media (max-width:768px) {
    .call_ico {
        display: none
    }

    .projects-grid {
        grid-template-columns: 1fr
    }

    .timeline-item {
        flex-direction: column;
        gap: .3rem
    }

    .timeline-year {
        font-size: 1rem;
        min-width: auto
    }

    .banner-section {
        height: 340px
    }

    .hero-bg-slider {
        position: unset;
        height: 100%
    }

    .banner-caption h3 {
        font-size: 1.4rem
    }

    .float-cta {
        bottom: 1.25rem;
        right: 1.25rem
    }

    .float-btn {
        padding: 10px 14px;
        font-size: .75rem
    }

    .modal-overlay,
    .project-modal-overlay {
        padding: 0
    }

    .modal,
    .project-modal {
        max-width: 100%;
        width: 100%;
        max-height: 91dvh;
        max-height: 100vh;
        overflow-y: auto;
        animation: slideUp 0.35s cubic-bezier(.22, 1, .36, 1);
        flex-direction: column
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: .6
        }

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

    .modal-form-panel,
    .project-modal-form {
        overflow-y: visible
    }

    .rera-section .reras .rera {
        text-align: center;
        text-align: center;
        gap: 20px;
        margin-top: 0%;
        flex-wrap: wrap
    }

    .rera-section .rera-block {
        flex: 40%
    }

    .rera-section .rera .rera-block:nth-child(2) {
        border-right: none;
        padding-right: 0
    }

    .hero-indicators {
        bottom: 28.5rem
    }

    .project-enquire-btn {
        margin-top: 0
    }

    .floorplan-info .fp-area {
        margin-bottom: 0 !important
    }
}

@media (max-width:600px) {
    :root {
        --section-x: 1.1rem;
        --section-y: 3rem
    }

    nav {
        padding: 0 1.1rem;
        height: 56px
    }

    .nav-logo img {
        height: 30px
    }

    .hero-bg-overlay {
        display: none
    }

    .hero-left {
        padding: 5px 0
    }

    .nav-cta {
        padding: 8px 14px;
        font-size: .72rem
    }

    .hero-title {
        font-size: clamp(1.9rem, 7.5vw, 2.8rem)
    }

    .hero-subtitle {
        font-size: .82rem;
        margin-bottom: 0rem
    }

    .offerBox .innerBox {
        padding: 10px 7px
    }

    .hero-badges {
        gap: 8px;
        margin-bottom: 1rem
    }

    .badge {
        padding: 5px 10px;
        font-size: .68rem
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
        justify-content: center;
        padding: 13px 20px
    }

    .hero-slide-nav {
        margin-top: 1.75rem
    }

    .stats-strip {
        grid-template-columns: 1fr 1fr
    }

    .stat-item {
        padding: 1.25rem .75rem;
        border-right: 1px solid var(--rule)
    }

    .stat-item:nth-child(even) {
        border-right: none
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-top: 1px solid var(--rule)
    }

    .section-header {
        margin-bottom: 2rem
    }

    .projects-grid {
        grid-template-columns: 1fr
    }

    .project-card {
        padding: 1.75rem 1.25rem
    }

    .project-name {
        font-size: 1.3rem
    }

    .project-price {
        font-size: 1.15rem
    }

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

    .amenity-item {
        padding: 1.5rem .9rem
    }

    .amenity-icon {
        font-size: 1.5rem
    }

    .amenity-name {
        font-size: .95rem
    }

    .amenity-desc {
        font-size: .72rem
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .contact-strip {
        gap: 2.5rem
    }

    .contact-item-text a,
    .contact-item-text span {
        font-size: .88rem
    }

    .rera-section {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem var(--section-x)
    }

    .rera-section .rera-block {
        text-align: center;
        padding-right: 0;
        border-right: 0
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        padding: 1.25rem var(--section-x);
        padding-bottom: 60px
    }

    .modal-form-panel,
    .project-modal-form {
        padding: 1.5rem 1.1rem
    }

    .float-cta {
        bottom: 10%;
        right: .75rem;
        gap: 7px
    }

    .float-btn {
        padding: 9px 12px;
        font-size: .72rem
    }

    .toast {
        width: calc(100% - 2rem);
        min-width: auto;
        left: 1rem;
        right: 1rem;
        transform: translateX(0) translateY(80px);
        bottom: 1rem
    }

    .toast.show {
        transform: translateX(0) translateY(0)
    }

    .banner-section {
        height: 280px
    }

    .banner-caption p {
        display: none
    }

    .hero-bg-slider .bg-slide img {
        height: 100%;
        object-fit: unset
    }

    .hero {
        min-height: 65vh
    }
}

@media (max-width:400px) {
    :root {
        --section-x: 0.9rem
    }

    .nav-logo img {
        height: 45px
    }

    .nav-cta {
        padding: 7px 10px;
        font-size: .68rem;
        letter-spacing: .04em
    }

    .hero-title {
        font-size: 1.8rem
    }

    .hero-subtitle {
        font-size: .78rem
    }

    .hero-inner {
        padding-top: 0rem;
        padding-bottom: 0
    }

    .stat-num {
        font-size: 1.1rem
    }

    .stat-label {
        font-size: .65rem
    }

    .project-card {
        padding: 1.4rem 1rem
    }

    .project-name {
        font-size: 1.2rem
    }

    .amenities-grid {
        grid-template-columns: 1fr 1fr
    }

    .amenity-item {
        padding: 1.2rem .6rem
    }

    .amenity-icon {
        font-size: 1.3rem;
        margin-bottom: .6rem
    }

    .amenity-name {
        font-size: .88rem
    }

    .modal-form-panel,
    .project-modal-form {
        padding: 1.25rem .9rem
    }

    .float-btn {
        padding: 8px 10px;
        font-size: .68rem;
        gap: 5px
    }

    .banner-section {
        height: 240px
    }
}

@media print {

    nav,
    .float-cta,
    .toast,
    .modal-overlay,
    .project-modal-overlay {
        display: none !important
    }

    .hero {
        min-height: auto
    }
}

.new-form-mobile {
    display: none
}

.desktop-fixed-btn {
    position: fixed;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999
}

.desktop-fixed-btn button {
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    padding: 10px 20px
}

@media (min-width:1400px) {
    .hero-bg-slider .bg-slide img {
        object-fit: unset
    }
}

@media (max-width:768px) {
    .new-form-mobile {
        display: block
    }

    .desktop-fixed-btn {
        display: none
    }
}

@media screen and (min-width:1400px) and (max-width:1440px) and (min-height:850px) and (max-height:900px) {
    .hero {
        min-height: calc(84vh - 68px)
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background: #000;
    box-shadow: 0 15px 40px rgb(0 0 0 / .15)
}

.gallery-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: 0.8s
}

.gallery-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgb(0 0 0 / .95), rgb(0 0 0 / .4), transparent)
}

.gallery-count {
    display: block;
    color: #c9a065;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 10px
}

.gallery-overlay h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 500
}

.gallery-item:hover img {
    transform: scale(1.1)
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(255 255 255 / .25), transparent);
    transform: skewX(-25deg);
    transition: 1s
}

.gallery-item:hover::after {
    left: 150%
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.lightbox.active {
    opacity: 1;
    visibility: visible
}

#lightbox-img {
    max-width: 90%;
    max-height: 75vh;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgb(0 0 0 / .5)
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    cursor: pointer
}

.close-btn:hover {
    color: #c9a065
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: rgb(255 255 255 / .1);
    color: #fff;
    font-size: 26px;
    transition: 0.3s
}

.prev {
    left: 40px
}

.next {
    right: 40px
}

.prev:hover,
.next:hover {
    background: #c9a065;
    color: #000
}

.lightbox-info {
    margin-top: 25px;
    text-align: center
}

#lightbox-title {
    color: #fff;
    margin-bottom: 10px
}

#counter {
    color: #c9a065;
    letter-spacing: 2px
}

.qr-lightbox {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.qr-lightbox.active {
    opacity: 1;
    visibility: visible
}

.qr-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 12px;
    background: #fff;
    padding: 10px
}

.qr-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
    line-height: 1
}

h4#qrTitle,
span#qrRera {
    color: #fff
}

@media (max-width:991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .gallery-grid {
        grid-template-columns: 1fr
    }

    .gallery-item img {
        height: 260px
    }

    .prev {
        left: 10px
    }

    .next {
        right: 10px
    }

    .prev,
    .next {
        width: 45px;
        height: 45px
    }
}

.overview-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5vw;
    align-items: start
}

.overview-text p {
    font-size: .92rem;
    color: var(--mid);
    line-height: 1.95;
    margin-bottom: 1.25rem
}

.overview-text p:last-child {
    margin-bottom: 0
}

.overview-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.overview-fact {
    background: var(--bg-warm);
    padding: 1.5rem 1.5rem
}

.overview-fact .fact-label {
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .5rem;
    display: block
}

.overview-fact .fact-value {
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--charcoal);
    line-height: 1.25
}

.overview-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px
}

.overview-left,
.overview-right {
    width: 50%
}

@media (max-width:900px) {
    .overview-section {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }
}

@media (max-width:768px) {
    .overview-flex {
        flex-direction: column;
        gap: 2rem
    }

    .overview-left,
    .overview-right {
        width: 100%
    }

    .overview-left p {
        text-align: justify
    }

    .price-table {
        min-width: 100% !important
    }

    thead {
        display: none
    }

    tbody {
        width: 100%
    }

    tbody>tr {
        border: 2px solid var(--rule)
    }

    tbody>tr>td {
        display: block
    }
}

@media (max-width:480px) {
    .overview-facts {
        grid-template-columns: 1fr
    }
}

.highlights-section {
    background: var(--bg-warm)
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule)
}

.highlight-item {
    background: var(--bg-warm);
    padding: 1.6rem 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: background 0.2s
}

.highlight-item:hover {
    background: var(--bg)
}

.highlight-mark {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-family: var(--serif);
    margin-top: 2px
}

.highlight-point {
    font-size: .92rem;
    color: var(--charcoal);
    line-height: 1.6
}

@media (max-width:700px) {
    .highlights-grid {
        grid-template-columns: 1fr
    }
}

.price-table-wrap {
    border: 1px solid var(--rule);
    overflow-x: auto
}

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

.price-table thead th {
    background: var(--charcoal);
    color: #fff;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 1.1rem 1.75rem;
    text-align: center
}

.price-table tbody td {
    padding: 1.4rem 1.75rem;
    border-bottom: 1px solid var(--rule);
    font-size: .95rem;
    color: var(--mid);
    text-align: center
}

td.button-cell {
    display: flex;
    justify-content: center
}

.price-table tbody tr:hover td {
    background: var(--bg-warm)
}

.price-table td.config-cell {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--charcoal)
}

.price-table td.price-cell {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gold-dark);
    white-space: nowrap
}

.price-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1.75rem
}

.price-note p {
    font-size: .78rem;
    color: var(--muted);
    font-style: italic
}

@media (max-width:600px) {
    .price-note {
        flex-direction: column;
        align-items: flex-start
    }
}

.floorplan-section {
    background: var(--bg-warm)
}

.floorplan-tabs {
    display: flex;
    gap: 0;
    border: 1px solid var(--rule);
    width: fit-content;
    margin: 0 auto 3rem
}

.floorplan-tab {
    background: #fff0;
    border: none;
    cursor: pointer;
    padding: .85rem 2rem;
    font-family: var(--sans);
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--mid);
    border-right: 1px solid var(--rule);
    transition: all 0.2s
}

.floorplan-tab:last-child {
    border-right: none
}

.floorplan-tab.active,
.floorplan-tab:hover {
    background: var(--charcoal);
    color: #fff
}

.floorplan-panels {
    position: relative
}

.floorplan-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--rule);
    padding: 3rem
}

.floorplan-panel.active {
    display: grid
}

.floorplan-visual {
    border: 1px dashed var(--gold-light);
    background: var(--bg-warm);
    display: flex;
    align-items: center;
    justify-content: center
}

.floorplan-visual .fp-icon {
    font-size: 2.6rem;
    opacity: .7
}

.floorplan-info .fp-config {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 600;
    color: var(--charcoal);
    margin-bottom: .5rem
}

.floorplan-info .fp-area {
    font-size: .95rem;
    color: var(--muted);
    margin-bottom: 1.5rem
}

.floorplan-specs {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-bottom: 1.75rem
}

.floorplan-specs span {
    font-size: .88rem;
    color: var(--mid);
    display: flex;
    align-items: center;
    gap: 8px
}

.floorplan-specs span::before {
    content: "â€”";
    color: var(--gold);
    font-size: .7rem
}

@media (max-width:768px) {
    .floorplan-panel {
        grid-template-columns: 1fr;
        padding: 1.75rem;
        gap: 1.75rem
    }

    .floorplan-tabs {
        width: 100%
    }

    .floorplan-tab {
        flex: 1;
        padding: .85rem .5rem
    }

    .hero-eyebrow {
        margin-bottom: 0
    }

    .offers-list {
        margin-bottom: 0
    }

    .hero-price {
        margin-bottom: 8px
    }

    .project-features {
        margin-bottom: 10px
    }

    .mobile-section-footer {
        display: flex;
        gap: 0 5px;
        justify-content: space-around;
        z-index: 9
    }

    .mobile-section-footer .btn-primary {
        display: block;
        font-size: 14px;
        padding: 6px 8px;
        color: #000;
        margin-top: 0 !important
    }
}

.location-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: start
}

.location-map {
    border: 1px solid var(--rule);
    overflow: hidden;
    aspect-ratio: 4/3.4;
    width: 100%;
    height: 100%
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(15%)
}

.location-points {
    display: flex;
    flex-direction: column
}

.location-group {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--rule)
}

.location-group:first-child {
    padding-top: 0
}

.location-group-title {
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .85rem
}

.location-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: .4rem 0;
    font-size: .9rem
}

.location-item .loc-name {
    color: var(--charcoal)
}

.location-item .loc-dist {
    color: var(--muted);
    font-size: .8rem;
    white-space: nowrap;
    flex-shrink: 0
}

@media (max-width:900px) {
    .location-section {
        grid-template-columns: 1fr;
        gap: 2.25rem
    }

    .location-map {
        aspect-ratio: 16/10
    }
}

.hero {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden
}

.hero-bg-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.hero-bg-slider .bg-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, visibility 1.2s ease
}

.hero-bg-slider .bg-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.hero-bg-slider .bg-slide picture {
    display: block;
    width: 100%;
    height: 100%
}

.hero-bg-slider .bg-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(25px, 4vw, 70px);
    padding: 30px clamp(30px, 5vw, 75px);
    box-sizing: border-box
}

.hero-left {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    max-width: 600px;
    max-height: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    overflow: hidden
}

.hero-left .hero-title {
    margin-top: 0
}

.hero-left .hero-eyebrow {
    margin-top: 0
}

.hero-left .offers-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.hero-left .hero-price {
    width: 100%;
    justify-content: start;
    flex-wrap: wrap
}

.hero-left .hero-badges {
    width: 100%
}

.hero-left .hero-actions {
    display: flex;
    justify-content: start;
    align-items: center
}

.hero-right {
    position: relative;
    z-index: 4;
    flex: 0 1 390px;
    width: 390px;
    max-width: 390px;
    max-height: calc(100% - 40px);
    margin: 0;
    padding: 24px 28px;
    box-sizing: border-box;
    align-self: center;
    background: rgb(255 255 255 / .97);
    border: 1px solid rgb(0 0 0 / .06);
    box-shadow: 0 20px 50px rgb(0 0 0 / .18);
    overflow-y: auto;
    scrollbar-width: thin;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.hero-right .form-rule {
    margin-top: 0;
    margin-bottom: 10px
}

.hero-right .project-modal-form-title {
    margin-top: 0;
    margin-bottom: 15px
}

.hero-right .form-group {
    width: 100%;
    margin-bottom: 10px
}

.hero-right .form-group label {
    display: none;
    margin-bottom: 5px
}

.hero-right .form-group input,
.hero-right .form-group select,
.hero-right .form-group textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.hero-right .form-group textarea {
    display: block;
    width: 100%;
    min-height: 55px;
    padding: 10px 12px;
    resize: vertical;
    box-sizing: border-box
}

.hero-right .iti {
    width: 100%;
    margin-bottom: 0
}

.hero-right .iti input {
    width: 100%
}

.hero-right .recaptcha-error {
    margin-bottom: 8px
}

.hero-right .submit-btn {
    width: 100%;
    margin-top: 3px
}

.hero-bg-slider .hero-indicators {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto
}

.hero-bg-slider .hero-ind-dot {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / .65);
    border-radius: 50%;
    background: rgb(0 0 0 / .35);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease, border-color 0.3s ease, border-radius 0.3s ease
}

.hero-bg-slider .hero-ind-dot.active {
    width: 26px;
    border-color: var(--gold);
    border-radius: 4px;
    background: var(--gold)
}

@media (min-width:769px) {
    .hero {
        height: calc(100dvh - 68px);
        min-height: 0;
        max-height: none;
        overflow: hidden
    }

    .hero-bg-slider {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%
    }

    .hero-bg-slider .bg-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%
    }

    .hero-bg-slider .bg-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center
    }

    .hero-inner {
        width: 100%;
        height: 100%;
        min-height: 0;
        padding: 30px clamp(30px, 5vw, 75px);
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: clamp(25px, 4vw, 70px)
    }

    .hero-left {
        flex: 1 1 auto;
        width: auto;
        max-width: 770px;
        max-height: calc(100% - 30px);
        margin: 0;
        padding: 20px;
        overflow: hidden
    }

    .hero-right {
        flex: 0 1 390px;
        width: 390px;
        max-width: 390px;
        max-height: calc(100% - 40px);
        margin: 0;
        padding: 24px 28px;
        align-self: center;
        overflow-y: auto;
        box-sizing: border-box
    }

    .hero-right .form-group {
        margin-bottom: 9px
    }

    .hero-right .project-modal-form-title {
        margin-bottom: 12px
    }

    .hero-right .form-group textarea {
        min-height: 52px
    }

    .hero-right .submit-btn {
        margin-top: 3px
    }

    .new-form-mobile {
        display: none !important
    }
}

@media (min-width:769px) and (max-width:1266px) {
    .hero-inner {
        padding-left: 25px;
        padding-right: 25px;
        gap: 25px
    }

    .hero-left {
        max-width: 360px;
        padding: 16px
    }

    .hero-right {
        flex: 0 1 350px;
        width: 350px;
        max-width: 350px;
        padding: 20px 22px
    }

    .hero-right .form-group {
        margin-bottom: 8px
    }

    .hero-right .project-modal-form-title {
        margin-bottom: 10px
    }

    .hero-right .form-group textarea {
        min-height: 48px
    }
}

@media (min-width:769px) and (max-height:750px) {
    .hero {
        height: calc(100dvh - 68px);
        min-height: 0;
        overflow: hidden
    }

    .hero-inner {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .hero-left {
        max-height: calc(100% - 20px);
        padding: 20px 10px
    }

    .hero-right {
        max-height: calc(100% - 20px)
    }

    .hero-right .form-group {
        margin-bottom: 6px
    }

    .hero-right .form-group label {
        margin-bottom: 2px
    }

    .hero-right .project-modal-form-title {
        margin-bottom: 7px
    }

    .hero-right .form-group textarea {
        min-height: 45px
    }
}

@media (min-width:769px) and (max-height:650px) {
    .hero-inner {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 20px
    }

    .hero-left {
        padding: 8px 15px
    }

    .hero-right {
        max-height: calc(100% - 12px)
    }

    .hero-right .form-group {
        margin-bottom: 5px
    }

    .hero-right .form-group textarea {
        min-height: 40px
    }
}

@media (max-width:768px) {
    .hero {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
        background: var(--bg)
    }

    .hero-bg-slider {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        z-index: 1
    }

    .hero-bg-slider .bg-slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .hero-bg-slider .bg-slide picture {
        display: block;
        width: 100%;
        height: 100%
    }

    .hero-bg-slider .bg-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center
    }

    .hero-bg-overlay {
        display: none
    }

    .hero-bg-slider .hero-indicators {
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        gap: 7px
    }

    .hero-bg-slider .hero-ind-dot {
        width: 7px;
        height: 7px
    }

    .hero-bg-slider .hero-ind-dot.active {
        width: 22px
    }

    .hero-inner {
        position: relative;
        z-index: 3;
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 0;
        box-sizing: border-box
    }

    .hero-left {
        order: 1;
        width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: 0;
        padding: 24px 18px 22px;
        box-sizing: border-box;
        overflow: visible;
        background: #fff;
        text-align: center;
        box-shadow: none
    }

    .hero-left .hero-title {
        color: #000;
        margin-top: 0;
        margin-bottom: 8px
    }

    .hero-left .hero-eyebrow {
        justify-content: center;
        margin-bottom: 10px
    }

    .hero-left .offers-list {
        color: #000;
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-price .label,
    .hero-price .suffix {
        color: #000;
        font-size: .65rem
    }

    .hero-price .amount {
        font-size: calc(20px + 1.5vw)
    }

    .badge {
        justify-content: center;
        color: #000
    }

    .hero-left .hero-price {
        width: 100%;
        margin-bottom: 14px;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap
    }

    .hero-left .hero-badges {
        justify-content: center;
        width: 100%;
        margin-bottom: 16px
    }

    .hero-left .hero-actions {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero-right {
        order: 2;
        width: 100%;
        max-width: none;
        flex: none;
        height: auto;
        max-height: none;
        margin: 0;
        padding: 24px 18px 30px;
        box-sizing: border-box;
        align-self: stretch;
        background: #fff;
        border-top: 1px solid var(--rule);
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        box-shadow: none;
        overflow: visible;
        backdrop-filter: none;
        -webkit-backdrop-filter: none
    }

    .hero-right .form-rule {
        margin-top: 0;
        margin-bottom: 8px
    }

    .hero-right .project-modal-form-title {
        margin-top: 0;
        margin-bottom: 16px
    }

    .hero-right .form-group {
        width: 100%;
        margin-bottom: 13px
    }

    .hero-right .form-group label {
        display: block;
        margin-bottom: 5px
    }

    .hero-right .form-group input,
    .hero-right .form-group select,
    .hero-right .form-group textarea {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    .hero-right .form-group textarea {
        min-height: 70px !important;
        width: 100%;
        resize: vertical
    }

    .hero-right .iti {
        width: 100%
    }

    .hero-right .iti input {
        width: 100%
    }

    .hero-right .submit-btn {
        display: block;
        width: 100%;
        margin-top: 4px
    }

    .new-form-mobile {
        display: none !important
    }

    .desktop-fixed-btn {
        display: none !important
    }
}

@media (max-width:480px) {
    .hero-bg-slider {
        aspect-ratio: 4 / 3
    }

    .hero-left {
        padding: 22px 15px 20px
    }

    .hero-right {
        padding: 22px 15px 28px
    }

    .hero-left .offers-list {
        max-width: 100%
    }

    .hero-right .form-group {
        margin-bottom: 12px
    }
}

@media (max-width:400px) {
    .hero-bg-slider {
        aspect-ratio: 4 / 3
    }

    .hero-left {
        padding: 20px 12px 18px
    }

    .hero-right {
        padding: 20px 12px 25px
    }

    .hero-right .project-modal-form-title {
        margin-bottom: 14px
    }

    .hero-right .form-group {
        margin-bottom: 11px
    }
}

@media (max-width:360px) {
    .hero-left {
        padding-left: 10px;
        padding-right: 10px
    }

    .hero-right {
        padding-left: 10px;
        padding-right: 10px
    }

    .hero-right .form-group textarea {
        min-height: 62px !important
    }
}

.hero,
.hero-inner,
.hero-bg-slider,
.hero-left,
.hero-right {
    box-sizing: border-box
}

.hero-left *,
.hero-right * {
    box-sizing: border-box
}

.banner-overley {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / .82) 0%, rgb(0 0 0 / .37) 50%, #fff0 100%)
}