:root{--deep-navy:#0a0e17;--navy:#0f1923;--navy-light:#162231;--gold:#c8a45c;--gold-light:#d4b87a;--gold-dark:#a8853e;--gold-pale:#f5ecd7;--cream:#faf8f3;--cream-dark:#f0ebe0;--white:#fff;--ink:#111827;--muted:#6b7280;--border:#e5e7eb;--shadow-sm:0 4px 14px rgba(0,0,0,.06);--shadow-md:0 10px 35px rgba(0,0,0,.10);--shadow-lg:0 24px 70px rgba(0,0,0,.16);--shadow-gold:0 14px 42px rgba(200,164,92,.26);--radius:16px;--radius-lg:24px;--radius-xl:34px;--transition:.32s cubic-bezier(.4,0,.2,1);--font-serif:'Cinzel','Playfair Display',Georgia,serif;--font-body:'Inter',system-ui,-apple-system,Segoe UI,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:#18202a;background:#fff;line-height:1.72;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none}.font-serif{font-family:var(--font-serif)}.text-gold{color:var(--gold)!important}.text-muted2{color:var(--muted)}.bg-cream{background:var(--cream)}.bg-darklux{background:var(--deep-navy);color:#fff}.bg-radial{background:radial-gradient(ellipse at 50% 0%,#fff 0%,#faf8f3 52%,#f0ebe0 100%)}.bg-gradient-cream{background:linear-gradient(135deg,#fff 0%,#faf8f3 45%,#f0ebe0 100%)}.bg-split{background:linear-gradient(110deg,#fff 0%,#fff 48%,#faf8f3 48%,#f0ebe0 100%)}
.container{max-width:1200px}.navbar{background:rgba(10,14,23,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(200,164,92,.16);min-height:82px;transition:var(--transition);z-index:1050;padding:0}.navbar.scrolled{min-height:68px;background:rgba(10,14,23,.985);box-shadow:0 6px 30px rgba(0,0,0,.38)}.navbar-brand img{height:56px;transition:var(--transition);display:block}.navbar.scrolled .navbar-brand img{height:46px}.nav-link{color:rgba(255,255,255,.84)!important;font-weight:650;font-size:.92rem;letter-spacing:.01em;padding:.6rem .82rem!important;border-radius:10px;position:relative;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--gold)!important;background:rgba(200,164,92,.08)}.nav-link::after{content:'';position:absolute;bottom:5px;left:50%;width:22px;height:2px;background:var(--gold);border-radius:2px;transform:translateX(-50%) scaleX(0);transition:var(--transition)}.nav-link:hover::after,.nav-link.active::after{transform:translateX(-50%) scaleX(1)}.dropdown-menu{background:rgba(15,25,35,.985);backdrop-filter:blur(18px);border:1px solid rgba(200,164,92,.22);border-radius:16px;padding:.65rem;box-shadow:var(--shadow-lg);margin-top:12px}.dropdown-item{color:rgba(255,255,255,.78);border-radius:10px;padding:.72rem 1rem;transition:var(--transition);font-weight:500}.dropdown-item:hover{background:rgba(200,164,92,.13);color:var(--gold)}.offcanvas{background:var(--deep-navy);color:#fff}.offcanvas .list-group-item{background:transparent;color:rgba(255,255,255,.88);border-color:rgba(255,255,255,.08);padding:1rem 0}.offcanvas .list-group-item:hover{color:var(--gold)}
.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--gold-light),var(--gold),var(--gold-dark));color:#0a0e17!important;border:0;border-radius:999px;padding:12px 25px;font-weight:850;font-size:.84rem;letter-spacing:.055em;text-transform:uppercase;text-decoration:none;transition:var(--transition);white-space:nowrap;position:relative;overflow:hidden;box-shadow:var(--shadow-gold)}.btn-gold::before{content:'';position:absolute;inset:0;left:-115%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);transition:.65s}.btn-gold:hover::before{left:115%}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 48px rgba(200,164,92,.34)}.btn-outline-lux{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--gold);border:1.8px solid var(--gold);border-radius:999px;padding:11px 24px;font-weight:850;font-size:.84rem;letter-spacing:.05em;text-transform:uppercase;transition:var(--transition)}.btn-outline-lux:hover{background:var(--gold);color:#0a0e17;box-shadow:var(--shadow-gold);transform:translateY(-2px)}
.hero-carousel{position:relative}.hero-slide{min-height:94vh;background-size:cover;background-position:center;display:flex;align-items:center;position:relative;padding:135px 0 150px}.hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,23,.9) 0%,rgba(10,14,23,.66) 45%,rgba(10,14,23,.38) 100%),linear-gradient(180deg,rgba(10,14,23,.1),rgba(10,14,23,.92))}.hero-slide .container{position:relative;z-index:2}.hero-content{max-width:760px;color:#fff}.gold-line{width:84px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin-bottom:1.35rem}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--gold-dark);background:rgba(200,164,92,.11);border:1px solid rgba(200,164,92,.22);padding:6px 15px;border-radius:999px;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:850;margin-bottom:1rem}.hero-content .eyebrow,.page-hero .eyebrow,.bg-darklux .eyebrow{color:var(--gold);background:rgba(200,164,92,.13);border-color:rgba(200,164,92,.32)}.hero-content h1{font-family:var(--font-serif);font-weight:850;font-size:clamp(2.25rem,5vw,4.3rem);line-height:1.08;margin-bottom:1rem}.gold-text{color:var(--gold)}.hero-content p{font-size:1.1rem;color:rgba(255,255,255,.8);max-width:620px}.carousel-control-prev,.carousel-control-next{width:54px;height:54px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:50%;top:54%;backdrop-filter:blur(10px)}
.hero-search{position:relative;z-index:20;margin-top:-84px;padding-bottom:44px}.glass-card{background:rgba(255,255,255,.97);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.75);border-radius:28px;box-shadow:var(--shadow-lg),0 0 0 1px rgba(200,164,92,.15);padding:28px 32px}.search-panel label{font-size:.78rem;color:#5d6470;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.form-control,.form-select{border:1.8px solid #e4e7ed;border-radius:12px;padding:12px 14px;background:#fff;box-shadow:none!important}.form-control:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,164,92,.10)!important}.form-control::placeholder{color:#a0a6b0}.section{padding:96px 0;position:relative}.section-tight{padding:72px 0}.section-heading{margin-bottom:44px}.section-heading h2{font-family:var(--font-serif);font-weight:850;font-size:clamp(1.9rem,3.3vw,3rem);line-height:1.15;margin-bottom:.85rem}.section-heading p{color:var(--muted);font-size:1.03rem;max-width:760px}.bg-darklux .section-heading p{color:rgba(255,255,255,.72)}
.lux-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow-sm);height:100%;position:relative;overflow:hidden;transition:var(--transition);color:#18202a}.lux-card:hover{border-color:rgba(200,164,92,.38);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.lux-card .glow{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light),var(--gold-dark));opacity:0;transition:var(--transition)}.lux-card:hover .glow{opacity:1}.lux-card.dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#fff}.lux-card.dark p{color:rgba(255,255,255,.70)}.lux-card h3,.lux-card h4,.lux-card h5{color:#111827}.lux-card.dark h3,.lux-card.dark h4,.lux-card.dark h5{color:#fff}.icon-badge{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--gold-pale),#fff7de);border:1px solid rgba(200,164,92,.35);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);font-size:1.65rem}.image-tile{height:420px;border-radius:28px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:var(--shadow-lg);display:flex;align-items:flex-end;padding:30px;color:#fff}.image-tile::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(10,14,23,.86))}.image-tile>*{position:relative;z-index:1}.service-card{padding:22px}.service-img{height:230px;background-size:cover;background-position:center;border-radius:18px;margin-bottom:24px;transition:var(--transition)}.service-card:hover .service-img{transform:scale(1.025)}.service-card p{min-height:108px;color:#4b5563}.stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:var(--shadow-sm)}.stat-card .num{font-family:var(--font-serif);font-size:2.3rem;font-weight:850;color:var(--gold-dark);line-height:1}.empty-state{background:#fff;border:1px solid rgba(200,164,92,.28);border-radius:24px;padding:44px 28px;text-align:center;box-shadow:var(--shadow-sm)}.listing-shell{background:#fff;border-radius:24px;border:1px solid var(--border);padding:32px;min-height:360px;display:flex;align-items:center;justify-content:center;text-align:center}.listing-shell i{color:var(--gold);font-size:3rem}.filter-card{position:sticky;top:100px}.loading-box{height:210px;border-radius:18px;background:linear-gradient(90deg,#eceef2,#fafafa,#eceef2);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.logo-slider{overflow:hidden;border-radius:24px;border:1px solid rgba(200,164,92,.22);background:rgba(255,255,255,.86);padding:18px 0}.logo-track{display:flex;gap:36px;align-items:center;width:max-content;animation:logoSlide 28s linear infinite}.client-logo{height:58px;min-width:185px;display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.82}.client-logo img{height:48px;max-width:160px}.logo-slider:hover .logo-track{animation-play-state:paused}@keyframes logoSlide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px;height:100%;box-shadow:var(--shadow-sm)}.testimonial-card .stars{color:#d6a735;letter-spacing:2px}.cta-strip{background:linear-gradient(135deg,#162231,#111823 65%,#1c2f3d);border:1px solid rgba(200,164,92,.22);border-radius:30px;padding:50px;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.24);position:relative;overflow:hidden}.cta-strip::after{content:'';position:absolute;width:260px;height:260px;background:radial-gradient(circle,rgba(200,164,92,.25),transparent 65%);right:-70px;top:-70px}.footer{background:var(--deep-navy);color:#fff;padding:72px 0 30px;border-top:3px solid rgba(200,164,92,.24)}.footer a{display:block;color:rgba(255,255,255,.64);margin:.42rem 0;transition:var(--transition)}.footer a:hover{color:var(--gold)}.footer .inline-link{display:inline}.mobile-actions{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1045;background:rgba(10,14,23,.96);backdrop-filter:blur(18px);padding:10px 14px;gap:10px;border-top:1px solid rgba(200,164,92,.22)}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.fade-up.visible{opacity:1;transform:translateY(0)}
.page-hero{min-height:500px;display:flex;align-items:end;background-size:cover;background-position:center;position:relative;padding:145px 0 80px;color:#fff}.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,23,.92),rgba(10,14,23,.58)),linear-gradient(180deg,rgba(10,14,23,.18),rgba(10,14,23,.92))}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.7rem);font-weight:850}.content-rich p{margin-bottom:1.05rem;color:#4e5560}.content-rich h3,.content-rich h4{font-family:var(--font-serif);font-weight:850}.auth-wrap{min-height:100vh;background:var(--cream);display:flex;align-items:center;padding:120px 0 60px}.auth-visual{min-height:620px;border-radius:32px;background-size:cover;background-position:center;position:relative;overflow:hidden}.auth-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,14,23,.08),rgba(10,14,23,.82))}.form-panel{background:#fff;border:1px solid var(--border);border-radius:26px;padding:32px;box-shadow:var(--shadow-md)}.badge-soft{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(200,164,92,.11);color:var(--gold-dark);font-weight:850;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.timeline-step{display:flex;gap:16px;margin-bottom:24px}.timeline-step .step-number{min-width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--deep-navy);font-weight:900;display:flex;align-items:center;justify-content:center}.faq .accordion-button{font-weight:800}.faq .accordion-button:not(.collapsed){background:var(--gold-pale);color:#111}.table-lux{border-radius:20px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.table-lux th{background:var(--deep-navy);color:var(--gold);font-weight:800}.table-lux td{vertical-align:middle}.min-copy{min-height:140px}.map-frame{border:0;width:100%;height:360px;border-radius:24px;filter:grayscale(.2)}
@media(max-width:1199px){.navbar-brand img{height:48px}.hero-slide{min-height:88vh}.hero-search{margin-top:-52px}.glass-card{padding:24px}.section{padding:78px 0}.image-tile{height:360px}.filter-card{position:relative;top:auto}}
@media(max-width:767px){body{padding-bottom:78px}.mobile-actions{display:flex}.hero-slide{min-height:82vh;padding:120px 0 110px}.hero-content h1{font-size:2.05rem}.hero-content p{font-size:.98rem}.hero-search{margin-top:-42px}.glass-card{border-radius:22px;padding:20px}.section{padding:62px 0}.section-heading{margin-bottom:30px}.cta-strip{padding:30px}.page-hero{min-height:410px;padding:125px 0 55px}.auth-visual{min-height:280px}.carousel-control-prev,.carousel-control-next{display:none}.service-card p{min-height:auto}.navbar{min-height:74px}.navbar-brand img{height:44px}.logo-track{gap:20px}.client-logo{min-width:150px}.client-logo img{max-width:130px;height:42px}}

/* Backend dynamic listing cards - added without changing original UI */
.bw-listing-loaded.listing-shell{
  display:block;
  text-align:left;
  align-items:stretch;
  justify-content:flex-start;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.bw-property-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  height:100%;
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
}
.bw-property-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(200,164,92,.38);
}
.bw-card-img{
  height:230px;
  position:relative;
  overflow:hidden;
  background:#f2f3f5;
}
.bw-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:var(--transition);
}
.bw-property-card:hover .bw-card-img img{transform:scale(1.04)}
.bw-badges{
  position:absolute;
  left:14px;
  right:14px;
  top:14px;
  display:flex;
  justify-content:space-between;
  gap:8px;
}
.bw-badges span{
  background:rgba(10,14,23,.88);
  color:#fff;
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.bw-badges .gold{
  background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  color:#0a0e17;
}
.bw-card-body{padding:20px}
.bw-location{
  color:#6b7280;
  font-size:13px;
  font-weight:700;
  margin-bottom:10px;
}
.bw-card-body h3{
  font-family:var(--font-serif);
  font-weight:800;
  font-size:1.18rem;
  line-height:1.28;
  min-height:58px;
  margin-bottom:10px;
}
.bw-price{
  color:#0a0e17;
  font-weight:900;
  font-size:1.28rem;
  margin-bottom:12px;
}
.bw-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-bottom:12px;
}
.bw-meta span{
  background:#faf8f3;
  border:1px solid #eee4d5;
  border-radius:14px;
  padding:9px 7px;
  text-align:center;
  font-size:13px;
  color:#1f2937;
}
.bw-meta b{display:block;font-size:14px}
.bw-meta small{font-size:10px;color:#6b7280;text-transform:uppercase;font-weight:700}
.bw-ref{
  color:#6b7280;
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}
.bw-actions{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
}
.bw-actions a{
  border-radius:999px;
  padding:9px 6px;
  text-align:center;
  font-size:12px;
  font-weight:850;
  color:#0a0e17;
  border:1px solid #e5e7eb;
  background:#fff;
}
.bw-actions a:last-child{
  background:#e8f7ed;
  border-color:#c8ead2;
  color:#176b35;
}
.bw-loading{width:100%;text-align:center;padding:40px}
.bw-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:28px;
}
.bw-detail-gallery{
  background:#fff;
  padding:14px;
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:var(--shadow-sm);
}
.bw-detail-gallery img{
  width:100%;
  height:480px;
  object-fit:cover;
  border-radius:20px;
}
.bw-detail-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:18px;
}
.bw-detail-stats div{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:17px 12px;
  text-align:center;
  box-shadow:var(--shadow-sm);
}
.bw-detail-stats strong{
  display:block;
  font-size:1.2rem;
  font-weight:900;
  color:#0a0e17;
}
.bw-detail-stats span{
  font-size:12px;
  color:#6b7280;
  font-weight:700;
  text-transform:uppercase;
}
.bw-agent-card{
  position:sticky;
  top:100px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow-lg);
}
.bw-price-lg{
  font-size:1.55rem;
  color:#0a0e17;
  font-weight:900;
}
@media(max-width:991px){
  .bw-detail-grid{grid-template-columns:1fr}
  .bw-agent-card{position:relative;top:0}
  .bw-detail-gallery img{height:320px}
  .bw-detail-stats{grid-template-columns:repeat(2,1fr)}
}

