/*
 * properties.css
 * Extracted from inline <style> blocks in resources/views/frontend/*
 * Generated as part of the "separate CSS from views" cleanup.
 * NOTE: visual output should be unchanged — this file only relocates
 * existing rules out of the Blade templates.
 */

/* ==================================================================
   resources/views/frontend/partials/properties.blade.php
   ================================================================== */

/* ─── Properties Page ─────────────────────────────────────── */
.prop-hero {
  background: linear-gradient(135deg, #0f4c81 0%, #1a6fc4 50%, #0d9488 100%);
  padding: 56px 0 90px;
  position: relative;
  overflow: hidden;
}
.prop-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 60px;
  background: #f4f6f9;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.prop-hero h1 { color:#fff; font-size:2.4rem; font-weight:800; letter-spacing:-0.5px; }
.prop-hero p  { color:rgba(255,255,255,.8); font-size:1rem; }
.prop-hero .breadcrumb-item a { color:rgba(255,255,255,.75); }
.prop-hero .breadcrumb-item.active { color:rgba(255,255,255,.55); }
.prop-hero .breadcrumb-item+.breadcrumb-item::before { color:rgba(255,255,255,.4); }

/* Stats pills */
.stat-pills { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }
.stat-pill {
  background:rgba(255,255,255,.15); backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.25);
  border-radius:50px; padding:6px 18px;
  color:#fff; font-size:.82rem; font-weight:600;
}
.stat-pill i { margin-right:5px; }

