:root {
    --black:#090b0d;
    --gold:#b9975b;
    --gold-dark:#8c6b32;
    --white:#fff;
    --soft:#f8f5ef;
    --text:#222;
    --muted:#666;
    --line:#e1d8c8;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
    margin:0;
    font-family:"Poppins",Arial,Helvetica,sans-serif;
    color:var(--text);
    background:#fff;
    font-size:14px;
    line-height:1.6;
    letter-spacing:.01em;
}

.navbar {
    background:#fff;
    border-bottom:1px solid #e7e7e7;
    min-height:70px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.brand-mark {
    display:flex;
    flex-direction:column;
    width:170px;
    line-height:1.05;
    color:#111!important;
    text-decoration:none;
    font-family:"Montserrat",sans-serif;
}

.brand-mark span {
    font-size:25px;
    font-weight:800;
    letter-spacing:.12em;
}

.brand-mark small {
    font-size:10px;
    color:var(--gold-dark);
    text-transform:uppercase;
    letter-spacing:.16em;
    font-weight:700;
}

.navbar .nav-link {
    font-size:12px;
    color:#161616!important;
    font-weight:700;
    padding-left:12px!important;
    padding-right:12px!important;
    font-family:"Montserrat",sans-serif;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.navbar .nav-link:hover { color:var(--gold-dark)!important; }
.main-container { padding-top:70px; }
.left-section { width:calc(100% - 340px); }
.desktop-summary {
    width:340px;
    position:fixed;
    right:0;
    top:70px;
    height:calc(100vh - 70px);
    background:#fff;
    border-left:1px solid #ddd;
    z-index:20;
    overflow-y:auto;
}

.page-wrapper { width:100%; }
#home { position:relative; background:#0b0d0f; }
.hero-banner {
    position:relative;
    height:640px;
    overflow:hidden;
    background:#111;
}

.hero-banner:before {
    content:"";
    position:absolute;
    inset:0;
    background:url('../images/banner/hero-desktop.jpg') center center/cover no-repeat;
}

.hero-banner:after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(0,0,0,.42) 0%,rgba(0,0,0,.18) 46%,rgba(0,0,0,.18) 100%);
}

.project-details {
    position:absolute;
    left:45px;
    top:50%;
    transform:translateY(-50%);
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,252,246,.96));
    width:410px;
    padding:24px 26px 22px;
    box-shadow:0 18px 42px rgba(0,0,0,.25);
    border:1px solid rgba(255,255,255,.8);
    border-radius:24px;
    overflow:hidden;
}

.project-details:before {
    content:"";
    position:absolute;
    inset:0;
    background-image:radial-gradient(rgba(185,151,91,.13) 1px,transparent 1px);
    background-size:12px 12px;
    opacity:.5;
    pointer-events:none;
}

.project-details>* { position:relative; z-index:1; }
.project-details h1 {
    font-family:"Montserrat",sans-serif;
    font-size:27px;
    font-weight:800;
    letter-spacing:.055em;
    margin:0 0 4px;
    color:#0d0f11;
}

.project-sub {
    font-size:15px;
    color:#666;
    text-align:center;
    margin-bottom:10px;
    font-weight:500;
}

.project-location {
    text-align:center;
    font-weight:600;
    color:#222;
    margin-bottom:14px;
}

.offers table {
    width:100%;
    font-size:13px;
    margin-bottom:14px;
    background:#f5f1e9;
    border-radius:10px;
    padding:8px 10px;
}