/* Header alignment fix: keeps Login, Register, Admin Login and List Your Property in one clean row */
@media (min-width:1200px){
  #mainNav .container{
    max-width:1500px;
  }
  #mainNav{
    padding:10px 0;
  }
  #mainNav .navbar-brand{
    flex:0 0 220px;
    display:flex;
    align-items:center;
  }
  #mainNav .navbar-brand img{
    max-height:58px;
    width:auto;
  }
  #mainNav .navbar-collapse{
    align-items:center;
  }
  #mainNav .navbar-nav{
    gap:8px!important;
    flex:1 1 auto;
    justify-content:center;
    min-width:0;
  }
  #mainNav .nav-link{
    padding:10px 12px;
    white-space:nowrap;
    font-size:15px;
  }
  #mainNav .nav-actions{
    flex:0 0 auto;
    white-space:nowrap;
    flex-wrap:nowrap!important;
    gap:8px!important;
  }
  #mainNav .nav-actions .nav-link{
    font-size:15px;
    padding:8px 8px;
  }
  #mainNav .nav-actions .btn-gold{
    padding:12px 22px!important;
    min-width:210px;
    white-space:nowrap;
  }
}
@media (min-width:1200px) and (max-width:1320px){
  #mainNav .container{
    max-width:1260px;
  }
  #mainNav .navbar-brand{
    flex-basis:185px;
  }
  #mainNav .nav-link{
    font-size:14px;
    padding-left:8px;
    padding-right:8px;
  }
  #mainNav .nav-actions .btn-gold{
    min-width:185px;
    padding-left:16px!important;
    padding-right:16px!important;
    font-size:13px;
  }
}
@media (max-width:1199.98px){
  #mainNav .nav-actions{
    align-items:flex-start!important;
    gap:10px!important;
    margin-top:12px;
  }
  #mainNav .nav-actions .btn-gold{
    width:max-content;
  }
}

