.menuzord-menu>li>a {
    padding: 12px 25px;
}

.menuzord {
    text-align: left;
}

.menuzord-menu>li:nth-last-child(2):after {
    display: none;
}


#nppaModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

#nppaModal .box {
    background: white;
    width: 90%;
    max-width: 800px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    margin: 20px auto 0 auto;
}

#nppaModal .header {
    background: linear-gradient(135deg, #046460, #046460);
    color: white;
    padding: 25px 30px;
    text-align: center;
    position: relative;
}

#nppaModal .header h2 {
    margin: 0 0 12px 0;
    font-size: 22px;
}

#nppaModal .header p {
    margin: 8px 0;
    font-size: 18px;
    opacity: 0.95;
}

#nppaModal .close {
    position: absolute;
    right: 10px;
    font-size: 28px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

#nppaModal .content {
    padding: 20px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

#nppaModal .content a {
    color: #046460;
    text-decoration: none;
    font-weight: bold;
}

#nppaModal .content a:hover {
    text-decoration: underline;
}

.copyright p {
    margin: auto;
    color: #FFFFFF;
    width: 60%;
}

/* ================= 125% SCALE ONLY ================= */
@media (min-resolution: 1.25dppx) {

    .menuzord,
    .menuzord-menu,
    .menuzord-menu>li>a {
        text-align: left !important;
    }

    .menuzord-menu>li>a {
        padding: 0.5rem 0.7rem;
        font-size: 0.9rem;
    }
}

/*==================== REUSABLE CSS CLASSES ====================*/
.container-data {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
}

/*==================== SERVICE CARD (GRID LAYOUT) ====================*/
.card__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

/* Responsive: 2 cards per row */
@media (max-width: 991px) {
    .card__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive: 1 card per row */
@media (max-width: 575px) {
    .card__container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*==================== CARD BOX ====================*/
.card__bx {
    --bg-clr: #ffffff;
    /* inner card background stays white */
    --txt-clr: #f8f6f6ff;
    --btn-txt-clr: #ffffff;
    --transition: all 0.5s;

    height: 280px;
    width: 100%;
    border-radius: 20px;
    border-top-left-radius: 65px;
    position: relative;
    background: var(--clr);
    transition: var(--transition);
}

.card__bx .card__data {
    position: absolute;
    inset: 10px;
    border-radius: 25px;
    background: var(--bg-clr);
}

.card__bx .card__data .card__icon {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 50%;
    height: 140px;
    width: 140px;
    background: var(--clr);
    border-top-left-radius: 16%;
}

.card__bx .card__data .card__icon::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 46px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}

.card__bx .card__data .card__icon::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}

.card__bx .card__data .card__icon .card__icon-bx {
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    background: var(--bg-clr);
    color: var(--clr);
}

.card__bx:hover .card__data .card__icon .card__icon-bx {
    background: var(--clr);
    color: var(--txt-clr);
    transition: var(--transition);
}

.card__bx .card__data .card__content {
    position: absolute;
    top: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--txt-clr);
}

.card__bx .card__data .card__content h3 {
    font-size: 22px;
    font-weight: 650;
    text-transform: uppercase;
    text-align: center;
}

.card__bx .card__data .card__content p {
    font-size: 14px;
    opacity: 0.75;
}

.card__bx .card__data .card__content a {
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid var(--clr);
    background: var(--clr);
    color: var(--btn-txt-clr);
    font-weight: 600;
    transition: var(--transition);
}

.card__bx .card__data .card__content a:hover {
    background: transparent;
    color: var(--clr);
}

/*==================== COLOR SET (GREEN / RED) ====================*/
.card__1,
.card__3,
.card__5,
.card__7,
.card__4,
.card__8 {
    --clr: #008574;
    /* Green */
}

.card__2,
.card__6 {
    --clr: #e93333;
    /* Red */
}

div#wrapper {
    background: #ffffff !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
}

/* ================== BANNER ================== */
.banner-new {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    max-height: 650px;
    overflow: hidden;
    /* background: #000; */
}

