:root {
  --primary: #b68a35;
  --primary-dark: #8e681e;
  --secondary: #0c1824;
  --dark: #07111c;
  --text: #26313d;
  --muted: #687587;
  --light: #f5f2ea;
  --white: #ffffff;
  --border: rgba(182, 138, 53, 0.22);
  --shadow: 0 18px 50px rgba(7, 17, 28, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand { font-family: "Poppins", sans-serif; }
a { text-decoration: none; }

.navbar {
  padding: 14px 0;
  background: rgba(7, 17, 28, 0.78);
  backdrop-filter: blur(16px);
  transition: all 0.25s ease;
}
.navbar.scrolled { padding: 9px 0; background: rgba(7, 17, 28, 0.95); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.navbar-brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: 0.08em; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #f4d790, var(--primary)); color: var(--dark); font-weight: 800;
}
.brand-text { font-size: 15px; }
.nav-link { color: rgba(255,255,255,0.86) !important; font-weight: 600; font-size: 14px; margin-left: 12px; }
.nav-link:hover { color: #f6d98c !important; }

.hero-section { position: relative; min-height: 100vh; background: var(--dark); color: var(--white); overflow: hidden; }
.hero-bg-wrap, .hero-bg-img, .hero-overlay { position: absolute; inset: 0; }
.hero-bg-img {
  background:
    linear-gradient(120deg, rgba(7,17,28,0.15), rgba(7,17,28,0.55)),
    url("images/hero-main.jpg");
  background-size: cover; background-position: center;
}
.hero-bg-img::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 72% 30%, rgba(182,138,53,0.3), transparent 28%);
}
.hero-overlay { background: linear-gradient(90deg, rgba(7,17,28,0.92) 0%, rgba(7,17,28,0.74) 45%, rgba(7,17,28,0.35) 100%); }
.hero-container { position: relative; z-index: 2; padding-top: 86px; }
.rera-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(246,217,140,0.45);
  color: #f7da91; border-radius: 999px; background: rgba(255,255,255,0.07); font-weight: 700; margin-bottom: 18px;
}
.hero-content h1 { font-size: clamp(45px, 7vw, 88px); font-weight: 700; letter-spacing: 0.035em; line-height: 0.96; margin-bottom: 18px; }
.hero-location { font-size: clamp(20px, 3vw, 31px); font-weight: 600; max-width: 760px; }
.hero-divider { width: 96px; height: 3px; background: linear-gradient(90deg, #f9df99, var(--primary)); margin: 24px 0; }
.hero-price { font-family: "Poppins", sans-serif; font-size: clamp(32px, 5vw, 58px); font-weight: 700; color: #f7d98b; margin: 0; }
.hero-sub { color: rgba(255,255,255,0.82); max-width: 650px; margin: 14px 0 0; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-trust-strip span { border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.08); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 700; }

.btn { border-radius: 999px; padding: 12px 24px; font-weight: 700; }
.btn-primary { background: linear-gradient(135deg, #e6c06d, var(--primary)); border: 0; color: var(--dark); box-shadow: 0 12px 24px rgba(182,138,53,0.28); }
.btn-primary:hover { background: linear-gradient(135deg, #f2d58a, var(--primary-dark)); color: var(--dark); transform: translateY(-1px); }
.btn-outline-light { border-color: rgba(255,255,255,0.55); }

.lead-card, .contact-form-card, .price-card {
  background: rgba(255,255,255,0.94); color: var(--text); border-radius: 28px; padding: 30px; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.3);
}
.lead-card h3, .contact-form-card h4 { color: var(--secondary); font-weight: 700; }
.form-control, .form-select { border-radius: 14px; min-height: 50px; border: 1px solid #d7dce3; font-weight: 600; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 0.2rem rgba(182,138,53,0.17); }
.consent { display: flex; gap: 9px; align-items: flex-start; font-size: 12px; color: var(--muted); line-height: 1.45; }
.consent input { margin-top: 3px; }

.section-padding { padding: 86px 0; }
.bg-light { background: var(--light) !important; }
.section-title { font-size: clamp(30px, 4vw, 48px); font-weight: 700; color: var(--secondary); margin-bottom: 8px; }
.section-subtitle { color: var(--primary-dark); font-size: clamp(18px, 2vw, 24px); font-weight: 600; margin-bottom: 18px; }
.lead { color: var(--secondary); font-weight: 500; }

.highlight-card, .amenity-card, .location-item {
  height: 100%; background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 26px; box-shadow: 0 12px 30px rgba(7,17,28,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.highlight-card:hover, .amenity-card:hover, .location-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(182,138,53,0.45); }
.highlight-card i, .amenity-card i, .contact-item i {
  width: 54px; height: 54px; border-radius: 50%; display: inline-grid; place-items: center;
  background: linear-gradient(135deg, #f6df9d, var(--primary)); color: var(--secondary); font-size: 22px; margin-bottom: 18px;
}
.highlight-card h5 { font-weight: 700; color: var(--secondary); }
.highlight-card p { color: var(--muted); margin-bottom: 0; }
.amenity-card { text-align: center; padding: 24px 12px; }
.amenity-card h6 { font-weight: 700; margin: 0; color: var(--secondary); }
.price-card .size { color: var(--muted); font-weight: 700; margin: 10px 0 12px; }
.price-card .price { color: var(--primary-dark); font-family: "Poppins", sans-serif; font-weight: 700; font-size: clamp(42px, 6vw, 70px); }

.location-item { display: flex; align-items: center; gap: 14px; padding: 20px; }
.location-number { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--secondary); color: #f8da8d; font-weight: 800; }
.location-item h6 { margin: 0; font-size: 15px; font-weight: 700; color: var(--secondary); }

.contact-info { margin-top: 26px; display: grid; gap: 16px; }
.contact-item { display: flex; gap: 15px; align-items: flex-start; }
.contact-item i { flex: 0 0 54px; }
.contact-item h5 { margin: 0 0 5px; font-size: 16px; font-weight: 700; color: var(--secondary); }
.contact-item p { margin: 0; color: var(--muted); }


.sticky-enquire {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 1050;
  writing-mode: vertical-rl; border: 0; background: linear-gradient(135deg, #e6c06d, var(--primary)); color: var(--dark);
  padding: 18px 10px; border-radius: 14px 0 0 14px; font-weight: 800; letter-spacing: 0.08em; box-shadow: var(--shadow);
}
.mobile-sticky-cta { display: none; }
.modal-content { border-radius: 24px; border: 0; }
.modal-header { border-bottom: 1px solid #edf0f3; }

.reveal, .reveal-up { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible, .reveal-up.visible, .visible .reveal-up { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }

@media (max-width: 991px) {
  .hero-overlay { background: linear-gradient(180deg, rgba(7,17,28,0.9), rgba(7,17,28,0.68)); }
  .hero-content { padding-top: 40px; }
  .lead-card { margin-bottom: 38px; }
  .navbar-collapse { background: rgba(7,17,28,0.98); padding: 15px; border-radius: 16px; margin-top: 12px; }
}
@media (max-width: 767px) {
  .brand-text { font-size: 13px; }
  .hero-content h1 { letter-spacing: 0; }
  .hero-actions .btn { width: 100%; }
  .section-padding { padding: 64px 0; }
  .sticky-enquire { display: none; }
  .mobile-sticky-cta {
    display: block; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1050; text-align: center;
    background: linear-gradient(135deg, #e6c06d, var(--primary)); color: var(--dark); padding: 14px 18px; border-radius: 999px; font-weight: 800; box-shadow: var(--shadow);
  }
  .footer { padding-bottom: 96px; }
}

/* AUTO POPUP */

.popup-modal-content {
    background: #111;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    color: #fff;
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    filter: invert(1);
}

.popup-badge {
    display: inline-block;
    background: #c9a14a;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.popup-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.popup-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 1.6;
}

.popup-divider {
    width: 60px;
    height: 2px;
    background: #c9a14a;
    margin: 20px auto;
}

.popup-location {
    color: #c9a14a;
    font-size: 15px;
    margin-bottom: 25px;
}

.popup-input {
    height: 52px;
    border-radius: 10px;
    border: none;
    background: #1d1d1d;
    color: #fff;
}

.popup-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.popup-btn {
    background: #c9a14a;
    color: #111;
    height: 52px;
    border-radius: 10px;
    font-weight: 700;
    border: none;
    transition: 0.3s ease;
}

.popup-btn:hover {
    background: #fff;
    color: #111;
}

@media(max-width:768px){

    .popup-title{
        font-size:30px;
    }

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

}
/* IMPROVED FLOATING WHATSAPP */

.floating-whatsapp{
    position:fixed;
    right:18px;
    bottom:90px; /* IMPORTANT */
    width:58px;
    height:58px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
    transition:.3s ease;
    text-decoration:none;
}

.floating-whatsapp svg{
    width:28px;
    height:28px;
}

.floating-whatsapp:hover{
    transform:scale(1.08);
    color:#fff;
}

/* MOBILE */

@media(max-width:768px){

    .floating-whatsapp{
        width:54px;
        height:54px;
        right:14px;
        bottom:85px;
    }

    .floating-whatsapp svg{
        width:25px;
        height:25px;
    }

}
/* Prevent overlap with floating elements */

body{
    padding-bottom:90px;
}

/* BRAND WRAPPER */

.brand-wrapper{
    display:flex;
    align-items:center;
    gap:18px;
}

/* EXISTING LOGO */

.navbar-brand{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0;
}

/* SALES PARTNER */

.sales-partner-badge{
    position:relative;
    padding-left:18px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.05;
    letter-spacing:.5px;
    flex-shrink:0;
}

.sales-partner-badge::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:2px;
    height:100%;
    background:rgba(255,255,255,0.25);
}

.sales-partner-badge span{
    display:block;
    font-size:14px;
}

/* MOBILE */

@media(max-width:991px){

    .brand-wrapper{
        gap:10px;
    }

    .sales-partner-badge{
        padding-left:10px;
    }

    .sales-partner-badge span{
        font-size:9px;
        line-height:1.15;
    }

    .brand-text{
        font-size:14px;
    }

    .brand-mark{
        width:38px;
        height:38px;
        font-size:16px;
    }

}
/* PREMIUM FOOTER */

.footer{
    position:relative;
    background:#050505;
    color:rgba(255,255,255,0.78);
    padding:70px 0 105px;
    overflow:hidden;
}

.footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at left, rgba(201,161,74,0.08), transparent 45%);
    pointer-events:none;
}

.footer .container{
    position:relative;
    z-index:2;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.7fr .7fr;
    gap:60px;
    align-items:flex-start;
}

.footer-project-name{
    color:#fff;
    font-size:44px;
    font-weight:700;
    margin-bottom:28px;
    letter-spacing:1px;
    line-height:1.1;
}

.footer-disclaimer{
    color:rgba(255,255,255,0.72);
    font-size:17px;
    line-height:1.95;
    margin:0;
}

.footer-disclaimer strong{
    color:#fff;
    font-weight:700;
}

.footer-right{
    text-align:center;
}

.footer-rera-title{
    color:#fff;
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
}

.footer-rera-number{
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:28px;
    word-break:break-word;
}

.footer-rera-qr{
    width:170px;
    height:170px;
    object-fit:contain;
    background:#fff;
    padding:10px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

@media(max-width:991px){

    .footer{
        padding:50px 0 115px;
    }

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

    .footer-left{
        text-align:center;
    }

    .footer-project-name{
        font-size:32px;
        margin-bottom:22px;
    }

    .footer-disclaimer{
        font-size:15px;
        line-height:1.85;
    }

    .footer-rera-title{
        font-size:17px;
    }

    .footer-rera-number{
        font-size:18px;
        margin-bottom:22px;
    }

    .footer-rera-qr{
        width:135px;
        height:135px;
    }

}

@media(max-width:576px){

    .footer-project-name{
        font-size:28px;
    }

    .footer-disclaimer{
        font-size:14px;
        line-height:1.8;
    }

}
/* FOOTER LINKS */

.footer-links{
    margin-top:28px;
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.footer-links a{
    color:#d6b166;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
    font-size:15px;
}

.footer-links a:hover{
    color:#fff;
}

.footer-links span{
    color:rgba(255,255,255,0.35);
}

/* MOBILE */

@media(max-width:991px){

    .footer-links{
        justify-content:center;
    }

}