/* ============ TOKENS / RESET ============ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0d1b2a; --navy-2:#122436; --ink:#16212e;
  --gold:#c9a227; --gold-lt:#e3c766; --gold-dk:#a2811a;
  --muted:#6b7a8c; --line:#e6eaef; --bg:#ffffff; --bg-soft:#f6f8fa;
  --r:14px; --rl:14px; --shadow:0 10px 30px rgba(13,27,42,.08);
  --shadow-lg:0 24px 60px rgba(13,27,42,.16);
  --max:1220px; --ff:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --fd:Georgia,"Times New Roman",serif;
  /* alias names used by listing pages */
  --coral:#c9a227;--coral-d:#a2811a;--coral-l:#e3c766;
  --body:#6b7a8c;--tx:#16212e;--panel-2:#f6f8fa;
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{overflow-x:clip;max-width:100%}
body, html, h1, h2, h3, h4, h5, h6, p, a, span, button, input, select, textarea, li, label, div, b, strong, em, i {
  font-family: var(--ff) !important;
}
body{color:var(--ink);background:var(--bg);line-height:1.65;font-size:16px}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ============ BUTTON ALIASES ============ */
.btn-c{background:linear-gradient(135deg,var(--gold),var(--gold-dk));color:#fff;
  box-shadow:0 8px 22px rgba(201,162,39,.32)}
.btn-c:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(201,162,39,.42)}
.btn-o{border:1.5px solid var(--navy);color:var(--navy);background:transparent}
.btn-o:hover{background:var(--navy);color:#fff;transform:translateY(-3px)}
.btn-i{background:var(--navy);color:#fff}
.btn-i:hover{background:var(--gold);transform:translateY(-3px)}
.btn-wide{width:100%}

/* ── Scoped overrides so Bootstrap cannot re-add underlines ── */
.hdr a,
.hdr a:hover,
.hdr a:focus,
.hdr a:active,
.hdr a:visited,
nav.hdr a,
header a,
header a:hover,
header a:focus,
header a:active,
header a:visited,
footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited{text-decoration:none!important}
ul{list-style:none}
button,input,select{font:inherit;color:inherit}
.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ============ BUTTONS ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 28px;border-radius:8px;font-weight:700;font-size:.94rem;
  letter-spacing:.02em;border:1.5px solid transparent;cursor:pointer;
  transition:transform .25s,box-shadow .25s,background .25s,color .25s;white-space:nowrap}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dk));color:#fff;
  box-shadow:0 8px 22px rgba(201,162,39,.32)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(201,162,39,.42)}