/* ================== SLIDES WRAPPER ================== */
.slides-new {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ================== SLIDE ================== */
.slide-new {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide-new.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

.slide-new.prev-slide {
    transform: translateX(-100%);
    /* z-index: 1; */
}

/* ================== IMAGE FIX (NO GAP) ================== */
.slide-new img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover;         */
    object-position: center;
    /* object-fit: cover;  */
}


/* ================== NAV BUTTONS ================== */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 10px 18px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* ================== TABLET ================== */
@media (max-width: 992px) {
    .banner-new {
        height: 55vh;
    }
}

/* ================== MOBILE ================== */
@media (max-width: 768px) {
    .banner-new {
        height: 45vh;
    }

    .nav {
        font-size: 24px;
        padding: 8px 14px;
    }
}

/* ================== SMALL MOBILE ================== */
@media (max-width: 480px) {
    .banner-new {
        height: 38vh;
    }
}


.marquee-section {
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
    /* Light background color */
    padding: 10px 0;
}

.marquee-title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
    text-align: center;
}

.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.latestnews {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    animation: marquee 20s linear infinite;
}

.latestnews li {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    display: inline-block;
}

.latestnews a {
    text-decoration: none;
    color: #046460;
    /* Blue color for links */
}

.latestnews a:hover {
    color: #0056b3;
    /* Darker blue on hover */
}

/* Smooth scrolling animation */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Hover effect to pause the animation */
.marquee-container:hover .latestnews {
    animation-play-state: paused;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    .marquee-title {
        font-size: 20px;
    }

    .latestnews li {
        font-size: 16px;
        padding: 10px;
    }
}


/* ================= BRAND ================= */
:root {
    --primary: #4f8cff;
    --secondary: #6ee7b7;
    --bg: #f4f7fb;
    --card-new: rgba(255, 255, 255, .95);
    --text: #1f2937;
    --muted: #6b7280;
}

/* ================= BASE ================= */
#main-content {
    padding: 40px 20px;
    background:
        radial-gradient(circle at top left, #eef3ff, transparent 60%),
        radial-gradient(circle at bottom right, #e9fff4, transparent 60%),
        var(--bg);
    font-family: Inter, Segoe UI, Arial, sans-serif;
    color: var(--text);
}

/* ================= SCROLL PROGRESS ================= */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    z-index: 9999;
}

/* ================= WRAPPER ================= */
.wrapper {
    max-width: 1100px;
    margin: auto;
}

/* ================= HEADER ================= */
.header-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-new h1 {
    font-size: 28px;
    margin: 0;
}

.filters {
    display: flex;
    gap: 10px;
}

.filters input,
.filters select {
    padding: 8px 14px;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 13px;
}

/* ================= TABS ================= */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.tabs button {
    padding: 8px 20px;
    border-radius: 30px;
    border: none;
    background: #ffffffb5;
    backdrop-filter: blur(6px);
    cursor: pointer;
    font-size: 13px;
}

.tabs button.active {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
}

/* ================= TIMELINE ================= */
.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(var(--primary), var(--secondary));
}

/* ================= EVENT ================= */
.event {
    position: relative;
    margin-bottom: 35px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease;
    cursor: pointer;
}

.event.show {
    opacity: 1;
    transform: translateY(0);
}

.dot-new {
    position: absolute;
    left: -3px;
    top: 26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 0 6px rgba(79, 140, 255, .15);
}

/* ================= CARD-new ================= */
.card-new {
    background: var(--card-new);
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    cursor: pointer;
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease;
}

.card-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

/* ================= BADGES ================= */
.file-badge {
    position: absolute;
    top: 14px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 20px;
    background: #ffecec;
    color: #c62828;
}

.file-badge span {
    font-weight: 600;
}

.badge {
    display: inline-block;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    background: #dff5f1;
    color: #004d40;
}

.title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--muted);
}