.offers td { padding:4px 0; }
.offers td:last-child { text-align:right; font-weight:700; }
.color-imp { color:var(--gold-dark)!important; }
.offerBox {
    background:linear-gradient(135deg,#0a0c0e 0%,#29200f 100%);
    color:#fff;
    padding:14px 16px;
    border-radius:14px;
    border:1px solid rgba(185,151,91,.45);
    margin:14px 0;
}

.offerBox p { font-size:12.8px; margin-bottom:5px; }
.offer-info-text { font-size:13px; color:#555; margin-top:12px; }
.price-text { text-align:center; margin:2px 0 16px; }
.price-sub-text {
    font-family:"Montserrat",sans-serif;
    font-size:29px;
    font-weight:800;
    color:#111;
}

.price { font-size:12px; color:#666; }
.custom-btn,.form-btn1,.callBackBtn {
    background:var(--black);
    color:#fff;
    border:1px solid var(--black);
    border-radius:10px;
    padding:11px 22px;
    font-size:13px;
    font-weight:700;
    font-family:"Montserrat",sans-serif;
    letter-spacing:.03em;
    text-transform:uppercase;
    box-shadow:0 8px 18px rgba(9,11,13,.12);
}

.custom-btn:hover,.form-btn1:hover,.callBackBtn:hover {
    background:var(--gold-dark);
    border-color:var(--gold-dark);
    color:#fff;
}

.sec1,.sec2 { padding:58px 0; }
.sec1 { background:#fff; }
.sec2 { background:var(--soft); }
.section-title {
    font-family:"Montserrat",sans-serif;
    font-size:27px;
    text-align:center;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    margin-bottom:32px;
    color:#121212;
}

.section-title:after {
    content:"";
    display:block;
    width:56px;
    height:3px;
    background:var(--gold);
    margin:10px auto 0;
}

.overview-data h2,.form-data h2,.location-panel h4,.plan-card h3 {
    font-family:"Montserrat",sans-serif;
    font-weight:800;
}

.overview-data h2 { font-size:28px; margin-bottom:18px; }
.overview-info { font-size:14px; color:#555; text-align:justify; }
.about-img,.plan-img,.gallery-img,.contact-img { width:100%; object-fit:cover; }
.about-img { min-height:360px; height:100%; }

.highlightData {
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#fff;
    border:1px solid var(--line);
    padding:17px;
    height:100%;
    min-height:90px;
    border-radius:14px;
    box-shadow:0 6px 14px rgba(0,0,0,.04);
}

.iconBox {
    width:34px;
    height:34px;
    min-width:34px;
    background:#fff7e8;
    border:1px solid #ead2a3;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--gold-dark);
}

.highlightData p { margin:0; font-size:13px; color:#333; }
.view-card {
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 26px rgba(0,0,0,.07);
}

.view-tabs {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#0a0c0e;
    gap:1px;
}

.view-tab {
    border:0;
    background:#151515;
    color:#fff;
    padding:14px 8px;
    font-family:"Montserrat",sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.view-tab.active,.view-tab:hover { background:var(--gold-dark); }
.view-stage { position:relative; min-height:430px; background:#111; }
.view-stage img {
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.view-copy {
    position:absolute;
    left:28px;
    bottom:28px;
    max-width:440px;
    background:rgba(255,255,255,.94);
    padding:20px 22px;
    border-radius:16px;
    box-shadow:0 12px 28px rgba(0,0,0,.2);
}

.view-copy span {
    color:var(--gold-dark);
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
}

.view-copy h3 {
    margin:5px 0 8px;
    font-family:"Montserrat",sans-serif;
    font-weight:800;
}

.view-copy p { margin:0; color:#555; }
.table-pricing {
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    margin-bottom:0;
}

.table-pricing thead { background:#0a0c0e; color:#fff; }
.table-pricing th {
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    padding:14px;
    font-family:"Montserrat",sans-serif;
}

.table-pricing td {
    vertical-align:middle;
    padding:16px 12px;
    font-size:13px;
    border-top:1px solid #edf0f2;
}

.table-pricing .price {
    font-size:14px;
    font-weight:700;
    color:#111;
}

.note-text { font-size:11px; color:#777; }
.plan-card {
    background:#fff;
    border:1px solid var(--line);
    padding:18px;
    height:100%;
    border-radius:16px;
    box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.plan-card h3 { font-size:20px; text-align:center; margin-bottom:15px; }
.plan-img {
    height:330px;
    background:#e9eef1;
    border-radius:12px;
    object-fit:cover;
}

.amenity-card {
    background:#fff;
    border:1px solid var(--line);
    text-align:center;
    margin-bottom:20px;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.amenity-icon {
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:46px;
    color:var(--gold-dark);
    background:linear-gradient(135deg,#fff,#f5ebd9);
}

.amenity-card p { padding:12px 10px; margin:0; font-weight:700; font-size:13px; }
.gallery-item {
    height:220px;
    overflow:hidden;
    border:1px solid #ddd;
    background:#eee;
    border-radius:14px;
    box-shadow:0 6px 14px rgba(0,0,0,.04);
}

.gallery-item img { height:100%; transition:transform .6s ease; }
.gallery-item:hover img { transform:scale(1.05); }
.location-panel {
    background:#fff;
    border:1px solid var(--line);
    padding:20px;
    border-radius:16px;
    box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.location-panel h4 { font-size:18px; }
.location-panel ul { padding-left:18px; margin-bottom:0; }
.location-panel li { margin-bottom:8px; color:#555; }
.map-frame {
    width:100%;
    height:330px;
    border:1px solid #333;
    background:#f2eadc;
    border-radius:16px;
}

.map-frame i { font-size:34px; color:var(--gold-dark); }
.contact-inner {
    border:1px solid var(--line);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.form-data { padding:20px 22px; }
.form-data h2 { font-size:24px!important; }
.forms-input-fields { position:relative; margin-bottom:12px; }
.forms-input-fields i {
    position:absolute;
    left:25px;
    top:14px;
    color:#888;
    z-index:2;
}

.form-control {
    border-radius:10px;
    height:46px;
    font-size:13px;
    padding-left:38px;
    border:1px solid #d4dade;
}

.acceptance { font-size:10.5px; color:#666; line-height:1.4; margin:3px 0 12px; }
.form-check-input { width:13px; height:13px; margin-top:3px; }
.website-field { display:none!important; }
.form-message {
    display:none;
    font-size:12px;
    padding:8px 10px;
    border-radius:8px;
    margin-bottom:10px;
}

.form-message.success { display:block; color:#0f5132; background:#d1e7dd; }
.form-message.error { display:block; color:#842029; background:#f8d7da; }
.desktop-summary .og-block { background:#0a0c0e; padding:10px; }
.desktop-summary .og-block .btn {
    font-size:11px;
    color:#fff;
    background:transparent;
    border:1px solid #444;
    border-radius:10px;
    padding:8px 9px;
    font-family:"Montserrat",sans-serif;
    text-transform:uppercase;
    letter-spacing:.03em;
}

.desktop-summary .og-block a { color:#fff; text-decoration:none; }
.desktop-summary .form-section h2 {
    font-family:"Montserrat",sans-serif;
    font-size:18px;
    text-align:center;
    margin-top:5px;
    font-weight:800;
    letter-spacing:.03em;
}

.desktop-summary .form-control { height:42px; }
.desktop-summary .lead-form .col-lg-6 { width:100%; }
.icon-sec { border-top:1px solid #eee; padding-top:18px; }
.icon-sec i { font-size:24px; color:var(--gold-dark); }
.icon-sec p { font-size:10px; margin-top:5px; }
.call-back-section { border-top:1px solid #ddd; background:#f7f7f7; }
.callBackBtn { width:90%; }

footer { background:#0a0c0e; color:#c7c7c7; padding:35px 0 75px; }
.footer-brand,.modal-brand {
    font-family:"Montserrat",sans-serif;
    font-weight:800;
    color:#111;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:24px;
}

.footer-brand { color:#fff; margin-bottom:15px; }
.footer-brand span,.modal-brand span { color:var(--gold); display:block; font-size:11px; letter-spacing:.22em; }
footer p { font-size:10.5px; line-height:1.6; }
.footer-links a { color:#fff; text-decoration:none; margin:0 6px; }
.modal-content { border-radius:16px; border:none; overflow:hidden; }
.modal-header { background:#0a0c0e; color:#fff; border-radius:0; }
.modal-title { font-size:20px; font-family:"Montserrat",sans-serif; font-weight:800; }
.modal-body { padding:24px; }
.mobile-badges { display:none; }

.floating-contact-buttons {
    position: fixed !important;
    right: 18px !important;
    bottom: 24px !important;
    z-index: 10040 !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.floating-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 23px;
    box-shadow: 0 6px 18px rgba(0,0,0,.28);
    border: 2px solid #fff;
}

.floating-call { background: var(--gold-dark) !important; }
.floating-whatsapp { background: #25D366 !important; }
.mobile-bottom-actions { display:none; }

@media(max-width:991px) {
    .left-section { width:100%; }
    .desktop-summary { display:none; }
    .brand-mark { width:150px; }
    .brand-mark span { font-size:22px; }
    .hero-banner { height:550px; }
    .project-details { left:22px; width:360px; }
    .navbar-collapse { background:#fff; padding:10px 0; }
    .main-container { padding-top:66px; }
}

@media (max-width:600px) {
    body { padding-bottom:72px!important; }
    .main-container { padding-top:64px; }
    #home { padding:10px 10px 0; background:#fff; }
    .hero-banner {
        height:430px;
        border:2px solid #e5e5e5;
        border-radius:6px;
        overflow:hidden;
        background:#111;
    }

    .hero-banner:before {
        background-image:url('../images/banner/hero-mobile.jpg');
        background-position:center center;
    }

    .project-details {
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        width:calc(100% - 32px);
        margin:-90px auto 0;
        padding:22px 18px 25px;
        border-radius:22px 22px 0 0;
        border:1px solid #e5e5e5;
        background:#fff;
        z-index:10;
        box-shadow:0 -5px 20px rgba(0,0,0,.10);
    }

    .project-details h1 { font-size:23px; margin-bottom:5px; }
    .project-sub { font-size:14px; line-height:1.5; }
    .price-sub-text { font-size:25px; }
    .mobile-badges {
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
        padding:10px;
        background:#fff;
    }

    .mobile-badges div {
        border:1px solid var(--line);
        border-radius:10px;
        padding:9px 5px;
        text-align:center;
        font-size:10px;
        font-weight:700;
    }

    .mobile-badges i { display:block; color:var(--gold-dark); font-size:18px; margin-bottom:4px; }
    .sec1,.sec2 { padding:38px 0; }
    .section-title { font-size:22px; }
    .view-tabs { grid-template-columns:repeat(2,1fr); }
    .view-stage img { height:360px; }
    .view-copy {
        position:static;
        max-width:none;
        border-radius:0;
        box-shadow:none;
        padding:18px;
    }

    .plan-img { height:260px; }
    .gallery-item { height:160px; }
    .floating-contact-buttons {
        right:14px!important;
        bottom:82px!important;
        gap:10px!important;
    }

    .floating-btn { width:50px!important; height:50px!important; font-size:21px!important; }
    .floating-contact-buttons .floating-call { display:none!important; }
    .mobile-bottom-actions {
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:10050;
        display:flex;
        width:100%;
        background:#fff;
        padding:8px 10px calc(8px + env(safe-area-inset-bottom));
        gap:8px;
        box-shadow:0 -4px 18px rgba(0,0,0,.14);
        border-top:1px solid #e5e5e5;
    }

    .mobile-bottom-actions .bottom-action-btn {
        flex:1;
        height:48px;
        border:0;
        border-radius:8px;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        font-family:"Montserrat",sans-serif;
        font-size:13px;
        font-weight:800;
        text-transform:uppercase;
        text-decoration:none;
    }

    .mobile-bottom-actions .enquire-action { background:#090b0d; color:#fff; }
    .mobile-bottom-actions .call-action { background:var(--gold-dark); color:#fff; }
}