/* ─── Search card ──────────────────────────────────────────── */
.prop-search-card {
  background:#fff;
  border-radius:20px;
  box-shadow:0 8px 40px rgba(0,0,0,.12);
  padding:28px 28px 20px;
  margin-top:-50px;
  position:relative;
  z-index:10;
}
.prop-type-tabs .nav-link {
  border-radius:50px !important;
  font-weight:600; font-size:.85rem;
  padding:7px 20px;
  color:#6c757d;
  border:2px solid #e9ecef !important;
  margin-right:6px;
  transition:all .2s;
}
.prop-type-tabs .nav-link.active,
.prop-type-tabs .nav-link:hover {
  background:linear-gradient(135deg,#0f4c81,#1a6fc4) !important;
  color:#fff !important; border-color:transparent !important;
}
.prop-search-card .form-control,
.prop-search-card .form-select {
  border-radius:10px; border:1.5px solid #e4e8f0;
  font-size:.875rem; padding:10px 14px;
  transition:border-color .2s;
}
.prop-search-card .form-control:focus,
.prop-search-card .form-select:focus {
  border-color:#1a6fc4; box-shadow:0 0 0 3px rgba(26,111,196,.12);
}
.prop-search-card label {
  font-size:.72rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.5px;
  color:#8a94a6; margin-bottom:5px; display:block;
}
.btn-search-main {
  background:linear-gradient(135deg,#0f4c81,#1a6fc4);
  color:#fff; border:none; border-radius:12px;
  padding:11px 28px; font-weight:700; font-size:.9rem;
  transition:opacity .2s;
}
.btn-search-main:hover { opacity:.88; color:#fff; }
.btn-adv-toggle {
  background:none; border:1.5px solid #e4e8f0;
  border-radius:10px; padding:9px 18px;
  font-size:.82rem; font-weight:600; color:#6c757d;
  cursor:pointer; transition:all .2s;
}
.btn-adv-toggle:hover { border-color:#1a6fc4; color:#1a6fc4; }

/* Active filter tags */
.filter-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.filter-tag {
  background:#e8f0fe; color:#1a6fc4; border-radius:50px;
  padding:4px 12px; font-size:.78rem; font-weight:600;
  display:flex; align-items:center; gap:6px;
}
.filter-tag a { color:#1a6fc4; text-decoration:none; line-height:1; }
.filter-tag a:hover { color:#c0392b; }

/* ─── Results bar ──────────────────────────────────────────── */
.results-bar {
  background:#fff; border-radius:14px;
  padding:14px 20px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  margin-bottom:24px;
}
.results-count { font-size:1rem; font-weight:700; color:#1e293b; }
.results-count span { color:#1a6fc4; }
.view-toggle-btns .vbtn {
  background:none; border:1.5px solid #e4e8f0; border-radius:8px;
  padding:6px 10px; font-size:1rem; color:#6c757d; cursor:pointer;
  transition:all .2s; margin-left:4px;
}
.view-toggle-btns .vbtn.active,
.view-toggle-btns .vbtn:hover {
  background:#1a6fc4; border-color:#1a6fc4; color:#fff;
}

/* ─── Property Cards (Grid) ────────────────────────────────── */
.prop-card {
  background:#fff; border-radius:18px;
  box-shadow:0 2px 16px rgba(0,0,0,.07);
  overflow:hidden; transition:transform .22s, box-shadow .22s;
  height:100%;
}
.prop-card:hover {
  transform:translateY(-5px);
  box-shadow:0 12px 40px rgba(0,0,0,.13);
}
.prop-card-img {
  position:relative; height:220px; overflow:hidden;
}
.prop-card-img img {
  width:100%; height:100%; object-fit:cover;
  transition:transform .4s ease;
}
.prop-card:hover .prop-card-img img { transform:scale(1.06); }
.prop-img-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.45) 0%, transparent 60%);
}
.prop-badges {
  position:absolute; top:12px; left:12px;
  display:flex; flex-wrap:wrap; gap:5px;
}
.prop-badge {
  padding:3px 10px; border-radius:50px; font-size:.72rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.4px;
}
.badge-sale   { background:#16a34a; color:#fff; }
.badge-rent   { background:#0891b2; color:#fff; }
.badge-pg     { background:#7c3aed; color:#fff; }
.badge-featured { background:#f59e0b; color:#fff; }
.badge-new    { background:#ef4444; color:#fff; }
.badge-premium { background:linear-gradient(135deg,#b45309,#f59e0b); color:#fff; }
.badge-boosted { background:linear-gradient(135deg,#7c3aed,#a855f7); color:#fff; }
.badge-builder { background:#0f766e; color:#fff; }

.prop-wishlist-btn {
  position:absolute; top:12px; right:12px;
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.9); border:none;
  display:flex; align-items:center; justify-content:center;
  font-size:1rem; color:#64748b; cursor:pointer;
  transition:all .2s;
}
.prop-wishlist-btn:hover { background:#fff; color:#ef4444; transform:scale(1.1); }

.prop-price-bar {
  position:absolute; bottom:0; left:0; right:0;
  padding:10px 14px;
  display:flex; align-items:center; justify-content:space-between;
}
.prop-price {
  font-size:1.25rem; font-weight:800; color:#fff;
  text-shadow:0 1px 3px rgba(0,0,0,.4);
}
.prop-price-per-sqft {
  font-size:.72rem; color:rgba(255,255,255,.8);
  background:rgba(0,0,0,.3); border-radius:50px;
  padding:2px 8px;
}

.prop-card-body { padding:16px 18px 18px; }
.prop-type-tag {
  display:inline-block; background:#f1f5f9; color:#475569;
  border-radius:6px; padding:3px 10px; font-size:.72rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.4px; margin-bottom:8px;
}
.prop-title {
  font-size:.97rem; font-weight:700; color:#1e293b;
  margin-bottom:5px; line-height:1.3;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.prop-addr {
  font-size:.8rem; color:#64748b; margin-bottom:10px;
  display:flex; align-items:center; gap:4px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.prop-addr i { flex-shrink:0; color:#1a6fc4; }
.prop-specs {
  display:flex; gap:12px; padding:10px 0;
  border-top:1px solid #f1f5f9; border-bottom:1px solid #f1f5f9;
  margin-bottom:12px;
}
.prop-spec {
  display:flex; align-items:center; gap:5px;
  font-size:.78rem; color:#475569; font-weight:600;
}
.prop-spec i { color:#1a6fc4; font-size:.85rem; }

.prop-footer {
  display:flex; align-items:center; justify-content:space-between;
}
.prop-agent {
  display:flex; align-items:center; gap:8px; flex:1; min-width:0;
}
.prop-agent-avatar {
  width:32px; height:32px; border-radius:50%;
  object-fit:cover; flex-shrink:0; border:2px solid #e2e8f0;
}
.prop-agent-name {
  font-size:.78rem; font-weight:700; color:#334155;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.prop-agent-type { font-size:.7rem; color:#94a3b8; }
.btn-view-prop {
  background:linear-gradient(135deg,#0f4c81,#1a6fc4);
  color:#fff; border:none; border-radius:8px;
  padding:6px 14px; font-size:.78rem; font-weight:700;
  text-decoration:none; white-space:nowrap;
  transition:opacity .2s;
}
.btn-view-prop:hover { opacity:.85; color:#fff; }

/* ─── List (row) view ──────────────────────────────────────── */
.prop-list-card {
  background:#fff; border-radius:16px;
  box-shadow:0 2px 12px rgba(0,0,0,.07);
  overflow:hidden; display:flex;
  transition:box-shadow .22s;
}
.prop-list-card:hover { box-shadow:0 8px 32px rgba(0,0,0,.12); }
.prop-list-img {
  width:260px; min-width:260px; position:relative; overflow:hidden;
}
.prop-list-img img {
  width:100%; height:100%; object-fit:cover;
  transition:transform .4s;
}
.prop-list-card:hover .prop-list-img img { transform:scale(1.05); }
.prop-list-body {
  flex:1; padding:20px 22px; display:flex; flex-direction:column; justify-content:space-between;
}
.prop-list-title { font-size:1.08rem; font-weight:800; color:#1e293b; margin-bottom:4px; }
.prop-list-price { font-size:1.4rem; font-weight:800; color:#1a6fc4; }
.prop-list-specs { display:flex; gap:16px; flex-wrap:wrap; margin:8px 0; }
.prop-list-spec {
  display:flex; align-items:center; gap:5px;
  font-size:.82rem; color:#475569; font-weight:600;
}
.prop-list-spec i { color:#1a6fc4; }
.prop-list-actions { display:flex; gap:10px; margin-top:12px; flex-wrap:wrap; }
.btn-list-call {
  background:#dcfce7; color:#16a34a; border:none; border-radius:8px;
  padding:8px 16px; font-size:.8rem; font-weight:700; text-decoration:none;
  transition:all .2s;
}
.btn-list-call:hover { background:#16a34a; color:#fff; }
.btn-list-view {
  background:linear-gradient(135deg,#0f4c81,#1a6fc4);
  color:#fff; border:none; border-radius:8px;
  padding:8px 20px; font-size:.8rem; font-weight:700;
  text-decoration:none; transition:opacity .2s;
}
.btn-list-view:hover { opacity:.85; color:#fff; }

/* hidden views */
.view-grid { display:block; }
.view-list { display:none; }
.view-grid.hidden { display:none; }
.view-list.hidden { display:none; }

/* No results */
.no-results-box {
  text-align:center; padding:60px 20px;
  background:#fff; border-radius:20px;
  box-shadow:0 2px 16px rgba(0,0,0,.06);
}
.no-results-box i { font-size:3.5rem; color:#cbd5e1; }
.no-results-box h4 { margin-top:16px; color:#475569; font-weight:700; }
.no-results-box p { color:#94a3b8; }

/* ─── Pagination ───────────────────────────────────────────── */
.page-link { border-radius:8px !important; margin:0 2px; font-weight:600; }
.page-item.active .page-link {
  background:linear-gradient(135deg,#0f4c81,#1a6fc4);
  border-color:transparent;
}

@media(max-width:768px) {
  .prop-list-card { flex-direction:column; }
  .prop-list-img { width:100%; min-width:unset; height:200px; }
  .prop-hero h1 { font-size:1.7rem; }
}

/* ==================================================================
   resources/views/frontend/partials/property-details.blade.php
   ================================================================== */

/* ===== 99ACRES-INSPIRED PROPERTY DETAILS STYLES ===== */
:root {
  --pd-primary: #1f85de;
  --pd-primary-dark: #1565c0;
  --pd-green: #22c55e;
  --pd-orange: #f97316;
  --pd-red: #ef4444;
  --pd-gray-50: #f8fafc;
  --pd-gray-100: #f1f5f9;
  --pd-gray-200: #e2e8f0;
  --pd-gray-300: #cbd5e1;
  --pd-gray-500: #64748b;
  --pd-gray-600: #475569;
  --pd-gray-700: #334155;
  --pd-gray-800: #1e293b;
  --pd-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --pd-shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  --pd-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  --pd-radius: 8px;
  --pd-radius-lg: 12px;
}

/* ---- PAGE WRAPPER ---- */
.pd-page { background: var(--pd-gray-100); min-height: 100vh; }

/* ---- PROPERTY HEADER BAR ---- */
.pd-header-bar {
  background: #fff;
  border-bottom: 1px solid var(--pd-gray-200);
  padding: 18px 0;
}
.pd-header-bar .pd-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--pd-gray-800);
  margin: 0 0 4px;
  line-height: 1.3;
}
.pd-header-bar .pd-subtitle {
  font-size: .85rem;
  color: var(--pd-gray-500);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pd-header-bar .pd-price-hero {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--pd-primary-dark);
  line-height: 1.1;
}
.pd-header-bar .pd-price-sub {
  font-size: .82rem;
  color: var(--pd-gray-500);
  margin-top: 2px;
}
.pd-action-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.pd-action-btns .btn { border-radius: 6px; font-size: .82rem; font-weight: 600; padding: 7px 14px; }

/* ---- GALLERY ---- */
.pd-gallery-section { background: #fff; margin-bottom: 8px; }
.pd-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 280px 140px;
  gap: 4px;
}
.pd-gallery-grid .gal-main {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pd-gallery-grid .gal-side { position: relative; overflow: hidden; cursor: pointer; }
.pd-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.pd-gallery-grid .gal-main:hover img,
.pd-gallery-grid .gal-side:hover img { transform: scale(1.04); }
.gal-overlay-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.gal-overlay-badge .badge-tag {
  background: var(--pd-primary);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.gal-overlay-badge .badge-tag.sale { background: var(--pd-green); }
.gal-overlay-badge .badge-tag.featured { background: var(--pd-orange); }
.gal-overlay-badge .badge-tag.premium { background: #7c3aed; }
.gal-photo-count {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: background .2s;
}
.gal-photo-count:hover { background: rgba(0,0,0,.85); }
.gal-last-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Swiper gallery (mobile/all photos modal) */
.pd-swiper-gallery { position: relative; }
.pd-swiper-gallery .hero-image { width: 100%; height: 420px; object-fit: cover; }
.pd-swiper-gallery .swiper-button-next,
.pd-swiper-gallery .swiper-button-prev {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  color: var(--pd-gray-800) !important;
}
.pd-swiper-gallery .swiper-button-next::after,
.pd-swiper-gallery .swiper-button-prev::after { font-size: 14px !important; font-weight: 900; }
.pd-thumb-strip { margin-top: 4px; }
.pd-thumb-strip .thumbnail-img { height: 68px; width: 100%; object-fit: cover; border-radius: 4px; cursor: pointer; opacity: .75; transition: opacity .2s; }
.pd-thumb-strip .swiper-slide-thumb-active .thumbnail-img { opacity: 1; outline: 2px solid var(--pd-primary); }

/* ---- QUICK HIGHLIGHTS ---- */
.pd-highlights {
  background: #fff;
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow);
  margin-bottom: 8px;
}
.pd-highlights-inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 18px 20px;
  gap: 0;
}
.pd-highlights-inner::-webkit-scrollbar { display: none; }
.pd-hl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  padding: 0 20px;
  border-right: 1px solid var(--pd-gray-200);
  text-align: center;
}
.pd-hl-item:last-child { border-right: none; }
.pd-hl-item .hl-icon {
  width: 38px; height: 38px;
  background: #e8f1fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pd-primary);
  font-size: 1rem;
  margin-bottom: 6px;
}
.pd-hl-item .hl-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pd-gray-800);
  line-height: 1.1;
}
.pd-hl-item .hl-label {
  font-size: .72rem;
  color: var(--pd-gray-500);
  margin-top: 2px;
  white-space: nowrap;
}

/* ---- SECTION CARDS ---- */
.pd-card {
  background: #fff;
  border-radius: var(--pd-radius);
  box-shadow: var(--pd-shadow);
  padding: 22px 24px;
  margin-bottom: 8px;
}
.pd-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pd-gray-800);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--pd-gray-100);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pd-card-title i { color: var(--pd-primary); font-size: 1rem; }

/* Description readmore */
.pd-description { font-size: .9rem; color: var(--pd-gray-600); line-height: 1.75; }
.pd-description-clamp { overflow: hidden; transition: max-height .4s ease; }
.pd-readmore-btn {
  background: none; border: none; color: var(--pd-primary); font-size: .85rem;
  font-weight: 600; cursor: pointer; padding: 0; margin-top: 8px;
}
.pd-readmore-btn:hover { text-decoration: underline; }

/* Overview table */
.pd-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}
.pd-ov-item {
  background: var(--pd-gray-50);
  border: 1px solid var(--pd-gray-200);
  border-radius: 6px;
  padding: 12px 14px;
}
.pd-ov-item .ov-label {
  font-size: .72rem;
  color: var(--pd-gray-500);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}
.pd-ov-item .ov-value {
  font-size: .92rem;
  font-weight: 600;
  color: var(--pd-gray-800);
}

/* Amenities */
.pd-amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.pd-amenity-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--pd-gray-50);
  border: 1px solid var(--pd-gray-200);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: .83rem;
  font-weight: 500;
  color: var(--pd-gray-700);
}
.pd-amenity-chip i { color: var(--pd-primary); font-size: .95rem; }

/* Nearby */
.pd-nearby-list { display: flex; flex-direction: column; gap: 10px; }
.pd-nearby-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--pd-gray-50);
  border-radius: 6px;
  border: 1px solid var(--pd-gray-200);
}
.pd-nearby-item .nearby-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}
.pd-nearby-item .nearby-label { font-size: .82rem; font-weight: 600; color: var(--pd-gray-700); }
.pd-nearby-item .nearby-value { font-size: .8rem; color: var(--pd-gray-500); }

/* Similar Properties */
.pd-similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.pd-similar-card {
  border: 1px solid var(--pd-gray-200);
  border-radius: var(--pd-radius);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  background: #fff;
  text-decoration: none;
}
.pd-similar-card:hover {
  box-shadow: var(--pd-shadow-md);
  transform: translateY(-2px);
}
.pd-similar-card img { width: 100%; height: 150px; object-fit: cover; }
.pd-similar-card .similar-body { padding: 12px; }
.pd-similar-card .sim-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pd-primary-dark);
  margin-bottom: 4px;
}
.pd-similar-card .sim-title {
  font-size: .82rem;
  font-weight: 600;
  color: var(--pd-gray-800);
  margin-bottom: 4px;
  line-height: 1.35;
}
.pd-similar-card .sim-specs {
  font-size: .75rem;
  color: var(--pd-gray-500);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pd-similar-card .sim-specs span { display: flex; align-items: center; gap: 3px; }

/* Map */
.pd-map-wrapper { border-radius: var(--pd-radius); overflow: hidden; border: 1px solid var(--pd-gray-200); }
.pd-map-wrapper iframe { display: block; }

/* ---- SIDEBAR ---- */
.pd-sidebar { position: sticky; top: 80px; }

/* Price card sidebar */
.pd-price-card {
  background: linear-gradient(135deg, var(--pd-primary) 0%, var(--pd-primary-dark) 100%);
  border-radius: var(--pd-radius-lg);
  padding: 22px;
  color: #fff;
  margin-bottom: 8px;
  box-shadow: 0 4px 15px rgba(31,133,222,.35);
}
.pd-price-card .pc-price { font-size: 2rem; font-weight: 800; line-height: 1; }
.pd-price-card .pc-period { font-size: .82rem; opacity: .85; margin-left: 2px; }
.pd-price-card .pc-sub { font-size: .8rem; opacity: .85; margin-top: 4px; }
.pd-price-card .pc-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.pd-price-card .pc-badge {
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 9px;
}
.pd-price-card .pc-cta-row { display: flex; gap: 8px; margin-top: 14px; }
.pd-price-card .pc-cta-row .btn { flex: 1; font-weight: 700; font-size: .85rem; border-radius: 7px; padding: 10px; }

/* Contact dealer card */
.pd-dealer-card {
  background: #fff;
  border-radius: var(--pd-radius-lg);
  box-shadow: var(--pd-shadow-md);
  padding: 20px;
  margin-bottom: 8px;
  border: 1px solid var(--pd-gray-200);
}
.pd-dealer-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.pd-dealer-avatar {
  width: 60px; height: 60px; border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--pd-gray-200);
  flex-shrink: 0;
}
.pd-dealer-name { font-size: 1rem; font-weight: 700; color: var(--pd-gray-800); margin: 0 0 2px; }
.pd-dealer-role { font-size: .78rem; color: var(--pd-gray-500); margin: 0 0 4px; }
.pd-dealer-verified {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: .72rem; color: var(--pd-green); font-weight: 600;
}
.pd-contact-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.pd-contact-detail {
  display: flex; align-items: center; gap: 8px;
  font-size: .83rem; color: var(--pd-gray-600);
  padding: 8px 10px;
  background: var(--pd-gray-50);
  border-radius: 6px;
  border: 1px solid var(--pd-gray-200);
}
.pd-contact-detail i { color: var(--pd-primary); width: 16px; text-align: center; }
.pd-dealer-btns { display: flex; flex-direction: column; gap: 8px; }
.pd-dealer-btns .btn { font-weight: 600; font-size: .88rem; border-radius: 7px; padding: 10px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.btn-whatsapp { background: #25d366; border-color: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5d; border-color: #1ebe5d; color: #fff; }

/* Inquiry form card */
.pd-inquiry-card {
  background: #fff;
  border-radius: var(--pd-radius-lg);
  box-shadow: var(--pd-shadow);
  padding: 20px;
  margin-bottom: 8px;
  border: 1px solid var(--pd-gray-200);
}
.pd-inquiry-card h5 { font-size: .95rem; font-weight: 700; color: var(--pd-gray-800); margin-bottom: 16px; }
.pd-inquiry-card .form-control,
.pd-inquiry-card .form-select {
  border: 1px solid var(--pd-gray-300);
  border-radius: 6px;
  font-size: .85rem;
  padding: 9px 12px;
  color: var(--pd-gray-700);
}
.pd-inquiry-card .form-control:focus,
.pd-inquiry-card .form-select:focus {
  border-color: var(--pd-primary);
  box-shadow: 0 0 0 3px rgba(31,133,222,.12);
}

/* EMI Calculator */
.pd-emi-card {
  background: #fff;
  border-radius: var(--pd-radius-lg);
  box-shadow: var(--pd-shadow);
  padding: 20px;
  margin-bottom: 8px;
  border: 1px solid var(--pd-gray-200);
}
.pd-emi-card h5 { font-size: .95rem; font-weight: 700; color: var(--pd-gray-800); margin-bottom: 14px; }
.emi-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--pd-gray-100); font-size: .83rem; }
.emi-row:last-child { border-bottom: none; }
.emi-row .emi-label { color: var(--pd-gray-500); }
.emi-row .emi-val { font-weight: 600; color: var(--pd-gray-800); }
.emi-total { display: flex; justify-content: space-between; align-items: center; background: #e8f1fc; padding: 12px 14px; border-radius: 7px; margin-top: 10px; }
.emi-total .emi-label { font-weight: 700; color: var(--pd-primary-dark); font-size: .88rem; }
.emi-total .emi-val { font-weight: 800; color: var(--pd-primary-dark); font-size: 1.05rem; }

/* Photo modal */
.pd-photo-modal .modal-dialog { max-width: 900px; }
.pd-photo-modal .modal-content { background: #111; border: none; border-radius: 12px; }
.pd-photo-modal .modal-header { border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; }
.pd-photo-modal .btn-close { filter: invert(1); }
.pd-photo-modal .hero-image { height: 540px; object-fit: contain; }
.pd-photo-modal .thumbnail-img { height: 70px; object-fit: cover; border-radius: 4px; opacity: .6; }
.pd-photo-modal .swiper-slide-thumb-active .thumbnail-img { opacity: 1; outline: 2px solid var(--pd-primary); }

/* Trust badges */
.pd-trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.pd-trust-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; color: var(--pd-gray-600); font-weight: 500;
  border: 1px solid var(--pd-gray-200);
  border-radius: 20px;
  padding: 4px 10px;
  background: var(--pd-gray-50);
}
.pd-trust-badge i { color: var(--pd-green); }

/* Breadcrumb enhancement */
.pd-breadcrumb { background: #fff; border-bottom: 1px solid var(--pd-gray-200); padding: 10px 0; font-size: .82rem; }
.pd-breadcrumb .breadcrumb { margin: 0; }
.pd-breadcrumb .breadcrumb-item a { color: var(--pd-primary); text-decoration: none; }
.pd-breadcrumb .breadcrumb-item.active { color: var(--pd-gray-500); }
.pd-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: var(--pd-gray-300); }

/* Share/Save floating */
.pd-share-save { display: flex; gap: 8px; }
.pd-icon-btn {
  width: 36px; height: 36px;
  border: 1px solid var(--pd-gray-300);
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--pd-gray-600);
  cursor: pointer;
  transition: all .2s;
  font-size: .9rem;
}
.pd-icon-btn:hover { background: var(--pd-gray-100); color: var(--pd-primary); border-color: var(--pd-primary); }

/* Status tag */
.pd-status-tag {
  display: inline-flex; align-items: center;
  font-size: .72rem; font-weight: 700;
  padding: 3px 10px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: .5px;
}
.pd-status-tag.sale { background: #dcfce7; color: #15803d; }
.pd-status-tag.rent { background: #dbeafe; color: #1d4ed8; }

/* Rera badge */
.rera-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .72rem; font-weight: 600;
  background: #fef9c3; color: #854d0e;
  padding: 3px 9px; border-radius: 4px;
  border: 1px solid #fde68a;
}

/* Floor plan */
.pd-floorplan img { border-radius: var(--pd-radius); border: 1px solid var(--pd-gray-200); }

/* Responsive */
@media (max-width: 768px) {
  .pd-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 240px; }
  .pd-gallery-grid .gal-main { grid-row: 1; }
  .pd-gallery-grid .gal-side:not(.gal-side-1) { display: none; }
  .pd-gallery-grid { grid-template-rows: 240px; }
  .pd-hl-item { min-width: 80px; padding: 0 12px; }
  .pd-header-bar .pd-title { font-size: 1.15rem; }
  .pd-header-bar .pd-price-hero { font-size: 1.45rem; }
  .pd-similar-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-sidebar { position: static; top: unset; }
  .pd-overview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .pd-similar-grid { grid-template-columns: 1fr; }
  .pd-amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-overview-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== SOCIAL PROOF STRIP ===== */
.pd-social-proof-strip { display: flex; flex-wrap: wrap; gap: 6px; }
.pd-sp-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .74rem; font-weight: 600; padding: 4px 10px;
  border-radius: 20px; white-space: nowrap;
}
.pd-sp-badge.sp-views     { background:#eff6ff; color:#1d4ed8; }
.pd-sp-badge.sp-inquiries { background:#fff7ed; color:#c2410c; }
.pd-sp-badge.sp-verified  { background:#f0fdf4; color:#15803d; }
.pd-sp-badge.sp-rera      { background:#ecfdf5; color:#065f46; }
.pd-sp-badge.sp-builder-verified { background:#f5f3ff; color:#6d28d9; }

/* ===== BUILDER CARD ===== */
.pd-builder-card { border-left: 3px solid var(--pd-primary); }
.pd-builder-profile { display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.pd-builder-logo { width:60px; height:60px; object-fit:contain; border-radius:8px; border:1px solid var(--pd-gray-200); background:#fff; padding:4px; }
.pd-builder-logo-placeholder { width:60px; height:60px; border-radius:8px; background:#e8f1fc; display:flex; align-items:center; justify-content:center; color:var(--pd-primary); font-size:1.6rem; }
.pd-builder-name { font-size:1.05rem; font-weight:700; color:var(--pd-gray-800); }
.pd-builder-meta { font-size:.78rem; color:var(--pd-gray-500); margin-top:2px; }
.pd-builder-verified { display:inline-flex; align-items:center; gap:4px; font-size:.72rem; font-weight:600; color:#15803d; background:#f0fdf4; padding:2px 8px; border-radius:12px; margin-top:4px; }
.pd-builder-stats { display:flex; gap:0; background:var(--pd-gray-50); border-radius:8px; border:1px solid var(--pd-gray-200); margin-bottom:12px; overflow:hidden; }
.pd-bstat { flex:1; text-align:center; padding:10px 8px; border-right:1px solid var(--pd-gray-200); }
.pd-bstat:last-child { border-right:none; }
.pd-bstat-num { font-size:1.3rem; font-weight:800; color:var(--pd-primary); line-height:1; }
.pd-bstat-label { font-size:.68rem; color:var(--pd-gray-500); margin-top:3px; }
.pd-builder-desc { font-size:.82rem; color:var(--pd-gray-600); line-height:1.5; margin-bottom:10px; }
.pd-project-info { background:var(--pd-gray-50); border-radius:8px; border:1px solid var(--pd-gray-200); padding:12px 14px; }
.pd-project-label { font-size:.7rem; font-weight:700; text-transform:uppercase; color:var(--pd-gray-500); letter-spacing:.5px; margin-bottom:4px; }
.pd-project-name { font-size:.95rem; font-weight:700; color:var(--pd-gray-800); margin-bottom:6px; }
.pd-project-status { font-size:.68rem; font-weight:700; padding:2px 8px; border-radius:10px; }
.pd-project-rera, .pd-project-meta { font-size:.78rem; color:var(--pd-gray-600); margin-top:5px; }

/* ===== WHY BUY HERE ===== */
.pd-why-buy-card { background:linear-gradient(135deg,#fefce8 0%,#fff 60%); }
.pd-why-buy-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pd-why-item { display:flex; align-items:flex-start; gap:10px; background:rgba(255,255,255,.7); border-radius:8px; padding:10px; border:1px solid #fef9c3; }
.pd-why-icon { width:34px; height:34px; border-radius:8px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:.9rem; }
.pd-why-label { font-size:.78rem; font-weight:700; color:var(--pd-gray-700); }
.pd-why-val   { font-size:.74rem; color:var(--pd-gray-500); margin-top:2px; }
@media (max-width: 576px) {
  .pd-why-buy-grid { grid-template-columns:1fr; }
  .pd-social-proof-strip { gap:4px; }
}

#pd-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050;
  background: #fff; border-top: 2px solid #e2e8f0;
  box-shadow: 0 -4px 20px rgba(0,0,0,.12);
  padding: 12px 0;
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
#pd-sticky-bar .sb-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
#pd-sticky-bar .sb-title { font-size:.95rem; font-weight:700; color:#1e293b; }
#pd-sticky-bar .sb-price { font-size:1.3rem; font-weight:800; color:#0078d4; }
#pd-sticky-bar .sb-meta  { font-size:.75rem; color:#64748b; }
#pd-sticky-bar .sb-urgency { background:#fff7ed; border:1px solid #fed7aa; border-radius:6px; padding:4px 10px; font-size:.72rem; font-weight:600; color:#c2410c; display:flex; align-items:center; gap:4px; }
#pd-sticky-bar .sb-actions { display:flex; gap:8px; flex-shrink:0; }
@media(max-width:768px) { #pd-sticky-bar { display:none; } }

/* Mobile floating CTA */
#pd-mobile-cta {
  display:none;
  position:fixed; bottom:0; left:0; right:0; z-index:1050;
  background:#fff; border-top:2px solid #e2e8f0;
  box-shadow:0 -4px 20px rgba(0,0,0,.12);
  padding:10px 16px; gap:8px;
}
@media(max-width:768px) {
  #pd-mobile-cta { display:flex; }
}
#pd-mobile-cta .btn { flex:1; border-radius:8px; font-weight:700; font-size:.85rem; padding:11px 8px; }

/* Exit-intent popup */
#pd-exit-popup {
  display:none; position:fixed; inset:0; background:rgba(0,0,0,.6);
  z-index:9999; align-items:center; justify-content:center; padding:16px;
}
.pd-exit-card {
  background:#fff; border-radius:16px; padding:32px 28px; max-width:420px; width:100%;
  position:relative; text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.pd-exit-icon { font-size:3rem; margin-bottom:12px; }
.pd-exit-title { font-size:1.3rem; font-weight:800; color:#1e293b; margin-bottom:8px; }
.pd-exit-sub   { font-size:.88rem; color:#64748b; margin-bottom:20px; line-height:1.5; }
#pd-exit-popup-close { position:absolute; top:14px; right:18px; font-size:1.4rem; cursor:pointer; color:#94a3b8; line-height:1; }

/* ==================================================================
   resources/views/frontend/partials/builder-projects-fallback.blade.php
   ================================================================== */

      .builder-fallback-section { padding: 10px 0 20px; }
      .builder-fallback-note {
        display:flex; align-items:center; gap:10px;
        background:#eef5fb; border:1px solid #bee3f8; border-radius:10px;
        padding:14px 18px; margin-bottom:20px; color:#0a2d5e; font-size:.95rem;
      }
      .builder-fallback-note i { color:#0078d4; font-size:1.2rem; }
      .bf-proj-card {
        background:#fff; border:1px solid #e6ebf1; border-radius:12px; overflow:hidden;
        height:100%; transition:box-shadow .2s, transform .2s;
      }
      .bf-proj-card:hover { box-shadow:0 10px 24px rgba(10,45,94,.08); transform:translateY(-2px); }
      .bf-proj-img { position:relative; height:160px; background:#f1f5f9; }
      .bf-proj-img img { width:100%; height:100%; object-fit:cover; }
      .bf-proj-status {
        position:absolute; top:10px; left:10px; font-size:.7rem; font-weight:700;
        padding:3px 10px; border-radius:20px; color:#fff; background:#0078d4;
      }
      .bf-proj-body { padding:16px; }
      .bf-proj-builder { font-size:.78rem; color:#64748b; margin-bottom:2px; }
      .bf-proj-title { font-size:1rem; font-weight:700; color:#0a2d5e; margin-bottom:6px; }
      .bf-proj-city { font-size:.85rem; color:#64748b; margin-bottom:8px; }
      .bf-proj-price { font-weight:700; color:#0078d4; margin-bottom:10px; }
      .bf-proj-btn {
        display:inline-block; width:100%; text-align:center; padding:8px 0;
        border-radius:8px; background:#0078d4; color:#fff; font-size:.85rem;
        font-weight:600; text-decoration:none;
      }
      .bf-proj-btn:hover { background:#0a2d5e; color:#fff; }
