/* ── nodal-officers.css → css/contactus/nodal-officers.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; }

/* ── CARD ── */
.no-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.3rem;
}
.no-card::before { content: ''; display: block; height: 4px; background: var(--G); }

.no-card-header {
    display: flex; align-items: center; gap: .9rem;
    padding: 1rem 1.6rem; background: var(--G);
}
.no-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;
}
.no-card-icon--green { background: rgba(255,255,255,.18); }
.no-card-title { font-size: .9rem; font-weight: 800; color: var(--white); }
.no-card-sub   { font-size: .7rem; color: rgba(255,255,255,.65); margin-top: .05rem; }

/* ── TABLE ── */
.no-table-wrap { overflow-x: auto; }
.no-table { width: 100%; border-collapse: collapse; font-size: .88rem; }

.no-table thead th {
    background: var(--xpale); color: var(--t1);
    padding: .65rem 1.2rem; font-size: .67rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    text-align: left; border-bottom: 2px solid var(--pale);
    white-space: nowrap;
}
.no-sno { width: 70px; text-align: center !important; }
.no-dl  { width: 140px; text-align: center !important; }

.no-row { border-bottom: 1px solid #f1f5f9; transition: background .15s; }
.no-row:last-child { border-bottom: none; }
.no-row:hover { background: var(--xpale); }

.no-table tbody td { padding: .9rem 1.2rem; vertical-align: middle; }
.no-sno    { color: var(--t3); font-weight: 700; font-size: .82rem; text-align: center; }
.no-name   { font-size: .9rem; font-weight: 700; color: var(--t1); white-space: nowrap; }
.no-desig  { font-size: .86rem; color: var(--t2); white-space: nowrap; }
.no-sector { font-size: .88rem; font-weight: 500; color: var(--t1); }
.no-phone, .no-email { white-space: nowrap; }
.no-dl { text-align: center; }

/* contact pills */
.no-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;
}
.no-contact-pill:hover { background: var(--G); color: var(--white); border-color: transparent; }
.no-contact-pill--phone:hover { background: #16a34a; }
.no-contact-pill i { font-size: .7rem; }

/* download button */
.no-dl-btn {
    display: inline-flex; align-items: center; gap: .4rem;
    background: var(--G); color: var(--white);
    border-radius: 7px; padding: .35rem .9rem;
    font-size: .74rem; font-weight: 700;
    text-decoration: none; transition: var(--t);
    box-shadow: 0 2px 8px rgba(30,58,138,.18);
    white-space: nowrap;
}
.no-dl-btn:hover { opacity: .88; transform: translateY(-1px); color: var(--white); }
.no-dl-btn:focus-visible { outline: 3px solid var(--mid); outline-offset: 2px; }
.no-dl-btn i { font-size: .72rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .no-table tbody td, .no-table thead th { padding: .65rem .85rem; }
    .no-name, .no-desig { white-space: normal; }
}
@media print {
    .no-card { box-shadow: none; border: 1px solid #ccc; }
    .no-dl-btn { background: none; color: var(--blue); box-shadow: none; }
    .no-contact-pill { background: none; border: 1px solid #ccc; }
}