.navbar-nav .nav-link{font-weight:500;font-size:.88rem;color:var(--text-dark)!important;padding:.5rem .85rem!important;}
.btn-consult{background:var(--gold);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.5rem 1.25rem;}
.breadcrumb-bar{background:var(--cream);padding:1rem 0;}
.breadcrumb-item a{color:var(--maroon);text-decoration:none;font-size:.83rem;}
.breadcrumb-item.active{font-size:.83rem;color:var(--text-muted);}
section{padding:3rem 0;}
/* GALLERY */
.gallery-main{border-radius:12px;overflow:hidden;height:420px;}
.gallery-main img{width:100%;height:100%;object-fit:cover;}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.6rem;}
.gallery-thumbs img{width:100%;height:90px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border .2s;}
.gallery-thumbs img:hover{border-color:var(--gold);}
/* HEADER INFO */
.prop-title-bar{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin:1.5rem 0;}
.prop-badge-lg{background:var(--maroon);color:var(--white);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 12px;border-radius:5px;display:inline-block;margin-bottom:.6rem;}
.prop-title-bar h1{font-size:1.7rem;font-weight:800;}
.prop-title-bar .loc{color:var(--text-muted);font-size:.9rem;}
.price-tag{font-size:1.6rem;font-weight:800;color:var(--gold);font-family:'Playfair Display',serif;}
.price-tag small{font-size:.75rem;color:var(--text-muted);font-weight:400;font-family:'DM Sans',sans-serif;}
/* SPEC GRID */
.spec-grid{background:var(--cream);border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;}
.spec-item{text-align:center;}
.spec-item i{font-size:1.3rem;color:var(--gold);margin-bottom:.4rem;display:block;}
.spec-item .val{font-weight:700;font-size:.95rem;}
.spec-item .lbl{font-size:.72rem;color:var(--text-muted);}
/* TABS */
.nav-tabs .nav-link{color:var(--text-muted);font-weight:600;font-size:.88rem;border:none;border-bottom:2px solid transparent;}
.nav-tabs .nav-link.active{color:var(--maroon);border-bottom-color:var(--gold);background:transparent;}
.tab-content{padding-top:1.5rem;font-size:.88rem;color:var(--text-muted);line-height:1.8;}
.amenity-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.6rem;}
.amenity-list li{font-size:.85rem;display:flex;align-items:center;gap:.5rem;}
.amenity-list i{color:var(--gold);}
/* MAP */
.map-embed{border-radius:12px;overflow:hidden;height:280px;}
/* SIDEBAR */
.sidebar-card{background:var(--white);border:1px solid #f2e1d6;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06);position:sticky;top:90px;}
.sidebar-card h5{font-size:1.05rem;font-weight:700;margin-bottom:1rem;}
.sidebar-card .form-control{font-size:.85rem;border-radius:6px;border:1px solid #ecd8c8;margin-bottom:.7rem;}
.btn-enquire{background:var(--maroon);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.9rem;padding:.7rem;width:100%;}
.btn-enquire:hover{background:var(--gold);color:var(--white);}
.agent-box{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid #f2e1d6;}
.agent-box img{width:54px;height:54px;border-radius:50%;object-fit:cover;}
.agent-box h6{font-size:.9rem;font-weight:700;margin-bottom:.1rem;}
.agent-box span{font-size:.75rem;color:var(--text-muted);}
.call-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;border:1.5px solid var(--maroon);color:var(--maroon);border-radius:6px;font-weight:600;font-size:.85rem;padding:.6rem;width:100%;margin-bottom:.7rem;text-decoration:none;}
.call-btn:hover{background:var(--maroon);color:var(--white);}
/* SIMILAR */
.similar-section{background:var(--cream);}
.property-card{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.07);transition:transform .25s;}
.property-card:hover{transform:translateY(-6px);}
.property-img{height:180px;overflow:hidden;}
.property-img img{width:100%;height:100%;object-fit:cover;}
.property-body{padding:1rem 1.1rem;}
.property-body h6{font-size:.92rem;font-weight:700;margin-bottom:.2rem;}
.property-body .location{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;}
.property-price{font-size:.88rem;font-weight:700;color:var(--gold);}
.footer-links a{color:rgba(255,255,255,.65);font-size:.83rem;text-decoration:none;}
.social-links a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;margin-right:.4rem;}
@media (max-width:767px){.spec-grid{grid-template-columns:repeat(2,1fr);}.amenity-list{grid-template-columns:1fr;}}
