:root{
  --primary:#0d6efd;
  --primary-dark:#0b5ed7;
  --accent:#25d366;
  --dark:#1b2430;
  --radius:14px;
}
body{
  font-family:'Poppins',sans-serif;
  background:#f4f6f9;
  color:#1b2430;
  padding-bottom:0;
}
a{text-decoration:none;}

/* ===== Navbar ===== */
.app-navbar{
  background:linear-gradient(90deg,var(--primary),#3d8bfd);
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.app-navbar .nav-link{color:rgba(255,255,255,.9)!important;font-weight:500;}
.app-navbar .nav-link.active{color:#fff!important;font-weight:700;}

/* ===== Hero / Search ===== */
.hero{
  background:linear-gradient(135deg,var(--primary) 0%,#3d8bfd 60%,#63a4ff 100%);
  color:#fff;
  padding:48px 0 90px;
  border-radius:0 0 30px 30px;
}
.hero h1{font-weight:700;font-size:2rem;}
.search-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  padding:18px;
  margin-top:-60px;
  position:relative;
  z-index:5;
}
.search-card .form-control,.search-card .form-select{border-radius:10px;padding:.6rem .8rem;}
.quick-chip{
  display:inline-block;padding:6px 14px;border-radius:20px;background:rgba(255,255,255,.18);
  color:#fff;font-size:.82rem;margin:4px 6px 0 0;border:1px solid rgba(255,255,255,.4);
}
.quick-chip:hover{background:rgba(255,255,255,.3);color:#fff;}

/* ===== Property Card ===== */
.property-card{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  box-shadow:0 3px 14px rgba(0,0,0,.07);
  transition:transform .15s ease, box-shadow .15s ease;
  height:100%;
}
.property-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.12);}
.property-card .img-wrap{position:relative;height:190px;overflow:hidden;}
.property-card .img-wrap img{width:100%;height:100%;object-fit:cover;}
.property-card .badge-status{position:absolute;top:10px;left:10px;}
.property-card .badge-price{position:absolute;bottom:10px;right:10px;background:var(--dark);color:#fff;padding:4px 10px;border-radius:8px;font-weight:600;font-size:.85rem;}
.property-card .body{padding:14px;}
.property-card .title{font-weight:600;font-size:1rem;margin-bottom:2px;color:#1b2430;}
.property-card .loc{font-size:.83rem;color:#6b7280;}
.property-card .meta{font-size:.78rem;color:#6b7280;}
.property-card .btn-whatsapp{background:var(--accent);color:#fff;border:none;}
.property-card .btn-whatsapp:hover{background:#1eb857;color:#fff;}

/* ===== Section titles ===== */
.section-title{font-weight:700;margin-bottom:4px;}
.section-sub{color:#6b7280;margin-bottom:24px;}

/* ===== Property Details page ===== */
.detail-gallery img{border-radius:var(--radius);width:100%;height:380px;object-fit:cover;}
.detail-thumbs img{width:100%;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;}
.detail-thumbs img.active-thumb{border-color:var(--primary);}
.amenity-pill{display:inline-flex;align-items:center;gap:6px;background:#eef3ff;color:var(--primary);padding:6px 12px;border-radius:20px;font-size:.85rem;margin:0 6px 6px 0;}
.sticky-enquiry{position:sticky;top:90px;}

/* ===== Footer ===== */
.site-footer{background:var(--dark);}
.footer-link{color:rgba(255,255,255,.7);}
.footer-link:hover{color:#fff;}

/* ===== Bottom nav (mobile app style) ===== */
.bottom-nav{
  position:fixed;left:0;right:0;bottom:0;z-index:1030;
  background:#fff;
  display:flex;justify-content:space-around;align-items:center;
  box-shadow:0 -2px 14px rgba(0,0,0,.1);
  padding:6px 0 4px;
  border-top:1px solid #eee;
}
.bn-item{
  display:flex;flex-direction:column;align-items:center;gap:2px;
  color:#8a93a3;font-size:.68rem;font-weight:500;flex:1;padding:4px 0;
}
.bn-item i{font-size:1.25rem;}
.bn-item.active,.bn-item:hover{color:var(--primary);}
.bn-item.bn-center{
  margin-top:-22px;
}
.bn-item.bn-center i{
  background:var(--accent);color:#fff;width:52px;height:52px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;
  box-shadow:0 6px 14px rgba(37,211,102,.5);
}
.bn-item.bn-center span{color:var(--accent);font-weight:600;}

body{padding-bottom:0;}
@media (max-width:991.98px){
  body{padding-bottom:70px;}
  .hero{padding:28px 0 80px;border-radius:0 0 22px 22px;}
  .hero h1{font-size:1.4rem;}
  .search-card{margin-top:-50px;}
}

/* ===== Admin ===== */
.admin-sidebar{
  min-height:100vh;background:var(--dark);color:#fff;width:230px;
}
.admin-sidebar a{
  color:rgba(255,255,255,.75);display:block;padding:10px 18px;border-radius:8px;margin:2px 8px;font-size:.92rem;
}
.admin-sidebar a.active,.admin-sidebar a:hover{background:var(--primary);color:#fff;}
.admin-topbar{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);}
.stat-card{border-radius:var(--radius);padding:20px;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.1);}
.thumb-sm{width:60px;height:50px;object-fit:cover;border-radius:6px;}

.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#63a4ff);}
.login-box{background:#fff;border-radius:var(--radius);padding:34px;max-width:400px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.2);}
