/* ============================================
   ROLOF IMT – NEWS & EVENTS PAGE
   news.css  |  extends style2.css, about.css, admission.css
   ============================================ */

/* ============================================
   NEWS HERO
   ============================================ */
.news-hero {
    background-image: linear-gradient(rgba(4,43,107,0.82), rgba(4,43,107,0.72)),
                      url('../images/campus.png');
    min-height: 220px;
}

/* ============================================
   STICKY SECTION TABS
   ============================================ */
.news-tabs-bar {
    background: #fff;
    border-bottom: 2px solid #eef1fb;
    box-shadow: 0 3px 16px rgba(0,0,0,0.07);
    position: sticky;
    top: 72px;
    z-index: 900;
}
.news-tabs-inner {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}
.news-tabs-inner::-webkit-scrollbar { display: none; }

.ntab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.25s ease;
    flex-shrink: 0;
}
.ntab:hover    { color: var(--primary-color); background: #f4f7ff; }
.ntab-active   { color: var(--primary-color); border-bottom-color: var(--primary-color); background: #f4f7ff; }

/* ============================================
   1. NEWS & ANNOUNCEMENTS
   ============================================ */
.news-announce-section { background: #f5f7fb; }

/* Filter bar */
.news-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 24px;
}
.nfbtn {
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid #d0d8f0;
    background: #fff;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.25s ease;
}
.nfbtn:hover  { background: #eef1fb; border-color: var(--primary-color); color: var(--primary-color); }
.nfbtn.active { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }

/* Featured article */
.news-featured {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid #e0e8f8;
    position: relative;
    margin-bottom: 28px;
    transition: all 0.3s ease;
}
.news-featured:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.nf-badge {
    position: absolute;
    top: 16px; left: 16px;
    z-index: 2;
    background: var(--accent-color);
    color: #333;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
}

.nf-visual {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: rgba(255,255,255,0.18);
}

/* Featured news image */


/* Featured news image */

.nf-visual-img{
    width:100%;
    height:100%;
    padding:25px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}

.nf-visual-img img{
    width:100%;
    max-height:340px;   /* controls the height */
    object-fit:cover;   /* crops instead of stretching */
    border-radius:12px;
    /* box-shadow:0 10px 30px rgba(0,0,0,0.15); */
}
/* .nf-visual-img{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.nf-visual-img img{
    width:100%;
    height:auto;
    max-height:420px;
    object-fit:contain;
    border-radius:10px;
} */

.nfv-admissions { background: linear-gradient(135deg, var(--primary-dark), var(--primary-color)); }

.nf-content { padding: 36px 38px; height: 100%; display: flex; flex-direction: column; justify-content: center; }

.nf-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.nf-date { font-size: 13px; color: var(--text-light); }
.nf-date i { color: var(--primary-color); }

.nf-content h3 { font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 14px; line-height: 1.35; }
.nf-content p  { font-size: 15px; color: var(--text-light); line-height: 1.8; margin-bottom: 24px; }

.nf-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-nf-read {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 22px; border-radius: 8px; font-size: 13px; font-weight: 600;
    background: var(--primary-color); color: #fff;
    border: none; text-decoration: none; transition: all 0.3s ease;
}
.btn-nf-read:hover { background: var(--primary-dark); color: #fff; gap: 11px; }

.btn-nf-apply {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 22px; border-radius: 8px; font-size: 13px; font-weight: 600;
    background: var(--accent-color); color: #333;
    border: none; text-decoration: none; transition: all 0.3s ease;
}
.btn-nf-apply:hover { background: #e0a800; color: #333; }

/* Category tags */
.ncat {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 3px 11px; border-radius: 20px;
}
.ncat-admissions    { background: #eef1fb; color: var(--primary-dark); }
.ncat-bootcamp      { background: #fff0f0; color: #b02a37; }
.ncat-workshop      { background: #f0fff4; color: #146c43; }
.ncat-student       { background: #fff8e6; color: #7a5400; }
.ncat-institutional { background: #f3eeff; color: #59359e; }

/* News cards */
.news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    border: 1px solid #eef1fb;
    transition: all 0.3s ease;
}
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.nc-visual {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: rgba(255,255,255,0.22);
    position: relative;
}
.ncv-robot  { background: linear-gradient(135deg, #0b5ed7, #042b6b); }
.ncv-skills { background: linear-gradient(135deg, #198754, #146c43); }
.ncv-photo  { background: linear-gradient(135deg, #6f42c1, #59359e); }
.ncv-trophy { background: linear-gradient(135deg, #fd7e14, #c05c00); }
.ncv-campus { background: linear-gradient(135deg, #0f2a44, #1a4a6e); }
.ncv-entre  { background: linear-gradient(135deg, #dc3545, #8b1a25); }

.nc-cat { position: absolute; bottom: 10px; left: 12px; }

.nc-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.nc-date { font-size: 12px; color: var(--text-light); }
.nc-body h5 { font-size: 15px; font-weight: 700; color: var(--text-dark); line-height: 1.4; margin: 0; }
.nc-body p  { font-size: 13px; color: var(--text-light); line-height: 1.65; margin: 0; flex: 1; }

.nc-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: var(--primary-color);
    text-decoration: none; margin-top: auto; transition: gap 0.2s ease;
}
.nc-link:hover { gap: 10px; color: var(--primary-dark); }

/* Load more */
.btn-load-more {
    padding: 11px 30px; border-radius: 8px;
    font-size: 14px; font-weight: 600;
    background: transparent; color: var(--primary-color);
    border: 2px solid var(--primary-color);
    cursor: pointer; transition: all 0.3s ease;
    text-decoration: none; display: inline-block;
}
.btn-load-more:hover { background: var(--primary-color); color: #fff; }

/* ============================================
   2. EVENTS CALENDAR
   ============================================ */
.events-section { background: #fff; }

.ev-group-label {
    font-size: 16px; font-weight: 700; color: var(--text-dark);
    border-bottom: 2px solid var(--accent-color);
    display: inline-block; padding-bottom: 8px;
    margin-bottom: 18px;
}

/* Event rows */
.event-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #f5f7fb;
    border-radius: 14px;
    padding: 20px 20px;
    margin-bottom: 14px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}
.event-row:hover        { background: #eef1fb; transform: translateX(4px); }
.event-row.ev-past      { opacity: 0.68; border-left-color: #adb5bd; }
.event-row.ev-past:hover{ opacity: 0.85; transform: none; }

.ev-date {
    background: var(--primary-dark); color: #fff;
    border-radius: 10px; padding: 10px 12px;
    text-align: center; flex-shrink: 0; min-width: 62px;
}
.ev-date-rolling { background: var(--primary-color); }
.ev-date-past    { background: #6c757d; }

.ev-day  { display: block; font-size: 22px; font-weight: 800; line-height: 1; }
.ev-mon  { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--accent-color); margin-top: 2px; }
.ev-yr   { display: block; font-size: 10px; opacity: 0.65; margin-top: 1px; }

.ev-detail { flex: 1; }
.ev-tags   { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; flex-wrap: wrap; }
.ev-detail h5 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin: 0 0 4px; }

.ev-type {
    display: inline-block; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.8px;
    padding: 2px 10px; border-radius: 20px;
}
.et-bootcamp     { background: #fff0f0; color: #b02a37; }
.et-workshop     { background: #f0fff4; color: #146c43; }
.et-admissions   { background: #eef1fb; color: var(--primary-dark); }
.et-institutional{ background: #f3eeff; color: #59359e; }
.et-student      { background: #fff8e6; color: #7a5400; }

.ev-open-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    padding: 2px 10px; border-radius: 20px;
    background: #d1fae5; color: #065f46;
}

.ev-info { font-size: 13px; color: var(--text-light); margin: 0 0 4px; }
.ev-desc { font-size: 13px; color: var(--text-light); margin: 0; line-height: 1.6; }

.btn-ev-reg {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 8px 16px; border-radius: 8px; font-size: 12px; font-weight: 600;
    background: var(--primary-color); color: #fff;
    border: none; text-decoration: none; white-space: nowrap; flex-shrink: 0;
    align-self: flex-start; margin-top: 2px; transition: all 0.3s ease;
}
.btn-ev-reg:hover { background: var(--primary-dark); color: #fff; }

.ev-done {
    display: inline-block; padding: 7px 14px; border-radius: 8px;
    font-size: 12px; font-weight: 600;
    background: #e9ecef; color: #6c757d;
    flex-shrink: 0; align-self: flex-start; margin-top: 2px;
}

/* SIDEBAR */
.ev-sidebar { display: flex; flex-direction: column; }

/* Mini calendar */
.mini-cal-card {
    background: #fff; border-radius: 14px; padding: 20px 18px;
    box-shadow: var(--shadow-md); border: 1px solid #eef1fb;
}
.mini-cal-header {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px;
}
.mini-cal-header span { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.mini-cal-header button {
    background: none; border: none; cursor: pointer;
    color: var(--primary-color); font-size: 13px;
    padding: 4px 8px; border-radius: 6px; transition: background 0.2s;
}
.mini-cal-header button:hover { background: #eef1fb; }

.mini-cal-days {
    display: grid; grid-template-columns: repeat(7, 1fr);
    text-align: center; margin-bottom: 6px;
}
.mini-cal-days span { font-size: 11px; font-weight: 700; color: var(--text-light); padding: 4px 0; }

.mini-cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px;
}
.mc-cell {
    text-align: center; padding: 6px 3px; font-size: 12px;
    color: var(--text-dark); border-radius: 6px; cursor: default;
    transition: background 0.2s;
}
.mc-empty { background: transparent; }
.mc-cell:not(.mc-empty):hover { background: #eef1fb; }
.mc-event-day {
    background: var(--primary-color); color: #fff;
    font-weight: 700; border-radius: 50%;
}

.mini-cal-legend {
    display: flex; gap: 12px; flex-wrap: wrap;
    font-size: 11px; color: var(--text-light); margin-top: 12px;
}
.mc-dot {
    display: inline-block; width: 8px; height: 8px;
    border-radius: 50%; margin-right: 4px;
    vertical-align: middle;
}
.mc-dot-boot { background: #b02a37; }
.mc-dot-adm  { background: var(--primary-color); }
.mc-dot-work { background: #146c43; }

/* Subscribe */
.subscribe-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    color: #fff; border-radius: 14px; padding: 24px 22px; text-align: center;
    box-shadow: var(--shadow-md);
}
.sub-icon { font-size: 28px; color: var(--accent-color); margin-bottom: 10px; }
.subscribe-card h5 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.subscribe-card p  { font-size: 13px; opacity: 0.85; margin-bottom: 18px; line-height: 1.6; }

.sub-form { display: flex; flex-direction: column; gap: 9px; }
.sub-form input {
    padding: 10px 14px; border-radius: 8px; border: none;
    font-size: 13px; font-family: 'Poppins', sans-serif;
    color: var(--text-dark); outline: none;
}
.btn-subscribe {
    padding: 10px 16px; border-radius: 8px;
    font-size: 13px; font-weight: 600;
    background: var(--accent-color); color: #333;
    border: none; cursor: pointer;
    transition: background 0.3s;
    display: flex; align-items: center; justify-content: center; gap: 7px;
}
.btn-subscribe:hover { background: #e0a800; }

/* Quick links */
.ev-quick-links {
    background: #f5f7fb; border-radius: 14px; padding: 20px 18px;
}
.ev-quick-links h6 {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: var(--text-dark); margin-bottom: 12px;
}
.eql-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 8px;
    font-size: 13px; font-weight: 500; color: var(--text-dark);
    text-decoration: none; border-left: 3px solid transparent;
    transition: all 0.25s ease; margin-bottom: 6px;
}
.eql-item:hover { background: #fff; border-left-color: var(--primary-color); color: var(--primary-color); }
.eql-item i { color: var(--primary-color); width: 18px; text-align: center; flex-shrink: 0; }

/* ============================================
   3. GALLERY
   ============================================ */
.gallery-section { background: #f5f7fb; }

.gallery-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.gfbtn {
    padding: 7px 18px; border-radius: 30px;
    font-size: 13px; font-weight: 600;
    border: 1.5px solid #d0d8f0; background: #fff; color: var(--text-dark);
    cursor: pointer; transition: all 0.25s ease;
}
.gfbtn:hover  { background: #eef1fb; border-color: var(--primary-color); color: var(--primary-color); }
.gfbtn.active { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 12px;
}
.gi { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; transition: all 0.3s ease; }
.gi:hover { transform: scale(1.02); box-shadow: var(--shadow-lg); }
.gi-wide { grid-column: span 2; grid-row: span 2; }
.gi-tall { grid-row: span 2; }

.gi-fill {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 40px; color: rgba(255,255,255,0.2);
}
.gf-campus1 { background: linear-gradient(135deg, #042b6b, #0b5ed7); }
.gf-lab1    { background: linear-gradient(135deg, #146c43, #198754); }
.gf-robot   { background: linear-gradient(135deg, #b02a37, #dc3545); }
.gf-orient  { background: linear-gradient(135deg, #59359e, #6f42c1); }
.gf-studio  { background: linear-gradient(135deg, #c05c00, #fd7e14); }
.gf-exhibit { background: linear-gradient(135deg, #7a5400, #e0a800); }
.gf-class   { background: linear-gradient(135deg, #0f2a44, #1a4a6e); }
.gf-summer  { background: linear-gradient(135deg, #146c43, #20c997); }

.gi-ov {
    position: absolute; inset: 0;
    background: rgba(4,43,107,0.72);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #fff; opacity: 0; transition: opacity 0.3s ease; gap: 8px;
}
.gi:hover .gi-ov { opacity: 1; }
.gi-ov i { font-size: 26px; color: var(--accent-color); }
.gi-ov p  { font-size: 13px; font-weight: 600; margin: 0; text-align: center; padding: 0 12px; }

.section-group-label {
    font-size: 17px; font-weight: 700; color: var(--text-dark);
    padding-bottom: 8px; margin-bottom: 20px;
    border-bottom: 2px solid var(--accent-color); display: inline-block;
}

/* Video cards */
.video-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: var(--shadow-sm); transition: all 0.3s ease; height: 100%;
}
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

.vc-thumb {
    height: 170px; position: relative;
    display: flex; align-items: center; justify-content: center;
    font-size: 52px; color: rgba(255,255,255,0.22); cursor: pointer;
}
.vc-blue   { background: linear-gradient(135deg, #0b5ed7, #042b6b); }
.vc-green  { background: linear-gradient(135deg, #198754, #146c43); }
.vc-orange { background: linear-gradient(135deg, #fd7e14, #c05c00); }

.vc-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 50px; height: 50px; background: rgba(255,255,255,0.9);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: var(--primary-color); transition: all 0.3s ease;
}
.video-card:hover .vc-play { background: var(--accent-color); color: #333; transform: translate(-50%,-50%) scale(1.1); }

.vc-info { padding: 16px 18px; }
.vc-tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.8px;
    padding: 3px 10px; border-radius: 20px;
    background: #eef1fb; color: var(--primary-dark); margin-bottom: 8px;
}
.vc-info h6 { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; line-height: 1.4; }
.vc-info p  { font-size: 12px; color: var(--text-light); margin: 0; }

/* ============================================
   4. BLOG
   ============================================ */
.blog-section { background: #fff; }

.blog-featured-card {
    background: linear-gradient(160deg, #eef3ff, #fff);
    border-radius: 16px; overflow: hidden;
    border: 2px solid #d0d8f0;
    box-shadow: var(--shadow-md);
    height: 100%;
    display: flex; flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}
.blog-featured-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.bfc-visual {
    height: 200px; position: relative;
    display: flex; align-items: center; justify-content: center;
    font-size: 72px; color: rgba(255,255,255,0.18);
}
.bfcv-ai { background: linear-gradient(135deg, var(--primary-dark), var(--primary-color)); }

.bfc-ribbon {
    position: absolute; top: 14px; right: 14px;
    background: var(--accent-color); color: #333;
    font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.5px;
}

.bfc-body { padding: 24px 26px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.bfc-body h4 { font-size: 20px; font-weight: 700; color: var(--text-dark); margin: 0; line-height: 1.35; }
.bfc-body p  { font-size: 14px; color: var(--text-light); line-height: 1.75; margin: 0; flex: 1; }

.blog-meta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.btag {
    display: inline-block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.8px;
    padding: 3px 10px; border-radius: 20px;
}
.btag-tech     { background: #eef1fb; color: var(--primary-dark); }
.btag-business { background: #f0fff4; color: #146c43; }
.btag-education{ background: #fff8e6; color: #7a5400; }

.bmeta-item { font-size: 12px; color: var(--text-light); }

.btn-blog-read {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 22px; border-radius: 8px;
    font-size: 13px; font-weight: 600;
    background: var(--primary-color); color: #fff;
    border: none; text-decoration: none; transition: all 0.3s ease;
    margin-top: auto;
}
.btn-blog-read:hover { background: var(--primary-dark); color: #fff; gap: 11px; }

/* Blog list items */
.blog-list-item {
    display: flex; align-items: flex-start; gap: 14px;
    background: #f5f7fb; border-radius: 12px; padding: 16px 18px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.25s ease;
    flex: 1;
}
.blog-list-item:hover { background: #eef1fb; }

.bli-icon {
    width: 46px; height: 46px; border-radius: 10px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff;
}
.bli-green  { background: linear-gradient(135deg, #198754, #146c43); }
.bli-purple { background: linear-gradient(135deg, #6f42c1, #59359e); }
.bli-gold   { background: linear-gradient(135deg, #fd7e14, #c05c00); }

.bli-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.bli-body h6 { font-size: 14px; font-weight: 700; color: var(--text-dark); margin: 0; line-height: 1.4; }
.bli-body p  { font-size: 12px; color: var(--text-light); margin: 0; line-height: 1.6; }

/* ============================================
   5. NOTICES
   ============================================ */
.notices-section { background: #f5f7fb; }

.notice-card {
    background: #fff; border-radius: 14px; padding: 24px 22px;
    height: 100%; display: flex; flex-direction: column; gap: 12px;
    box-shadow: var(--shadow-sm); transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
}
.notice-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.nc-urgent  { border-top-color: #dc3545; }
.nc-info    { border-top-color: var(--primary-color); }
.nc-general { border-top-color: var(--accent-color); }

.notice-top { display: flex; align-items: flex-start; gap: 12px; }

.ni-icon {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}
.ni-red  { background: #fff0f0; color: #dc3545; }
.ni-blue { background: #eef1fb; color: var(--primary-color); }
.ni-green{ background: #f0fff4; color: #146c43; }
.ni-gold { background: #fff8e6; color: #7a5400; }

.notice-top > div { display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }

.ni-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 2px 10px; border-radius: 20px;
}
.nb-red  { background: #fff0f0; color: #dc3545; }
.nb-blue { background: #eef1fb; color: var(--primary-dark); }
.nb-green{ background: #f0fff4; color: #146c43; }
.nb-gold { background: #fff8e6; color: #7a5400; }

.ni-date { font-size: 12px; color: var(--text-light); }

.notice-card h5 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin: 0; line-height: 1.4; }
.notice-card p  { font-size: 13px; color: var(--text-light); margin: 0; line-height: 1.7; flex: 1; }

.notice-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: var(--primary-color);
    text-decoration: none; margin-top: auto; transition: gap 0.2s;
}
.notice-link:hover { gap: 10px; color: var(--primary-dark); }

/* ============================================
   6. CONTACT & MAP
   ============================================ */
.contact-map-section { background: #fff; }

.contact-panel {
    background: #f5f7fb; border-radius: 16px;
    padding: 30px 26px; box-shadow: var(--shadow-sm);
}
.contact-panel > h5 {
    font-size: 16px; font-weight: 700; color: var(--primary-dark);
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid #eef1fb;
}

.campus-block {
    background: #fff; border-radius: 10px;
    padding: 14px 16px; margin-bottom: 12px;
    box-shadow: var(--shadow-sm);
}
.campus-warri   { border-left: 4px solid var(--primary-color); }
.campus-ughelli { border-left: 4px solid var(--accent-color); }

.campus-block h6 {
    font-size: 13px; font-weight: 700; color: var(--text-dark);
    margin-bottom: 6px; display: flex; align-items: center; gap: 7px;
}
.campus-block h6 i { color: var(--primary-color); }
.campus-ughelli h6 i { color: #c05c00; }
.campus-block p { font-size: 13px; color: var(--text-light); margin: 0; line-height: 1.6; }

.campus-pill {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.5px; padding: 2px 8px; border-radius: 20px; margin-left: 4px;
}
.cp-active { background: #d1fae5; color: #065f46; }
.cp-dev    { background: #fff8e6; color: #7a5400; }

.contact-detail-list { display: flex; flex-direction: column; gap: 12px; }

.cdl-item { display: flex; align-items: flex-start; gap: 12px; }
.cdl-icon {
    width: 38px; height: 38px; border-radius: 8px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #fff;
}
.cdl-blue  { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); }
.cdl-green { background: linear-gradient(135deg, #198754, #146c43); }
.cdl-red   { background: linear-gradient(135deg, #dc3545, #b02a37); }
.cdl-teal  { background: linear-gradient(135deg, #0d9488, #0a7a70); }

.cdl-item strong { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-dark); margin-bottom: 2px; }
.cdl-item p { font-size: 13px; color: var(--text-light); margin: 0; line-height: 1.6; }

.soc-label { font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }

.map-card {
    border-radius: 16px; overflow: hidden;
    box-shadow: var(--shadow-md); border: 2px solid #eef1fb;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gi-wide      { grid-column: span 2; }
    .gi-tall      { grid-row: span 1; }
    .news-tabs-bar{ top: 0; }
    .nf-visual    { min-height: 220px; }
}

@media (max-width: 767px) {
    .news-hero  { min-height: 260px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
    .gi-wide      { grid-column: span 2; }
    .nf-content   { padding: 22px 20px; }
    .nf-content h3{ font-size: 18px; }
    .event-row    { flex-direction: column; gap: 12px; }
    .ev-date      { align-self: flex-start; }
    .blog-featured-card .bfc-visual { height: 150px; }
    .blog-list-item { flex-direction: column; }
    .contact-panel  { padding: 22px 18px; }
}

@media (max-width: 575px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
    .gi-wide      { grid-column: span 2; }
    .hero-quick-links { gap: 8px; }
    .hql-btn      { padding: 8px 12px; font-size: 12px; }
    .ntab span    { display: none; }
    .ntab         { padding: 12px 14px; }
}