/* Final header fix: prevent menu overlap while keeping same design */
@media (min-width:1200px){
  #mainNav .container{max-width:1540px;display:flex;align-items:center;gap:12px;}
  #mainNav .navbar-brand{flex:0 0 205px;min-width:185px;}
  #mainNav .navbar-brand img{max-height:58px;width:auto;}
  #mainNav .navbar-collapse{display:flex!important;align-items:center;min-width:0;}
  #mainNav .navbar-nav{flex:1 1 auto;justify-content:center;gap:4px!important;min-width:0;}
  #mainNav .navbar-nav .nav-link{white-space:nowrap;padding:10px 10px;font-size:14px;}
  #mainNav .nav-actions{flex:0 0 auto;display:flex!important;align-items:center;gap:8px!important;white-space:nowrap;flex-wrap:nowrap!important;}
  #mainNav .nav-actions .nav-link{white-space:nowrap;padding:8px 6px;font-size:14px;}
  #mainNav .nav-actions .btn-gold{white-space:nowrap;min-width:188px;padding:11px 18px!important;font-size:13px;}
}
@media (min-width:1200px) and (max-width:1380px){
  #mainNav .navbar-brand{flex-basis:175px;min-width:165px;}
  #mainNav .navbar-nav .nav-link{font-size:13px;padding-left:7px;padding-right:7px;}
  #mainNav .nav-actions .nav-link{font-size:13px;padding-left:4px;padding-right:4px;}
  #mainNav .nav-actions .btn-gold{min-width:160px;font-size:12px;padding-left:13px!important;padding-right:13px!important;}
}
@media (max-width:1199.98px){
  #mainNav .nav-actions{flex-direction:column;align-items:flex-start!important;margin-top:10px;}
}
.admin-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.admin-media-tile{border:1px solid rgba(200,164,92,.25);background:#fff;border-radius:18px;padding:14px;}
.admin-media-tile .bi{color:#b8860b;margin-right:8px;}
.admin-help-text{font-size:12px;color:#6b7280;margin-top:5px;}
@media(max-width:768px){.admin-media-grid{grid-template-columns:1fr;}}



/* === FINAL POLISH: mobile filter, compact cards, universal bottom nav === */
.mobile-filter-fab{
  display:none!important;
}
@media (min-width: 992px){
  .mobile-filter-fab{display:none!important;}
}
@media (max-width: 991.98px){
  body{padding-bottom:78px!important;}
  .filter-sticky-bar{
    display:none!important;
  }
  .mobile-filter-fab{
    display:inline-flex!important;
    align-items:center;
    gap:8px;
    position:relative!important;
    z-index:20;
    margin:16px 18px 4px!important;
    padding:10px 18px!important;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,var(--gold),var(--gold-dark));
    color:#0a0e17!important;
    font-weight:850;
    font-size:14px!important;
    letter-spacing:.01em;
    box-shadow:0 12px 30px rgba(200,164,92,.28);
  }
  .mobile-filter-fab i{font-size:18px;}
  .mobile-filter-panel{
    width:min(88vw,360px)!important;
    background:var(--cream)!important;
  }
  .mobile-filter-panel .offcanvas-header{
    background:#0a0e17;
    color:#fff;
    border-bottom:2px solid rgba(200,164,92,.45);
  }
  .mobile-filter-panel .btn-close{
    filter:invert(1);
  }
  .mobile-filter-panel .filter-card{
    position:relative!important;
    top:0!important;
    box-shadow:none!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    background:transparent!important;
  }

  .page-hero{
    min-height:360px!important;
    padding:110px 0 38px!important;
    align-items:center!important;
  }
  .page-hero h1{
    font-size:clamp(1.85rem,9vw,2.45rem)!important;
    line-height:1.12!important;
  }
  .page-hero p.lead{
    font-size:1rem!important;
    line-height:1.7!important;
  }

  .main-content-area{
    padding-top:18px!important;
  }
  #propertyGrid{
    row-gap:18px!important;
  }
  #propertyGrid > [class*="col-"]{
    width:100%!important;
  }
  .property-card{
    border-radius:20px!important;
    overflow:hidden!important;
    min-height:auto!important;
    box-shadow:0 10px 28px rgba(10,14,23,.08)!important;
  }
  .property-card .property-img{
    height:185px!important;
    display:block!important;
    overflow:hidden!important;
    background:#eee!important;
    text-decoration:none!important;
  }
  .property-card .property-img img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
  }
  .property-card .card-body{
    padding:18px 18px 20px!important;
  }
  .property-title{
    font-size:1.02rem!important;
    line-height:1.35!important;
    margin-bottom:12px!important;
  }
  .property-card .badge-price{
    left:14px!important;
    bottom:14px!important;
    font-size:.82rem!important;
    padding:6px 13px!important;
  }
  .property-card .badge-luxury{
    top:12px!important;
    right:12px!important;
    font-size:.66rem!important;
    padding:5px 11px!important;
  }
  .amenity-tag{
    font-size:.72rem!important;
    padding:5px 11px!important;
  }

  .bottom-nav-pro,
  .mobile-actions.bottom-nav-pro{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:4px!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:1060!important;
    background:#0a0e17!important;
    border-top:1px solid rgba(200,164,92,.35)!important;
    padding:8px 8px 10px!important;
    box-shadow:0 -10px 30px rgba(0,0,0,.22)!important;
  }
  .bottom-nav-pro a,
  .mobile-actions.bottom-nav-pro a{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:750!important;
    font-size:11px!important;
    padding:4px 2px!important;
    border:0!important;
    background:transparent!important;
  }
  .bottom-nav-pro a i,
  .mobile-actions.bottom-nav-pro a i{
    color:var(--gold)!important;
    font-size:21px!important;
    line-height:1!important;
  }
}

/* Desktop listing compactness */
.property-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.property-card .property-img{
  height:220px;
  display:block;
  overflow:hidden;
  position:relative;
}
.property-card .property-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.property-card .card-body{
  display:flex;
  flex-direction:column;
}
.property-title{
  font-family:var(--font-serif);
  font-weight:850;
  color:#0a0e17;
  font-size:1.02rem;
  line-height:1.35;
  min-height:44px;
}
#propertyGrid .col-md-6.col-xl-4{
  max-width:360px;
}
@media (min-width: 1200px){
  #propertyGrid{
    justify-content:flex-start;
  }
}

/* Hide old call/whatsapp footer when universal bottom nav exists */
@media(max-width:991.98px){
  .mobile-actions:not(.bottom-nav-pro){
    display:none!important;
  }
}

/* Home featured section card grid from backend */
#homeFeaturedGrid .property-card .property-img{height:210px}
#homeFeaturedGrid .property-title{min-height:auto}



/* === FINAL V2 MOBILE FILTER + CAREER FIX === */
@media (min-width: 992px){
  .mobile-filter-fab{display:none!important;}
}
@media (max-width: 991.98px){
  .mobile-filter-fab{
    display:flex!important;
    position:fixed!important;
    left:50%!important;
    right:auto!important;
    bottom:86px!important;
    transform:translateX(-50%)!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:178px!important;
    height:54px!important;
    margin:0!important;
    padding:0 22px!important;
    border:2px solid rgba(255,255,255,.25)!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,var(--gold-light),var(--gold-dark))!important;
    color:#0a0e17!important;
    font-weight:900!important;
    font-size:14px!important;
    letter-spacing:.01em!important;
    box-shadow:0 14px 38px rgba(10,14,23,.24),0 8px 28px rgba(200,164,92,.28)!important;
    z-index:1058!important;
  }
  .mobile-filter-fab i{font-size:18px!important}
  .mobile-filter-panel{
    width:min(90vw,380px)!important;
    border-radius:0 22px 22px 0!important;
  }
  .mobile-filter-panel .offcanvas-header{
    position:sticky!important;
    top:0!important;
    z-index:5!important;
  }
  .career-card,
  .job-card,
  .vacancy-card,
  .career-item{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .career-card *,
  .job-card *,
  .vacancy-card *,
  .career-item *{
    word-break:break-word!important;
  }
  .career-card .btn,
  .job-card .btn,
  .vacancy-card .btn,
  .career-item .btn{
    width:100%!important;
    white-space:normal!important;
  }
}



/* === FINAL V3 LAST REVIEW FIXES === */

/* Home featured grid should show backend cards, not placeholder */
#homeFeaturedGrid{
  align-items:stretch;
}

/* Compact listing cards desktop + mobile */
.property-card{
  min-height:0!important;
  height:auto!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
.property-card .property-img{
  height:190px!important;
}
.property-card .card-body{
  padding:18px!important;
}
.property-title{
  min-height:auto!important;
  font-size:1rem!important;
  line-height:1.32!important;
  margin-bottom:12px!important;
}
.property-card .row.g-2{
  margin-bottom:12px!important;
}
.property-card .row.g-2 > div{
  font-size:.82rem!important;
}
.property-card .mt-auto.d-flex{
  display:grid!important;
  grid-template-columns:1fr 1fr 52px!important;
  gap:8px!important;
  align-items:center!important;
}
.property-card .btn-gold,
.property-card .btn-outline-lux{
  min-width:0!important;
  padding:9px 10px!important;
  font-size:.8rem!important;
  white-space:nowrap!important;
  text-align:center!important;
  border-radius:999px!important;
}
.property-card .badge-price{
  font-size:.86rem!important;
  padding:7px 13px!important;
}
#propertyGrid{
  row-gap:24px!important;
}
@media(min-width:1400px){
  #propertyGrid > .col-xxl-3{
    flex:0 0 auto!important;
    width:25%!important;
  }
}
@media(max-width:575.98px){
  #propertyGrid{
    row-gap:16px!important;
  }
  .property-card .property-img{
    height:160px!important;
  }
  .property-card .card-body{
    padding:14px!important;
  }
  .property-title{
    font-size:.92rem!important;
  }
  .property-card .text-muted.small{
    font-size:.78rem!important;
  }
  .property-card .row.g-2 > div{
    font-size:.76rem!important;
  }
  .property-card .mt-auto.d-flex{
    grid-template-columns:1fr 1fr 44px!important;
    gap:6px!important;
  }
  .property-card .btn-gold,
  .property-card .btn-outline-lux{
    padding:8px 8px!important;
    font-size:.72rem!important;
  }
  .amenity-tag{
    padding:4px 8px!important;
    font-size:.65rem!important;
  }
}

/* Property Search floating button: smaller and centered above footer */
@media(max-width:991.98px){
  .mobile-filter-fab{
    min-width:150px!important;
    height:46px!important;
    padding:0 16px!important;
    bottom:78px!important;
    font-size:12.5px!important;
    border-radius:999px!important;
  }
  .mobile-filter-fab span{
    line-height:1!important;
  }
  .mobile-filter-fab i{
    font-size:16px!important;
  }
  .mobile-filter-panel{
    transform:translateX(-100%);
    transition:transform .28s ease!important;
  }
  .mobile-filter-panel.show{
    transform:none!important;
  }
}

/* Mobile property detail enquiry */
.mobile-detail-enquiry-anchor{
  display:none;
}
@media(max-width:991.98px){
  .mobile-detail-enquiry-anchor{
    display:block!important;
  }
  .enquiry-card{
    position:static!important;
    margin-top:18px!important;
  }
  .gallery-main{
    min-height:260px!important;
    border-radius:18px!important;
  }
  .thumb-strip img{
    width:64px!important;
    height:52px!important;
    object-fit:cover!important;
  }
}

/* Career/vacancy full width on mobile */
@media(max-width:767.98px){
  .career-list,
  .jobs-list,
  .vacancy-list{
    width:100%!important;
    max-width:100%!important;
  }
  [class*="career"] .row,
  [class*="job"] .row{
    margin-left:0!important;
    margin-right:0!important;
  }
}



/* === FINAL CARD + HOME FEATURED FIX === */

/* Home featured properties: no left filter, clean full grid */
#homeFeaturedGrid{
  width:100%;
  margin-left:0!important;
  margin-right:0!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