.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(6px)}
.btn-ghost:hover{background:#fff;color:var(--navy);border-color:#fff;transform:translateY(-3px)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{background:var(--gold);transform:translateY(-3px)}
.btn-sm{padding:11px 20px;font-size:.86rem}

/* ============ TOP BAR ============ */
.topbar{background:var(--navy, #0c1a2e) !important;color:#cfd8e3 !important;font-size:.82rem !important;padding:9px 0 !important}
.topbar .wrap{display:flex !important;justify-content:space-between !important;align-items:center !important;gap:14px !important;flex-wrap:wrap !important}
.topbar ul{display:flex !important;gap:22px !important;flex-wrap:wrap !important;margin:0 !important;padding:0 !important;list-style:none !important}
.topbar li{display:flex !important;align-items:center !important;gap:7px !important;margin:0 !important;padding:0 !important}
.topbar svg{width:14px !important;height:14px !important;fill:var(--gold, #c9a227) !important;flex:none !important}
.topbar a{color:#fff !important;text-decoration:none !important;transition:color .2s !important}
.topbar a:hover{color:var(--gold, #c9a227) !important;text-decoration:none !important}
.socials{display:flex !important;gap:9px !important;align-items:center !important;margin:0 !important;padding:0 !important}
.socials a{width:26px !important;height:26px !important;border-radius:50% !important;background:rgba(255,255,255,.09) !important;
  display:grid !important;place-items:center !important;transition:.25s !important;margin:0 !important;padding:0 !important}
.socials a:hover{background:var(--gold, #c9a227) !important;transform:translateY(-2px) !important}
.socials svg{width:12px !important;height:12px !important;fill:#fff !important}

/* ============ HEADER ============ */
.hdr{position:sticky;top:0;z-index:900;background:#fff;border-bottom:1px solid var(--line);
  transition:box-shadow .3s,padding .3s}
.hdr.stuck{box-shadow:0 6px 24px rgba(13,27,42,.1)}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px}
.logo{display:flex;align-items:center;gap:11px}
.logo-mark{width:42px;height:42px;border-radius:10px;flex:none;
  background:linear-gradient(140deg,var(--navy),#1e3a52);display:grid;place-items:center;
  box-shadow:0 6px 16px rgba(13,27,42,.22)}
.logo-mark svg{width:22px;height:22px;fill:var(--gold)}
.logo-txt b{display:block;font-family:var(--fd);font-size:1.1rem;color:var(--navy);
  letter-spacing:.01em;line-height:1.15;font-weight:700;white-space:nowrap}
.logo-txt span{display:block;font-size:.6rem;letter-spacing:.2em;color:var(--gold);
  text-transform:uppercase;font-weight:700;white-space:nowrap}

.nav, .hdr-nav{display:flex;align-items:center;gap:2px;margin:0 !important;padding:0 !important;list-style:none !important}
.nav > li > a, .hdr-nav > li > a{display:block;padding:12px 12px;font-size:.88rem;font-weight:600;color:var(--ink);
  border-radius:7px;transition:.22s;position:relative;white-space:nowrap}
.nav > li > a:hover, .hdr-nav > li > a:hover{color:var(--gold);background:var(--bg-soft)}
.has-sub{position:relative}
.has-sub > a::after{content:"";display:inline-block;width:5px;height:5px;margin-left:7px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);opacity:.6;vertical-align:middle}
.sub{position:absolute;top:calc(100% + 10px);left:0;min-width:236px;background:#fff;
  border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg);padding:8px;
  opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}
.has-sub:hover .sub{opacity:1;visibility:visible;transform:translateY(0)}
.sub a{display:block;padding:10px 14px;font-size:.87rem;border-radius:7px;color:#42505f;transition:.2s}
.sub a:hover{background:var(--bg-soft);color:var(--gold);padding-left:19px}
.hdr-cta{display:flex;align-items:center;gap:12px;flex:none}
.hdr-tel{display:flex;align-items:center;gap:9px;flex:none}
.hdr-tel .ic{width:38px;height:38px;border-radius:50%;background:rgba(201,162,39,.12);
  display:grid;place-items:center;flex:none}
.hdr-tel svg{width:16px;height:16px;fill:var(--gold)}
.hdr-tel small{display:block;font-size:.66rem;color:var(--muted);text-transform:uppercase;
  letter-spacing:.08em;white-space:nowrap;line-height:1.4}
.hdr-tel b{display:block;font-size:.92rem;color:var(--navy);white-space:nowrap;line-height:1.25}
.burger{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;
  border-radius:9px;cursor:pointer;padding:0;place-items:center}
.burger span{display:block;width:20px;height:2px;background:var(--navy);margin:4px auto;
  border-radius:2px;transition:.3s}
.burger.on span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger.on span:nth-child(2){opacity:0}
.burger.on span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.navclose{display:none;position:absolute;top:20px;right:20px;width:38px;height:38px;
  border-radius:50%;border:1px solid var(--line);background:var(--bg-soft);cursor:pointer;
  place-items:center;padding:0}
.navclose svg{width:16px;height:16px;fill:var(--navy)}
.navcta{display:none;margin-top:22px}
.navcta .btn{width:100%}
.navtel{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;
  font-size:.9rem;font-weight:700;color:var(--navy)}
.navtel svg{width:15px;height:15px;fill:var(--gold)}

/* ============ SCRIM ============ */
.scrim{position:fixed;inset:0;background:rgba(9,17,27,.5);z-index:880;opacity:0;visibility:hidden;transition:.3s}
.scrim.on{opacity:1;visibility:visible}

/* ============ FOOTER ============ */
footer{background:var(--navy);color:#a0b0c0;padding:64px 0 0}
footer h4{color:#fff;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase;
  margin-bottom:16px;font-weight:700}
footer ul li{margin-bottom:9px}
footer ul li a{font-size:.875rem;color:#fff !important;transition:.2s}
footer ul li a:hover{color:var(--gold);padding-left:4px}
.fgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 36px}
.fcol{}
.fcol .logo{margin-bottom:16px}
.fcol .logo .logo-mark{background:linear-gradient(140deg,rgba(201,162,39,.25),rgba(201,162,39,.08));
  box-shadow:none;border:1px solid rgba(201,162,39,.3)}
.fcol .logo .logo-txt b{color:#fff}
.fcol .logo .logo-txt span{color:var(--gold)}
.fcol > p{font-size:.855rem;line-height:1.62;margin-bottom:20px;color:#8a9ab0}
.fcon li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.fcon svg{width:15px;height:15px;fill:var(--gold);flex:none;margin-top:2px}
.fcon a{color:#fff !important;transition:.2s;font-size:.855rem}
.fcon a:hover{color:var(--gold)}
.rera{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);
  border-radius:8px;padding:12px 14px;font-size:.77rem;color:#8a9ab0;margin-top:16px;line-height:1.55}
.flogo{width:120px;margin-bottom:14px;opacity:.7}
.subscribe{display:flex;gap:8px;margin-top:12px}
.subscribe input{flex:1;padding:11px 14px;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);border-radius:8px;color:#fff;font-size:.875rem}
.subscribe input::placeholder{color:#8a9ab0}
.subscribe input:focus{outline:none;border-color:var(--gold)}
.fbot{border-top:1px solid rgba(255,255,255,.09);padding:20px 0;
  display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;font-size:.82rem}
.fbot span{color:#6b7a8c}
.fbot ul{display:flex;gap:20px;margin:0 !important;padding:0 !important;list-style:none !important}
.fbot ul a{color:#fff !important;transition:.2s}
.fbot ul a:hover{color:var(--gold)}
.socials{display:flex;gap:9px}
.socials a{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.07);
  display:grid;place-items:center;transition:.25s}
.socials a:hover{background:var(--gold)}
.socials svg{width:13px;height:13px;fill:#fff}

/* ============ FAB (floating action buttons) ============ */
.fab{position:fixed;right:18px;bottom:18px;z-index:800;display:flex;flex-direction:column;gap:10px}
.fab a{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;
  box-shadow:0 8px 24px rgba(0,0,0,.24);transition:.28s}
.fab a:hover{transform:scale(1.1) translateY(-2px)}
.fab svg{width:24px;height:24px;fill:#fff}
.wa{background:#25d366}.cl{background:var(--gold)}

/* ============ RESPONSIVE ============ */
@media(max-width:1280px){
  .hdr-tel small{display:none}
}
@media(max-width:1180px){
  .hdr-tel{display:none}
}
@media(max-width:1100px){
  .fgrid{grid-template-columns:1fr 1fr;gap:36px}
}
@media(max-width:980px){
  .topbar ul li:nth-child(3){display:none!important}
  .hdr-tel{display:none}
  .burger{display:grid}
  .nav, .hdr-nav{position:fixed;top:0;right:0;width:min(86vw,340px);height:100vh;background:#fff;
    flex-direction:column;align-items:stretch;gap:0;padding:88px 20px 30px;overflow-y:auto;
    box-shadow:-14px 0 44px rgba(0,0,0,.16);z-index:950;
    transform:translateX(100%);visibility:hidden;
    transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s}
  .nav.open, .hdr-nav.open{transform:none;visibility:visible}
  .nav > li, .hdr-nav > li{border-bottom:1px solid var(--line)}
  .nav > li > a, .hdr-nav > li > a{padding:15px 6px;font-size:1rem}
  .navclose{display:grid!important}
  .navcta{display:block!important}
  .has-sub > a::after{float:right;margin-top:8px;transition:.3s}
  .has-sub.exp > a::after{transform:rotate(-135deg)}
  .sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;
    padding:0 0 8px 12px;max-height:0;overflow:hidden;transition:max-height .35s}
  .has-sub.exp .sub{max-height:420px}
  .has-sub:hover .sub{max-height:0}
  .has-sub.exp:hover .sub{max-height:420px}
}
@media(max-width:760px){
  .hdr-cta > .btn{display:none}
  .logo-mark{width:38px;height:38px}
  .logo-txt b{font-size:.98rem}
  .logo-txt span{font-size:.54rem;letter-spacing:.16em}
  .hdr .wrap{min-height:66px}
  .fbot{flex-direction:column !important;gap:10px !important;align-items:center !important;text-align:center !important}
  .topbar ul li:nth-child(2){display:none!important}
  .topbar .socials{display:none!important}
  .topbar .wrap{justify-content:center!important}
  .topbar ul{justify-content:center!important;width:100%!important}
  
  /* fbar mobile stacked overrides */
  .fbar .wrap {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .fbar .fl {
    text-align: center !important;
    margin-bottom: 4px !important;
  }
  .fbar form {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .fbar .fsel, .fbar .btn {
    width: 100% !important;
    margin-right: 0 !important;
    flex: none !important;
  }
  .fbar .fsel select, .fbar .btn {
    width: 100% !important;
    height: 46px !important;
  }
  
  /* Modal responsive spacing overrides */
  .modal {
    padding: 12px !important;
    align-items: flex-start !important;
    padding-top: 20px !important;
  }
  .card-form {
    padding: 22px 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    border-radius: 10px !important;
  }
  .cf-top h3 {
    font-size: 1.15rem !important;
  }
  .modal .detail-contact .g-recaptcha {
    transform: scale(0.85) !important;
    transform-origin: center !important;
  }
  .modal .detail-contact input[type=submit] {
    padding: 14px 20px !important;
    font-size: .9rem !important;
  }
}
@media(max-width:620px){
  .fgrid{grid-template-columns:1fr;gap:32px}
  .fbot{flex-direction:column !important;gap:10px !important;align-items:center !important;text-align:center !important}
}

/* ═══════════════════════════════════════════════════
     COMMERCIAL-STYLE RESIDENTIAL CATALOG COMPONENT CSS
   ═══════════════════════════════════════════════════ */

/* ============ HERO (residential) ============ */
.hero{position:relative;background:var(--navy);overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(13,27,42,.97) 0%,rgba(13,27,42,.90) 48%,rgba(13,27,42,.60) 100%);z-index:1}
.heroin{position:relative;z-index:2;padding:58px 0 62px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:start}
.hcopy{color:#fff}
.hpill{display:inline-flex;align-items:center;gap:9px;background:rgba(201,162,39,.16);border:1px solid rgba(201,162,39,.45);
  padding:7px 15px;border-radius:100px;font-size:.72rem;font-weight:800;letter-spacing:.05em;color:var(--gold-lt);margin-bottom:20px}
.hpill i{width:7px;height:7px;background:var(--gold);border-radius:50%;font-style:normal;flex:none;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
.hcopy h1{font-family:var(--fd);font-size:clamp(2rem,4.4vw,3.3rem);line-height:1.1;letter-spacing:-.03em;font-weight:700;margin-bottom:16px;color:#fff}
.hcopy h1 em{font-style:normal;color:var(--gold-lt)}
.hcopy > p{font-size:clamp(1rem,1.3vw,1.1rem);color:#c3cae6;max-width:56ch;margin-bottom:24px}
.htick{display:grid;gap:11px;margin-bottom:26px}
.htick li{display:flex;gap:11px;align-items:flex-start;font-size:.95rem;color:#dde2f2}
.htick svg{width:17px;height:17px;fill:var(--gold-lt);flex:none;margin-top:4px}
.hchips{display:flex;flex-wrap:wrap;gap:9px;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}
.hchips a{padding:8px 15px;border:1px solid rgba(255,255,255,.22);border-radius:100px;font-size:.79rem;font-weight:700;
  color:#dde2f2;transition:.25s;text-decoration:none !important}
.hchips a:hover{background:var(--gold);border-color:var(--gold);color:#fff;text-decoration:none !important}

/* LEAD FORM */
.lead{background:#fff;border-radius:var(--rl);box-shadow:var(--shadow-lg);overflow:hidden;z-index:2;position:relative}
.lead-h{background:var(--gold);color:#fff;padding:18px 26px}
.lead-h b{display:block;font-size:1.12rem;font-weight:800;line-height:1.25}
.lead-h span{font-size:.8rem;opacity:.95}
.lead-b{padding:22px 26px 26px}
.ff{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}
.ff label{font-size:.72rem;font-weight:800;color:var(--tx)}
.ff label i{color:var(--gold);font-style:normal}
.ff input,.ff select,.ff textarea{width:100%;padding:12px 13px;border:1.5px solid var(--line);border-radius:var(--r);
  background:#fff;font-size:.93rem;outline:none;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none;resize:vertical}
.ff select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6480'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat:no-repeat;background-position:right 10px center;background-size:18px;padding-right:32px}
.ff input:focus,.ff select:focus,.ff textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,39,.15)}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.lead-f{font-size:.72rem;color:var(--muted);text-align:center;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:6px}
.lead-f svg{width:12px;height:12px;fill:var(--ok);flex:none}

/* HEADER FILTER BAR */
.fbar{position:sticky;top:76px;z-index:880;background:var(--navy);border-bottom:1px solid var(--navy-2)}
.fbar .wrap{display:flex;align-items:center;gap:12px;min-height:62px;padding-top:11px;padding-bottom:11px}
.fbar .fl{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#cfd8e3;flex:none}
.fbar form{display:flex;gap:10px;flex:1;min-width:0;flex-wrap:wrap}
.fsel{position:relative;flex:1 1 190px;min-width:0}
.fsel select{width:100%;padding:10px 30px 10px 13px;border:1px solid var(--navy-2);border-radius:var(--r);
  background:rgba(255,255,255,.06);color:#fff;font-size:.84rem;font-weight:600;outline:none;appearance:none;-webkit-appearance:none;
  cursor:pointer;transition:border-color .2s,background .2s;text-overflow:ellipsis}
.fsel select:hover,.fsel select:focus{border-color:var(--gold);background:rgba(255,255,255,.1)}
.fsel select option{background:#fff;color:var(--tx)}
.fsel::after{content:"";position:absolute;right:12px;top:50%;width:7px;height:7px;border-right:2px solid var(--gold);
  border-bottom:2px solid var(--gold);transform:translateY(-70%) rotate(45deg);pointer-events:none}
.fbar .btn{flex:none}

/* TRUST */
.trust{background:#fff;border-bottom:1px solid var(--line)}
.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.tr{padding:24px 20px;border-right:1px solid var(--line);display:flex;gap:14px;align-items:center}
.tr:last-child{border-right:none}
.tr svg{width:26px;height:26px;fill:var(--gold);flex:none}
.tr b{display:block;font-size:.98rem;font-weight:800;line-height:1.2}
.tr span{font-size:.8rem;color:var(--muted)}

/* SECTIONS */
section{padding:84px 0}
.white{background:#fff}
.tint{background:var(--bg-soft)}
.shead{max-width:660px;margin-bottom:44px}
.shead .eyebrow{margin-bottom:12px}
.shead .eyebrow::before{content:"";display:inline-block;width:26px;height:2px;background:var(--gold);vertical-align:middle;margin-right:11px}
.eyebrow{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.shead h2{font-family:var(--fd);font-size:clamp(1.75rem,3.4vw,2.5rem);line-height:1.18;letter-spacing:-.025em;font-weight:700;color:var(--navy)}
.shead p{color:var(--muted);margin-top:13px}
.shrow{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;flex-wrap:wrap;margin-bottom:40px}
.shrow .shead{margin-bottom:0}

/* CATALOG LAYOUT */
.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 342px;gap:28px;align-items:start}
.project-results{min-width:0}
.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 17px;padding:13px 15px;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}
.results-toolbar p{font-size:.81rem;color:var(--muted);line-height:1.35}
.results-toolbar p strong{color:var(--navy);font-size:.91rem}
.sortbox{display:flex;align-items:center;gap:8px;white-space:nowrap}
.sortbox label{font-size:.72rem;font-weight:800;color:var(--muted)}
.sortbox select{border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:8px 30px 8px 10px;font-size:.76rem;font-weight:700;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6480'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 7px center;background-size:16px;cursor:pointer}
.sortbox select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,39,.15)}
.mobile-filter-toggle{display:none;border:1px solid var(--navy);background:var(--navy);color:#fff;border-radius:var(--r);padding:9px 12px;font-size:.73rem;font-weight:800;cursor:pointer;white-space:nowrap;align-items:center;gap:6px}

/* FILTER PANEL */
.filter-panel{position:sticky;top:calc(76px + 62px + 18px);background:#fff;border:1px solid var(--line);border-radius:var(--rl);overflow:hidden;box-shadow:var(--shadow-lg);z-index:4}
.filter-panel-head{padding:22px 21px 18px;background:#fff;border-bottom:1px solid var(--line)}
.filter-panel-head .filter-kicker{color:var(--gold);font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}
.filter-panel-head h3{font-family:var(--fd);color:var(--navy);font-size:1.26rem;line-height:1.18;letter-spacing:-.02em;margin-bottom:6px;font-weight:700}
.filter-panel-head p{color:var(--muted);font-size:.78rem;line-height:1.52;margin:0}

.filter-body{padding:20px 21px 21px}
.filter-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:15px}
.filter-title span{display:block;color:var(--gold);font-size:.63rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:3px}
.filter-title b{font-family:var(--fd);color:var(--navy);font-size:1.02rem;line-height:1.15;font-weight:700}
.filter-clear{border:0;background:transparent;color:var(--gold);font-size:.71rem;font-weight:800;padding:3px 0;cursor:pointer;white-space:nowrap}
.filter-clear:hover{text-decoration:underline}
.filter-group{padding:0 0 16px;margin-bottom:16px;border-bottom:1px solid var(--line)}
.filter-group:last-of-type{margin-bottom:0;border-bottom:0;padding-bottom:0}
.filter-label{display:block;font-size:.71rem;font-weight:800;color:var(--tx);margin-bottom:8px}
.filter-label span{font-size:.64rem;color:var(--muted);font-weight:600;margin-left:4px}
.filter-control{width:100%;border:1px solid var(--line);border-radius:var(--r);background:var(--bg-soft);padding:10px 31px 10px 11px;font-size:.78rem;font-weight:600;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c6480'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:17px;cursor:pointer}
.filter-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,39,.15)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 9px}
.check-option{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.75rem;cursor:pointer;line-height:1.3}
.check-option input{width:15px;height:15px;margin:0;accent-color:var(--gold);cursor:pointer;flex:none}
.check-option:hover{color:var(--navy)}
.filter-check{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:.76rem;cursor:pointer;line-height:1.35}
.filter-check input{width:16px;height:16px;margin:0;accent-color:var(--gold);flex:none}
.filter-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:17px}
.filter-actions .btn{padding:11px 10px;font-size:.71rem}
.filter-secondary{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:var(--r);font-size:.71rem;font-weight:800;padding:10px 11px;cursor:pointer;text-align:center}
.filter-secondary:hover{border-color:var(--navy);background:var(--bg-soft)}
.filter-note{font-size:.65rem;color:var(--muted);line-height:1.45;text-align:center;margin-top:12px}

/* PROJECT CARDS */
.catalog-layout .grid3{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
.catalog-layout .pc{display:grid;grid-template-columns:minmax(250px,32%) minmax(0,1fr);min-height:330px;height:auto!important;background:#fff;border-radius:var(--rl);overflow:hidden;box-shadow:var(--shadow);transition:transform .35s,box-shadow .35s;border:1px solid var(--line);opacity:1!important;visibility:visible!important}
.catalog-layout .pc:hover{transform:translateY(-7px);box-shadow:var(--shadow-lg)}
.catalog-layout .pthumb{aspect-ratio:auto;min-height:100%;height:100%;position:relative;overflow:hidden;background:var(--bg-soft)}
.catalog-layout .pthumb img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.catalog-layout .pc:hover .pthumb img{transform:scale(1.07)}

.catalog-layout .ptags{position:absolute!important;top:11px!important;left:11px!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important;z-index:2!important;width:auto!important;right:auto!important}
.catalog-layout .ptags .tg{display:inline-block!important;font-size:.63rem!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;padding:5px 10px!important;border-radius:4px!important;color:#fff!important;background:var(--navy)!important;border:none!important;margin:0!important;line-height:1.5!important;box-shadow:none!important}
.catalog-layout .ptags .tg.rera{background:var(--ok)!important}
.catalog-layout .ptags .tg.feat{background:var(--gold)!important}

.pdev{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(13,27,42,.88));color:#fff;font-size:.72rem;font-weight:700;padding:22px 14px 9px;letter-spacing:.04em;z-index:2}

.catalog-layout .pbody{padding:18px 20px 18px;display:flex;flex-direction:column;flex:1;min-width:0;justify-content:space-between}
.catalog-layout .pbody h3{font-size:1.14rem;font-weight:700;margin-bottom:4px;letter-spacing:-.01em;font-family:var(--ff);color:var(--navy)}
.catalog-layout .pbody h3 a{text-decoration:none!important}
.catalog-layout .pbody h3 a:hover{color:var(--gold);text-decoration:none!important}
.ploc{display:flex;gap:7px;align-items:flex-start;font-size:.83rem;color:var(--muted);margin-bottom:8px}
.ploc svg{width:13px;height:13px;fill:var(--gold);flex:none;margin-top:4px}
.ploc a{font-weight:700;color:var(--sky)}
.ploc a:hover{text-decoration:underline}
.por{display:inline-flex;align-items:center;gap:7px;background:var(--sky-soft);color:var(--sky);border-radius:var(--r);
  padding:6px 12px;font-size:.83rem;font-weight:800;margin-bottom:4px;align-self:flex-start}
.por svg{width:14px;height:14px;fill:var(--sky);flex:none}
.catalog-layout .pmeta{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px;padding:8px 0;margin:8px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.catalog-layout .pmeta div small{display:block;font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.catalog-layout .pmeta div b{font-size:.79rem;font-weight:800;color:var(--tx)}

/* Scoped catalog card buttons to override general framework conflicts */
.catalog-layout .pbtns {
  display: flex !important;
  gap: 10px !important;
  margin-top: 12px !important;
  padding-top: 6px !important;
  align-items: center !important;
}
.catalog-layout .pbtns .btn,
.catalog-layout .pbtns a.btn {
  flex: 1 1 0% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: .86rem !important;
  letter-spacing: .02em !important;
  cursor: pointer !important;
  transition: all .25s ease !important;
  white-space: nowrap !important;
  height: 42px !important;
  text-decoration: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-shadow: none !important;
}
.catalog-layout .pbtns .btn svg,
.catalog-layout .pbtns a.btn svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
  flex: none !important;
  transition: transform .25s !important;
  display: inline-block !important;
  margin-left: 2px !important;
  vertical-align: middle !important;
}
.catalog-layout .pbtns .btn:hover svg,
.catalog-layout .pbtns a.btn:hover svg {
  transform: translateX(3px) !important;
}
.catalog-layout .pbtns .btn-c,
.catalog-layout .pbtns .btn-gold,
.catalog-layout .pbtns a.btn-c,
.catalog-layout .pbtns a.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dk)) !important;
  color: #ffffff !important;
  border: 1.5px solid var(--gold-dk) !important;
  box-shadow: 0 4px 14px rgba(201,162,39,.28) !important;
}
.catalog-layout .pbtns .btn-c:hover,
.catalog-layout .pbtns .btn-gold:hover,
.catalog-layout .pbtns a.btn-c:hover,
.catalog-layout .pbtns a.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-dk), #8b6d13) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(201,162,39,.4) !important;
}
.catalog-layout .pbtns .btn-o,
.catalog-layout .pbtns .btn-out,
.catalog-layout .pbtns a.btn-o,
.catalog-layout .pbtns a.btn-out {
  border: 1.5px solid var(--navy) !important;
  color: var(--navy) !important;
  background: #ffffff !important;
}
.catalog-layout .pbtns .btn-o:hover,
.catalog-layout .pbtns .btn-out:hover,
.catalog-layout .pbtns a.btn-o:hover,
.catalog-layout .pbtns a.btn-out:hover {
  background: var(--navy) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(13,27,42,.15) !important;
}

/* RELATED THUMBS & PLACEHOLDERS */
.related-thumb{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#1b3850,#0d1b2a)}
.related-thumb::before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid rgba(201,162,39,.36);box-shadow:0 0 0 18px rgba(201,162,39,.06),0 0 0 42px rgba(201,162,39,.03)}
.related-thumb svg{position:relative;z-index:1;width:95px;height:95px;fill:none;stroke:var(--gold-lt);stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.related-thumb .visual-code{position:absolute;z-index:2;bottom:12px;left:13px;color:#d9e1e8;font-size:.61rem;letter-spacing:.1em;text-transform:uppercase}
.related-thumb .visual-code b{color:var(--gold-lt)}
.related-meta{display:flex;gap:7px;flex-wrap:wrap;margin:-3px 0 9px}
.related-meta span{font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-dk);background:rgba(201,162,39,.10);padding:4px 7px;border-radius:5px}

.noRes{display:none;text-align:center;color:var(--muted);padding:44px 0}
.noRes a{display:inline-flex;margin-left:8px}

/* RESPONSIVE CATALOG */
@media(max-width:1040px){
  .catalog-layout{grid-template-columns:minmax(0,1fr) 315px;gap:20px}
  .filter-panel{top:calc(76px + 62px + 12px)}
}
@media(max-width:980px){
  .catalog-layout{display:flex;flex-direction:column;gap:17px}
  .project-results{order:1;width:100%}
  .filter-panel{order:0;position:static;width:100%;display:none}
  .catalog-layout.filters-visible .filter-panel{display:block !important}
  .mobile-filter-toggle{display:inline-flex}
  .results-toolbar{align-items:center}
  .sortbox label{display:none}
}
@media(max-width:700px){
  .catalog-layout .pc{display:flex !important;flex-direction:column !important;height:auto !important;min-height:0 !important}
  .catalog-layout .pthumb{display:block !important;aspect-ratio:16/10 !important;height:auto !important;min-height:0 !important;width:100% !important}
  .results-toolbar{flex-wrap:wrap}
  .results-toolbar p{flex:1 1 200px}
  .sortbox{margin-left:auto}
  .filter-body{padding:18px 17px}
  .filter-lead{padding:21px 18px 19px}
  .check-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:460px){
  .sortbox select{max-width:150px}
  .filter-actions{grid-template-columns:1fr}
}

/* Scoped pagination button styles and text decoration reset */
.pagination {
  margin: 32px 0 16px !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}
.pagination a,
.pagination span {
  text-decoration: none !important;
  color: #fff !important;
  background: var(--navy, #0d1b2a) !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: .88rem !important;
  border: 1.5px solid var(--navy, #0d1b2a) !important;
  transition: all .25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.pagination a:hover {
  background: var(--gold, #c9a227) !important;
  border-color: var(--gold, #c9a227) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(201,162,39,.25) !important;
}
.pagination .active a,
.pagination .active span,
.pagination a.active {
  background: var(--gold, #c9a227) !important;
  border-color: var(--gold, #c9a227) !important;
  color: #fff !important;
  cursor: default !important;
}
.pagination .disabled span,
.pagination .disabled a {
  background: var(--bg-soft, #f6f8fa) !important;
  border-color: var(--line, #e6eaef) !important;
  color: var(--muted, #6b7a8c) !important;
  cursor: not-allowed !important;
  opacity: .6 !important;
}

/* Enquiry Modal Styling */
.modal {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(13,27,42,.6) !important;
  backdrop-filter: blur(4px) !important;
  display: grid !important;
  place-items: center !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .3s, transform .3s !important;
  transform: scale(1.05) !important;
}
.modal.on {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scale(1) !important;
}
.mclose {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  border: none !important;
  background: transparent !important;
  color: var(--navy, #0c1a2e) !important;
  cursor: pointer !important;
  opacity: .7 !important;
  transition: .2s !important;
  z-index: 10 !important;
}
.mclose:hover {
  opacity: 1 !important;
}
.mclose svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}
.card-form {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: 0 12px 36px rgba(13,27,42,.22) !important;
  width: 100% !important;
  max-width: 520px !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  position: relative !important;
  border: 1px solid var(--line, #e2e8f0) !important;
}
.cf-top {
  margin-bottom: 22px !important;
  padding-right: 24px !important;
}
.cf-top h3 {
  font-family: var(--ff, inherit) !important;
  font-size: 1.4rem !important;
  color: var(--navy, #0c1a2e) !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.cf-top p {
  font-size: .88rem !important;
  color: var(--muted, #718096) !important;
  margin: 0 !important;
}

/* Modal Form styling overrides */
.modal .detail-contact {
  padding: 0 !important;
  background: transparent !important;
}
.modal .detail-contact .agent-media,
.modal .detail-contact .detail-title-inner {
  display: none !important;
}
.modal .detail-contact .row {
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.modal .detail-contact .col-sm-4,
.modal .detail-contact .col-sm-12 {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.modal .detail-contact .form-group {
  margin-bottom: 0 !important;
}
.modal .detail-contact input[type=text],
.modal .detail-contact input[type=email],
.modal .detail-contact input[type=phone],
.modal .detail-contact textarea {
  width: 100% !important;
  height: 42px !important;
  padding: 10px 14px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 8px !important;
  font-size: .9rem !important;
  color: #1e293b !important;
  outline: none !important;
  background: #fff !important;
  transition: border-color .2s, box-shadow .2s !important;
  box-shadow: none !important;
}
.modal .detail-contact textarea {
  height: auto !important;
  min-height: 85px !important;
}
.modal .detail-contact input[type=text]:focus,
.modal .detail-contact input[type=email]:focus,
.modal .detail-contact input[type=phone]:focus,
.modal .detail-contact textarea:focus {
  border-color: var(--gold, #c9a227) !important;
  box-shadow: 0 0 0 3px rgba(201,162,39,.18) !important;
}
.modal .detail-contact .g-recaptcha {
  margin: 6px 0 !important;
  display: flex !important;
  justify-content: center !important;
}
.modal .detail-contact input[type=submit] {
  background: linear-gradient(135deg, var(--gold, #c9a227), var(--gold-dk, #a37d1c)) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: .95rem !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: transform .15s, opacity .15s !important;
  margin-top: 8px !important;
}
.modal .detail-contact input[type=submit]:hover {
  opacity: 0.95 !important;
  transform: translateY(-1px) !important;
}
.modal .detail-contact input[type=submit]:active {
  transform: translateY(0) !important;
}

/* Toast Notification Styles */
.toast-notification {
  position: fixed !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(100px) !important;
  background: #0c1a2e !important;
  color: #fff !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.28) !important;
  font-weight: 700 !important;
  font-size: .95rem !important;
  z-index: 100000 !important;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), opacity .3s !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid rgba(201,162,39,.35) !important;
}
.toast-notification.show {
  transform: translateX(-50%) translateY(0) !important;
  opacity: 1 !important;
}
.toast-notification svg {
  width: 18px !important;
  height: 18px !important;
  fill: var(--gold, #c9a227) !important;
  flex: none !important;
}

/* ============ RESPONSIVE MOBILE FBAR STYLES (OVERRIDING ALL) ============ */
.btn-filter-toggle {
  display: none;
}

@media(max-width:760px){
  .fbar .wrap {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px 15px !important;
    min-height: 56px !important;
    gap: 8px !important;
  }
  .fbar .wrap::-webkit-scrollbar {
    display: none !important;
  }
  .fbar .fl {
    display: none !important;
  }
  .fbar form {
    flex-direction: row !important;
    width: auto !important;
    gap: 8px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  .fbar .fsel {
    flex: 0 0 125px !important;
    width: 125px !important;
    margin-right: 0 !important;
  }
  .fbar .fsel select {
    width: 100% !important;
    height: 36px !important;
    padding: 0 24px 0 10px !important;
    font-size: 0.76rem !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }
  .fbar .fsel::after {
    right: 8px !important;
    top: 50% !important;
  }
  .fbar .btn-filter-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 36px !important;
    padding: 0 14px !important;
    background: var(--navy-2) !important;
    border: 1px solid var(--navy-2) !important;
    color: #fff !important;
    border-radius: var(--r) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
    gap: 5px !important;
  }
  .fbar .btn-filter-toggle svg {
    flex: none !important;
  }
  .fbar .btn-enquiry {
    display: none !important;
  }
}

/* ============ RESPONSIVE HEROIN BANNER (OVERRIDING ALL) ============ */
@media(max-width:980px){
  .heroin{grid-template-columns:1fr !important;gap:36px !important;padding:44px 20px !important}
}

/* ============ RESPONSIVE TRUST BADGES (OVERRIDING ALL) ============ */
@media(max-width:980px){
  .trust .wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .tr {
    padding: 16px 20px !important;
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .tr:nth-child(even) {
    border-right: none !important;
  }
  .tr:nth-child(odd) {
    border-right: 1px solid var(--line) !important;
  }
  .tr:nth-child(3),
  .tr:nth-child(4) {
    border-bottom: none !important;
  }
}
@media(max-width:620px){
  .trust .wrap {
    grid-template-columns: 1fr !important;
  }
  .tr {
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .tr:last-child {
    border-bottom: none !important;
  }
}

/* ============ PAGINATION WRAP & RESPONSIVE PAGINATION ============ */
.pagination-wrap {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

@media(max-width:760px){
  #fbar {
    top: 66px !important; /* Matches mobile sticky header height to clear visual gap */
  }
}

@media(max-width:620px){
  .pagination-wrap {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
  }
  .pagination {
    margin: 0 !important;
    gap: 6px !important;
  }
  .pagination a, .pagination span {
    padding: 6px 10px !important;
    font-size: 0.78rem !important;
    border-radius: 6px !important;
  }
}

/* Card Form Scrollbar Styling */
.card-form {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(201, 162, 39, 0.35) transparent !important;
}
.card-form::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
.card-form::-webkit-scrollbar-track {
  background: transparent !important;
}
.card-form::-webkit-scrollbar-thumb {
  background: rgba(201, 162, 39, 0.35) !important;
  border-radius: 10px !important;
}
.card-form::-webkit-scrollbar-thumb:hover {
  background: var(--gold, #c9a227) !important;
}

/* Ensure Google reCAPTCHA's internal hidden response textarea is NEVER displayed */
.g-recaptcha-response,
textarea[name="g-recaptcha-response"],
textarea#g-recaptcha-response,
textarea[id*="recaptcha"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  pointer-events: none !important;
}

