/* ═══════════════════════════════════════════════════════════
   MSIDC - TEMPLATE 3 - Official Design (Image Match)
   ═══════════════════════════════════════════════════════════ */

:root {
    --t3-navy: #0d2461;
    --t3-navy-dark: #081847;
    --t3-orange: #F57C00;
    --t3-green: #27ae60;
    --t3-white: #ffffff;
    --t3-bg: #f5f7fb;
    --t3-text: #1a1a2e;
    --t3-muted: #6c757d;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Poppins', sans-serif;
    color: var(--t3-text);
    background: var(--t3-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

/* ═══ ANIMATIONS ═══ */
@keyframes gradientShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
@keyframes shimmer { 0%{background-position:-200% center} 100%{background-position:200% center} }
@keyframes t3LivePulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
@keyframes t3Float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes t3NoticeScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ═══════════════════════════════════════════════════════════
   TOP HEADER BAR
   ═══════════════════════════════════════════════════════════ */
.msidc-topbar {
    background: linear-gradient(135deg,#040f25,#0a1e3d,#061530);
    color: rgba(255,255,255,.85);
    font-size: .8rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    position: relative;
    z-index: 1001;
}
.topbar-left { display:flex; align-items:center; gap:20px; }
.topbar-left a { color:rgba(255,255,255,.85); display:inline-flex; align-items:center; gap:6px; font-size:.78rem; transition:color .2s; }
.topbar-left a:hover { color:#FF9800; }
.topbar-left i { color:#F57C00; font-size:.75rem; }
.topbar-center { color:rgba(255,255,255,.7); font-size:.78rem; display:flex; align-items:center; gap:6px; }
.topbar-center i { color:#F57C00; }
.topbar-right { display:flex; align-items:center; gap:4px; justify-content:flex-end; }
.topbar-right a { width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:rgba(255,255,255,.08); color:rgba(255,255,255,.75); font-size:.72rem; transition:all .2s; }
.topbar-right a:hover { background:#F57C00; color:#fff; transform:translateY(-2px); }
.lang-switcher-topbar { position:relative; margin-left:6px; z-index:2000; }
.lang-switcher-btn { display:flex; align-items:center; gap:5px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); border-radius:6px; padding:4px 10px; color:rgba(255,255,255,.85); font-size:.72rem; font-weight:600; cursor:pointer; transition:all .2s; }
.lang-switcher-btn:hover { background:rgba(255,255,255,.2); }
.lang-dropdown { position:absolute; top:100%; right:0; margin-top:6px; background:#fff; border-radius:10px; box-shadow:0 8px 30px rgba(0,0,0,.15); min-width:190px; max-height:320px; overflow-y:auto; display:none; z-index:99999; padding:6px 0; }
.lang-dropdown.show { display:block; }
.lang-dropdown .lang-option { display:flex; align-items:center; justify-content:space-between; padding:7px 16px; font-size:.82rem; color:#333 !important; text-decoration:none; transition:background .15s; }
.lang-dropdown .lang-option:hover { background:#f0f2ff; color:#082B6F !important; }
.lang-dropdown .lang-option.active { background:#f0f2ff; font-weight:600; }

/* ═══════════════════════════════════════════════════════════
   MAIN HEADER / NAVBAR
   ═══════════════════════════════════════════════════════════ */
.msidc-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    border-bottom: 2px solid #f0f0f0;
}
.msidc-header .navbar { padding: 8px 0; min-height: 68px; }
.msidc-header .navbar-brand { margin-right: 20px; }
.msidc-header .navbar-toggler {
    border: 2px solid #333;
    padding: 6px 10px;
    outline: none;
}
.msidc-header .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(245,124,0,.4);
    border-color: #F57C00;
}
.msidc-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
}
.msidc-logo-img { width:58px; height:58px; border-radius:10px; object-fit:contain; }
.msidc-logo-placeholder { width:58px; height:58px; border-radius:10px; background:linear-gradient(135deg,#F57C00,#e06800); display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.5rem; }
.msidc-brand-text { display:flex; flex-direction:column; line-height:1.2; }
.msidc-brand-abbr { font-family:'Montserrat',sans-serif; font-weight:900; font-size:1.4rem; color:#0d2461; letter-spacing:1px; }
.msidc-brand-full-orange { font-size:.72rem; color:#F57C00; font-weight:700; white-space:nowrap; letter-spacing:.3px; }
.msidc-brand-full-navy { font-size:.72rem; color:#0d2461; font-weight:700; white-space:nowrap; letter-spacing:.3px; }
.msidc-nav .nav-link { color:#333 !important; font-size:.82rem; font-weight:600; padding:8px 10px !important; border-radius:6px; transition:all .2s; }
.msidc-nav .nav-link:hover,.msidc-nav .nav-link.active { color:#0d2461 !important; background:rgba(13,36,97,.05); }
.msidc-nav .nav-link i { display:none; }
.msidc-dropdown { border:1px solid #e8eef8; border-radius:10px; box-shadow:0 8px 30px rgba(0,0,0,.1); padding:8px; margin-top:6px; }
.msidc-dropdown .dropdown-item { padding:9px 14px; border-radius:6px; font-size:.83rem; color:#333; transition:all .2s; }
.msidc-dropdown .dropdown-item:hover { background:#0d2461; color:#fff; }
.msidc-nav-action { margin-left:auto; margin-right:10px; display:flex; gap:8px; flex-shrink:0; }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 170px;
    }
}
.msidc-btn-nav { padding:9px 18px; border-radius:8px; font-size:.82rem; font-weight:700; display:inline-flex; align-items:center; gap:6px; transition:all .2s; text-decoration:none; }
.msidc-btn-donate { background:linear-gradient(135deg,#e53935,#c62828); color:#fff; box-shadow:0 3px 12px rgba(229,57,53,.3); }
.msidc-btn-donate:hover { background:linear-gradient(135deg,#c62828,#b71c1c); color:#fff; transform:translateY(-2px); box-shadow:0 6px 16px rgba(229,57,53,.4); }
.msidc-btn-register { background:linear-gradient(135deg,#0d2461,#1a3a7a); color:#fff; box-shadow:0 3px 12px rgba(13,36,97,.3); }
.msidc-btn-register:hover { background:linear-gradient(135deg,#1a3a7a,#0d2461); color:#fff; transform:translateY(-2px); box-shadow:0 6px 16px rgba(13,36,97,.4); }
.msidc-btn-login { background:linear-gradient(135deg,#27ae60,#1e8449); color:#fff; box-shadow:0 3px 12px rgba(39,174,96,.3); }
.msidc-btn-login:hover { background:linear-gradient(135deg,#1e8449,#27ae60); color:#fff; transform:translateY(-2px); box-shadow:0 6px 16px rgba(39,174,96,.4); }
@media (max-width:991px) {
    .msidc-nav .nav-link { padding:10px 14px !important; }
    .msidc-nav-action { margin:10px 0 0; }
    .msidc-btn-nav { width:100%; justify-content:center; }
}

/* ═══════════════════════════════════════════════════════════
   NOTICE BAR
   ═══════════════════════════════════════════════════════════ */
.t3-notice-bar {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
}
.t3-notice-label {
    background: #0d2461;
    color: #fff;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}
.t3-notice-label i { color: #F57C00; }
.t3-notice-wrap { overflow: hidden; flex: 1; height: 100%; }
.t3-notice-track {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: t3NoticeScroll 30s linear infinite;
    height: 100%;
}
.t3-notice-track span { font-size: .78rem; color: #444; display:flex; align-items:center; gap:6px; }
.t3-notice-track i { color: #0d2461; font-size: .4rem; }

/* ═══════════════════════════════════════════════════════════
   HERO BANNER
   ═══════════════════════════════════════════════════════════ */
.t3-hero {
    position: relative;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 460px;
    display: flex;
    align-items: center;
}
/* Dark gradient over left half so text is readable */
.t3-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(8, 25, 70, 0.92) 0%,
        rgba(8, 25, 70, 0.85) 30%,
        rgba(8, 25, 70, 0.55) 50%,
        rgba(8, 25, 70, 0.10) 70%,
        transparent 100%
    );
    z-index: 1;
}
.t3-hero-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding: 48px 40px 48px 60px;
}
.t3-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.92);
    padding: 5px 14px;
    border-radius: 30px;
    font-size: .72rem;
    font-weight: 600;
    margin-bottom: 16px;
    width: fit-content;
    backdrop-filter: blur(8px);
}
.t3-hero-badge i { color: #F57C00; }
.t3-hero-h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.t3-hero-h1-orange { color: #F57C00; display: block; }
.t3-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,.88);
    line-height: 1.65;
    margin-bottom: 16px;
    text-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.t3-hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-bottom: 28px;
}
.t3-hero-checks span {
    font-size: .78rem;
    color: rgba(255,255,255,.88);
    display: flex;
    align-items: center;
    gap: 5px;
}
.t3-hero-checks i { color: #27ae60; font-size: .65rem; }
.t3-hero-btns { display: flex; flex-wrap: nowrap; gap: 10px; }
@media (max-width: 768px) { .t3-hero-btns { overflow-x: auto; padding-bottom: 4px; } }
.t3-btn-orange { background: #F57C00; color: #fff; padding: 9px 16px; border-radius: 8px; font-size: .8rem; font-weight: 700; display:inline-flex; align-items:center; gap:6px; transition:all .2s; border:none; white-space:nowrap; }
.t3-btn-orange:hover { background: #e06800; color:#fff; transform:translateY(-2px); box-shadow:0 6px 18px rgba(245,124,0,.4); }
.t3-btn-blue { background: rgba(255,255,255,.15); color: #fff; padding: 9px 16px; border-radius: 8px; font-size: .8rem; font-weight: 700; border: 1px solid rgba(255,255,255,.3); display:inline-flex; align-items:center; gap:6px; transition:all .2s; backdrop-filter:blur(6px); white-space:nowrap; }
.t3-btn-blue:hover { background: rgba(255,255,255,.25); color:#fff; transform:translateY(-2px); }
.t3-btn-green { background: #27ae60; color: #fff; padding: 9px 16px; border-radius: 8px; font-size: .8rem; font-weight: 700; display:inline-flex; align-items:center; gap:6px; transition:all .2s; white-space:nowrap; }
.t3-btn-green:hover { background: #219150; color:#fff; transform:translateY(-2px); box-shadow:0 6px 18px rgba(39,174,96,.4); }
.t3-btn-outline-blue { background: transparent; color: #fff; padding: 9px 16px; border-radius: 8px; font-size: .8rem; font-weight: 700; border: 2px solid rgba(255,255,255,.5); display:inline-flex; align-items:center; gap:6px; transition:all .2s; white-space:nowrap; }
.t3-btn-outline-blue:hover { background: rgba(255,255,255,.15); color:#fff; transform:translateY(-2px); }

@media (max-width: 768px) {
    .t3-hero { min-height: 360px; background-position: right center; }
    .t3-hero-content { padding: 36px 20px; max-width: 100%; }
    .t3-hero-h1 { font-size: 1.7rem; }
    .t3-hero::before { background: linear-gradient(to right, rgba(8,25,70,.95) 0%, rgba(8,25,70,.88) 50%, rgba(8,25,70,.6) 100%); }
}
@media (max-width: 480px) {
    .t3-hero-h1 { font-size: 1.4rem; }
    .t3-hero-btns { gap: 8px; }
    .t3-btn-orange,.t3-btn-blue,.t3-btn-green,.t3-btn-outline-blue { font-size: .75rem; padding: 9px 14px; }
}

/* ═══════════════════════════════════════════════════════════
   STATS BAR - Overlapping Banner Bottom
   ═══════════════════════════════════════════════════════════ */
.t3-stats-wrap {
    position: relative;
    z-index: 10;
    margin-top: -36px;
    padding: 0 40px;
    margin-bottom: 20px;
}
.t3-stats-bar {
    background: linear-gradient(135deg, #0d1f4a 0%, #0b1940 50%, #071530 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
}
.t3-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    flex: 1;
}
.t3-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,.15);
    flex-shrink: 0;
}
.t3-stat-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex; align-items:center; justify-content:center;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.t3-stat-icon-orange { background: rgba(245,124,0,.3); color: #F57C00; }
.t3-stat-icon-target { background: rgba(245,124,0,.2); color: #F57C00; }
.t3-stat-icon-flag { background: transparent; overflow: visible; }
.t3-stat-icon-map { background: transparent; }
.t3-stat-info { display: flex; flex-direction: column; }
.t3-stat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}
.t3-stat-label { font-size: .6rem; color: rgba(255,255,255,.6); font-weight: 500; white-space: nowrap; }

@media (max-width: 1100px) {
    .t3-stats-wrap { padding: 0 16px; }
    .t3-stat-num { font-size: .82rem; }
    .t3-stat-label { font-size: .55rem; }
    .t3-stat-item { gap: 7px; }
}
@media (max-width: 768px) {
    .t3-stats-wrap { margin-top: 0; padding: 0 12px; }
    .t3-stats-bar { flex-wrap: wrap; padding: 0 16px; border-radius: 10px; }
    .t3-stat-item { flex: 0 0 46%; padding: 12px 0; }
    .t3-stat-sep { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   MISSION 50 LAKH
   ═══════════════════════════════════════════════════════════ */
.t3-mission-section {
    display: flex;
    gap: 0;
    background: #fff;
    border: 1px solid #e8eef8;
    margin: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
.t3-mission-left {
    flex: 0 0 280px;
    padding: 28px;
    border-right: 1px solid #e8eef8;
}
.t3-mission-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #0d2461;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.t3-orange { color: #F57C00; }
.t3-mission-sub { font-size: .78rem; color: #6c757d; line-height: 1.5; margin-bottom: 16px; }

/* Progress Circle */
.t3-progress-wrap { display: flex; justify-content: center; margin: 12px 0; }
.t3-circle-prog { position: relative; width: 130px; height: 130px; }
.t3-circle-svg { width: 100%; height: 100%; transform: none; }
.t3-circle-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.t3-circle-pct { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 900; color: #27ae60; line-height: 1; }
.t3-circle-lbl { font-size: .6rem; color: #6c757d; margin-top: 3px; font-weight: 600; }

.t3-mission-stats { margin: 12px 0; }
.t3-ms-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: .78rem; }
.t3-ms-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.t3-dot-green { background: #27ae60; }
.t3-dot-orange { background: #F57C00; }
.t3-dot-gray { background: #ccc; }
.t3-ms-key { color: #6c757d; flex: 1; }
.t3-ms-val { font-weight: 700; color: #0d2461; }
.t3-btn-mission {
    display: inline-flex;
    align-items: center;
    background: #0d2461;
    color: #fff;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 700;
    margin-top: 8px;
    transition: all .2s;
}
.t3-btn-mission:hover { background: #1a3a7a; color: #fff; transform: translateY(-2px); }

/* India Map */
.t3-mission-mid {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f8faff;
    border-right: 1px solid #e8eef8;
}
.t3-india-map {
    max-height: 300px;
    width: auto;
    filter: drop-shadow(0 4px 20px rgba(13,36,97,.15));
}

/* Live Dashboard */
.t3-mission-right { flex: 0 0 300px; padding: 20px; }
.t3-dashboard-card { height: 100%; display: flex; flex-direction: column; }
.t3-dash-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.t3-dash-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .9rem; color: #0d2461; }
.t3-dash-date { font-size: .7rem; color: #aaa; margin-left: auto; }
.t3-dash-live { display: flex; align-items: center; gap: 5px; font-size: .7rem; color: #27ae60; font-weight: 700; }
.t3-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #27ae60; animation: t3LivePulse 1.5s ease-in-out infinite; }
.t3-dash-sub { font-size: .72rem; color: #888; margin-bottom: 12px; border-bottom: 1px solid #f0f0f0; padding-bottom: 8px; }
.t3-dash-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #f8f8f8;
}
.t3-dash-row:last-of-type { border-bottom: none; }
.t3-dash-icon { width: 30px; height: 30px; border-radius: 8px; display:flex; align-items:center; justify-content:center; font-size: .75rem; color: #fff; flex-shrink: 0; }
.t3-di-blue { background: #0d2461; }
.t3-di-orange { background: #F57C00; }
.t3-di-purple { background: #6f42c1; }
.t3-di-red { background: #e53935; }
.t3-di-green { background: #27ae60; }
.t3-dash-label { font-size: .75rem; color: #555; flex: 1; }
.t3-dash-val { font-size: .78rem; font-weight: 700; color: #0d2461; white-space: nowrap; }
.t3-dash-graph { margin-top: 10px; }
.t3-dash-graph svg { width: 100%; height: 50px; display: block; }

@media (max-width: 991px) {
    .t3-mission-section { flex-direction: column; margin: 12px; }
    .t3-mission-left,.t3-mission-right { flex: none; }
    .t3-mission-mid { border-right: none; border-bottom: 1px solid #e8eef8; }
    .t3-india-map { max-height: 200px; }
}

/* ═══════════════════════════════════════════════════════════
   SERVICES + SUPPORT MISSION
   ═══════════════════════════════════════════════════════════ */
.t3-services-section {
    display: flex;
    gap: 20px;
    padding: 20px 20px 20px;
    background: #f8faff;
}
.t3-section-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.t3-section-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ccd); }
.t3-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: #0d2461;
    white-space: nowrap;
    letter-spacing: .5px;
}

/* Services Left */
.t3-services-left {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e8eef8;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.t3-services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.t3-svc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 8px;
    border: 1px solid #e8eef8;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    background: #fafbfe;
    text-align: center;
}
.t3-svc-item:hover { border-color: #0d2461; background: #f0f4ff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(13,36,97,.08); }
.t3-svc-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d2461, #1a3a7a);
    display: flex; align-items:center; justify-content:center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.t3-svc-item:nth-child(2) .t3-svc-icon { background: linear-gradient(135deg,#e53935,#c62828); }
.t3-svc-item:nth-child(3) .t3-svc-icon { background: linear-gradient(135deg,#F57C00,#e06800); }
.t3-svc-item:nth-child(4) .t3-svc-icon { background: linear-gradient(135deg,#27ae60,#1e8449); }
.t3-svc-item:nth-child(5) .t3-svc-icon { background: linear-gradient(135deg,#6f42c1,#5a32a3); }
.t3-svc-item:nth-child(6) .t3-svc-icon { background: linear-gradient(135deg,#0097a7,#006064); }
.t3-svc-item:nth-child(7) .t3-svc-icon { background: linear-gradient(135deg,#e91e63,#c2185b); }
.t3-svc-item:nth-child(8) .t3-svc-icon { background: linear-gradient(135deg,#ff7043,#e64a19); }
.t3-svc-item:nth-child(9) .t3-svc-icon { background: linear-gradient(135deg,#00acc1,#0097a7); }
.t3-svc-item:nth-child(10) .t3-svc-icon { background: linear-gradient(135deg,#43a047,#2e7d32); }
.t3-svc-item:nth-child(11) .t3-svc-icon { background: linear-gradient(135deg,#8d6e63,#6d4c41); }
.t3-svc-item:nth-child(12) .t3-svc-icon { background: linear-gradient(135deg,#546e7a,#37474f); }
.t3-svc-name { font-size: .65rem; color: #333; font-weight: 600; line-height: 1.3; text-align: center; }
.t3-svc-btn-wrap { text-align: center; }
.t3-btn-svc-all {
    background: #0d2461;
    color: #fff;
    padding: 10px 32px;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 700;
    display: inline-block;
    transition: all .2s;
}
.t3-btn-svc-all:hover { background: #1a3a7a; color: #fff; transform: translateY(-2px); }

/* Support Right */
.t3-support-right {
    flex: 0 0 340px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e8eef8;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.t3-support-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: #0d2461;
    text-align: center;
}
.t3-support-sub { font-size: .72rem; color: #6c757d; text-align: center; margin-top: -8px; }
.t3-support-qr-row { display: flex; gap: 12px; align-items: flex-start; }
.t3-qr-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.t3-qr-label { font-size: .65rem; color: #888; font-weight: 600; }
.t3-qr-img { width: 100px; height: 100px; border: 2px solid #e0e0e0; border-radius: 8px; }
.t3-donate-btns { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.t3-donate-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    color: #fff;
    transition: all .2s;
    width: 100%;
}
.t3-donate-btn:hover { transform: translateX(3px); color: #fff; }
.t3-donate-red { background: #e53935; }
.t3-donate-red:hover { background: #c62828; }
.t3-donate-blue { background: #1565c0; }
.t3-donate-blue:hover { background: #0d47a1; }
.t3-donate-green { background: #27ae60; }
.t3-donate-green:hover { background: #1e8449; }
.t3-payment-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.t3-payment-logos span { font-size: .65rem; font-weight: 700; color: #555; background: #f0f2f5; padding: 3px 8px; border-radius: 4px; }
.t3-tax-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: .72rem;
    color: #27ae60;
    font-weight: 700;
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 6px;
}
.t3-tax-badge i { font-size: .8rem; }

/* News Tabs */
.t3-news-tabs { display: flex; flex-direction: column; gap: 0; border: 1px solid #e8eef8; border-radius: 8px; overflow: hidden; }
.t3-news-tab-heads { display: flex; align-items: center; background: #f8faff; border-bottom: 1px solid #e8eef8; }
.t3-ntab {
    padding: 8px 14px;
    font-size: .72rem;
    font-weight: 700;
    color: #666;
    background: transparent;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}
.t3-ntab.active { color: #0d2461; border-bottom-color: #0d2461; background: #fff; }
.t3-ntab-viewall { margin-left: auto; padding: 8px 12px; font-size: .7rem; color: #0d2461; font-weight: 700; }
.t3-ntab-viewall:hover { color: #F57C00; }
.t3-news-body { padding: 0; }
.t3-news-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border-bottom: 1px solid #f5f5f5;
    transition: background .15s;
}
.t3-news-item:hover { background: #f8faff; }
.t3-news-item:last-child { border-bottom: none; }
.t3-news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e53935;
    color: #fff;
    border-radius: 6px;
    min-width: 36px;
    padding: 4px 6px;
    flex-shrink: 0;
}
.t3-nd-day { font-size: .9rem; font-weight: 800; line-height: 1; }
.t3-nd-mon { font-size: .5rem; font-weight: 700; text-transform: uppercase; }
.t3-news-text { flex: 1; }
.t3-news-text a { font-size: .72rem; color: #333; line-height: 1.4; display: block; margin-bottom: 3px; font-weight: 600; }
.t3-news-text a:hover { color: #0d2461; }
.t3-news-readmore { font-size: .62rem; color: #e53935; font-weight: 700; cursor: pointer; }
.t3-news-img img { width: 100%; height: 70px; object-fit: cover; }

@media (max-width: 991px) {
    .t3-services-section { flex-direction: column; padding: 12px; }
    .t3-support-right { flex: none; }
    .t3-services-grid { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 576px) { .t3-services-grid { grid-template-columns: repeat(3,1fr); } }

/* ═══════════════════════════════════════════════════════════
   WHY CHOOSE MSIDC
   ═══════════════════════════════════════════════════════════ */
.t3-why-section {
    padding: 28px 20px;
    background: #fff;
    border-top: 1px solid #e8eef8;
    border-bottom: 1px solid #e8eef8;
}
.t3-why-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.t3-why-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ccd); }
.t3-why-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    font-weight: 900;
    color: #333;
    white-space: nowrap;
    letter-spacing: .5px;
}
.t3-why-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.t3-why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    border: 1px solid #e8eef8;
    border-radius: 12px;
    text-align: center;
    transition: all .2s;
    background: #fafbfe;
}
.t3-why-item:hover { border-color: #0d2461; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(13,36,97,.08); }
.t3-why-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8eef8, #d0d8ec);
    display: flex; align-items:center; justify-content:center;
    font-size: 1.4rem;
    overflow: hidden;
}
.t3-why-blue { background: linear-gradient(135deg,#0d2461,#1a3a7a); color: #fff; }
.t3-why-green { background: linear-gradient(135deg,#27ae60,#1e8449); color: #fff; }
.t3-why-orange { background: linear-gradient(135deg,#F57C00,#e06800); color: #fff; }
.t3-why-purple { background: linear-gradient(135deg,#6f42c1,#5a32a3); color: #fff; }
.t3-why-teal { background: linear-gradient(135deg,#0097a7,#006064); color: #fff; }
.t3-why-label { font-size: .72rem; color: #333; font-weight: 700; line-height: 1.4; }
@media (max-width: 768px) { .t3-why-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 480px) { .t3-why-grid { grid-template-columns: repeat(2,1fr); } }

/* ═══════════════════════════════════════════════════════════
   SUCCESS STORIES
   ═══════════════════════════════════════════════════════════ */
.t3-stories-section {
    padding: 28px 20px;
    background: #f8faff;
    border-bottom: 1px solid #e8eef8;
}
.t3-stories-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.t3-stories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.t3-story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.t3-story-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.t3-story-thumb img { width:100%; height:100%; object-fit:cover; transition: transform .4s; }
.t3-story-item:hover .t3-story-thumb img { transform: scale(1.06); }
.t3-story-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
    transition: background .3s;
}
.t3-story-item:hover .t3-story-overlay { background: rgba(0,0,0,.4); }
.t3-story-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    display: flex; align-items:center; justify-content:center;
    color: #0d2461;
    font-size: .85rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    transition: all .2s;
    z-index: 2;
}
.t3-story-item:hover .t3-story-play { background: #F57C00; color: #fff; transform: translate(-50%,-50%) scale(1.1); }
.t3-story-label { font-size: .75rem; color: #333; font-weight: 700; text-align: center; }
@media (max-width: 768px) { .t3-stories-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 480px) { .t3-stories-grid { grid-template-columns: repeat(2,1fr); } }

/* ═══════════════════════════════════════════════════════════
   BOTTOM CTA BANNER — Aesthetic Design
   ═══════════════════════════════════════════════════════════ */
@keyframes t3cbPulse { 0%,100%{opacity:.6} 50%{opacity:1} }
@keyframes t3cbFloat { 0%,100%{transform:translateY(0) rotate(-4deg)} 50%{transform:translateY(-6px) rotate(-4deg)} }
@keyframes t3cbGlow { 0%,100%{box-shadow:0 0 20px rgba(245,124,0,.3)} 50%{box-shadow:0 0 35px rgba(245,124,0,.5)} }

.t3-cta-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.t3-cb-bg {
    position: absolute;
    inset: 0;
    background: url('../img/bottom-banner.jpg') center center / cover no-repeat;
    z-index: 0;
}
.t3-cb-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #16347E;
}
.t3-cb-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22,52,126,.85) 0%, rgba(22,52,126,.6) 20%, transparent 50%, rgba(22,52,126,.6) 80%, rgba(22,52,126,.85) 100%);
}
.t3-cb-stripe {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF9933 33.3%, #fff 33.3%, #fff 66.6%, #138808 66.6%);
    z-index: 5;
}

.t3-cb-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 380px 1fr 320px;
    gap: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 18px 50px;
    align-items: center;
}

/* ── LEFT: Member Portal (printed text) ── */
.t3-cb-portal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
}
.t3-cb-portal-text {
    flex: 1;
    min-width: 0;
}
.t3-cb-pt-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .88rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.t3-cb-pt-title i { color: #F57C00; font-size: .95rem; }
.t3-cb-pt-items {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 14px;
}
.t3-cb-pt-items span {
    font-size: .78rem;
    color: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.t3-cb-pt-items i { color: #4caf50; font-size: .65rem; width: 14px; text-align: center; }
.t3-cb-pt-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #F57C00, #e06800);
    color: #fff;
    padding: 9px 24px;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .3px;
    transition: all .3s;
    box-shadow: 0 4px 15px rgba(245,124,0,.3);
}
.t3-cb-pt-login:hover {
    background: linear-gradient(135deg, #ff8f00, #F57C00);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245,124,0,.45);
}

/* ── ID Card (fixed, bigger) ── */
.t3-cb-idcard {
    perspective: 600px;
    width: 195px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.t3-cb-idcard-inner {
    background: linear-gradient(145deg, #fff, #eef3ff);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.15);
    transform: rotate(-4deg);
    transition: transform .3s;
    width: 100%;
}
.t3-cb-idcard:hover .t3-cb-idcard-inner {
    transform: rotate(0deg) scale(1.04);
}
.t3-cb-idc-top {
    background: linear-gradient(135deg, #0d2461, #1a3a8a);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.t3-cb-idc-logo {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    object-fit: cover;
    background: #fff;
    padding: 2px;
}
.t3-cb-idc-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}
.t3-cb-idc-sub {
    font-size: .3rem;
    color: rgba(255,255,255,.65);
    line-height: 1.1;
}
.t3-cb-idc-body {
    display: flex;
    gap: 8px;
    padding: 10px 12px 6px;
}
.t3-cb-idc-photo {
    width: 40px;
    height: 48px;
    background: #dce6f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a8bb5;
    font-size: 1rem;
    flex-shrink: 0;
    border: 1px solid #c0cde0;
}
.t3-cb-idc-info { flex: 1; }
.t3-cb-idc-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}
.t3-cb-idc-row span:first-child {
    font-size: .32rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
}
.t3-cb-idc-row span:last-child {
    font-size: .5rem;
    color: #222;
    font-weight: 700;
}
.t3-cb-idc-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 8px;
}
.t3-cb-idc-tag {
    font-size: .35rem;
    color: #F57C00;
    font-weight: 700;
    background: #fff3e0;
    padding: 2px 7px;
    border-radius: 3px;
}
.t3-cb-idc-foot i {
    font-size: 1rem;
    color: #444;
}

/* ── CENTER: CTA ── */
.t3-cb-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
}
.t3-cb-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0,0,0,.4);
    letter-spacing: .5px;
}
.t3-cb-sub {
    font-size: .95rem;
    color: rgba(255,255,255,.8);
    font-style: italic;
    letter-spacing: .3px;
}
.t3-cb-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 6px 0;
}
.t3-cb-people { width: 130px; height: 35px; }
.t3-cb-flag {
    width: 48px;
    height: 36px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.3));
}
.t3-cb-chakra {
    width: 52px;
    height: 52px;
    animation: t3cbPulse 3s ease-in-out infinite;
}
.t3-cb-join-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #F57C00, #ff8f00);
    color: #fff;
    padding: 13px 36px;
    border-radius: 50px;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all .3s;
    box-shadow: 0 4px 20px rgba(245,124,0,.35);
    animation: t3cbGlow 3s ease-in-out infinite;
}
.t3-cb-join-btn:hover {
    background: linear-gradient(135deg, #ff8f00, #F57C00);
    color: #fff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 30px rgba(245,124,0,.5);
}

/* ── RIGHT: Helpline ── */
/* ── RIGHT: Helpline (printed text on banner) ── */
.t3-cb-helpline {
    padding: 0 50px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.t3-cb-hp-text {
    text-align: right;
}
.t3-cb-hp-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .88rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.t3-cb-hp-title i { color: #4caf50; font-size: .95rem; }
.t3-cb-hp-number {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 5px;
}
.t3-cb-hp-number i {
    color: #4caf50;
    font-size: .85rem;
    animation: t3cbPulse 2s ease-in-out infinite;
}
.t3-cb-hp-number span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: .5px;
}
.t3-cb-hp-time {
    font-size: .65rem;
    color: rgba(255,255,255,.6);
    margin-bottom: 10px;
}
.t3-cb-hp-badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.t3-cb-hp-badges span {
    font-size: .62rem;
    color: rgba(255,255,255,.55);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
.t3-cb-hp-badges i { color: #F57C00; font-size: .55rem; }
.t3-cb-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 700;
    transition: all .3s;
    box-shadow: 0 4px 15px rgba(37,211,102,.3);
    align-self: flex-end;
}
.t3-cb-wa-btn i { font-size: 1rem; }
.t3-cb-wa-btn:hover {
    background: linear-gradient(135deg, #1ebe5d, #25d366);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,.45);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .t3-cb-inner { grid-template-columns: 280px 1fr 240px; padding: 16px 20px; gap: 16px; }
    .t3-cb-title { font-size: 1.1rem; }
    .t3-cb-idcard { width: 170px; }
}
@media (max-width: 991px) {
    .t3-cb-inner { grid-template-columns: 1fr; gap: 18px; padding: 18px 16px; }
    .t3-cb-portal { flex-direction: row; justify-content: center; }
    .t3-cb-helpline { align-items: center; text-align: center; }
    .t3-cb-hp-text { text-align: center; }
    .t3-cb-hp-title, .t3-cb-hp-number, .t3-cb-hp-badges span { justify-content: center; }
    .t3-cb-wa-btn { align-self: center; }
    .t3-cb-idcard { width: 170px; }
    .t3-cb-title { font-size: 1rem; white-space: normal; text-align: center; }
}
@media (max-width: 575px) {
    .t3-cb-title { font-size: .9rem; }
    .t3-cb-icons { gap: 10px; }
    .t3-cb-people { width: 80px; }
    .t3-cb-flag { width: 30px; height: 22px; }
    .t3-cb-chakra { width: 34px; height: 34px; }
}

/* ═══════════════════════════════════════════════════════════
   FOOTER - Exact Clone of Image Design
   ═══════════════════════════════════════════════════════════ */
.t3-footer {
    background: linear-gradient(180deg, #060d20 0%, #0a1a38 40%, #081530 100%);
    color: rgba(255,255,255,.75);
    padding: 0;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.t3-footer-top-stripe {
    height: 3px;
    background: linear-gradient(90deg, #FF9933 33.3%, #fff 33.3%, #fff 66.6%, #138808 66.6%);
    width: 100%;
}
.t3-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr 1.3fr;
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 48px 40px 30px;
    align-items: start;
}

/* About Column */
.t3-footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.t3-footer-logo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.15);
}
.t3-footer-logo-gear {
    flex-shrink: 0;
}
.t3-footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.t3-footer-brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}
.t3-footer-brand-full {
    font-size: .6rem;
    color: rgba(255,255,255,.55);
    line-height: 1.4;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.t3-footer-desc {
    font-size: .78rem;
    color: rgba(255,255,255,.6);
    line-height: 1.7;
    margin-bottom: 16px;
}
.t3-footer-socials {
    display: flex;
    gap: 8px;
}
.t3-footer-socials a {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.7);
    font-size: .78rem;
    transition: all .25s;
}
.t3-footer-socials a:hover {
    background: #1565c0;
    color: #fff;
    transform: translateY(-2px);
}

/* Column Headings */
.t3-footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .82rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(245,124,0,.5);
}

/* Links */
.t3-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t3-footer-links li a {
    font-size: .85rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.t3-footer-links li a::before {
    content: '›';
    color: #F57C00;
    font-weight: 800;
    font-size: .95rem;
}
.t3-footer-links li a:hover {
    color: #F57C00;
    padding-left: 4px;
}

/* Registered Office */
.t3-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.t3-footer-contact-list li {
    font-size: .76rem;
    color: rgba(255,255,255,.6);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.t3-footer-contact-list li i {
    color: #F57C00;
    font-size: .75rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Make in India */
.t3-footer-makeindia {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 14px;
}
.t3-makeindia-lion {
    margin-bottom: 2px;
}
.t3-makeindia-text {
    font-family: 'Montserrat', sans-serif;
    font-size: .85rem;
    font-weight: 800;
    color: #F57C00;
    letter-spacing: .5px;
}
.t3-makeindia-sub {
    font-size: .68rem;
    color: rgba(255,255,255,.5);
    letter-spacing: .3px;
}

/* Footer Bottom */
.t3-footer-bottom {
    background: rgba(0,0,0,.3);
    margin-top: 10px;
    position: relative;
}
.t3-footer-bottom-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t3-footer-copyright {
    font-size: .72rem;
    color: rgba(255,255,255,.45);
}
.t3-footer-tagline {
    font-size: .75rem;
    color: rgba(255,255,255,.6);
    font-weight: 600;
    letter-spacing: .3px;
}
.t3-footer-bottom-stripe {
    height: 3px;
    background: linear-gradient(90deg, #FF9933 33.3%, #fff 33.3%, #fff 66.6%, #138808 66.6%);
    width: 100%;
}

/* Atmanirbhar Bharat Image */
.t3-footer-atmanirbhar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.t3-atmanirbhar-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
    transition: transform .3s;
}
.t3-atmanirbhar-img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 1199px) {
    .t3-footer-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }
    .t3-footer-atmanirbhar {
        grid-column: 1 / -1;
    }
}
@media (max-width: 991px) {
    .t3-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 40px 24px 24px;
    }
    .t3-footer-atmanirbhar {
        grid-column: 1 / -1;
        justify-content: center;
    }
    .t3-footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .t3-footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 16px 20px;
    }
    .t3-footer-about {
        text-align: center;
    }
    .t3-footer-logo-wrap {
        justify-content: center;
    }
    .t3-footer-socials {
        justify-content: center;
    }
    .t3-footer-atmanirbhar {
        justify-content: center;
    }
    .t3-atmanirbhar-img {
        max-width: 160px;
    }
}

/* ═══════════════════════════════════════════════════════════
   ENQUIRY MODAL
   ═══════════════════════════════════════════════════════════ */
.enquiry-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}
.enquiry-modal-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.enquiry-modal-close {
    position: absolute;
    top: 14px; right: 16px;
    background: #f5f5f5;
    border: none;
    width: 30px; height: 30px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666;
    display: flex; align-items:center; justify-content:center;
    transition: all .2s;
}
.enquiry-modal-close:hover { background: #e53935; color: #fff; }
.enquiry-modal-header { padding: 24px 24px 0; text-align: center; }
.enquiry-modal-header h4 { color: #0d2461; font-weight: 800; }
.enquiry-modal-header p { color: #6c757d; font-size: .85rem; }
.enquiry-modal-body { padding: 16px 24px 24px; }
.btn-enquiry-submit {
    background: linear-gradient(135deg, #0d2461, #1a3a7a);
    color: #fff;
    border: none;
    padding: 12px 36px;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    width: 100%;
}
.btn-enquiry-submit:hover { background: linear-gradient(135deg,#1a3a7a,#0d2461); transform: translateY(-2px); }
.enquiry-success-msg { text-align: center; padding: 30px; color: #27ae60; }
.enquiry-success-msg i { font-size: 3rem; margin-bottom: 10px; }

/* ═══════════════════════════════════════════════════════════
   SECTION COMMON / UTILITIES
   ═══════════════════════════════════════════════════════════ */
.section-heading { font-family:'Montserrat',sans-serif; font-size:1.8rem; font-weight:800; color:#0d2461; }
.section-subheading { color:#6c757d; font-size:.9rem; }
.section-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(13,36,97,.06); color:#0d2461; padding:6px 16px; border-radius:20px; font-size:.75rem; font-weight:700; margin-bottom:8px; }
.section-header { margin-bottom:32px; }
.btn-msidc { background:#0d2461; color:#fff; padding:10px 28px; border-radius:8px; font-weight:600; border:none; transition:all .2s; display:inline-flex; align-items:center; }
.btn-msidc:hover { background:#1a3a7a; color:#fff; transform:translateY(-2px); }
.btn-msidc-outline { background:transparent; color:#0d2461; padding:10px 28px; border-radius:8px; font-weight:600; border:2px solid #0d2461; transition:all .2s; display:inline-flex; align-items:center; }
.btn-msidc-outline:hover { background:#0d2461; color:#fff; }

/* AOS fallback */
[data-aos] { opacity:1 !important; transform:none !important; }


/* ═══ MISSION SECTION OVERRIDE ═══ */
.t3-mission-section { display:flex; align-items:stretch; margin:0 20px 20px; border-radius:12px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.1); min-height:240px; background:transparent; border:none; gap:0; }
.t3-mission-card { flex:0 0 auto; min-width:300px; max-width:400px; background:#fff; padding:24px 22px; border-right:1px solid #e8eef8; display:flex; flex-direction:column; gap:10px; }
.t3-mc-title { font-family:'Montserrat',sans-serif; font-size:1.35rem; font-weight:900; color:#0d2461; line-height:1.2; margin:0; }
.t3-mc-50 { color:#27ae60; font-size:1.35rem; }
.t3-mc-sub { font-size:.85rem; color:#555; line-height:1.6; margin-top:0; }
.t3-mc-body { display:flex; align-items:center; gap:18px; flex:1; }
.t3-mc-circle { position:relative; width:145px; height:145px; flex-shrink:0; }
.t3-csw { width:145px; height:145px; }
.t3-cc-inner { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.t3-cc-pct { font-family:'Montserrat',sans-serif; font-size:1.6rem; font-weight:900; color:#27ae60; line-height:1; }
.t3-cc-lbl { font-size:.68rem; color:#777; font-weight:700; margin-top:4px; text-transform:uppercase; letter-spacing:.3px; }
.t3-mc-stats { display:flex; flex-direction:column; gap:8px; }
.t3-mcs-row { display:flex; align-items:center; gap:10px; background:rgba(255,255,255,.8); padding:8px 12px; border-radius:10px; border:1px solid rgba(0,0,0,.05); transition:all .2s; }
.t3-mcs-dot { width:12px; height:12px; border-radius:50%; flex-shrink:0; box-shadow:0 0 8px currentColor; }
.t3-mcs-key { font-size:.78rem; color:#666; font-weight:600; flex:1; }
.t3-mcs-val { font-size:1rem; font-weight:800; color:#0d2461; font-family:'Montserrat',sans-serif; }
.t3-mc-btn { display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#1565c0,#0d2461); color:#fff; padding:9px 22px; border-radius:8px; font-size:.85rem; font-weight:700; transition:all .2s; align-self:flex-start; margin-top:4px; }
.t3-mc-btn:hover { background:linear-gradient(135deg,#0d47a1,#0a1f4e); color:#fff; transform:translateY(-2px); }

.t3-mission-right { flex:1; background-image:url('../img/livedashboard-bg.png'); background-size:cover; background-position:center; position:relative; display:flex; align-items:center; justify-content:flex-end; padding:20px; }
.t3-mission-right::before { content:''; position:absolute; inset:0; background:linear-gradient(to right,rgba(255,255,255,.05) 0%,rgba(0,0,0,.08) 100%); }

.t3-ld-card { position:relative; z-index:2; background:#fff; border:2px solid #1565c0; border-radius:12px; padding:16px 18px; width:300px; box-shadow:0 8px 32px rgba(13,36,97,.15); }
.t3-ld-header { display:flex; align-items:center; gap:6px; margin-bottom:2px; flex-wrap:wrap; }
.t3-ld-title { font-family:'Montserrat',sans-serif; font-weight:800; font-size:.88rem; color:#0d2461; }
.t3-ld-date { font-size:.65rem; color:#aaa; margin-left:auto; }
.t3-ld-icon { color:#1565c0; font-size:.65rem; }
.t3-ld-live { display:flex; align-items:center; gap:4px; font-size:.65rem; color:#27ae60; font-weight:700; background:#e8f5e9; padding:2px 8px; border-radius:10px; }
.t3-ld-dot { width:6px; height:6px; border-radius:50%; background:#27ae60; animation:t3LivePulse 1.5s ease-in-out infinite; }
.t3-ld-sub { font-size:.7rem; color:#888; margin-bottom:10px; padding-bottom:8px; border-bottom:1px solid #f0f0f0; }
.t3-ld-row { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f8f8f8; }
.t3-ld-row:last-of-type { border-bottom:none; }
.t3-ld-iw { width:28px; height:28px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:.72rem; color:#fff; flex-shrink:0; }
.t3-ldi-blue   { background:#1565c0; }
.t3-ldi-orange { background:#F57C00; }
.t3-ldi-purple { background:#6f42c1; }
.t3-ldi-red    { background:#e53935; }
.t3-ldi-green  { background:#27ae60; }
.t3-ld-label { font-size:.74rem; color:#555; flex:1; }
.t3-ld-val { font-size:.8rem; font-weight:800; color:#0d2461; white-space:nowrap; font-family:'Montserrat',sans-serif; }
.t3-ld-graph { margin-top:8px; }
.t3-ld-graph svg { width:100%; height:48px; display:block; }

@media (max-width:991px) {
    .t3-mission-section { flex-direction:column; margin:12px; }
    .t3-mission-card { flex:none; border-right:none; border-bottom:1px solid #e8eef8; }
    .t3-mission-right { min-height:280px; justify-content:center; }
    .t3-ld-card { width:100%; max-width:340px; }
}


/* ═══ MISSION SECTION - ENHANCED ═══ */
.t3-mission-section {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 20px 20px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 40px rgba(0,0,0,.18) !important;
    min-height: 280px !important;
    background: transparent !important;
    border: none !important;
    gap: 0 !important;
}

/* Enhanced Mission Card */
.t3-mission-card {
    flex: 0 0 350px !important;
    min-width: 350px !important;
    background: linear-gradient(160deg, #ffffff 0%, #f0f6ff 100%) !important;
    padding: 26px 24px !important;
    border-right: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    position: relative !important;
    overflow: hidden !important;
}
.t3-mission-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF9933, #fff, #138808);
}
.t3-mission-card::after {
    content: '';
    position: absolute;
    bottom: -40px; right: -40px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(13,36,97,.04);
}
.t3-mc-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 900 !important;
    color: #0d2461 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    letter-spacing: .3px;
}
.t3-mc-50 { color: #27ae60 !important; font-size: 1.35rem !important; }
.t3-mc-sub { font-size: .85rem !important; color: #555 !important; line-height: 1.6 !important; margin-top: 0 !important; }

.t3-mc-body { display: flex !important; align-items: center !important; gap: 16px !important; flex: 1 !important; }

/* Enhanced Circle */
.t3-mc-circle { position: relative !important; width: 145px !important; height: 145px !important; flex-shrink: 0 !important; }
.t3-csw { width: 145px !important; height: 145px !important; filter: drop-shadow(0 4px 16px rgba(39,174,96,.3)); }
.t3-cc-inner { position: absolute !important; inset: 0 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; }
.t3-cc-pct { font-family: 'Montserrat', sans-serif !important; font-size: 1.6rem !important; font-weight: 900 !important; color: #27ae60 !important; line-height: 1 !important; }
.t3-cc-lbl { font-size: .68rem !important; color: #777 !important; font-weight: 700 !important; margin-top: 4px !important; text-transform: uppercase; letter-spacing: .3px; }

/* Enhanced Stats */
.t3-mc-stats { display: flex !important; flex-direction: column !important; gap: 8px !important; }
.t3-mcs-row { display: flex !important; align-items: center !important; gap: 10px !important; background: rgba(255,255,255,.8); padding: 8px 12px; border-radius: 10px; border: 1px solid rgba(0,0,0,.05); transition: all .2s; }
.t3-mcs-row:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.t3-mcs-dot { width: 12px !important; height: 12px !important; border-radius: 50% !important; flex-shrink: 0 !important; box-shadow: 0 0 8px currentColor; }
.t3-mcs-key { font-size: .78rem !important; color: #666 !important; font-weight: 600 !important; flex: 1; }
.t3-mcs-val { font-size: 1rem !important; font-weight: 800 !important; color: #0d2461 !important; font-family: 'Montserrat', sans-serif !important; }

.t3-mc-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #1565c0, #0d2461) !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    font-size: .78rem !important;
    font-weight: 700 !important;
    transition: all .2s !important;
    align-self: flex-start !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 14px rgba(13,36,97,.3) !important;
    letter-spacing: .3px;
}
.t3-mc-btn:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 20px rgba(13,36,97,.4) !important; color: #fff !important; }

/* New Background Image */
.t3-mission-right {
    flex: 1 !important;
    background-image: url('../img/mission-bg.png') !important;
    background-size: cover !important;
    background-position: center left !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 24px !important;
}
.t3-mission-right::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to right, rgba(0,0,0,.08) 0%, rgba(0,0,0,.15) 40%, rgba(255,255,255,.05) 100%) !important;
}

/* Enhanced Live Dashboard Card */
.t3-ld-card {
    position: relative !important;
    z-index: 2 !important;
    background: rgba(255,255,255,.97) !important;
    border: 2px solid #1565c0 !important;
    border-radius: 14px !important;
    padding: 18px 20px !important;
    width: 310px !important;
    box-shadow: 0 12px 40px rgba(13,36,97,.2), 0 0 0 1px rgba(21,101,192,.1) !important;
    backdrop-filter: blur(10px) !important;
}
.t3-ld-header { display: flex !important; align-items: center !important; gap: 6px !important; margin-bottom: 4px !important; flex-wrap: wrap !important; }
.t3-ld-title { font-family: 'Montserrat', sans-serif !important; font-weight: 900 !important; font-size: .9rem !important; color: #0d2461 !important; }
.t3-ld-date { font-size: .65rem !important; color: #aaa !important; margin-left: auto !important; }
.t3-ld-icon { color: #1565c0 !important; font-size: .65rem !important; }
.t3-ld-live { display: flex !important; align-items: center !important; gap: 4px !important; font-size: .65rem !important; color: #27ae60 !important; font-weight: 700 !important; background: #e8f5e9 !important; padding: 3px 10px !important; border-radius: 20px !important; }
.t3-ld-dot { width: 7px !important; height: 7px !important; border-radius: 50% !important; background: #27ae60 !important; animation: t3LivePulse 1.5s ease-in-out infinite !important; }
.t3-ld-sub { font-size: .7rem !important; color: #888 !important; margin-bottom: 10px !important; padding-bottom: 8px !important; border-bottom: 1px solid #eef2f8 !important; font-weight: 600; }
.t3-ld-row { display: flex !important; align-items: center !important; gap: 10px !important; padding: 7px 0 !important; border-bottom: 1px solid #f5f7fb !important; transition: background .15s; }
.t3-ld-row:hover { background: #f8faff; border-radius: 8px; padding-left: 4px; padding-right: 4px; }
.t3-ld-row:last-of-type { border-bottom: none !important; }
.t3-ld-iw { width: 30px !important; height: 30px !important; border-radius: 8px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: .75rem !important; color: #fff !important; flex-shrink: 0 !important; }
.t3-ldi-blue   { background: linear-gradient(135deg,#1565c0,#0d47a1) !important; }
.t3-ldi-orange { background: linear-gradient(135deg,#F57C00,#e06800) !important; }
.t3-ldi-purple { background: linear-gradient(135deg,#7b1fa2,#6f42c1) !important; }
.t3-ldi-red    { background: linear-gradient(135deg,#e53935,#c62828) !important; }
.t3-ldi-green  { background: linear-gradient(135deg,#27ae60,#1e8449) !important; }
.t3-ld-label { font-size: .74rem !important; color: #555 !important; flex: 1 !important; font-weight: 500; }
.t3-ld-val { font-size: .82rem !important; font-weight: 900 !important; color: #0d2461 !important; white-space: nowrap !important; font-family: 'Montserrat', sans-serif !important; }
.t3-ld-graph { margin-top: 10px !important; background: #f8faff; border-radius: 8px; padding: 6px; }
.t3-ld-graph svg { width: 100% !important; height: 52px !important; display: block !important; }

@media (max-width: 991px) {
    .t3-mission-section { flex-direction: column !important; margin: 12px !important; }
    .t3-mission-card { flex: none !important; border-right: none !important; border-bottom: 1px solid #e8eef8 !important; }
    .t3-mission-right { min-height: 300px !important; justify-content: center !important; }
    .t3-ld-card { width: 100% !important; max-width: 360px !important; }
}


/* ═══ MISSION CARD - EXACT IMAGE CLONE ═══ */
.t3-mission-card {
    flex: 0 0 320px !important;
    background: #fff !important;
    padding: 22px 22px 18px !important;
    border-right: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}
.t3-mc-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: #0d2461 !important;
    line-height: 1.2 !important;
    margin: 0 0 4px !important;
    letter-spacing: .2px !important;
    text-transform: uppercase !important;
}
.t3-mc-50 {
    color: #27ae60 !important;
    font-size: 1.35rem !important;
    font-weight: 900 !important;
}
.t3-mc-sub {
    font-size: .76rem !important;
    color: #666 !important;
    line-height: 1.55 !important;
    margin: 0 0 14px !important;
    font-weight: 400 !important;
}
.t3-mc-body {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex: 1 !important;
    margin-bottom: 16px !important;
}
/* Circle — exact image style */
.t3-mc-circle {
    position: relative !important;
    width: 125px !important;
    height: 125px !important;
    flex-shrink: 0 !important;
}
.t3-csw {
    width: 125px !important;
    height: 125px !important;
}
.t3-cc-inner {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.t3-cc-pct {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #27ae60 !important;
    line-height: 1 !important;
}
.t3-cc-lbl {
    font-size: .6rem !important;
    color: #888 !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
    line-height: 1.3 !important;
}
/* Stats rows — exact image */
.t3-mc-stats {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    flex: 1 !important;
}
.t3-mcs-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.t3-mcs-icon {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: .65rem !important;
    color: #fff !important;
    flex-shrink: 0 !important;
}
.t3-mcs-green  { background: #4caf50 !important; }
.t3-mcs-orange { background: #F57C00 !important; }
.t3-mcs-purple { background: #5c6bc0 !important; }
.t3-mcs-key {
    font-size: .7rem !important;
    color: #888 !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
}
.t3-mcs-val {
    font-size: .92rem !important;
    font-weight: 800 !important;
    color: #0d2461 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.2 !important;
}
/* Button — exact image: blue gradient, rounded, full width */
.t3-mc-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%) !important;
    color: #fff !important;
    padding: 11px 0 !important;
    border-radius: 8px !important;
    font-size: .82rem !important;
    font-weight: 700 !important;
    width: 100% !important;
    transition: all .25s !important;
    box-shadow: 0 4px 14px rgba(13,71,161,.35) !important;
    letter-spacing: .3px !important;
    margin-top: auto !important;
}
.t3-mc-btn:hover {
    background: linear-gradient(135deg, #1565c0, #0a2f7a) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(13,71,161,.45) !important;
}


/* circle legend */
.t3-circle-legend { display:flex; flex-direction:column; gap:4px; margin-top:6px; }
.t3-circle-legend span { display:flex; align-items:center; gap:5px; font-size:.6rem; color:#555; font-weight:600; }
.t3-circle-legend i { width:10px; height:10px; border-radius:50%; display:inline-block; flex-shrink:0; }


/* ═══ MISSION CARD WIDTH FIX ═══ */
.t3-mission-card { flex: 0 0 auto !important; min-width: 300px !important; overflow: visible !important; }
.t3-mc-body { flex-wrap: nowrap !important; align-items: flex-start !important; gap: 12px !important; }
.t3-mc-circle { width: 145px !important; height: 145px !important; flex-shrink: 0 !important; }
.t3-csw { width: 145px !important; height: 145px !important; }
.t3-mc-stats { flex: 1 !important; min-width: 0 !important; gap: 8px !important; }
.t3-mcs-val { font-size: .95rem !important; white-space: nowrap !important; }
.t3-mcs-key { font-size: .75rem !important; white-space: nowrap !important; }
.t3-circle-legend { flex-direction: row !important; flex-wrap: wrap !important; gap: 6px 10px !important; margin-top: 4px !important; }


/* ═══ MISSION CARD FINAL LAYOUT FIX ═══ */
.t3-mission-section { min-width: 0 !important; }
.t3-mission-card { flex: 0 0 auto !important; min-width: 300px !important; max-width: 400px !important; overflow: visible !important; box-sizing: border-box !important; }
.t3-mc-body { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 14px !important; flex: 1 !important; flex-wrap: nowrap !important; overflow: hidden !important; }
.t3-mc-circle { flex-shrink: 0 !important; width: 145px !important; height: 145px !important; }
.t3-csw { width: 145px !important; height: 145px !important; }
.t3-mc-stats { flex: 1 !important; min-width: 0 !important; display: flex !important; flex-direction: column !important; gap: 8px !important; }
.t3-mcs-row { display: flex !important; align-items: center !important; gap: 7px !important; flex-wrap: nowrap !important; }
.t3-mcs-row > div { min-width: 0 !important; flex: 1 !important; }
.t3-mcs-key { font-size: .75rem !important; color: #666 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
.t3-mcs-val { font-size: .95rem !important; font-weight: 800 !important; color: #0d2461 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; font-family: 'Montserrat',sans-serif !important; }
.t3-mcs-icon { width: 20px !important; height: 20px !important; min-width: 20px !important; font-size: .58rem !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #fff !important; flex-shrink: 0 !important; }


/* ═══ SERVICES SECTION EXACT CLONE ═══ */
.t3-services-section { display:flex; gap:16px; padding:20px; background:#fff; border-top:1px solid #eef2f8; }
.t3-services-left { flex:1; background:#fff; border:1.5px solid #e0e8f5; border-radius:12px; padding:20px 18px; }
.t3-section-title-row { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.t3-section-line { flex:1; height:1px; background:#dde5f0; }
.t3-section-title { font-family:'Montserrat',sans-serif; font-size:.9rem; font-weight:900; color:#0d2461; white-space:nowrap; letter-spacing:.5px; }
.t3-services-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; margin-bottom:16px; }
.t3-svc-item { display:flex; flex-direction:column; align-items:center; gap:7px; padding:12px 6px 10px; border:1.5px solid #e8eef8; border-radius:10px; cursor:pointer; transition:all .2s; background:#fafbfe; text-align:center; }
.t3-svc-item:hover { border-color:#1565c0; background:#f0f5ff; transform:translateY(-2px); box-shadow:0 4px 14px rgba(21,101,192,.1); }
.t3-svc-icon { width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; transition:transform .2s; }
.t3-svc-item:hover .t3-svc-icon { transform:scale(1.08); }
.t3-svc-name { font-size:.62rem; color:#333; font-weight:600; line-height:1.3; }
.t3-svc-btn-wrap { text-align:center; }
.t3-btn-svc-all { background:linear-gradient(135deg,#1565c0,#0d47a1); color:#fff; padding:10px 36px; border-radius:8px; font-size:.82rem; font-weight:700; display:inline-block; transition:all .2s; box-shadow:0 4px 14px rgba(13,71,161,.25); }
.t3-btn-svc-all:hover { color:#fff; transform:translateY(-2px); box-shadow:0 8px 20px rgba(13,71,161,.35); }

/* Support Mission */
.t3-support-right { flex:0 0 340px; background:#fff; border:1.5px solid #e0e8f5; border-radius:12px; padding:18px 16px; display:flex; flex-direction:column; gap:10px; }
.t3-support-title { font-family:'Montserrat',sans-serif; font-size:.95rem; font-weight:900; color:#0d2461; margin:0; }
.t3-support-sub { font-size:.72rem; color:#666; margin:-6px 0 0; }
.t3-support-qr-row { display:flex; gap:10px; align-items:flex-start; }
.t3-qr-block { display:flex; flex-direction:column; gap:4px; }
.t3-qr-label { font-size:.65rem; color:#555; font-weight:700; }
.t3-qr-images { display:flex; gap:4px; }
.t3-qr-img { width:90px; height:90px; border:1.5px solid #dde5f0; border-radius:8px; }
.t3-qr-side-img { width:90px; height:90px; object-fit:cover; border-radius:8px; }
.t3-donate-btns { display:flex; flex-direction:column; gap:7px; flex:1; }
.t3-donate-btn { display:flex; align-items:center; gap:0; padding:0; border-radius:8px; font-size:.76rem; font-weight:700; color:#fff; transition:all .2s; width:100%; overflow:hidden; }
.t3-donate-btn:hover { transform:translateX(2px); color:#fff; opacity:.92; }
.t3-db-icon { width:34px; height:34px; display:flex; align-items:center; justify-content:center; font-size:.85rem; flex-shrink:0; background:rgba(0,0,0,.15); }
.t3-donate-btn span:last-child { display:none; }
.t3-donate-btn { gap:0; }
.t3-donate-red  { background:#e53935; }
.t3-donate-blue { background:#1565c0; }
.t3-donate-green{ background:#27ae60; }

/* Override to show text properly */
.t3-donate-btn { display:flex !important; align-items:center !important; }
.t3-db-icon + * { display:inline !important; padding:0 10px; }

.t3-payment-logos { display:flex; align-items:center; gap:8px; flex-wrap:wrap; padding:6px 0; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; }
.t3-pl-gpay   { font-size:.68rem; font-weight:800; color:#1a73e8; }
.t3-pl-paytm  { font-size:.68rem; font-weight:800; color:#00BAF2; }
.t3-pl-phonepe{ font-size:.68rem; font-weight:800; color:#5f259f; }
.t3-pl-bhim   { font-size:.68rem; font-weight:800; color:#e84646; }
.t3-pl-upi    { font-size:.68rem; font-weight:800; color:#007DBC; }
.t3-tax-badge { display:flex; align-items:center; gap:5px; font-size:.72rem; color:#27ae60; font-weight:700; background:#e8f5e9; padding:6px 10px; border-radius:6px; }

@media(max-width:1100px){ .t3-services-grid{grid-template-columns:repeat(4,1fr);} }
@media(max-width:768px){ .t3-services-section{flex-direction:column;} .t3-support-right{flex:none;} .t3-services-grid{grid-template-columns:repeat(3,1fr);} }


/* ═══ SUPPORT MISSION FIX ═══ */
.t3-support-right { flex: 0 0 380px !important; min-width: 380px !important; }
.t3-donate-btn { white-space: nowrap !important; font-size: .75rem !important; padding: 0 !important; height: 38px !important; }
.t3-db-icon { width: 38px !important; height: 38px !important; flex-shrink: 0 !important; }
.t3-donate-red, .t3-donate-blue, .t3-donate-green { gap: 0 !important; }

/* Payment logos with real images */
.t3-payment-logos { display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: nowrap !important; padding: 8px 0 !important; border-top: 1px solid #f0f0f0 !important; border-bottom: 1px solid #f0f0f0 !important; overflow: hidden !important; }
.t3-pl-gpay, .t3-pl-paytm, .t3-pl-phonepe, .t3-pl-bhim, .t3-pl-upi { font-size: 0 !important; }
.t3-pl-gpay::before   { content: ''; display: inline-block; width: 42px; height: 20px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Google_Pay_Logo.svg/200px-Google_Pay_Logo.svg.png') no-repeat center/contain; }
.t3-pl-paytm::before  { content: ''; display: inline-block; width: 50px; height: 20px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Paytm_Logo_%28standalone%29.svg/200px-Paytm_Logo_%28standalone%29.svg.png') no-repeat center/contain; }
.t3-pl-phonepe::before{ content: ''; display: inline-block; width: 50px; height: 20px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/PhonePe_Logo.svg/200px-PhonePe_Logo.svg.png') no-repeat center/contain; }
.t3-pl-bhim::before   { content: ''; display: inline-block; width: 36px; height: 20px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/UPI-Logo-vector.svg/200px-UPI-Logo-vector.svg.png') no-repeat center/contain; }
.t3-pl-upi::before    { content: ''; display: inline-block; width: 36px; height: 20px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/UPI-Logo-vector.svg/200px-UPI-Logo-vector.svg.png') no-repeat center/contain; }


.t3-plogo { height: 22px; width: auto; object-fit: contain; flex-shrink: 0; }
.t3-payment-logos { display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: nowrap !important; padding: 8px 0 !important; border-top: 1px solid #f0f0f0 !important; border-bottom: 1px solid #f0f0f0 !important; }


/* ═══ FEATURED STORIES SECTION ═══ */
.t3-featured-section { background: linear-gradient(135deg, #0d2461 0%, #1a3a7a 100%); border-radius: 12px; padding: 20px 18px; margin-bottom: 16px; }
.t3-featured-section .t3-why-title-row { margin-bottom: 16px; }
.t3-featured-section .t3-why-title { color: #F57C00; }
.t3-featured-section .t3-why-line { background: rgba(245,124,0,.3); }
.t3-featured-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.t3-featured-card { background: #fff; border-radius: 10px; overflow: hidden; cursor: pointer; transition: all .3s; border: 1px solid rgba(0,0,0,.05); }
.t3-featured-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.t3-featured-thumb { position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.t3-featured-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.t3-featured-card:hover .t3-featured-thumb img { transform: scale(1.06); }
.t3-featured-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.35) 100%); }
.t3-featured-badge { position: absolute; top: 8px; left: 8px; background: #F57C00; color: #fff; font-size: .6rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; display: flex; align-items: center; gap: 4px; z-index: 2; }
.t3-featured-badge i { font-size: .5rem; }
.t3-featured-body { padding: 10px 12px 12px; }
.t3-featured-text { font-size: .7rem; color: #555; line-height: 1.5; margin: 0 0 8px; }
.t3-featured-link { font-size: .68rem; color: #0d2461; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.t3-featured-link:hover { color: #F57C00; }
.t3-featured-link i { font-size: .55rem; }
@media(max-width:1100px){ .t3-featured-grid{grid-template-columns:repeat(3,1fr);} }
@media(max-width:768px){ .t3-featured-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:480px){ .t3-featured-grid{grid-template-columns:1fr;} }

/* ═══ STORY VIDEO MODAL ═══ */
#storyVideoModal {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    background: rgba(0,0,0,.92) !important;
    align-items: center !important;
    justify-content: center !important;
}
#storyVideoModal.show {
    display: flex !important;
}
#storyVideoModal .video-wrapper {
    position: relative;
    width: 90%;
    max-width: 850px;
}
#storyVideoModal .video-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.3);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
#storyVideoModal .video-close:hover {
    background: #e53935;
    border-color: #e53935;
}
#storyVideoModal .video-container {
    padding-top: 56.25%;
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
#storyVideoModal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ═══ WHY CHOOSE + NEWS SIDE BY SIDE ═══ */
.t3-why-news-wrap { display:flex; gap:16px; padding:0 20px 20px; background:#f8faff; }
.t3-why-section { flex:1; background:#fff; border:1.5px solid #e0e8f5; border-radius:12px; padding:20px 18px; }
.t3-why-title-row { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.t3-why-line { flex:1; height:1px; background:#dde5f0; }
.t3-why-title { font-family:'Montserrat',sans-serif; font-size:.85rem; font-weight:900; color:#333; white-space:nowrap; }
.t3-why-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.t3-why-item { display:flex; flex-direction:column; align-items:center; gap:8px; padding:16px 8px; border:1.5px solid #e8eef8; border-radius:10px; text-align:center; transition:all .2s; background:#fafbfe; }
.t3-why-item:hover { border-color:#0d2461; transform:translateY(-2px); box-shadow:0 4px 14px rgba(13,36,97,.08); }
.t3-why-icon { width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; }
.t3-why-navy   { background:linear-gradient(135deg,#0d2461,#1a3a7a); color:#fff; }
.t3-why-blue   { background:linear-gradient(135deg,#1565c0,#0d47a1); color:#fff; }
.t3-why-green  { background:linear-gradient(135deg,#27ae60,#1e8449); color:#fff; }
.t3-why-orange { background:linear-gradient(135deg,#F57C00,#e06800); color:#fff; }
.t3-why-purple { background:linear-gradient(135deg,#6f42c1,#5a32a3); color:#fff; }
.t3-why-teal   { background:linear-gradient(135deg,#0097a7,#006064); color:#fff; }
.t3-why-label  { font-size:.65rem; color:#333; font-weight:700; line-height:1.4; }

/* News panel — same width as support mission */
.t3-news-panel { flex:0 0 380px; min-width:380px; background:#fff; border:1.5px solid #e0e8f5; border-radius:12px; overflow:hidden; display:flex; flex-direction:column; }
.t3-news-tab-heads { display:flex; align-items:center; background:#f8faff; border-bottom:1px solid #e8eef8; }
.t3-ntab { padding:10px 14px; font-size:.75rem; font-weight:700; color:#666; background:transparent; border:none; cursor:pointer; border-bottom:2px solid transparent; transition:all .2s; }
.t3-ntab.active { color:#0d2461; border-bottom-color:#0d2461; background:#fff; }
.t3-ntab-viewall { margin-left:auto; padding:10px 12px; font-size:.7rem; color:#0d2461; font-weight:700; }
.t3-ntab-viewall:hover { color:#F57C00; }
.t3-news-body { flex:1; }
.t3-news-item { display:flex; align-items:flex-start; gap:10px; padding:9px 14px; border-bottom:1px solid #f5f5f5; transition:background .15s; }
.t3-news-item:hover { background:#f8faff; }
.t3-news-item:last-child { border-bottom:none; }
.t3-news-date { display:flex; flex-direction:column; align-items:center; background:#e53935; color:#fff; border-radius:6px; min-width:36px; padding:4px 6px; flex-shrink:0; }
.t3-nd-day { font-size:.9rem; font-weight:800; line-height:1; }
.t3-nd-mon { font-size:.5rem; font-weight:700; text-transform:uppercase; }
.t3-news-text { flex:1; }
.t3-news-text a { font-size:.73rem; color:#333; line-height:1.45; display:block; margin-bottom:3px; font-weight:600; }
.t3-news-text a:hover { color:#0d2461; }
.t3-news-readmore { font-size:.62rem; color:#e53935; font-weight:700; cursor:pointer; }
.t3-news-side-img img { width:100%; height:70px; object-fit:cover; }

@media(max-width:991px) { .t3-why-news-wrap{flex-direction:column;} .t3-news-panel{flex:none;min-width:0;} .t3-why-grid{grid-template-columns:repeat(3,1fr);} }


/* ═══ STORIES SECTION ═══ */
.t3-stories-section { background:#fff; border:1.5px solid #e0e8f5; border-radius:12px; padding:20px 18px; }
.t3-stories-title-row { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.t3-stories-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.t3-story-item { display:flex; flex-direction:column; align-items:center; gap:8px; cursor:pointer; }
.t3-story-thumb { position:relative; width:100%; aspect-ratio:4/3; border-radius:10px; overflow:hidden; box-shadow:0 3px 12px rgba(0,0,0,.12); }
.t3-story-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.t3-story-item:hover .t3-story-thumb img { transform:scale(1.06); }
.t3-story-overlay { position:absolute; inset:0; background:rgba(0,0,0,.22); transition:background .3s; }
.t3-story-item:hover .t3-story-overlay { background:rgba(0,0,0,.38); }
.t3-story-play { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.88); display:flex; align-items:center; justify-content:center; color:#0d2461; font-size:.82rem; box-shadow:0 3px 10px rgba(0,0,0,.2); transition:all .2s; z-index:2; }
.t3-story-item:hover .t3-story-play { background:#F57C00; color:#fff; transform:translate(-50%,-50%) scale(1.1); }
.t3-story-has-video .t3-story-play { width:44px; height:44px; font-size:.95rem; background:#e53935; color:#fff; box-shadow:0 4px 16px rgba(229,57,53,.5); }
.t3-story-has-video:hover .t3-story-play { background:#c62828; }
.t3-story-has-video .t3-story-play { width:44px; height:44px; font-size:.95rem; background:#e53935; color:#fff; box-shadow:0 4px 16px rgba(229,57,53,.5); }
.t3-story-has-video:hover .t3-story-play { background:#c62828; }
.t3-story-label { font-size:.68rem; color:#333; font-weight:700; text-align:center; }
@media(max-width:768px){ .t3-stories-grid{grid-template-columns:repeat(3,1fr);} }