#homeFeaturedGrid > [class*="col-"]{
  display:flex!important;
}

/* Listing grid card sizing */
#propertyGrid > [class*="col-"],
#homeFeaturedGrid > [class*="col-"]{
  display:flex!important;
}
.property-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-shadow:0 10px 28px rgba(10,14,23,.08)!important;
  border:1px solid #e9e2d6!important;
  background:#fff!important;
}
.property-card .property-img{
  height:178px!important;
  min-height:178px!important;
  max-height:178px!important;
  overflow:hidden!important;
  display:block!important;
  position:relative!important;
  background:#f1f1f1!important;
}
.property-card .property-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.property-card .card-body{
  padding:15px 16px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.property-title{
  font-family:var(--font-serif)!important;
  font-size:.98rem!important;
  line-height:1.32!important;
  font-weight:850!important;
  min-height:42px!important;
  max-height:45px!important;
  overflow:hidden!important;
  color:#101827!important;
  margin-bottom:10px!important;
  display:block!important;
}
.property-card .text-muted.small{
  font-size:.82rem!important;
  line-height:1.45!important;
  min-height:40px!important;
  max-height:42px!important;
  overflow:hidden!important;
}
.property-card .row.g-2{
  margin-bottom:10px!important;
}
.property-card .row.g-2 > div{
  font-size:.78rem!important;
  line-height:1.25!important;
  white-space:normal!important;
}
.amenity-tag{
  font-size:.68rem!important;
  padding:4px 8px!important;
  margin:0 4px 5px 0!important;
}
.property-card .badge-price{
  left:14px!important;
  bottom:13px!important;
  font-size:.82rem!important;
  padding:7px 13px!important;
  border-radius:9px!important;
}
.property-card .badge-luxury{
  top:12px!important;
  right:12px!important;
  font-size:.65rem!important;
  padding:5px 10px!important;
}

/* Only two card buttons */
.property-card .card-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin-top:auto!important;
  padding-top:8px!important;
}
.property-card .card-actions .btn-gold,
.property-card .card-actions .btn-outline-lux{
  width:100%!important;
  min-width:0!important;
  padding:10px 12px!important;
  font-size:.78rem!important;
  line-height:1!important;
  border-radius:999px!important;
  text-align:center!important;
  white-space:nowrap!important;
}

/* desktop card column feels premium but not too wide */
@media(min-width:1200px){
  #propertyGrid > .col-lg-4,
  #homeFeaturedGrid > .col-lg-4{
    flex:0 0 auto!important;
    width:33.333333%!important;
  }
  #propertyGrid > .col-xxl-3,
  #homeFeaturedGrid > .col-xxl-3{
    flex:0 0 auto!important;
    width:25%!important;
  }
}
@media(max-width:991.98px){
  #homeFeaturedGrid{
    padding-left:0!important;
    padding-right:0!important;
  }
  #homeFeaturedGrid > [class*="col-"],
  #propertyGrid > [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
  }
  .property-card .property-img{
    height:165px!important;
    min-height:165px!important;
    max-height:165px!important;
  }
  .property-card .card-body{
    padding:14px!important;
  }
  .property-title{
    font-size:.92rem!important;
    min-height:0!important;
    max-height:40px!important;
  }
  .property-card .text-muted.small{
    min-height:0!important;
    max-height:38px!important;
    font-size:.78rem!important;
  }
  .property-card .row.g-2 > div{
    font-size:.74rem!important;
  }
  .property-card .card-actions{
    gap:8px!important;
  }
  .property-card .card-actions .btn-gold,
  .property-card .card-actions .btn-outline-lux{
    padding:9px 10px!important;
    font-size:.72rem!important;
  }
}

/* Home section heading font balance */
.bg-cream .section-heading h2,
.section-cream .section-heading h2{
  line-height:1.08!important;
}



/* === FINAL V6 PROPERTY CARD GRID UI FIX === */

/* Listing container balance */
.main-content-area,
.listing-content,
.section-page{
  overflow-x:hidden;
}
#propertyGrid,
#homeFeaturedGrid{
  --bs-gutter-x: 28px!important;
  --bs-gutter-y: 30px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}

/* Desktop: exactly 3 cards per row, not 4 */
@media (min-width: 992px){
  #propertyGrid > .col-lg-4,
  #homeFeaturedGrid > .col-lg-4,
  #propertyGrid > [class*="col-"],
  #homeFeaturedGrid > [class*="col-"]{
    flex:0 0 auto!important;
    width:33.333333%!important;
    max-width:33.333333%!important;
    display:flex!important;
  }
  #propertyGrid > .col-xxl-3,
  #homeFeaturedGrid > .col-xxl-3{
    flex:0 0 auto!important;
    width:33.333333%!important;
    max-width:33.333333%!important;
  }
}

/* Tablet: 2 cards */
@media (min-width: 576px) and (max-width: 991.98px){
  #propertyGrid > [class*="col-"],
  #homeFeaturedGrid > [class*="col-"]{
    flex:0 0 auto!important;
    width:50%!important;
    max-width:50%!important;
    display:flex!important;
  }
}

/* Mobile: 1 card and proper width */
@media (max-width: 575.98px){
  #propertyGrid,
  #homeFeaturedGrid{
    --bs-gutter-x: 0!important;
    --bs-gutter-y: 18px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  #propertyGrid > [class*="col-"],
  #homeFeaturedGrid > [class*="col-"]{
    flex:0 0 auto!important;
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* Card design */
.property-card{
  width:100%!important;
  height:100%!important;
  min-height:unset!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #e7dfd1!important;
  box-shadow:0 12px 34px rgba(10,14,23,.08)!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}
.property-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(10,14,23,.12)!important;
}
.property-card .property-img{
  height:205px!important;
  min-height:205px!important;
  max-height:205px!important;
  display:block!important;
  overflow:hidden!important;
  position:relative!important;
  background:#ececec!important;
}
.property-card .property-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.property-card .card-body{
  padding:18px 20px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.property-card .d-flex.justify-content-between{
  align-items:center!important;
  min-height:24px!important;
}
.property-title{
  font-family:var(--font-serif)!important;
  font-size:1.08rem!important;
  line-height:1.28!important;
  font-weight:850!important;
  color:#0d1420!important;
  margin:8px 0 12px!important;
  min-height:56px!important;
  max-height:56px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.property-card .text-muted.small{
  min-height:46px!important;
  max-height:46px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  font-size:.88rem!important;
  line-height:1.45!important;
  margin-bottom:14px!important;
}
.property-card .row.g-2{
  min-height:48px!important;
  margin-bottom:12px!important;
}
.property-card .row.g-2 > div{
  font-size:.82rem!important;
  line-height:1.25!important;
}
.property-card .mb-3{
  margin-bottom:14px!important;
}
.amenity-tag{
  font-size:.72rem!important;
  line-height:1!important;
  padding:6px 10px!important;
  margin:0 5px 7px 0!important;
  border-radius:999px!important;
}
.property-card .badge-price{
  left:16px!important;
  bottom:14px!important;
  font-size:.9rem!important;
  line-height:1!important;
  padding:9px 15px!important;
  border-radius:10px!important;
  background:#111827!important;
}
.property-card .badge-luxury{
  top:14px!important;
  right:14px!important;
  font-size:.7rem!important;
  line-height:1!important;
  padding:7px 13px!important;
  border-radius:999px!important;
}

/* Card buttons: two clean separated buttons */
.property-card .card-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:auto!important;
  padding-top:12px!important;
}
.property-card .card-actions .btn-gold,
.property-card .card-actions .btn-outline-lux{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:100%!important;
  min-width:0!important;
  height:44px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  font-size:.82rem!important;
  line-height:1!important;
  font-weight:850!important;
  text-align:center!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}

/* Mobile card: buttons not stuck, smaller card */
@media (max-width:575.98px){
  .property-card{
    border-radius:18px!important;
  }
  .property-card .property-img{
    height:168px!important;
    min-height:168px!important;
    max-height:168px!important;
  }
  .property-card .card-body{
    padding:14px 14px 16px!important;
  }
  .property-title{
    font-size:.93rem!important;
    min-height:38px!important;
    max-height:38px!important;
    margin:6px 0 10px!important;
  }
  .property-card .text-muted.small{
    min-height:34px!important;
    max-height:34px!important;
    font-size:.76rem!important;
    margin-bottom:10px!important;
  }
  .property-card .row.g-2{
    min-height:36px!important;
    margin-bottom:8px!important;
  }
  .property-card .row.g-2 > div{
    font-size:.7rem!important;
  }
  .amenity-tag{
    font-size:.62rem!important;
    padding:5px 8px!important;
    margin:0 4px 6px 0!important;
  }
  .property-card .card-actions{
    grid-template-columns:1fr 1fr!important;
    gap:14px!important;
    padding-top:10px!important;
  }
  .property-card .card-actions .btn-gold,
  .property-card .card-actions .btn-outline-lux{
    height:38px!important;
    font-size:.68rem!important;
    padding:0 10px!important;
  }
  .property-card .badge-price{
    font-size:.74rem!important;
    padding:7px 11px!important;
    left:12px!important;
    bottom:12px!important;
  }
  .property-card .badge-luxury{
    font-size:.58rem!important;
    padding:6px 10px!important;
    top:10px!important;
    right:10px!important;
  }
}

/* Filter card width balance on listing pages */
@media(min-width:992px){
  .filter-card{
    max-width:320px!important;
  }
}

/* Make sure old 4-card override never wins */
@media(min-width:1400px){
  #propertyGrid > .col-xxl-3,
  #homeFeaturedGrid > .col-xxl-3{
    width:33.333333%!important;
    max-width:33.333333%!important;
  }
}



.nav-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 999px;
  color: #d4af37 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.nav-call-btn:hover {
  background: #d4af37;
  color: #07101d !important;
}

.nav-call-btn i {
  font-size: 15px;
}

@media (max-width: 1199px) {
  .nav-call-btn {
    display: none;
  }
}