/* ================= BUTTON ================= */
.view-more {
    margin: 40px auto 0;
    display: block;
    padding: 12px 34px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* ================= TAB CONTENT ================= */
/* TAB VISIBILITY */
.tab-content {
    display: none;
}

.tab-content.active-tab {
    display: block;
}



/* ================= RESPONSIVE ================= */
@media(max-width:700px) {
    .header-new {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .timeline {
        padding-left: 30px;
    }
}

.search-box {
    display: inline-flex;
    align-items: center;
}

.search-icon {
    font-size: 26px;
    color: #008574;
    cursor: pointer;
}

.search-input {
    width: 0;
    opacity: 0;
    padding: 6px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform-origin: right;
    /* 👈 yahi magic hai */
    margin-right: 8px;
}

.search-input.active {
    width: 250px;
    opacity: 1;
}

.LinkColor .bgColor a {
    color: #B03C00 !important;
}

/* ═══════════════════════════════════════
        Quick Links Section
        ═══════════════════════════════════════ */

.ql-section {
    width: 100%;
    background: #f4f7f6;
    padding: 28px 32px 36px;
    box-sizing: border-box;
}

/* ── Title ── */
.ql-header {
    text-align: center;
    margin-bottom: 24px;
}

.ql-header h3 {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a7a6e;
    padding-bottom: 8px;
    border-bottom: 2px solid #1a7a6e;
}

/* ── Grid ── */
.ql-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

/* ── Card ── */
.ql-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 14px 14px;
    background: #ffffff;
    border: 0.5px solid rgba(26, 122, 110, 0.1);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    width: 140px;
    min-height: 110px;
    box-sizing: border-box;
    transition: box-shadow 0.25s, border-color 0.25s, background 0.25s;
}

.ql-card:hover {
    box-shadow: 0 6px 20px rgba(26, 122, 110, 0.18);
    border-color: #1a7a6e;
    background: #edf7f5;
    text-decoration: none;
}

/* ── Image wrapper — fixed size, logo fills it ── */
.ql-img-wrap {
    width: 100px;
    /* ← bigger than before (was 86px) */
    height: 60px;
    /* ← taller than before (was 38px) */
    display: flex;
    align-items: center;
    justify-content: center;
}

.ql-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ── Label ── */
.ql-card span {
    font-size: 11px;
    font-weight: 700;
    color: #1a4f4a;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.01em;
    word-break: break-word;
    width: 100%;
    display: block;
}

/* ═══════════════════════════════════════
        Responsive
        ═══════════════════════════════════════ */

@media (max-width: 768px) {
    .ql-section {
        padding: 24px 20px 28px;
    }

    .ql-card {
        width: 120px;
        min-height: 100px;
    }

    .ql-img-wrap {
        width: 86px;
        height: 52px;
    }
}

@media (max-width: 480px) {
    .ql-section {
        padding: 18px 12px 22px;
    }

    .ql-header h3 {
        font-size: 13px;
    }

    .ql-card {
        width: 100px;
        min-height: 90px;
        padding: 14px 10px 12px;
    }

    .ql-img-wrap {
        width: 72px;
        height: 44px;
    }

    .ql-card span {
        font-size: 10px;
    }
}

#main-content {
    padding: 0px;
}

.card {
    text-align: left !important;
    margin-top: 5px;
}

.table-custom {
    width: 75%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #b03c00;
}

/* Header */
.table-custom thead th {
    background-color: #008574;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: bold;
}

/* Body Rows */
.table-custom tbody tr {
    background-color: rgba(0, 133, 116, 0.10);
    /* light transparent #008574 */
}

.table-custom tbody tr:nth-child(even) {
    background-color: rgba(176, 60, 0, 0.08);
    /* light transparent #b03c00 */
}

/* Table cells */
.table-custom td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Remove last row bottom border */
.table-custom tbody tr:last-child td {
    border-bottom: none;
}



/* Circular order tender list css  */

:root {
    --teal: #028982;
    --teal-dark: #016b65;
    --teal-light: #e0f5f4;
    --teal-glow: rgba(2, 137, 130, .18);
    --gold-light: #fff8e6;
    --bg: #f4f7f9;
    --surface: #ffffff;
    --border: #dde4ea;
    --text: #1a2533;
    --muted: #6b7a8d;
    --radius: 14px;
    --shadow: 0 4px 24px rgba(2, 137, 130, .10);
}

/* ── BANNER ── */
.innerbanner {
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 60%, #03b5ac 100%);
    padding: 48px 0 52px;
    position: relative;
    overflow: hidden;
}

.innerbanner::before {
    content: '';
    position: absolute;
    inset: 0;

}

.innerbanner::after {
    content: '';
    position: absolute;
    height: 40px;
    background: var(--bg);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.innerbanner h3 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.breadcrumb-area {
    text-align: center;
    position: relative;
    z-index: 1;
}

#breadcrumbs .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 6px 20px;
    font-size: .82rem;
}

#breadcrumbs .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

