/* ═══════════════════════════════════════════════════
   BUILDER DETAIL PAGE — DARK PREMIUM THEME
   (Matches project.blade.php — same bg, same vibe)
═══════════════════════════════════════════════════ */

.bldr-page-wrap{font-family:'Inter',sans-serif;background:#0d0d1a;color:#e4e4e4;min-height:100vh;padding-top:100px;}
.bldr-page-wrap *,.bldr-page-wrap *::before,.bldr-page-wrap *::after{box-sizing:border-box}

/* ── Breadcrumb ── */
.bldr-breadcrumb{background:#111;border-bottom:1px solid #222;padding:12px 0;font-size:12px;color:#888;font-family:'Inter',sans-serif}
.bldr-breadcrumb a{color:#aaa;text-decoration:none;transition:color .2s}
.bldr-breadcrumb a:hover{color:#c9a96e}
.bldr-breadcrumb span{margin:0 8px;color:#444}
.bldr-breadcrumb .cur{color:#c9a96e;font-weight:500}

/* ── Hero ── */
.bldr-hero{background:linear-gradient(135deg,#13131f 0%,#0d0d1a 100%);border-bottom:1px solid #1f1f30;padding:36px 0 0;position:relative;overflow:hidden;}
.bldr-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:340px;height:340px;background:radial-gradient(circle,rgba(201,169,110,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.bldr-hero__inner{display:flex;align-items:center;gap:26px;position:relative;z-index:2}
.bldr-logo-wrap{width:110px;height:110px;border:1px solid #2a2a40;border-radius:14px;overflow:hidden;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(201,169,110,.12)}
.bldr-logo-wrap img{max-width:94px;max-height:94px;object-fit:contain}
.bldr-logo-ph{font-size:34px;font-weight:700;color:#c9a96e;font-family:'Playfair Display',serif;letter-spacing:.5px}
.bldr-hero__info{flex:1}
.bldr-hero__name{font-family:'Playfair Display',serif;font-size:34px;font-weight:600;color:#fff;margin:0 0 16px;letter-spacing:-.4px}
.bldr-hero__stats{display:flex;gap:34px;flex-wrap:wrap}
.bldr-hero__stat{position:relative;padding-right:34px}
.bldr-hero__stat:not(:last-child)::after{content:'';position:absolute;right:0;top:8px;bottom:8px;width:1px;background:#2a2a40}
.bldr-hero__stat .num{font-family:'Playfair Display',serif;font-size:26px;font-weight:600;color:#c9a96e;display:block;line-height:1.1}
.bldr-hero__stat .lbl{font-size:11.5px;color:#888;text-transform:uppercase;letter-spacing:1px;margin-top:4px;display:block}

/* ── Sticky nav ── */
.bldr-nav{
    background:#111;
    border-top:1px solid #1f1f30;
    position:sticky;
    top:100px;
    z-index:999;
    width:100%;
}
.bldr-nav__inner{display:flex;overflow-x:auto;gap:0;scrollbar-width:none}
.bldr-nav__inner::-webkit-scrollbar{display:none}
.bldr-nav__inner a{padding:15px 20px;color:#aaa;font-size:13px;white-space:nowrap;border-bottom:2px solid transparent;text-decoration:none;font-weight:500;transition:all .25s;font-family:'Inter',sans-serif}
.bldr-nav__inner a:hover,.bldr-nav__inner a.active{color:#c9a96e;border-bottom-color:#c9a96e;background:rgba(201,169,110,.05)}

/* ── Body layout ── */
.bldr-page{padding:32px 0 60px}
.bldr-layout{display:flex;gap:26px;align-items:flex-start}
.bldr-main{flex:1;min-width:0}
.bldr-sidebar{width:320px;flex-shrink:0}

/* ── Cards ── */
.bldr-card{background:#13131f;border:1px solid #1f1f30;border-radius:14px;margin-bottom:24px;overflow:hidden;transition:border-color .25s}
.bldr-card:hover{border-color:#2a2a40}
.bldr-card__head{padding:22px 26px 14px;border-bottom:1px solid #222;position:relative}
.bldr-card__head::before{content:'';position:absolute;left:26px;bottom:-1px;width:50px;height:2px;background:#c9a96e}
.bldr-card__head h2{font-family:'Playfair Display',serif;font-size:21px;font-weight:600;color:#fff;margin:0;letter-spacing:-.2px}
.bldr-card__body{padding:22px 26px}

/* ── No data ── */
.bldr-no-data{padding:32px 20px;text-align:center;color:#888;font-size:14px;background:#0f0f1c;border:1px dashed #2a2a40;border-radius:10px;font-family:'Inter',sans-serif}
.bldr-no-data i{font-size:34px;display:block;margin-bottom:10px;color:#3a3a55;opacity:.7}

/* ── Overview ── */
.bldr-overview-text{font-size:14.5px;color:#cccccc;line-height:1.85;font-family:'Inter',sans-serif}
.bldr-overview-text p{margin:0 0 12px}
.bldr-read-more{color:#c9a96e;font-size:12px;cursor:pointer;border:none;background:none;padding:8px 0 0;font-weight:700;letter-spacing:.5px;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;font-family:'Inter',sans-serif;transition:color .2s}
.bldr-read-more:hover{color:#dfc28a}

/* ── Office locations ── */
.bldr-hq-badge{display:inline-block;background:linear-gradient(135deg,#c9a96e,#b8934a);color:#0d0d1a;font-size:10px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.8px}
.bldr-office-block{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #1a1a28}
.bldr-office-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.bldr-office-block h4{font-family:'Playfair Display',serif;font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}
.bldr-office-block p{font-size:13.5px;color:#aaa;margin:4px 0;line-height:1.65}
.bldr-contact-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}
.bldr-contact-item{font-size:12px;color:#888;display:inline-flex;align-items:center;gap:4px}
.bldr-contact-item strong{color:#c9a96e;font-weight:600}

/* ── Company size ── */
.bldr-cs-num{font-family:'Playfair Display',serif;font-size:30px;font-weight:600;color:#fff;letter-spacing:-.3px}
.bldr-cs-num span{color:#c9a96e}
.bldr-cs-text{font-size:14px;color:#aaa;margin-top:12px;line-height:1.75}

/* ── Team grid ── */
.bldr-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:18px}
.bldr-team-card{text-align:center;padding:16px 10px;background:#0f0f1c;border-radius:12px;border:1px solid #2a2a40;transition:all .3s}
.bldr-team-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(201,169,110,.1);border-color:#c9a96e}
.bldr-team-photo{width:82px;height:82px;border-radius:50%;object-fit:cover;margin:0 auto 10px;display:block;border:3px solid #1a1a28}
.bldr-team-nophoto{width:82px;height:82px;border-radius:50%;background:linear-gradient(135deg,#c9a96e,#b8934a);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:26px;font-weight:700;color:#0d0d1a;font-family:'Playfair Display',serif}
.bldr-team-card h5{font-family:'Inter',sans-serif;font-size:13.5px;font-weight:600;color:#fff;margin:0 0 3px}
.bldr-team-card p{font-size:11.5px;color:#888;margin:0}

/* ── Services ── */
.bldr-svc-desc{font-size:14px;color:#cccccc;line-height:1.75;margin-bottom:16px}
.bldr-svc-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.bldr-svc-list li{font-size:13.5px;color:#cccccc;display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background:#0f0f1c;border-radius:8px;border-left:3px solid #c9a96e;line-height:1.5}

/* ── Awards ── */
.bldr-award-desc{font-size:14px;color:#cccccc;line-height:1.75;margin-bottom:14px}
.bldr-award-list{list-style:none;padding:0;margin:0}
.bldr-award-list li{font-size:13.5px;color:#cccccc;padding:12px 0 12px 26px;border-bottom:1px solid #1a1a28;position:relative;line-height:1.6}
.bldr-award-list li::before{content:'★';position:absolute;left:0;top:12px;color:#c9a96e;font-size:14px}
.bldr-award-list li:last-child{border-bottom:none}

/* ── Customer Care contact ── */
.bldr-contact-phone{font-family:'Playfair Display',serif;font-size:28px;font-weight:600;color:#c9a96e;text-decoration:none;display:block;margin-bottom:8px;letter-spacing:.5px}
.bldr-contact-phone:hover{color:#dfc28a}
.bldr-contact-email{font-size:13px;color:#aaa;margin:6px 0}
.bldr-contact-email a{color:#c9a96e;text-decoration:none}
.bldr-contact-desc{font-size:13.5px;color:#aaa;line-height:1.7;margin-top:12px}

/* ── FAQs ── */
.bldr-faq-item{border-bottom:1px solid #1a1a28}
.bldr-faq-item:last-child{border-bottom:none}
.bldr-faq-item summary{font-family:'Inter',sans-serif;font-size:14.5px;font-weight:600;color:#fff;padding:16px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.bldr-faq-item summary::-webkit-details-marker{display:none}
.bldr-faq-item summary::after{content:'+';font-size:22px;color:#c9a96e;font-weight:300;flex-shrink:0;transition:transform .3s}
.bldr-faq-item[open] summary::after{content:'–'}
.bldr-faq-item p{font-size:13.5px;color:#aaa;padding:0 0 16px;line-height:1.75;margin:0;padding-right:30px}

/* ── Cities ── */
.bldr-cities{display:flex;flex-wrap:wrap;gap:10px}
.bldr-city-tag{background:#0f0f1c;border:1px solid #2a2a40;border-radius:24px;padding:9px 18px;font-size:13px;color:#cccccc;text-decoration:none;transition:all .25s;font-weight:500}
.bldr-city-tag:hover{background:#c9a96e;color:#0d0d1a;border-color:#c9a96e;transform:translateY(-2px)}

/* ── Project cards grid ── */
.bldr-proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.bldr-proj-card{border:1px solid #2a2a40;border-radius:12px;overflow:hidden;background:#0f0f1c;transition:all .3s;text-decoration:none;display:block}
.bldr-proj-card:hover{border-color:#c9a96e;transform:translateY(-3px);box-shadow:0 8px 20px rgba(201,169,110,.1)}
.bldr-proj-card__img{height:150px;background:#1a1a2e;position:relative;overflow:hidden}
.bldr-proj-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bldr-proj-card:hover .bldr-proj-card__img img{transform:scale(1.05)}
.bldr-proj-card__no-img{height:100%;display:flex;align-items:center;justify-content:center;color:#3a3a55;font-size:38px}
.bldr-proj-card__body{padding:14px}
.bldr-proj-card__name{font-family:'Inter',sans-serif;font-size:14px;font-weight:600;color:#fff;margin:0 0 4px;line-height:1.3}
.bldr-proj-card__loc{font-size:11.5px;color:#888;margin:0 0 8px;display:flex;align-items:center;gap:4px}
.bldr-proj-card__price{font-family:'Playfair Display',serif;font-size:15px;font-weight:600;color:#c9a96e}
.bldr-proj-card__price .por{color:#666;font-weight:400;font-size:13px;font-style:italic}
.bldr-proj-card__btn{display:block;text-align:center;color:#c9a96e;font-size:11.5px;font-weight:700;margin-top:10px;padding:8px 0 0;border-top:1px solid #1a1a28;text-transform:uppercase;letter-spacing:.5px}

/* ── Other builders ── */
.bldr-other-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:16px}
.bldr-other-card{border:1px solid #2a2a40;border-radius:12px;padding:18px 14px;text-align:center;text-decoration:none;background:#0f0f1c;transition:all .3s;display:block}
.bldr-other-card:hover{border-color:#c9a96e;box-shadow:0 6px 18px rgba(201,169,110,.1);transform:translateY(-3px)}
.bldr-other-card .lw{width:62px;height:62px;border:1px solid #2a2a40;border-radius:8px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:#fff;padding:4px}
.bldr-other-card .lw img{max-width:50px;max-height:50px;object-fit:contain}
.bldr-other-card .lph{font-size:18px;font-weight:700;color:#c9a96e;font-family:'Playfair Display',serif}
.bldr-other-card h6{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;color:#fff;margin:0 0 3px}
.bldr-other-card small{font-size:11px;color:#888}
.bldr-other-card .pc{font-size:11px;color:#c9a96e;margin-top:5px;font-weight:600}

/* ── Sidebar ── */
.bldr-sb-sticky{
    position:sticky;
    top:185px;
}
.bldr-sb-box{background:#13131f;border:1px solid #1f1f30;border-radius:14px;padding:22px;margin-bottom:18px;transition:border-color .25s}
.bldr-sb-box:hover{border-color:#2a2a40}
.bldr-sb-title{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;color:#fff;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #222;position:relative}
.bldr-sb-title::after{content:'';position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#c9a96e}
.bldr-sb-phone{font-family:'Playfair Display',serif;font-size:24px;font-weight:600;color:#c9a96e;display:block;text-decoration:none;margin-bottom:14px;letter-spacing:.5px}
.bldr-sb-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#c9a96e,#b8934a);color:#0d0d1a;text-align:center;padding:12px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;margin-bottom:10px;border:none;width:100%;cursor:pointer;font-family:'Inter',sans-serif;transition:all .25s;letter-spacing:.3px;text-transform:uppercase}
.bldr-sb-btn:hover{background:linear-gradient(135deg,#b8934a,#a07d3d);color:#0d0d1a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,169,110,.3)}
.bldr-sb-btn.out{background:transparent;color:#c9a96e;border:1.5px solid #c9a96e}
.bldr-sb-btn.out:hover{background:rgba(201,169,110,.1);color:#dfc28a}
.bldr-sb-why{margin-top:18px;padding-top:18px;border-top:1px solid #222}
.bldr-sb-why h6{font-family:'Inter',sans-serif;font-size:11px;font-weight:700;color:#888;margin:0 0 14px;text-transform:uppercase;letter-spacing:1px}
.bldr-sb-wi{display:flex;gap:12px;margin-bottom:14px;align-items:flex-start}
.bldr-sb-wi .ic{width:38px;height:38px;background:linear-gradient(135deg,#0f0f1c,#1a1a28);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#c9a96e;font-size:14px;border:1px solid #2a2a40}
.bldr-sb-wi div h6{font-family:'Inter',sans-serif;font-size:12.5px;font-weight:700;color:#fff;margin:0 0 3px;text-transform:none;letter-spacing:0}
.bldr-sb-wi div p{font-size:11.5px;color:#888;margin:0;line-height:1.5}
.bldr-info-table{width:100%;font-size:13px;border-collapse:collapse;font-family:'Inter',sans-serif}
.bldr-info-table td{padding:10px 0;vertical-align:top;border-bottom:1px solid #1a1a28}
.bldr-info-table tr:last-child td{border-bottom:none}
.bldr-info-table td:first-child{color:#888;width:110px;font-size:12.5px}
.bldr-info-table td:last-child{color:#fff;font-weight:600}

/* ── Responsive ── */
@media(max-width:900px){
    .bldr-layout{flex-direction:column}
    .bldr-sidebar{width:100%}
    .bldr-svc-list{grid-template-columns:1fr}
    .bldr-hero__inner{flex-direction:column;text-align:center;align-items:center}
    .bldr-hero__stats{justify-content:center}
    .bldr-hero__stat{padding-right:0}
    .bldr-hero__stat:not(:last-child)::after{display:none}
    .bldr-hero__name{font-size:26px}
    .bldr-card__head{padding:18px 20px 14px}
    .bldr-card__body{padding:18px 20px}
}

/* ═══════════════════════════════════════════════════
   LIGHT MODE OVERRIDES — Builder Detail Page
   Gold accent (#c9a96e family) preserved; sirf backgrounds,
   borders aur text colors flip ho rahe hain
═══════════════════════════════════════════════════ */
[data-theme="light"] .bldr-page-wrap{background:#f7f5f0;color:#3a3328}

/* Breadcrumb */
[data-theme="light"] .bldr-breadcrumb{background:#ffffff;border-bottom:1px solid #e5dfd0;color:#8a7a5c}
[data-theme="light"] .bldr-breadcrumb a{color:#6b5e47}
[data-theme="light"] .bldr-breadcrumb a:hover{color:#b8934a}
[data-theme="light"] .bldr-breadcrumb span{color:#c9bfaa}
[data-theme="light"] .bldr-breadcrumb .cur{color:#b8934a}

/* Hero */
[data-theme="light"] .bldr-hero{background:linear-gradient(135deg,#ffffff 0%,#f7f5f0 100%);border-bottom:1px solid #e5dfd0}
[data-theme="light"] .bldr-hero::before{background:radial-gradient(circle,rgba(201,169,110,.18) 0%,transparent 70%)}
[data-theme="light"] .bldr-logo-wrap{border:1px solid #e5dfd0;background:#fff;box-shadow:0 6px 24px rgba(201,169,110,.18)}
[data-theme="light"] .bldr-hero__name{color:#1a1611}
[data-theme="light"] .bldr-hero__stat:not(:last-child)::after{background:#e5dfd0}
[data-theme="light"] .bldr-hero__stat .num{color:#b8934a}
[data-theme="light"] .bldr-hero__stat .lbl{color:#8a7a5c}

/* Sticky nav */
[data-theme="light"] .bldr-nav{background:#ffffff;border-top:1px solid #e5dfd0;box-shadow:0 2px 8px rgba(0,0,0,.04)}
[data-theme="light"] .bldr-nav__inner a{color:#6b5e47}
[data-theme="light"] .bldr-nav__inner a:hover,
[data-theme="light"] .bldr-nav__inner a.active{color:#b8934a;border-bottom-color:#c9a96e;background:rgba(201,169,110,.08)}

/* Cards */
[data-theme="light"] .bldr-card{background:#ffffff;border:1px solid #e5dfd0;box-shadow:0 2px 12px rgba(0,0,0,.03)}
[data-theme="light"] .bldr-card:hover{border-color:#d4ccb8}
[data-theme="light"] .bldr-card__head{border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-card__head h2{color:#1a1611}

/* No data */
[data-theme="light"] .bldr-no-data{color:#8a7a5c;background:#faf8f3;border:1px dashed #d4ccb8}
[data-theme="light"] .bldr-no-data i{color:#c9bfaa}

/* Overview */
[data-theme="light"] .bldr-overview-text{color:#3a3328}
[data-theme="light"] .bldr-read-more{color:#b8934a}
[data-theme="light"] .bldr-read-more:hover{color:#a07d3d}

/* Office locations */
[data-theme="light"] .bldr-hq-badge{color:#fff}
[data-theme="light"] .bldr-office-block{border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-office-block h4{color:#1a1611}
[data-theme="light"] .bldr-office-block p{color:#6b5e47}
[data-theme="light"] .bldr-contact-item{color:#8a7a5c}
[data-theme="light"] .bldr-contact-item strong{color:#b8934a}

/* Company size */
[data-theme="light"] .bldr-cs-num{color:#1a1611}
[data-theme="light"] .bldr-cs-num span{color:#b8934a}
[data-theme="light"] .bldr-cs-text{color:#6b5e47}

/* Team grid */
[data-theme="light"] .bldr-team-card{background:#faf8f3;border:1px solid #e5dfd0}
[data-theme="light"] .bldr-team-card:hover{box-shadow:0 8px 20px rgba(201,169,110,.18);border-color:#c9a96e}
[data-theme="light"] .bldr-team-photo{border:3px solid #f0ece2}
[data-theme="light"] .bldr-team-nophoto{color:#fff}
[data-theme="light"] .bldr-team-card h5{color:#1a1611}
[data-theme="light"] .bldr-team-card p{color:#8a7a5c}

/* Services */
[data-theme="light"] .bldr-svc-desc{color:#3a3328}
[data-theme="light"] .bldr-svc-list li{color:#3a3328;background:#faf8f3;border-left:3px solid #c9a96e}

/* Awards */
[data-theme="light"] .bldr-award-desc{color:#3a3328}
[data-theme="light"] .bldr-award-list li{color:#3a3328;border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-award-list li::before{color:#b8934a}

/* Customer Care contact (inline) */
[data-theme="light"] .bldr-contact-phone{color:#b8934a}
[data-theme="light"] .bldr-contact-phone:hover{color:#a07d3d}
[data-theme="light"] .bldr-contact-email{color:#6b5e47}
[data-theme="light"] .bldr-contact-email a{color:#b8934a}
[data-theme="light"] .bldr-contact-desc{color:#6b5e47}

/* FAQs */
[data-theme="light"] .bldr-faq-item{border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-faq-item summary{color:#1a1611}
[data-theme="light"] .bldr-faq-item summary::after{color:#b8934a}
[data-theme="light"] .bldr-faq-item p{color:#6b5e47}

/* Cities */
[data-theme="light"] .bldr-city-tag{background:#faf8f3;border:1px solid #e5dfd0;color:#3a3328}
[data-theme="light"] .bldr-city-tag:hover{background:#c9a96e;color:#fff;border-color:#c9a96e}

/* Project cards */
[data-theme="light"] .bldr-proj-card{border:1px solid #e5dfd0;background:#ffffff}
[data-theme="light"] .bldr-proj-card:hover{border-color:#c9a96e;box-shadow:0 8px 20px rgba(201,169,110,.18)}
[data-theme="light"] .bldr-proj-card__img{background:#f0ece2}
[data-theme="light"] .bldr-proj-card__no-img{color:#c9bfaa}
[data-theme="light"] .bldr-proj-card__name{color:#1a1611}
[data-theme="light"] .bldr-proj-card__loc{color:#8a7a5c}
[data-theme="light"] .bldr-proj-card__price{color:#b8934a}
[data-theme="light"] .bldr-proj-card__price .por{color:#a89876}
[data-theme="light"] .bldr-proj-card__btn{color:#b8934a;border-top:1px solid #f0ece2}

/* Other builders */
[data-theme="light"] .bldr-other-card{border:1px solid #e5dfd0;background:#ffffff}
[data-theme="light"] .bldr-other-card:hover{border-color:#c9a96e;box-shadow:0 6px 18px rgba(201,169,110,.18)}
[data-theme="light"] .bldr-other-card .lw{border:1px solid #e5dfd0;background:#fff}
[data-theme="light"] .bldr-other-card .lph{color:#b8934a}
[data-theme="light"] .bldr-other-card h6{color:#1a1611}
[data-theme="light"] .bldr-other-card small{color:#8a7a5c}
[data-theme="light"] .bldr-other-card .pc{color:#b8934a}

/* Sidebar */
[data-theme="light"] .bldr-sb-box{background:#ffffff;border:1px solid #e5dfd0;box-shadow:0 2px 12px rgba(0,0,0,.03)}
[data-theme="light"] .bldr-sb-box:hover{border-color:#d4ccb8}
[data-theme="light"] .bldr-sb-title{color:#1a1611;border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-sb-phone{color:#b8934a}
[data-theme="light"] .bldr-sb-btn{color:#fff}
[data-theme="light"] .bldr-sb-btn:hover{color:#fff;box-shadow:0 4px 12px rgba(201,169,110,.4)}
[data-theme="light"] .bldr-sb-btn.out{background:transparent;color:#b8934a;border:1.5px solid #c9a96e}
[data-theme="light"] .bldr-sb-btn.out:hover{background:rgba(201,169,110,.12);color:#a07d3d}
[data-theme="light"] .bldr-sb-why{border-top:1px solid #f0ece2}
[data-theme="light"] .bldr-sb-why h6{color:#8a7a5c}
[data-theme="light"] .bldr-sb-wi .ic{background:linear-gradient(135deg,#faf8f3,#f0ece2);color:#b8934a;border:1px solid #e5dfd0}
[data-theme="light"] .bldr-sb-wi div h6{color:#1a1611}
[data-theme="light"] .bldr-sb-wi div p{color:#8a7a5c}

/* Info table */
[data-theme="light"] .bldr-info-table td{border-bottom:1px solid #f0ece2}
[data-theme="light"] .bldr-info-table td:first-child{color:#8a7a5c}
[data-theme="light"] .bldr-info-table td:last-child{color:#1a1611}

/* ═══════════════════════════════════════════════════
   BUILDER DETAIL V2 - selected cinematic profile design
═══════════════════════════════════════════════════ */
.bldr-page-wrap{
    background:
        radial-gradient(circle at 70% 8%, rgba(201,169,110,.12), transparent 30%),
        linear-gradient(180deg,#08080f 0%,#10101b 52%,#0b0b12 100%);
}

.bldr-breadcrumb{
    background:rgba(10,10,16,.86);
    border-bottom-color:rgba(201,169,110,.12);
    backdrop-filter:blur(16px);
}

.bldr-hero{
    padding:48px 0 36px;
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(90deg, rgba(9,9,14,.94) 0%, rgba(9,9,14,.62) 48%, rgba(9,9,14,.9) 100%),
        radial-gradient(circle at 70% 38%, rgba(201,169,110,.18), transparent 32%),
        linear-gradient(135deg,#11131d,#090910);
}

.bldr-hero.has-builder-banner{
    background:
        linear-gradient(90deg, rgba(5,5,9,.88) 0%, rgba(5,5,9,.46) 44%, rgba(5,5,9,.84) 100%),
        linear-gradient(180deg, rgba(5,5,9,.18), rgba(5,5,9,.62)),
        var(--builder-banner-image) center / cover no-repeat;
}

.bldr-hero.has-builder-banner::before{
    content:"";
    position:absolute;
    inset:0;
    width:auto;
    height:auto;
    border-radius:0;
    background:
        radial-gradient(circle at 28% 42%, rgba(201,169,110,.18), transparent 28%),
        linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.08), rgba(0,0,0,.62));
    opacity:1;
    pointer-events:none;
}

.bldr-hero::before{
    inset:auto 0 0;
    width:100%;
    height:72%;
    border-radius:0;
    background:
        linear-gradient(to top,rgba(201,169,110,.22),transparent 18%),
        repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.035) 47px 48px);
    opacity:.55;
}

.bldr-hero::after{
    content:"";
    position:absolute;
    right:20%;
    bottom:0;
    width:46%;
    height:78%;
    background:
        linear-gradient(to top,rgba(201,169,110,.18),transparent 8%),
        linear-gradient(90deg,transparent 0 6%,rgba(255,255,255,.08) 6% 7%,transparent 7% 15%,rgba(255,255,255,.05) 15% 16%,transparent 16% 26%,rgba(255,255,255,.07) 26% 27%,transparent 27%),
        linear-gradient(to top,#1d1b18 0 70%,transparent 70%);
    clip-path:polygon(0 100%,0 35%,8% 35%,8% 22%,18% 22%,18% 42%,28% 42%,28% 14%,39% 14%,39% 48%,52% 48%,52% 26%,63% 26%,63% 52%,76% 52%,76% 36%,88% 36%,88% 100%);
    opacity:.58;
    pointer-events:none;
}

.bldr-hero.has-builder-banner::after{
    opacity:.16;
}

.bldr-hero__inner{
    position:relative;
    z-index:2;
    min-height:330px;
    display:grid;
    grid-template-columns:250px minmax(0,1fr) 330px;
    gap:34px;
    align-items:center;
}

.bldr-logo-wrap{
    width:230px;
    height:230px;
    border-radius:18px;
    background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,240,229,.92));
    border:1px solid rgba(201,169,110,.42);
    box-shadow:0 0 0 1px rgba(255,255,255,.08),0 22px 70px rgba(0,0,0,.45),0 0 42px rgba(201,169,110,.18);
    padding:18px;
}

.bldr-logo-wrap img{width:100%;height:100%;max-width:190px;max-height:190px;object-fit:contain}
.bldr-logo-ph{font-size:58px;color:#d6b56f}

.bldr-elite-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid rgba(201,169,110,.52);
    color:#d7b874;
    background:rgba(201,169,110,.08);
    border-radius:999px;
    padding:8px 15px;
    font-size:12px;
    font-weight:800;
    margin-bottom:14px;
}

.bldr-hero__name{
    font-size:clamp(44px,4.5vw,76px);
    line-height:.95;
    margin-bottom:12px;
    text-shadow:0 12px 38px rgba(0,0,0,.48);
}

.bldr-hero__tagline{
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.45;
    max-width:760px;
    margin:0 0 22px;
}

.bldr-hero__stats{
    gap:18px;
    align-items:stretch;
}

.bldr-hero__stat{
    min-width:126px;
    padding:0 20px 0 0;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:10px;
}

.bldr-hero__stat i{
    grid-row:1 / 4;
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#d7b874;
    border:1px solid rgba(201,169,110,.4);
    background:rgba(0,0,0,.24);
    font-size:13px;
}

.bldr-hero__stat .num{font-size:31px}
.bldr-hero__stat .lbl{font-size:11px;color:rgba(255,255,255,.72)}
.bldr-hero__stat small{font-size:11px;color:rgba(255,255,255,.46);margin-top:3px}

.bldr-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.bldr-trust-row span{
    color:rgba(255,255,255,.74);
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.1);
    border-radius:999px;
    padding:7px 12px;
    font-size:12px;
}

.bldr-hero-contact{
    position:relative;
    z-index:2;
    padding:24px;
    border-radius:18px;
    background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
    border:1px solid rgba(201,169,110,.34);
    box-shadow:0 24px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter:blur(18px);
}

.bldr-hero-contact p{
    color:#fff;
    font-size:18px;
    font-weight:800;
    margin:0 0 4px;
}

.bldr-hero-contact > span{
    display:block;
    color:rgba(255,255,255,.62);
    font-size:13px;
    margin-bottom:18px;
}

.bldr-hero-phone{
    display:flex;
    align-items:center;
    gap:12px;
    color:#d7b874;
    text-decoration:none;
    font-size:28px;
    font-weight:900;
    letter-spacing:2px;
    margin-bottom:18px;
}

.bldr-hero-phone i{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#17120d;
    background:#d7b874;
    font-size:14px;
}

.bldr-hero-cta{
    width:100%;
    min-height:50px;
    border:0;
    border-radius:10px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:linear-gradient(135deg,#d7b874,#b88c41);
    color:#17120d;
    font-weight:900;
}

.bldr-hero-cta b{margin-left:auto;font-size:22px;font-weight:400}
.bldr-hero-cta.out{background:transparent;color:#d7b874;border:1px solid rgba(201,169,110,.62)}

.bldr-hero-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.12);
}

.bldr-hero-benefits span{
    color:rgba(255,255,255,.68);
    font-size:11px;
    display:grid;
    gap:5px;
}

.bldr-hero-benefits i{color:#d7b874}

.bldr-nav{
    background:rgba(13,13,18,.94);
    border-color:rgba(201,169,110,.16);
    backdrop-filter:blur(18px);
}

.bldr-nav__inner a{
    padding:17px 22px;
    font-weight:700;
}

.bldr-page{padding:28px 0 70px}
.bldr-layout{gap:28px}

.bldr-card,
.bldr-sb-box{
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
    border-color:rgba(201,169,110,.16);
    box-shadow:0 18px 45px rgba(0,0,0,.22);
    backdrop-filter:blur(12px);
}

.bldr-card:hover,
.bldr-sb-box:hover{
    border-color:rgba(201,169,110,.34);
    transform:translateY(-1px);
}

.bldr-card__head{border-bottom-color:rgba(255,255,255,.08)}
.bldr-card__head h2{font-size:24px}

.bldr-proj-grid{
    grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
}

.bldr-proj-card{
    background:rgba(255,255,255,.04);
    border-color:rgba(201,169,110,.18);
}

.bldr-proj-card__img{height:176px}
.bldr-proj-card__body{padding:16px}
.bldr-proj-card__name{font-size:16px}

.bldr-sb-sticky{top:176px}

@media(max-width:1200px){
    .bldr-hero__inner{grid-template-columns:190px minmax(0,1fr);gap:24px}
    .bldr-hero-contact{grid-column:1 / -1}
    .bldr-logo-wrap{width:180px;height:180px}
    .bldr-logo-wrap img{max-width:136px;max-height:136px}
}

@media(max-width:900px){
    .bldr-hero__inner{display:flex;min-height:auto}
    .bldr-hero-contact{width:100%}
    .bldr-hero__tagline{text-align:center}
    .bldr-trust-row{justify-content:center}
}

@media(max-width:600px){
    .bldr-logo-wrap{width:150px;height:150px}
    .bldr-hero__name{font-size:38px}
    .bldr-hero__stats{display:grid;grid-template-columns:1fr 1fr}
    .bldr-hero__stat{padding-right:0}
    .bldr-hero-contact{padding:18px}
    .bldr-hero-phone{font-size:22px}
    .bldr-hero-benefits{grid-template-columns:1fr}
}

[data-theme="light"] .bldr-page-wrap{
    background:
        radial-gradient(circle at 70% 8%, rgba(201,169,110,.18), transparent 30%),
        linear-gradient(180deg,#f7f3eb 0%,#fff 52%,#f4efe5 100%);
}

[data-theme="light"] .bldr-hero{
    background:
        linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.72), rgba(246,240,230,.94)),
        radial-gradient(circle at 70% 38%, rgba(201,169,110,.22), transparent 32%),
        #f7f3eb;
}

[data-theme="light"] .bldr-hero.has-builder-banner{
    background:
        linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.66), rgba(246,240,230,.92)),
        linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.72)),
        var(--builder-banner-image) center / cover no-repeat;
}

[data-theme="light"] .bldr-hero__tagline,
[data-theme="light"] .bldr-hero__stat .lbl,
[data-theme="light"] .bldr-hero__stat small,
[data-theme="light"] .bldr-trust-row span,
[data-theme="light"] .bldr-hero-contact > span{
    color:#6f6250;
}

[data-theme="light"] .bldr-hero-contact,
[data-theme="light"] .bldr-card,
[data-theme="light"] .bldr-sb-box{
    background:rgba(255,255,255,.78);
    border-color:rgba(201,169,110,.24);
}

[data-theme="light"] .bldr-hero-contact p{color:#1a1611}
[data-theme="light"] .bldr-trust-row span{background:rgba(255,255,255,.66);border-color:rgba(201,169,110,.18)}

/* ═══════════════════════════════════════════════════
   BUILDER DETAIL V3 - full page polish, not only banner
═══════════════════════════════════════════════════ */
.bldr-page-wrap .container{
    max-width: 1320px;
}

.bldr-page{
    position:relative;
    overflow:hidden;
}

.bldr-page::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 12%, rgba(201,169,110,.08), transparent 24%),
        radial-gradient(circle at 86% 40%, rgba(255,255,255,.045), transparent 20%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
    pointer-events:none;
}

.bldr-page > .container{
    position:relative;
    z-index:1;
}

.bldr-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:26px;
}

.bldr-main{
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:22px;
}

.bldr-main > .bldr-card{
    grid-column:1 / -1;
    margin-bottom:0;
}

.bldr-main > #overview,
.bldr-main > #offices,
.bldr-main > #company-size,
.bldr-main > #team,
.bldr-main > #services,
.bldr-main > #awards,
.bldr-main > #contact,
.bldr-main > #faqs,
.bldr-main > #cities,
.bldr-main > #other-builders{
    grid-column:1 / -1;
}

.bldr-card{
    border-radius:16px;
    overflow:hidden;
    position:relative;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.bldr-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(201,169,110,.58),transparent);
    opacity:.5;
}

.bldr-card__head{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:22px 24px 16px;
}

.bldr-card__head--split a{
    color:#d7b874;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

.bldr-card__head h2{
    font-size:clamp(22px,1.7vw,30px);
    letter-spacing:-.02em;
}

.bldr-card__body{
    padding:22px 24px 24px;
}

.bldr-overview-text{
    max-width:920px;
    color:rgba(255,255,255,.72);
    font-size:15px;
}

.bldr-overview-text p{
    margin-bottom:14px;
}

.bldr-overview-text strong,
.bldr-overview-text b{
    color:#fff;
}

.bldr-read-more{
    margin-top:4px;
    color:#d7b874;
}

.bldr-featured-card{
    background:
        linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.03)),
        radial-gradient(circle at 90% 12%,rgba(201,169,110,.12),transparent 24%);
}

.bldr-proj-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.bldr-proj-grid--featured{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.bldr-empty-projects{
    min-height:160px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:28px;
    border:1px dashed rgba(201,169,110,.3);
    border-radius:14px;
    background:rgba(255,255,255,.035);
    color:rgba(255,255,255,.72);
    text-align:center;
}

.bldr-empty-projects i{
    width:46px;
    height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(201,169,110,.11);
    color:#d7b874;
    font-size:20px;
}

.bldr-empty-projects p{
    margin:0;
    max-width:520px;
    font-size:15px;
    font-weight:700;
}

.bldr-proj-card{
    min-height:100%;
    border-radius:14px;
    background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.032));
    box-shadow:0 18px 40px rgba(0,0,0,.2);
}

.bldr-proj-card__img{
    height:190px;
}

.bldr-proj-card__img::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:58%;
    background:linear-gradient(to top,rgba(0,0,0,.78),transparent);
}

.bldr-proj-status{
    position:absolute;
    left:12px;
    top:12px;
    z-index:2;
    padding:6px 10px;
    border-radius:8px;
    background:rgba(17,16,14,.72);
    color:#d7b874;
    border:1px solid rgba(201,169,110,.24);
    font-size:11px;
    font-weight:800;
}

.bldr-proj-card__body{
    position:relative;
    min-height:132px;
}

.bldr-proj-card__name{
    font-family:'Playfair Display',serif;
    font-size:20px;
    line-height:1.12;
    letter-spacing:-.02em;
}

.bldr-proj-card__loc{
    min-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.bldr-proj-card__price{
    margin-top:10px;
    font-size:18px;
}

.bldr-proj-card__btn{
    border-top-color:rgba(201,169,110,.16);
    text-align:left;
}

.bldr-office-block,
.bldr-svc-list li,
.bldr-award-list li,
.bldr-faq-item,
.bldr-info-table td{
    border-color:rgba(255,255,255,.09);
}

.bldr-office-block{
    padding:18px;
    margin-bottom:14px;
    border:1px solid rgba(201,169,110,.13);
    border-radius:14px;
    background:rgba(255,255,255,.035);
}

.bldr-office-block h4{
    font-size:21px;
}

.bldr-contact-row{
    gap:10px;
}

.bldr-contact-item{
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
}

.bldr-cs-num{
    display:inline-flex;
    align-items:baseline;
    gap:10px;
    padding:18px 20px;
    border-radius:14px;
    background:rgba(201,169,110,.08);
    border:1px solid rgba(201,169,110,.2);
}

.bldr-cs-text{
    max-width:900px;
}

.bldr-team-grid{
    grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
}

.bldr-team-card{
    padding:20px 14px;
    background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
    border-color:rgba(201,169,110,.16);
    border-radius:14px;
}

.bldr-team-photo,
.bldr-team-nophoto{
    width:96px;
    height:96px;
}

.bldr-svc-list{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

.bldr-svc-list li{
    position:relative;
    min-height:58px;
    padding:15px 16px 15px 46px;
    border:1px solid rgba(201,169,110,.14);
    border-left:1px solid rgba(201,169,110,.14);
    border-radius:14px;
    background:rgba(255,255,255,.035);
}

.bldr-svc-list li::before{
    content:"✓";
    position:absolute;
    left:14px;
    top:15px;
    width:22px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:rgba(201,169,110,.16);
    color:#d7b874;
    font-weight:900;
}

.bldr-award-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
    gap:12px;
}

.bldr-award-list li{
    min-height:86px;
    padding:18px 16px 18px 46px;
    border:1px solid rgba(201,169,110,.16);
    border-radius:14px;
    background:rgba(255,255,255,.035);
}

.bldr-award-list li::before{
    left:16px;
    top:18px;
    font-size:18px;
}

.bldr-contact-phone{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    border-radius:14px;
    background:rgba(201,169,110,.08);
    border:1px solid rgba(201,169,110,.22);
}

.bldr-cities{
    gap:12px;
}

.bldr-city-tag{
    padding:11px 18px;
    background:rgba(255,255,255,.045);
    border-color:rgba(201,169,110,.16);
}

.bldr-faq-item{
    border:1px solid rgba(201,169,110,.12);
    border-radius:12px;
    padding:0 16px;
    margin-bottom:10px;
    background:rgba(255,255,255,.025);
}

.bldr-faq-item summary{
    min-height:58px;
}

.bldr-other-grid{
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
}

.bldr-other-card{
    border-radius:14px;
    background:rgba(255,255,255,.035);
    border-color:rgba(201,169,110,.14);
}

.bldr-sidebar{
    width:auto;
}

.bldr-sb-box{
    border-radius:18px;
    padding:24px;
}

.bldr-sb-title{
    font-family:'Inter',sans-serif;
    font-size:20px;
    font-weight:900;
}

.bldr-sb-phone{
    display:flex;
    align-items:center;
    gap:10px;
    font-family:'Inter',sans-serif;
    font-size:26px;
    letter-spacing:1.5px;
}

.bldr-sb-phone::before{
    content:"☎";
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#d7b874;
    color:#17120d;
    font-size:15px;
}

.bldr-sb-btn{
    min-height:50px;
    border-radius:10px;
}

.bldr-sb-why{
    display:grid;
    gap:10px;
}

.bldr-sb-wi{
    margin-bottom:0;
    padding:12px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    background:rgba(255,255,255,.025);
}

.bldr-info-table td{
    padding:12px 0;
}

@media(max-width:1180px){
    .bldr-layout{
        grid-template-columns:1fr;
    }
    .bldr-sidebar{
        width:100%;
    }
    .bldr-sb-sticky{
        position:static;
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
}

@media(max-width:820px){
    .bldr-main{
        display:block;
    }
    .bldr-main > .bldr-card{
        margin-bottom:18px;
    }
    .bldr-proj-grid,
    .bldr-proj-grid--featured{
        grid-template-columns:1fr;
    }
    .bldr-sb-sticky{
        display:block;
    }
    .bldr-card__head{
        align-items:flex-start;
        flex-direction:column;
    }
}

[data-theme="light"] .bldr-page::before{
    background:
        radial-gradient(circle at 18% 12%, rgba(201,169,110,.14), transparent 24%),
        radial-gradient(circle at 86% 40%, rgba(201,169,110,.09), transparent 20%);
}

[data-theme="light"] .bldr-featured-card,
[data-theme="light"] .bldr-proj-card,
[data-theme="light"] .bldr-office-block,
[data-theme="light"] .bldr-team-card,
[data-theme="light"] .bldr-svc-list li,
[data-theme="light"] .bldr-award-list li,
[data-theme="light"] .bldr-faq-item,
[data-theme="light"] .bldr-other-card,
[data-theme="light"] .bldr-sb-wi{
    background:rgba(255,255,255,.72);
    border-color:rgba(201,169,110,.22);
}

[data-theme="light"] .bldr-overview-text,
[data-theme="light"] .bldr-svc-desc,
[data-theme="light"] .bldr-award-desc{
    color:#4c4234;
}

/* Selected reference layout: full-width content, no empty/old sidebar feel */
.bldr-layout{
    display:block;
}

.bldr-sidebar{
    display:none;
}

.bldr-main{
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:18px;
}

.bldr-main > .bldr-card{
    grid-column:1 / -1;
}

.bldr-main > #overview{
    grid-column:1 / span 5;
}

.bldr-main > #featured-projects{
    grid-column:6 / -1;
}

.bldr-main > #offices,
.bldr-main > #company-size,
.bldr-main > #team,
.bldr-main > #services,
.bldr-main > #awards,
.bldr-main > #contact,
.bldr-main > #faqs,
.bldr-main > #cities,
.bldr-main > #other-builders{
    grid-column:span 6;
}

.bldr-main > #new-launch,
.bldr-main > #ready-to-move,
.bldr-main > #under-construction{
    grid-column:1 / -1;
}

.bldr-card{
    min-height:100%;
}

.bldr-featured-card .bldr-proj-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.bldr-featured-card .bldr-proj-card__img{
    height:170px;
}

.bldr-featured-card .bldr-proj-card__name{
    font-size:18px;
}

.bldr-featured-card .bldr-proj-card__body{
    min-height:118px;
}

.bldr-nav__inner{
    justify-content:center;
}

.bldr-no-data{
    display:none !important;
}

@media(max-width:1180px){
    .bldr-main > #overview,
    .bldr-main > #featured-projects,
    .bldr-main > #offices,
    .bldr-main > #company-size,
    .bldr-main > #team,
    .bldr-main > #services,
    .bldr-main > #awards,
    .bldr-main > #contact,
    .bldr-main > #faqs,
    .bldr-main > #cities,
    .bldr-main > #other-builders{
        grid-column:1 / -1;
    }
}

@media(max-width:900px){
    .bldr-main{
        display:block;
    }
    .bldr-main > .bldr-card{
        margin-bottom:18px;
    }
    .bldr-featured-card .bldr-proj-grid{
        grid-template-columns:1fr;
    }
}