/* Mobile footer white line fix */
@media (max-width: 991.98px) {
  html,
  body {
    background: #0a0e17 !important;
  }

  .footer {
    margin-bottom: 0 !important;
    padding-bottom: 92px !important;
    background: #0a0e17 !important;
  }

  .bottom-nav-pro,
  .mobile-actions.bottom-nav-pro {
    bottom: 0 !important;
    background: #0a0e17 !important;
    border-top: 1px solid rgba(200,164,92,.35) !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .bottom-nav-pro::before,
  .mobile-actions.bottom-nav-pro::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
    background: #0a0e17;
  }
}







/* === FINAL LOGO FIX: header/footer logo premium blend === */

/* Header background logo ke black bg ke saath match */
#mainNav,
.navbar {
  background: #03070d !important;
  min-height: 92px !important;
  padding: 0 !important;
}

/* Header logo area */
#mainNav .navbar-brand,
.navbar .navbar-brand {
  width: 112px !important;
  min-width: 112px !important;
  height: 92px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #03070d !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

/* Logo image */
#mainNav .navbar-brand img,
.navbar .navbar-brand img {
  width: 92px !important;
  height: 92px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  background: #03070d !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Navbar container center alignment */
#mainNav .container {
  align-items: center !important;
}

/* Footer logo blend */
.footer img[alt="Breakwater Realty"] {
  width: 130px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* Mobile logo */
@media (max-width: 767px) {
  #mainNav,
  .navbar {
    min-height: 76px !important;
    background: #03070d !important;
  }

  #mainNav .navbar-brand,
  .navbar .navbar-brand {
    width: 90px !important;
    min-width: 90px !important;
    height: 76px !important;
    background: #03070d !important;
  }

  #mainNav .navbar-brand img,
  .navbar .navbar-brand img {
    width: 76px !important;
    height: 76px !important;
    object-fit: cover !important;
  }
}


/* === 2026-06-02 Client PDF Corrections === */
.footer .footer-social-links{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}
.footer .footer-social-links a,.contact-social-links a{width:36px;height:36px;border-radius:50%;display:inline-flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(200,164,92,.32);color:var(--gold)!important;margin:0!important;transition:.25s ease}
.footer .footer-social-links a:hover,.contact-social-links a:hover{background:var(--gold);color:#0a0e17!important;transform:translateY(-2px)}
@media(max-width:767px){.footer{text-align:center!important}.footer .col-lg-4:first-child{display:flex;flex-direction:column;align-items:center}.footer img[alt="Breakwater Realty"]{width:150px!important;margin-inline:auto}.footer p{max-width:320px}.footer .footer-social-links{justify-content:center}.footer .d-flex.flex-column.flex-md-row{align-items:center!important}.footer .d-flex.gap-3{justify-content:center}}
@media(min-width:992px){.filter-sticky-bar .listing-search-form>.row{display:flex!important;flex-wrap:nowrap!important;align-items:end!important}.filter-sticky-bar .listing-search-form .col-lg-1{flex:0 0 130px!important;max-width:130px!important}.filter-sticky-bar .listing-search-form .btn-gold{height:44px!important;min-width:116px!important;padding:10px 18px!important}.filter-sticky-bar .listing-search-form .form-control,.filter-sticky-bar .listing-search-form .form-select{height:44px!important;padding:9px 12px!important}.filter-sticky-bar{padding:14px 0!important}.filter-sticky-bar .listing-search-form{border-radius:22px!important;padding:18px 22px!important}}
@media(max-width:991.98px){#propertyGrid>.col-sm-6{width:100%!important}.property-card{margin-bottom:0}.property-img{height:210px!important}.property-title{min-height:auto!important}.card-actions{gap:8px}.filter-sticky-bar{display:none!important}.mobile-filter-fab{display:inline-flex!important}}
@media(min-width:992px){#propertyGrid>.col-lg-4{display:flex}.property-card{height:100%;display:flex;flex-direction:column}.property-card .card-body{display:flex;flex-direction:column;flex:1}.property-card .card-actions{margin-top:auto}.property-img{height:215px!important}.property-title{min-height:54px!important}}
.bw-card-img .video-corner-badge,.property-img .video-corner-badge{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(10,14,23,.86);color:#fff;border:1px solid rgba(200,164,92,.55);box-shadow:0 8px 22px rgba(0,0,0,.25)}
.admin-permission-chip{display:flex;gap:8px;align-items:center;border:1px solid #e6ddca;border-radius:14px;padding:10px 12px;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.04);font-weight:700;color:#1f2937}.admin-permission-chip input{accent-color:#c8a45c}
.bw-lead-modal{position:fixed;inset:0;background:rgba(4,8,13,.68);z-index:100000;display:none;align-items:center;justify-content:center;padding:18px}.bw-lead-modal.show{display:flex}.bw-lead-dialog{width:min(520px,96vw);background:#fff;border-radius:24px;box-shadow:0 32px 100px rgba(0,0,0,.35);overflow:hidden;border:1px solid rgba(200,164,92,.34)}.bw-lead-head{background:#0a0e17;color:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:space-between}.bw-lead-head h4{margin:0;font-family:var(--font-serif)}.bw-lead-close{border:0;background:transparent;color:#fff;font-size:26px;line-height:1}.bw-lead-body{padding:22px}.bw-lead-body .form-control,.bw-lead-body .form-select{margin-bottom:12px}.bw-lead-body .btn-gold{width:100%;transition:.25s}.bw-lead-body .btn-gold:hover{transform:translateY(-2px) scale(1.01)}


/* ==========================================================
   CLIENT PDF VERIFIED FIXES - 02 Jun 2026
   Footer logo/alignment, mobile stats, one-line search filter,
   property grid responsiveness, contact/social UI.
   ========================================================== */
:root{--bw-final-gold:#c8a45c;--bw-final-navy:#0a0e17;}
/* Footer logo bigger + text alignment */
.footer{padding-top:76px!important;padding-bottom:34px!important;background:#070c14!important;}
.footer .row.g-4{align-items:flex-start!important;row-gap:34px!important;}
.footer img[alt="Breakwater Realty"]{width:166px!important;height:auto!important;max-height:none!important;display:block!important;object-fit:contain!important;margin:0 0 22px 0!important;background:transparent!important;}
.footer .col-lg-4:first-child p{font-size:15px!important;line-height:1.78!important;letter-spacing:.01em!important;max-width:420px!important;margin-bottom:18px!important;color:rgba(255,255,255,.68)!important;}
.footer h6{font-size:15px!important;letter-spacing:.03em!important;color:var(--bw-final-gold)!important;font-weight:800!important;}
.footer a{line-height:1.75!important;}
.footer .footer-social-links,.contact-social-links{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:16px!important;}
.footer .footer-social-links a,.contact-social-links a{width:38px!important;height:38px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(200,164,92,.42)!important;color:var(--bw-final-gold)!important;margin:0!important;line-height:1!important;transition:.25s ease!important;}
.footer .footer-social-links a:hover,.contact-social-links a:hover{background:var(--bw-final-gold)!important;color:#081019!important;transform:translateY(-2px)!important;}
.footer .d-flex.gap-3 a{display:inline-flex!important;margin:0!important;}
/* Homepage mobile stats text fix */
@media(max-width:575.98px){
  .stat-card{min-height:126px!important;padding:16px 14px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important;}
  .stat-card .num{font-size:clamp(1.42rem,7.2vw,1.78rem)!important;line-height:1.08!important;letter-spacing:-.02em!important;word-break:normal!important;overflow-wrap:normal!important;white-space:normal!important;}
  .stat-card small{font-size:11px!important;line-height:1.25!important;display:block!important;margin-top:7px!important;}
}
/* Desktop filter: compact height and SEARCH in same row */
@media(min-width:992px){
  .filter-sticky-bar{position:sticky!important;top:82px!important;z-index:1030!important;background:rgba(250,248,243,.96)!important;backdrop-filter:blur(14px)!important;padding:12px 0!important;border-bottom:1px solid rgba(200,164,92,.16)!important;box-shadow:0 10px 30px rgba(0,0,0,.05)!important;}
  .filter-sticky-bar .container{max-width:1420px!important;}
  .filter-sticky-bar .listing-search-form{background:#fff!important;border:1px solid rgba(200,164,92,.18)!important;border-radius:24px!important;padding:16px 20px!important;box-shadow:0 18px 55px rgba(10,14,23,.08)!important;}
  .filter-sticky-bar .listing-search-form>.row{display:grid!important;grid-template-columns:minmax(140px,1.05fr) minmax(210px,1.6fr) minmax(140px,1.05fr) minmax(150px,1.08fr) minmax(135px,.95fr) 142px!important;gap:16px!important;align-items:end!important;margin:0!important;}
  .filter-sticky-bar .listing-search-form>.row>[class*="col-"]{width:100%!important;max-width:none!important;flex:unset!important;padding:0!important;margin:0!important;}
  .filter-sticky-bar .form-label{margin-bottom:7px!important;font-size:12px!important;letter-spacing:.14em!important;color:#5d6470!important;font-weight:850!important;white-space:nowrap!important;}
  .filter-sticky-bar .form-select,.filter-sticky-bar .form-control{height:46px!important;min-height:46px!important;padding:9px 14px!important;border-radius:12px!important;font-size:15px!important;}
  .filter-sticky-bar .btn-gold{height:46px!important;min-height:46px!important;width:100%!important;min-width:132px!important;padding:0 18px!important;border-radius:999px!important;font-size:13px!important;letter-spacing:.08em!important;margin:0!important;}
  .main-content-area{padding-top:32px!important;}
}
@media(min-width:992px) and (max-width:1199.98px){
  .filter-sticky-bar .listing-search-form>.row{grid-template-columns:1fr 1.35fr 1fr 1fr .95fr 124px!important;gap:12px!important;}
  .filter-sticky-bar .btn-gold{min-width:118px!important;font-size:12px!important;}
}
/* Property grid: full card visible and consistent */
@media(min-width:992px){
  #propertyGrid{align-items:stretch!important;--bs-gutter-x:24px!important;--bs-gutter-y:28px!important;}
  #propertyGrid>[class*="col-"]{display:flex!important;width:33.333333%!important;max-width:33.333333%!important;flex:0 0 33.333333%!important;}
  #propertyGrid .property-card{height:100%!important;display:flex!important;flex-direction:column!important;border-radius:18px!important;overflow:hidden!important;}
  #propertyGrid .property-img img,#propertyGrid .property-img{height:190px!important;}
  #propertyGrid .card-body{padding:20px 22px!important;display:flex!important;flex-direction:column!important;flex:1!important;}
  #propertyGrid .property-title{font-size:1rem!important;line-height:1.35!important;min-height:48px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  #propertyGrid .text-muted.small{font-size:.82rem!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:42px!important;}
  #propertyGrid .card-actions{margin-top:auto!important;gap:8px!important;}
}
@media(max-width:991.98px){
  .filter-sticky-bar{display:none!important;}
  .mobile-filter-fab{display:inline-flex!important;}
  #propertyGrid>[class*="col-"]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;}
}
/* Mobile footer center + bigger logo */
@media(max-width:767.98px){
  .footer{text-align:center!important;padding:54px 0 96px!important;}
  .footer .col-lg-4:first-child{display:flex!important;flex-direction:column!important;align-items:center!important;}
  .footer img[alt="Breakwater Realty"]{width:154px!important;margin:0 auto 18px!important;}
  .footer .col-lg-4:first-child p{max-width:330px!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;font-size:14px!important;line-height:1.72!important;}
  .footer .footer-social-links,.contact-social-links{justify-content:center!important;}
  .footer .d-flex.flex-column.flex-md-row{align-items:center!important;text-align:center!important;}
  .footer .d-flex.gap-3{justify-content:center!important;}
}

/* === FINAL CLIENT VERIFIED FOOTER + BLOG + LEGAL PAGES FIX 20260602 === */
.footer.footer-compact-final{background:#070c14!important;color:#fff!important;padding:46px 0 24px!important;border-top:3px solid rgba(200,164,92,.24)!important;}
.footer-compact-final .footer-main-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:34px!important;padding-bottom:24px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;}
.footer-compact-final .footer-brand-block{display:flex!important;align-items:flex-start!important;gap:22px!important;max-width:720px!important;}
.footer-compact-final .footer-logo-final{width:145px!important;height:auto!important;max-height:none!important;object-fit:contain!important;display:block!important;margin:0!important;background:transparent!important;flex:0 0 auto!important;}
.footer-compact-final .footer-desc-final{margin:8px 0 0!important;max-width:485px!important;color:rgba(255,255,255,.72)!important;font-size:15px!important;line-height:1.65!important;letter-spacing:.01em!important;}
.footer-compact-final .footer-contact-block{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;flex-wrap:wrap!important;min-width:420px!important;padding-top:10px!important;}
.footer-compact-final .footer-contact-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid rgba(200,164,92,.42)!important;border-radius:999px!important;padding:9px 14px!important;margin:0!important;color:rgba(255,255,255,.86)!important;text-decoration:none!important;line-height:1!important;white-space:nowrap!important;background:rgba(255,255,255,.04)!important;}
.footer-compact-final .footer-contact-pill i{color:var(--gold,#c8a45c)!important;}
.footer-compact-final .footer-social-inline{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:nowrap!important;margin:0!important;}
.footer-compact-final .footer-social-inline a{width:38px!important;height:38px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(200,164,92,.42)!important;color:var(--gold,#c8a45c)!important;margin:0!important;line-height:1!important;text-decoration:none!important;}
.footer-compact-final .footer-social-inline a:hover,.footer-compact-final .footer-contact-pill:hover{background:var(--gold,#c8a45c)!important;color:#071019!important;transform:translateY(-2px)!important;}
.footer-compact-final .footer-social-inline a:hover i,.footer-compact-final .footer-contact-pill:hover i{color:#071019!important;}
.footer-compact-final .footer-menu-row{display:grid!important;grid-template-columns:1fr 1fr minmax(320px,470px)!important;gap:30px!important;padding:24px 0 22px!important;align-items:start!important;max-width:980px!important;margin-left:auto!important;}
.footer-compact-final h6{font-size:14px!important;letter-spacing:.04em!important;color:var(--gold,#c8a45c)!important;font-weight:800!important;margin-bottom:10px!important;}
.footer-compact-final .footer-link-group a{display:block!important;color:rgba(255,255,255,.66)!important;margin:4px 0!important;line-height:1.45!important;text-decoration:none!important;}
.footer-compact-final .footer-link-group a:hover{color:var(--gold,#c8a45c)!important;}
.footer-compact-final .footer-newsletter-final .input-group{max-width:470px!important;}
.footer-compact-final .footer-newsletter-final input{min-height:48px!important;}
.footer-compact-final .footer-newsletter-final button{min-height:48px!important;}
.footer-compact-final .footer-bottom-final{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;border-top:1px solid rgba(255,255,255,.10)!important;padding-top:18px!important;}
.footer-compact-final .footer-legal-links{display:flex!important;align-items:center!important;gap:22px!important;}
.footer-compact-final .footer-legal-links a{display:inline-flex!important;color:rgba(255,255,255,.72)!important;margin:0!important;text-decoration:none!important;}
.footer-compact-final .footer-legal-links a:hover{color:var(--gold,#c8a45c)!important;}
@media(max-width:991px){.footer.footer-compact-final{padding:38px 0 92px!important}.footer-compact-final .footer-main-row{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:18px!important}.footer-compact-final .footer-brand-block{flex-direction:column!important;align-items:center!important;gap:12px!important}.footer-compact-final .footer-logo-final{width:150px!important;margin:0 auto!important}.footer-compact-final .footer-desc-final{max-width:360px!important;text-align:center!important;margin-top:0!important}.footer-compact-final .footer-contact-block{min-width:0!important;width:100%!important;justify-content:center!important;padding-top:0!important}.footer-compact-final .footer-menu-row{grid-template-columns:1fr 1fr!important;max-width:100%!important;margin:0!important;text-align:center!important}.footer-compact-final .footer-newsletter-final{grid-column:1/-1!important;max-width:430px!important;margin:0 auto!important;width:100%!important}.footer-compact-final .footer-bottom-final{flex-direction:column!important;text-align:center!important}.footer-compact-final .footer-legal-links{justify-content:center!important}}
@media(max-width:575px){.footer-compact-final .footer-menu-row{grid-template-columns:1fr!important;gap:18px!important}.footer-compact-final .footer-contact-pill span{font-size:13px!important}.footer-compact-final .footer-social-inline a{width:36px!important;height:36px!important}.footer-compact-final .footer-newsletter-final .input-group{display:flex!important;flex-wrap:nowrap!important}.footer-compact-final .footer-newsletter-final input{min-width:0!important}.footer-compact-final .footer-newsletter-final button{padding-left:14px!important;padding-right:14px!important}.footer-compact-final .footer-logo-final{width:142px!important}}

.blog-grid-final{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.blog-grid-card{background:#fff;border:1px solid rgba(17,17,17,.10);border-radius:24px;overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.07);height:100%;display:flex;flex-direction:column;transition:.25s ease}.blog-grid-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(0,0,0,.10)}.blog-grid-card .blog-grid-img{height:230px;background:#eee;overflow:hidden}.blog-grid-card .blog-grid-img img{width:100%;height:100%;object-fit:cover;display:block}.blog-grid-card .blog-grid-body{padding:22px;display:flex;flex-direction:column;flex:1}.blog-grid-card .blog-grid-cat{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold,#c8a45c);font-weight:800;margin-bottom:10px}.blog-grid-card h3{font-family:'Playfair Display',serif;font-size:22px;line-height:1.25;margin:0 0 10px;color:#111}.blog-grid-card p{color:#666;line-height:1.65;margin-bottom:18px}.blog-grid-card .read-more-link{margin-top:auto}.blog-detail-layout-final{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px}.blog-detail-article-final{background:#fff;border-radius:26px;padding:34px;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(0,0,0,.07)}.blog-detail-article-final img{width:100%;border-radius:20px;margin-bottom:24px;max-height:430px;object-fit:cover}.blog-detail-article-final .meta{color:#777;margin-bottom:15px}.blog-detail-article-final h1{font-family:'Playfair Display',serif;color:#111;margin-bottom:16px}.blog-detail-article-final .content{color:#444;line-height:1.85;font-size:16px}.blog-side-card-final{position:sticky;top:110px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.06)}.blog-side-card-final .btn-gold,.blog-side-card-final .btn-outline-dark{width:100%;justify-content:center;margin-top:10px}.legal-content-final{background:#fff;border-radius:26px;padding:38px;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(0,0,0,.07)}.legal-content-final h2{font-family:'Playfair Display',serif;margin-top:28px;margin-bottom:12px;color:#111}.legal-content-final h2:first-child{margin-top:0}.legal-content-final p,.legal-content-final li{color:#555;line-height:1.75}.legal-content-final ul{padding-left:1.15rem}@media(max-width:991px){.blog-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-detail-layout-final{grid-template-columns:1fr}.blog-side-card-final{position:static}}@media(max-width:575px){.blog-grid-final{grid-template-columns:1fr}.blog-grid-card .blog-grid-img{height:210px}.blog-detail-article-final,.legal-content-final{padding:24px;border-radius:20px}}

/* FINAL USER FOOTER FIX 20260602 */
.footer-one-line-final{background:#070d15;color:#cfd7e3;padding:42px 0 0;border-top:1px solid rgba(200,164,92,.12)}
.footer-professional-grid{display:grid;grid-template-columns:minmax(230px,1.25fr) minmax(105px,.55fr) minmax(105px,.55fr) minmax(260px,1.25fr) minmax(260px,1.1fr);gap:34px;align-items:flex-start;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.10)}
.footer-logo-final2{width:132px;max-width:100%;height:auto;display:block;margin-bottom:18px}.footer-brand-final2 p{font-size:15px;line-height:1.75;color:#c3ccd8;margin:0;max-width:430px}.footer-group-final2 h6,.footer-contact-final2 h6,.footer-newsletter-final2 h6{color:#c7a24a;font-weight:800;letter-spacing:.06em;margin-bottom:14px}.footer-group-final2 a{display:block;color:#cbd4df;text-decoration:none;margin:0 0 10px;font-size:15px}.footer-group-final2 a:hover{color:#f4c451}.footer-address-final2{font-size:14px;line-height:1.65;color:#c3ccd8;margin:0 0 12px;max-width:340px}.footer-address-final2 i{color:#c7a24a;margin-right:6px}.footer-cta-row-final2{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 13px}.footer-cta-row-final2 a{border:1px solid rgba(199,162,74,.45);border-radius:999px;color:#eef3f9;text-decoration:none;padding:9px 14px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;line-height:1}.footer-cta-row-final2 a:hover{background:#c7a24a;color:#050910}.footer-social-final2{display:flex;gap:10px;align-items:center}.footer-social-final2 a{width:35px;height:35px;border-radius:50%;border:1px solid rgba(199,162,74,.45);display:inline-flex;align-items:center;justify-content:center;color:#c7a24a;text-decoration:none}.footer-social-final2 a:hover{background:#c7a24a;color:#050910}.footer-newsletter-final2 p{font-size:14px;color:#c3ccd8;margin:0 0 12px}.footer-newsletter-final2 .input-group{border-radius:14px;overflow:hidden}.footer-newsletter-final2 .form-control{height:48px;border:0}.footer-newsletter-final2 .btn{height:48px;border:0;font-weight:700}.footer-bottom-final2{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 0;color:#fff}.footer-bottom-final2 a{color:#cbd4df;text-decoration:none;margin-left:24px}.footer-bottom-final2 a:hover{color:#f4c451}
@media(max-width:1199px){.footer-professional-grid{grid-template-columns:1.3fr .7fr .7fr 1.1fr;}.footer-newsletter-final2{grid-column:1/-1;max-width:620px}.footer-newsletter-final2 .input-group{max-width:560px}}
@media(max-width:767px){.footer-one-line-final{padding:34px 0 74px}.footer-professional-grid{grid-template-columns:1fr;text-align:center;gap:24px}.footer-logo-final2{margin:0 auto 14px;width:126px}.footer-brand-final2 p,.footer-address-final2{margin-left:auto;margin-right:auto}.footer-cta-row-final2,.footer-social-final2{justify-content:center}.footer-newsletter-final2{max-width:100%}.footer-bottom-final2{flex-direction:column;text-align:center}.footer-bottom-final2 a{margin:0 10px}.footer-group-final2 a{margin-bottom:8px}}
/* keep auto enquiry as a real centered modal, never as bare page/footer content */
.bw-lead-modal{position:fixed!important;inset:0!important;background:rgba(4,8,13,.72)!important;z-index:100000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important}.bw-lead-modal.show{display:flex!important}.bw-lead-dialog{width:min(520px,96vw)!important;background:#fff!important;border-radius:24px!important;box-shadow:0 32px 100px rgba(0,0,0,.35)!important;overflow:hidden!important;border:1px solid rgba(200,164,92,.34)!important}.bw-lead-head{background:#0a0e17!important;color:#fff!important;padding:18px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.bw-lead-head h4{margin:0!important}.bw-lead-close{border:0!important;background:transparent!important;color:#fff!important;font-size:26px!important;line-height:1!important}.bw-lead-body{padding:22px!important}.bw-lead-body .form-control,.bw-lead-body .form-select{margin-bottom:12px!important}.bw-lead-body .btn-gold{width:100%!important}
/* END FINAL USER FOOTER FIX 20260602 */


/* FINAL V7 popup/media modal fixes */
.bw-lead-modal{position:fixed!important;inset:0!important;background:rgba(4,8,13,.72)!important;z-index:100000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important}.bw-lead-modal.show{display:flex!important}.bw-lead-dialog{width:min(520px,96vw)!important;background:#fff!important;border-radius:24px!important;box-shadow:0 32px 100px rgba(0,0,0,.35)!important;overflow:hidden!important;border:1px solid rgba(200,164,92,.34)!important}.bw-lead-head{background:#0a0e17!important;color:#fff!important;padding:18px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.bw-lead-head h4{margin:0!important;font-family:var(--font-serif,serif)!important}.bw-lead-close{border:0!important;background:transparent!important;color:#fff!important;font-size:26px!important;line-height:1!important}.bw-lead-body{padding:22px!important}.bw-lead-body .form-control,.bw-lead-body .form-select{margin-bottom:12px!important}.bw-lead-body .btn-gold{width:100%!important}.bw-video-modal{position:fixed!important;inset:0!important;background:rgba(4,8,13,.82)!important;z-index:100001!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important}.bw-video-modal.show{display:flex!important}.bw-video-dialog{width:min(900px,96vw)!important;background:#080c14!important;border-radius:22px!important;overflow:hidden!important;border:1px solid rgba(200,164,92,.34)!important;box-shadow:0 30px 100px rgba(0,0,0,.45)!important}.bw-video-head{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:14px 18px!important;color:#fff!important;background:#0a0e17!important}.bw-video-head h4{margin:0!important;font-family:var(--font-serif,serif)!important}.bw-video-close{border:0!important;background:transparent!important;color:#fff!important;font-size:28px!important;line-height:1!important}.bw-video-body{position:relative!important;padding-top:56.25%!important}.bw-video-body iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important}.gallery-main .play-btn,.gallery-main.has-video .play-btn{display:none!important}

/* FINAL 20260602: make dynamic blog cards visible even when inserted after scroll observer */
.blog-grid-card.visible,.blog-grid-card{opacity:1!important;transform:none!important;visibility:visible!important}
.section-heading.visible{opacity:1!important;transform:none!important;visibility:visible!important}

/* V11 final footer seam and mobile nav fix */
html,body{max-width:100%;overflow-x:hidden}.footer-one-line-final,.footer,footer.footer{background:#050a12!important;border:0!important;outline:0!important;box-shadow:none!important;margin-bottom:0!important}.footer-one-line-final:before,.footer-one-line-final:after,.footer:before,.footer:after,footer.footer:before,footer.footer:after{display:none!important;content:none!important}.mobile-actions,.bottom-nav-pro{background:#050a12!important;border-top:0!important;box-shadow:0 -12px 34px rgba(0,0,0,.38)!important}@media(max-width:991.98px){body.bw-ref-page{padding-bottom:78px!important}.footer-one-line-final,.footer,footer.footer{padding-bottom:96px!important;margin-bottom:0!important}}

/* V13 footer safety override: keep footer grid formatted on every page */
.footer-one-line-final,footer.footer.footer-one-line-final{background:#070d15!important;color:#cfd7e3!important;padding:46px 0 0!important;border-top:1px solid rgba(200,164,92,.14)!important;width:100%!important;overflow:hidden!important;display:block!important}.footer-one-line-final .container{width:100%!important;max-width:1320px!important;margin:0 auto!important;padding-left:22px!important;padding-right:22px!important}.footer-professional-grid{display:grid!important;grid-template-columns:minmax(260px,1.25fr) minmax(110px,.55fr) minmax(120px,.55fr) minmax(280px,1.15fr) minmax(300px,1.1fr)!important;gap:30px!important;align-items:flex-start!important;padding-bottom:34px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;text-align:left!important}.footer-logo-final2{width:140px!important;max-width:100%!important;height:auto!important;display:block!important;margin:0 0 18px!important}.footer-brand-final2 p{font-size:15px!important;line-height:1.75!important;color:#c3ccd8!important;margin:0!important;max-width:420px!important}.footer-group-final2 h6,.footer-contact-final2 h6,.footer-newsletter-final2 h6{color:#c7a24a!important;font-weight:800!important;letter-spacing:.06em!important;margin:0 0 14px!important;font-size:15px!important}.footer-group-final2 a{display:block!important;width:max-content!important;max-width:100%!important;color:#cbd4df!important;text-decoration:none!important;margin:0 0 10px!important;font-size:15px!important;line-height:1.35!important}.footer-group-final2 a:hover{color:#f4c451!important}.footer-address-final2{font-size:14px!important;line-height:1.65!important;color:#c3ccd8!important;margin:0 0 12px!important;max-width:360px!important}.footer-address-final2 i{color:#c7a24a!important;margin-right:7px!important}.footer-cta-row-final2{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:10px 0 13px!important}.footer-cta-row-final2 a{border:1px solid rgba(199,162,74,.45)!important;border-radius:999px!important;color:#eef3f9!important;text-decoration:none!important;padding:9px 14px!important;font-weight:700!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;line-height:1!important;white-space:nowrap!important}.footer-cta-row-final2 a:hover{background:#c7a24a!important;color:#050910!important}.footer-social-final2{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important}.footer-social-final2 a{width:35px!important;height:35px!important;border-radius:50%!important;border:1px solid rgba(199,162,74,.45)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#c7a24a!important;text-decoration:none!important;flex:0 0 35px!important}.footer-social-final2 a:hover{background:#c7a24a!important;color:#050910!important}.footer-newsletter-final2 p{font-size:14px!important;color:#c3ccd8!important;margin:0 0 12px!important}.footer-newsletter-final2 .input-group{display:flex!important;flex-wrap:nowrap!important;border-radius:14px!important;overflow:hidden!important;width:100%!important;max-width:100%!important}.footer-newsletter-final2 .form-control{height:48px!important;border:0!important;border-radius:0!important;min-width:0!important;flex:1 1 auto!important}.footer-newsletter-final2 .btn{height:48px!important;border:0!important;border-radius:0!important;font-weight:700!important;flex:0 0 auto!important;padding-left:20px!important;padding-right:20px!important}.footer-bottom-final2{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:20px 0!important;color:#fff!important;text-align:left!important}.footer-bottom-final2 small{color:#fff!important}.footer-bottom-final2 div{display:flex!important;gap:24px!important;flex-wrap:wrap!important;align-items:center!important}.footer-bottom-final2 a{color:#cbd4df!important;text-decoration:none!important;margin:0!important}.footer-bottom-final2 a:hover{color:#f4c451!important}@media(max-width:1199.98px){.footer-professional-grid{grid-template-columns:1.25fr .7fr .7fr 1.05fr!important}.footer-newsletter-final2{grid-column:1/-1!important;max-width:620px!important}}@media(max-width:767.98px){.footer-one-line-final,footer.footer.footer-one-line-final{padding:36px 0 88px!important}.footer-professional-grid{grid-template-columns:1fr!important;gap:24px!important;text-align:center!important;padding-bottom:28px!important}.footer-logo-final2{margin:0 auto 14px!important;width:130px!important}.footer-brand-final2 p,.footer-address-final2{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.footer-group-final2 a{width:auto!important;margin-left:auto!important;margin-right:auto!important}.footer-cta-row-final2,.footer-social-final2{justify-content:center!important}.footer-newsletter-final2{max-width:100%!important}.footer-newsletter-final2 .input-group{max-width:100%!important}.footer-newsletter-final2 .btn{padding-left:14px!important;padding-right:14px!important}.footer-bottom-final2{flex-direction:column!important;justify-content:center!important;text-align:center!important;gap:10px!important}.footer-bottom-final2 div{justify-content:center!important;gap:18px!important}.footer-bottom-final2 a{margin:0!important}}

/* === V18 VIDEO HERO + COLOR LOGOS + CTA CLICK FIX === */
.hero-slide{position:relative;overflow:hidden;}
.bw-hero-video,.bw-page-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;}
.hero-slide::before{z-index:1;}
.hero-slide .container{position:relative;z-index:2;}
.client-logo{filter:none!important;opacity:1!important;}
.client-logo img{filter:none!important;opacity:1!important;}
.cta-strip{position:relative;z-index:2;}
.cta-strip .btn-gold,.btn-gold[href*="contact"]{position:relative!important;z-index:20!important;pointer-events:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}

/* === V19 REAL VIDEO BACKGROUND FIX === */
.hero-slide,.page-hero,.gallery-main{position:relative!important;overflow:hidden!important;}
.bw-yt-bg{position:absolute!important;inset:0!important;z-index:0!important;overflow:hidden!important;pointer-events:none!important;background:#050a12!important;}
.bw-yt-bg iframe{position:absolute!important;top:50%!important;left:50%!important;width:177.78vh!important;height:100vh!important;min-width:100%!important;min-height:56.25vw!important;transform:translate(-50%,-50%)!important;pointer-events:none!important;border:0!important;}
.bw-hero-video,.bw-page-hero-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;pointer-events:none!important;}
.hero-slide::before,.page-hero:before{z-index:1!important;}
.hero-slide .container,.page-hero .container{position:relative!important;z-index:2!important;}
.gallery-main.has-bg-video{background-size:cover!important;background-position:center!important;}
.gallery-main.has-bg-video .bw-detail-bg-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:1!important;pointer-events:none!important;}
.gallery-main.has-bg-video .bw-yt-bg.bw-detail-bg-video iframe{width:177.78%!important;height:100%!important;min-width:100%!important;min-height:100%!important;}
.gallery-main.has-bg-video .bw-detail-video-overlay{position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.28))!important;pointer-events:none!important;}
.gallery-main.has-bg-video .play-btn{z-index:3!important;}
.main-gallery-img.has-bg-video{position:relative!important;overflow:hidden!important;background-size:cover!important;background-position:center!important;}
.main-gallery-img.has-bg-video .bw-detail-bg-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:1!important;pointer-events:none!important;}
.main-gallery-img.has-bg-video .bw-yt-bg.bw-detail-bg-video iframe{width:177.78%!important;height:100%!important;min-width:100%!important;min-height:100%!important;}
.main-gallery-img.has-bg-video .bw-detail-video-overlay{position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.28))!important;pointer-events:none!important;}

/* === V22 VIDEO VISIBILITY FIX: make all background videos brighter and clearly visible === */
.hero-slide .bw-yt-bg iframe,
.page-hero .bw-yt-bg iframe,
.gallery-main.has-bg-video .bw-yt-bg iframe,
.main-gallery-img.has-bg-video .bw-yt-bg iframe,
.bw-hero-video,
.bw-page-hero-video,
.gallery-main.has-bg-video .bw-detail-bg-video,
.main-gallery-img.has-bg-video .bw-detail-bg-video{
  opacity:1!important;
  filter:brightness(1.16) contrast(1.05) saturate(1.12)!important;
}
.hero-slide::before{
  background:linear-gradient(90deg,rgba(10,14,23,.48) 0%,rgba(10,14,23,.28) 46%,rgba(10,14,23,.12) 100%),linear-gradient(180deg,rgba(10,14,23,.04),rgba(10,14,23,.36))!important;
}
.page-hero::before{
  background:linear-gradient(90deg,rgba(10,14,23,.46) 0%,rgba(10,14,23,.24) 55%,rgba(10,14,23,.10) 100%),linear-gradient(180deg,rgba(10,14,23,.04),rgba(10,14,23,.34))!important;
}
.gallery-main.has-bg-video .bw-detail-video-overlay,
.main-gallery-img.has-bg-video .bw-detail-video-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.12))!important;
}
.hero-slide .container,
.page-hero .container{
  text-shadow:0 4px 22px rgba(0,0,0,.45)!important;
}
.hero-slide .eyebrow,
.page-hero .eyebrow{
  text-shadow:none!important;
  backdrop-filter:blur(6px)!important;
}
.bw-yt-bg{background:#101722!important;}

/* === V23 CLEAN BACKGROUND VIDEO CONTROLS + FULL VIDEO PLAY FIX === */
.bw-clean-yt-bg,
.bw-yt-bg{
  pointer-events:none!important;
}
.bw-clean-yt-bg iframe,
.bw-yt-bg iframe{
  pointer-events:none!important;
  border:0!important;
}
.bw-clean-yt-bg .bw-video-click-guard,
.bw-yt-bg .bw-video-click-guard{
  position:absolute!important;
  inset:0!important;
  z-index:6!important;
  background:transparent!important;
  pointer-events:auto!important;
}
#homeCarousel{
  --bs-carousel-transition-duration:.85s;
}
#homeCarousel .carousel-control-prev,
#homeCarousel .carousel-control-next{
  z-index:9!important;
}
#homeCarousel .hero-content,
#homeCarousel .hero-slide .container{
  position:relative!important;
  z-index:8!important;
}

/* === V24 HARD HIDE BACKGROUND VIDEO UI ===
   Background videos are decorative only: no pointer events, no native/YouTube UI clicks.
   IMPORTANT: JS no longer pauses YouTube players, so center pause/reload icon does not appear. */
.bw-yt-bg,
.bw-clean-yt-bg,
.bw-detail-bg-video{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
.bw-yt-bg iframe,
.bw-clean-yt-bg iframe{
  pointer-events:none!important;
  border:0!important;
  outline:0!important;
}
.bw-yt-bg::after,
.bw-clean-yt-bg::after,
.bw-video-click-guard{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:20!important;
  display:block!important;
  background:transparent!important;
  pointer-events:auto!important;
}
#homeCarousel .bw-yt-bg,
.page-hero .bw-yt-bg,
.gallery-main .bw-yt-bg,
.main-gallery-img .bw-yt-bg{
  cursor:default!important;
}


/* === V25 FINAL YOUTUBE BACKGROUND UI HIDE FIX ===
   YouTube iframe can briefly draw a center play/pause/reload overlay when a player starts or seeks.
   Background video is hidden only during that internal UI fade, then revealed cleanly. */
.bw-clean-yt-bg iframe,
.bw-yt-bg iframe{
  pointer-events:none!important;
  border:0!important;
  outline:0!important;
  -webkit-tap-highlight-color:transparent!important;
}
.bw-video-loading iframe{
  opacity:0!important;
}
.bw-video-ready iframe,
.bw-yt-bg:not(.bw-video-loading) iframe{
  opacity:1!important;
  transition:opacity .45s ease!important;
}
.bw-clean-yt-bg::before,
.bw-yt-bg::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:19!important;
  background:transparent!important;
  pointer-events:none!important;
}
.bw-video-loading::before{
  background:rgba(7,12,19,.16)!important;
}
.bw-clean-yt-bg::after,
.bw-yt-bg::after,
.bw-video-click-guard{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:30!important;
  display:block!important;
  background:transparent!important;
  pointer-events:auto!important;
  cursor:default!important;
}
#homeCarousel .carousel-control-prev,
#homeCarousel .carousel-control-next{
  z-index:60!important;
}
#homeCarousel .hero-content,
#homeCarousel .hero-slide .container,
.page-hero .container{
  position:relative!important;
  z-index:55!important;
}

/* === V26: Home search purpose/location chips gold filled like Buy button === */
.hero-search [data-search-tab].btn-outline-lux,
.hero-search [data-search-tab].btn-gold,
#areaChips .btn,
#areaChips .btn-outline-warning{
  background:linear-gradient(135deg,var(--gold),var(--gold-dark))!important;
  color:#0a0e17!important;
  border:1.8px solid transparent!important;
  box-shadow:none!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.hero-search [data-search-tab].btn-outline-lux:hover,
.hero-search [data-search-tab].btn-gold:hover,
#areaChips .btn:hover,
#areaChips .btn-outline-warning:hover{
  background:linear-gradient(135deg,var(--gold-light),var(--gold))!important;
  color:#0a0e17!important;
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(200,164,92,.22)!important;
}
#areaChips{
  gap:10px!important;
}
#areaChips .btn{
  border-radius:999px!important;
  padding:8px 16px!important;
  font-size:13px!important;
  line-height:1.2!important;
  white-space:normal!important;
  text-align:center!important;
}
@media(max-width:767.98px){
  .hero-search [data-search-tab],
  #areaChips .btn{
    font-size:12px!important;
    padding:8px 13px!important;
  }
}
