/* ── branch-offices.css → css/contactus/branch-offices.css ── */

body {
    font-family: 'Poppins', sans-serif;
    background: var(--pg);
    margin: 0; padding-top: 0;
    color: var(--t1); font-size: 14px; line-height: 1.6;
}

/* header overrides */
/*.ireda-header { background: var(--white) !important; box-shadow: 0 2px 20px rgba(30,58,138,.08) !important; }
.header-bg-overlay { background: var(--white) !important; backdrop-filter: none !important; opacity: 1 !important; }
.ireda-header:not(.scrolled) .nav-link,
.ireda-header:not(.scrolled) .glass-btn { color: rgba(255,255,255,0.92) !important; text-shadow: 0 1px 4px rgba(0,0,0,0.25); }
.ireda-header:not(.scrolled) .utility-link    { color: rgba(255,255,255,0.75) !important; }
.ireda-header:not(.scrolled) .utility-divider { color: rgba(255,255,255,0.35) !important; }
.ireda-header:not(.scrolled) .col-lg-2 img    { filter: none !important; opacity: 1 !important; }
.ireda-header.scrolled .nav-link,
.ireda-header.scrolled .glass-btn             { color: var(--t2) !important; text-shadow: none !important; }
.ireda-header.scrolled .utility-link          { color: var(--t3) !important; }
.ireda-header.scrolled .col-lg-2 img          { filter: none !important; opacity: .92 !important; }*/

/* header overrides — subpage: always solid white, always dark text */
.ireda-header { background: var(--white) !important; box-shadow: 0 2px 20px rgba(30,58,138,.08) !important; }
.header-bg-overlay { background: var(--white) !important; backdrop-filter: none !important; opacity: 1 !important; }
.ireda-header .nav-link,
.ireda-header .glass-btn { color: var(--blue) !important; text-shadow: none !important; }
.ireda-header .utility-link,
.ireda-header .utility-lang-btn,
.ireda-header .utility-font-btn { color: var(--t3) !important; }
.ireda-header .utility-divider { color: var(--border) !important; }
.ireda-header .col-lg-2 img { filter: none !important; opacity: 1 !important; }

/* ── OFFICE CARD ── */
.bo-card {
    background: var(--white); border-radius: var(--r1);
    box-shadow: var(--s2); border: 1px solid rgba(37,99,235,.05);
    overflow: hidden; margin-bottom: 1.4rem;
}
.bo-card::before { content: ''; display: block; height: 4px; background: var(--G); }

/* card header */
.bo-card-header {
    display: flex; align-items: center; gap: .9rem;
    padding: 1rem 1.6rem; background: var(--G);
}
.bo-card-icon {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25);
    color: var(--white); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: .9rem;
}
.bo-card-title { font-size: 1rem; font-weight: 800; color: var(--white); }
.bo-card-sub   { font-size: .7rem; color: rgba(255,255,255,.65); margin-top: .05rem; }

/* state badge */
.bo-state-badge {
    margin-left: auto; flex-shrink: 0;
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
    color: var(--white); border-radius: 20px;
    font-size: .68rem; font-weight: 700;
    padding: .18rem .85rem; white-space: nowrap;
}

/* card body */
.bo-card-body { padding: 1.5rem 1.6rem; }

/* ── SPLIT LAYOUT ── */
.bo-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 1.6rem;
    align-items: start;
}

/* ── LEFT: DETAILS ── */
.bo-section-label {
    display: flex; align-items: center; gap: .45rem;
    font-size: .68rem; font-weight: 800; color: var(--mid);
    text-transform: uppercase; letter-spacing: 1.2px;
    margin-bottom: .65rem;
}
.bo-section-label i { font-size: .72rem; }
.bo-section-label--mt { margin-top: 1.2rem; }