#breadcrumbs .breadcrumb .delimiter {
    opacity: .6;
}

#breadcrumbs .breadcrumb .inline {
    display: inline;
}

/* ── MAIN ── */
#main-content {
    background: var(--bg);
    padding: 40px 0 60px;
}

#main-content .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── FILTER CARD ── */
.co-filter-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    padding: 26px 28px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    animation: coFadeUp .45s ease both;
}

.co-filter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), #d4a017, var(--teal));
    background-size: 200%;
    animation: coShimmer 3s linear infinite;
}

@keyframes coShimmer {
    to {
        background-position: 200% center;
    }
}

.co-filter-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.co-filter-header .co-ficon {
    width: 36px;
    height: 36px;
    background: var(--teal-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-size: .88rem;
}

.co-filter-header span {
    font-size: .92rem;
    font-weight: 600;
    color: var(--teal-dark);
    letter-spacing: .3px;
}

.co-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .co-filter-grid {
        grid-template-columns: 1fr;
    }
}

.co-filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.co-filter-group label {
    font-size: .72rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .8px;
}

.co-select-wrap {
    position: relative;
}

.co-select-wrap .co-sel-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--teal);
    font-size: .82rem;
    pointer-events: none;
    z-index: 1;
}

.co-select-wrap .co-chevron {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: .72rem;
    pointer-events: none;
}

.co-filter-group select {
    width: 100%;
    padding: 11px 36px 11px 36px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: .875rem;
    color: var(--text);
    background: #fafbfc;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.co-filter-group select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px var(--teal-glow);
    background: #fff;
}

.co-filter-group select:hover {
    border-color: var(--teal);
}

/* ── TABLE CARD ── */
.co-table-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    overflow: hidden;
    animation: coFadeUp .5s .1s ease both;
}

/* ── TOOLBAR ── */
.co-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 22px 14px;
    border-bottom: 1px solid var(--border);
}

.co-toolbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.co-show-label {
    font-size: .82rem;
    color: var(--muted);
}

.co-show-select {
    padding: 7px 10px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: .82rem;
    color: var(--text);
    background: #fafbfc;
    cursor: pointer;
    transition: border-color .2s;
}

.co-show-select:focus {
    border-color: var(--teal);
}

.co-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.co-search-box i {
    position: absolute;
    left: 11px;
    color: var(--muted);
    font-size: .8rem;
}

.co-search-box input {
    padding: 8px 14px 8px 32px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: .85rem;
    color: var(--text);
    background: #fafbfc;
    width: 320px;
    transition: border-color .2s, box-shadow .2s;
}

.co-search-box input:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px var(--teal-glow);
    background: #fff;
}

.co-search-box input::placeholder {
    color: var(--muted);
}

/* ── TABLE ── */
#example2_wrapper .dataTables_filter,
#example2_wrapper .dataTables_length {
    display: none !important;
}

#example2_wrapper .dataTables_info {
    padding: 14px 22px;
    font-size: .8rem;
    color: var(--muted);
}

#example2_wrapper .dataTables_paginate {
    padding: 10px 22px 16px;
}

table#example2 {
    width: 100% !important;
    border-collapse: collapse;
}

table#example2 thead tr {
    background: linear-gradient(135deg, var(--teal-dark), var(--teal));
}

table#example2 thead th {
    padding: 15px 16px !important;
    font-size: .76rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    border: none !important;
    white-space: nowrap;
}

table#example2 thead th.sorting:after,
table#example2 thead th.sorting_asc:after,
table#example2 thead th.sorting_desc:after {
    color: rgba(255, 255, 255, .65) !important;
}

table#example2 tbody tr {
    border-bottom: 1px solid #edf1f5;
    transition: background .15s, transform .15s;
}

table#example2 tbody tr:last-child {
    border-bottom: none;
}

table#example2 tbody tr:hover {
    background: var(--teal-light) !important;
    transform: translateX(3px);
}

table#example2 tbody tr:nth-child(even) {
    background: #f8fafc;
}

table#example2 tbody td {
    padding: 13px 16px !important;
    font-size: .875rem;
    color: var(--text);
    vertical-align: middle;
    border: none !important;
}

/* Sr badge */
.co-sr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--teal-light);
    color: var(--teal-dark);
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 600;
}

