@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

body {
  background: #f0f4f8;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ─── PAGE HEADER ───────────────────────────────────────────────────────── */
.page-header {
  background: linear-gradient(140deg, #020617 0%, #0f172a 40%, #1a2f55 100%);
  padding: 40px 0 32px;
  position: relative;
  overflow: hidden;
}
.page-header::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.page-header .container { position: relative; z-index: 1; }
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a { color: #94a3b8; font-size: 0.86rem; }
.page-header .breadcrumb-item.active { color: #e2e8f0; }
.page-header h1 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
  font-family: inherit;
}

/* ─── GALLERY ───────────────────────────────────────────────────────────── */
.gallery-main {
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  position: relative;
}
.gallery-main img { transition: transform 0.4s ease; }
.gallery-main:hover img { transform: scale(1.02); }

.gallery-thumb {
  border-radius: 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}
.gallery-thumb:hover {
  transform: scale(1.03);
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(37,99,235,0.3);
}

/* ─── KEY FACTS ─────────────────────────────────────────────────────────── */
.fact-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border: 1.5px solid #f1f5f9;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37,99,235,0.1);
  border-color: #bfdbfe;
}
.fact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-size: 1.1rem;
  color: #2563eb;
}
.fact-value { font-size: 0.98rem; font-weight: 700; color: #0f172a; font-family: inherit; }
.fact-label { font-size: 0.72rem; color: #94a3b8; margin-top: 3px; font-weight: 500; }

/* ─── CONTENT SECTIONS ──────────────────────────────────────────────────── */
.detail-section {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border: 1.5px solid #f1f5f9;
}
.detail-section h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  padding-bottom: 13px;
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 16px;
  font-family: inherit;
}

/* ─── CONTACT CARD ──────────────────────────────────────────────────────── */
.contact-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(37,99,235,0.12), 0 2px 8px rgba(0,0,0,0.06);
  border: 1.5px solid #e0ecff;
  position: sticky;
  top: 80px;
}
.contact-card-header {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  padding: 20px 24px 18px;
}
.contact-card-body { padding: 20px 24px 24px; }

.rent-big {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  font-family: inherit;
  letter-spacing: -0.3px;
}
.rent-label { font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-left: 4px; }
.deposit-text { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin-top: 5px; }

/* Action buttons */
.btn-call {
  background: linear-gradient(135deg, #16a34a, #15803d);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 13px;
  font-size: 0.9rem;
  font-family: inherit;
  box-shadow: 0 4px 12px rgba(22,163,74,0.3);
  transition: all 0.2s;
  cursor: pointer;
}
.btn-call:hover {
  background: linear-gradient(135deg, #15803d, #166534);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(22,163,74,0.4);
}
.btn-whatsapp {
  background: transparent;
  border: 2px solid #16a34a;
  border-radius: 12px;
  color: #16a34a;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  font-size: 0.9rem;
  font-family: inherit;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-whatsapp:hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(22,163,74,0.3);
}
.btn-inquiry {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 13px;
  font-size: 0.9rem;
  font-family: inherit;
  box-shadow: 0 4px 12px rgba(37,99,235,0.3);
  transition: all 0.2s;
  cursor: pointer;
}
.btn-inquiry:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37,99,235,0.45);
}

/* ─── INFO / DETAILS CARD ───────────────────────────────────────────────── */
.info-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  margin-top: 16px;
  border: 1.5px solid #f1f5f9;
}
.info-card h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: inherit;
}
.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1.5px solid #f8fafc;
}
.detail-row:last-child { border-bottom: none; }
.detail-row-label { font-size: 0.82rem; color: #94a3b8; font-weight: 500; }
.detail-row-value { font-size: 0.875rem; font-weight: 700; color: #0f172a; font-family: inherit; }

/* ─── VERIFIED BADGE ────────────────────────────────────────────────────── */
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(22,163,74,0.12);
  color: #16a34a;
  border-radius: 7px;
  padding: 4px 11px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(22,163,74,0.2);
}

/* ─── SIMILAR PROPERTY CARDS ────────────────────────────────────────────── */
.similar-card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #f1f5f9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  height: 100%;
}
.similar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(37,99,235,0.1);
  border-color: #bfdbfe;
}
.similar-img {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  overflow: hidden;
}
.similar-img img { transition: transform 0.35s ease; }
.similar-card:hover .similar-img img { transform: scale(1.06); }

/* ─── AMENITY BADGE ─────────────────────────────────────────────────────── */
.amenity-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: #334155;
  border-radius: 9px;
  padding: 6px 13px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  font-family: inherit;
}
.amenity-badge i { color: #2563eb; }

/* ─── MAP PLACEHOLDER ───────────────────────────────────────────────────── */
.map-placeholder {
  background: linear-gradient(135deg, #e8eef5, #dce4ef);
  border-radius: 14px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #64748b;
  border: 1.5px solid #e2e8f0;
}

/* ─── PLACEHOLDER COLORS ────────────────────────────────────────────────── */
.bg-flat     { background: linear-gradient(135deg, #1e40af, #3b82f6); }
.bg-house    { background: linear-gradient(135deg, #065f46, #10b981); }
.bg-room     { background: linear-gradient(135deg, #7c2d12, #f97316); }
.bg-pg       { background: linear-gradient(135deg, #4c1d95, #8b5cf6); }
.bg-villa    { background: linear-gradient(135deg, #7f1d1d, #ef4444); }
.bg-default  { background: linear-gradient(135deg, #0f172a, #334155); }

/* ─── SHARE BUTTON ──────────────────────────────────────────────────────── */
.btn-share {
  background: rgba(37,99,235,0.07);
  border: 1.5px solid #bfdbfe;
  border-radius: 12px; color: #2563eb;
  font-weight: 600; width: 100%; padding: 11px;
  font-size: 0.875rem; font-family: inherit;
  transition: all 0.2s; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.btn-share:hover { background: #eff6ff; border-color: #93c5fd; color: #1d4ed8; }

/* ─── RESPONSIVE ────────────────────────────────────────────────────────── */
@media (max-width: 992px) {
  .contact-card { position: static; }
}
@media (max-width: 768px) {
  .gallery-main { height: 280px; }
  .page-header h1 { font-size: 1.4rem; }
}