.bo-address-block p {
    font-size: .88rem; color: var(--t2); line-height: 1.75;
    margin-bottom: .5rem;
}
.bo-enterprise {
    font-size: .82rem !important; font-weight: 700; color: var(--t1) !important;
    margin-bottom: .3rem !important;
}
.bo-enterprise span { font-weight: 500; color: var(--t3); }

.bo-phones { display: flex; flex-wrap: wrap; gap: .4rem; }

/* contact pills */
.bo-contact-pill {
    display: inline-flex; align-items: center; gap: .3rem;
    background: var(--xpale); border: 1px solid var(--pale);
    color: var(--t2); border-radius: 7px;
    padding: .22rem .75rem; font-size: .76rem; font-weight: 500;
    text-decoration: none; transition: var(--t); white-space: nowrap;
}
.bo-contact-pill:hover { background: var(--G); color: var(--white); border-color: transparent; }
.bo-contact-pill--phone:hover { background: #16a34a; }
.bo-contact-pill i { font-size: .7rem; }

/* person cards */
.bo-persons { display: flex; flex-direction: column; gap: .9rem; }

.bo-person {
    background: var(--xpale); border: 1px solid var(--pale);
    border-radius: var(--r2); padding: .85rem 1rem;
    transition: var(--t);
}
.bo-person:hover { box-shadow: 0 4px 12px rgba(30,58,138,.08); transform: translateX(3px); }

.bo-person--incharge {
    border-left: 3px solid var(--G);
    background: #fafbff;
}

.bo-person-name {
    font-size: .9rem; font-weight: 700; color: var(--t1); margin-bottom: .2rem;
}
.bo-person-title {
    font-size: .78rem; color: var(--t3); margin-bottom: .45rem;
    display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}
.bo-incharge-badge {
    background: var(--G); color: var(--white);
    border-radius: 5px; font-size: .64rem; font-weight: 700;
    padding: .1rem .55rem; white-space: nowrap;
}
.bo-person-contacts { display: flex; flex-wrap: wrap; gap: .4rem; }

/* ── RIGHT: MAP ── */
.bo-map-wrap {
    display: flex; flex-direction: column; gap: .7rem;
    position: sticky; top: 90px;
}
.bo-map-wrap iframe {
    width: 100%; height: 280px;
    border: none; border-radius: var(--r2);
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    display: block;
}

/* map placeholder */
.bo-map-wrap--placeholder iframe { display: none; }
.bo-map-placeholder {
    width: 100%; height: 280px;
    border-radius: var(--r2); border: 2px dashed var(--pale);
    background: var(--xpale);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: .6rem;
    color: var(--t3);
}
.bo-map-placeholder i   { font-size: 2rem; color: var(--pale); }
.bo-map-placeholder span { font-size: .8rem; font-weight: 600; }

/* directions button */
.bo-directions-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
    background: var(--G); color: var(--white);
    border-radius: 8px; padding: .5rem 1.2rem;
    font-size: .8rem; font-weight: 700;
    text-decoration: none; transition: var(--t);
    box-shadow: 0 3px 10px rgba(30,58,138,.2);
    align-self: flex-start;
}
.bo-directions-btn:hover { opacity: .88; transform: translateY(-2px); color: var(--white); }
.bo-directions-btn:focus-visible { outline: 3px solid var(--mid); outline-offset: 2px; }

/* ── CONTACT-ONLY CARD (Guwahati) ── */
.bo-card--contact-only .bo-card-body { padding: 1.3rem 1.6rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .bo-split { grid-template-columns: 1fr; }
    .bo-map-wrap { position: static; }
    .bo-map-wrap iframe { height: 240px; }
}
@media (max-width: 576px) {
    .bo-card-body { padding: 1.1rem; }
    .bo-card-header { flex-wrap: wrap; gap: .6rem; }
    .bo-state-badge { margin-left: 0; }
    .bo-map-wrap iframe { height: 200px; }
}
@media print {
    .bo-card { box-shadow: none; border: 1px solid #ccc; page-break-inside: avoid; }
    .bo-map-wrap { display: none; }
}