/* Date chip */
.co-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gold-light);
    color: #7a5800;
    border-radius: 100px;
    padding: 4px 11px;
    font-size: .78rem;
    font-weight: 500;
    white-space: nowrap;
}

.co-date i {
    font-size: .68rem;
}

/* PDF btn */
.co-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    background: linear-gradient(135deg, #e53935, #c62828);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .3px;
    transition: transform .18s, box-shadow .18s;
    box-shadow: 0 3px 10px rgba(229, 57, 53, .3);
}

.co-pdf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(229, 57, 53, .42);
    color: #fff;
    text-decoration: none;
}

/* ── PAGINATION ── */
.dataTables_paginate .paginate_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    margin: 0 2px !important;
    font-size: .82rem !important;
    border: 1.5px solid var(--border) !important;
    color: var(--text) !important;
    cursor: pointer !important;
    transition: all .18s !important;
    background: #fff !important;
}

.dataTables_paginate .paginate_button:hover {
    background: var(--teal-light) !important;
    border-color: var(--teal) !important;
    color: var(--teal-dark) !important;
}

.dataTables_paginate .paginate_button.current {
    background: var(--teal) !important;
    border-color: var(--teal) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.dataTables_paginate .paginate_button.disabled {
    opacity: .4 !important;
    cursor: not-allowed !important;
}

/* ── ARCHIVE BTN ── */
.co-archive-wrap {
    margin-top: 22px;
    animation: coFadeUp .5s .2s ease both;
}

.co-archive-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 26px;
    background: linear-gradient(135deg, var(--teal-dark), var(--teal));
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 16px var(--teal-glow);
    transition: transform .2s, box-shadow .2s;
    letter-spacing: .3px;
}

.co-archive-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 137, 130, .35);
    color: #fff;
    text-decoration: none;
}

@keyframes coFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ui-datepicker {
    background: white !important;
    opacity: 1 !important;
}

.ui-datepicker table {
    background: white !important;
}

.ui-widget-content {
    background: white !important;
    height: 300px;
}


/* ── News Marquee ───────────────────────────────── */
.news-marquee-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
    min-height: 90px;
}

/* Red badge */
.nm-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 14px;
    width: 100px;
    flex-shrink: 0;
    background: #d60000;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s;
}

.nm-badge:hover {
    background: #b80000;
}

.nm-badge span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
}

.nm-badge img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

/* Scrolling viewport */
.nm-viewport {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-width: 0;
}

/* Animated track */
.nm-track {
    display: flex;
    align-items: stretch;
    animation: nmScroll 40s linear infinite;
}

.nm-track:hover {
    animation-play-state: paused;
}

@keyframes nmScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Each card column */
.nm-card {
    display: inline-flex;
    align-items: flex-start;
    padding: 14px 20px;
    width: 240px;
    /* fixed column width like the screenshot */
    flex-shrink: 0;
    box-sizing: border-box;
    border-right: 1.5px solid rgba(0, 0, 0, 0.08);
    white-space: normal;
    /* ← enables word wrap */
    word-break: break-word;
}

/* Title */
.nm-card a {
    font-size: 14px;
    font-weight: 700;
    color: #1a7a6e;
    /* teal like the screenshot */
    text-decoration: none;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: normal;
    /* ← wrap inside the card */
    word-break: break-word;
    display: block;
}

.nm-card a:hover {
    color: #d60000;
}

/* ── Mobile ─────────────────────────────────────── */
@media (max-width: 600px) {
    .nm-badge {
        width: 78px;
        padding: 10px 8px;
    }

    .nm-badge span {
        font-size: 8px;
    }

    .nm-badge img {
        height: 22px;
    }

    .nm-card {
        width: 180px;
        padding: 10px 14px;
    }

    .nm-card a {
        font-size: 11.5px;
    }
}

/* Card width: 240px → 320px */
.nm-card {
    width: 350px;
    /* ← wider column */
    padding: 16px 24px;
    /* ← a bit more breathing room */
}

/* Slow the scroll slightly to match wider cards */
@keyframes nmScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.nm-track {
    animation: nmScroll 10s linear infinite;
    /* ← 40s → 50s */
}

/* Mobile adjustment */
@media (max-width: 600px) {
    .nm-card {
        width: 220px;
        padding: 12px 16px;
    }

    /* ← 180px → 220px */
}