.spacer1px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 1px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer5px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 5px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer15px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 15px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer10px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 10px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer20px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 20px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer30px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer50px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer80px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}


.container-fluid {
    padding: 0 80px;
}


.banner_sec_train {
    position: relative;
}

.banner_sec_train img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-bottom: 5px solid #d4232c;
}

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background: #ff043a;
    left: 75px;
    padding: 0 50px;
    border-radius: 4px 4px 0 0;
}

.breadcumb_sec_new h6 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.about_tabs_sec {
    background: linear-gradient(to right, rgb(224, 234, 252), rgb(207, 222, 243));
    padding: 30px 0;
}

.about_tabs_sec_inner {
    position: relative;
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px #00000029;
}

.about_tabs_sec_inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.about_tabs_sec_inner ul li {
    position: relative;
    display: block;
    border-radius: 10px;
    text-align: center;
    width: 165px;
}

.about_tabs_sec_inner ul li a {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e4eab;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 10px;
    text-decoration: none;
    font-family: 'Lato';
}

.about_tabs_sec_inner ul li:hover a:before {
    opacity: 0;
}

.about_tabs_sec_inner ul li a:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    bottom: 0;
    transform: rotate(45deg);
    bottom: -10px;
    z-index: 1;
    background: linear-gradient(117deg, #0052bf, #e11c23);

    opacity: 0;
}

.about_tabs_sec_inner ul li:hover a {
    background: linear-gradient(135deg, #354e7e, #5fa8fc);
    color: #fff;
}

.about_tabs_sec_inner ul li a img {
    width: 45px;
}

.about_tabs_sec_inner ul li.active a,
.about_tabs_sec_inner ul li:hover a {
    background: linear-gradient(135deg, #354e7e, #5fa8fc);
    color: #fff;
}

.about_tabs_sec_inner ul li.active a:before {
    opacity: 1;
}

.right_tab_single {
    display: none;
    animation: fadeIn 0.4s ease;
}

.right_tab_single.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.right_tab_single {
    position: relative;
}


.media_cover_sec {
    position: relative;
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 27px;
}

.media_cover_sec_head {
    position: relative;
}

.media_cover_sec_head h3 {
    position: relative;
    margin: 0px;
    color: #354e7e;
    font-weight: 600;
    font-family: 'Lato';
}




.vigilance_section {
    margin-bottom: 50px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.vigilance_year {
    background: linear-gradient(135deg, #254c96, #555555);
    color: white;
    padding: 20px 30px;
    border-left: 5px solid #ec6866;
}

.vigilance_year h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    font-family: 'Lato';
}

.vigilance_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    padding: 30px;
}

.vigilance_card {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.vigilance_card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.vigilance_info {
    flex: 1;
}

.vigilance_title {
    font-size: 17px;
    font-weight: 600;
    color: #074a07;
    line-height: 1.5;
    margin-bottom: 5px;
    position: relative;
}

.vigilance_meta {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.doc_type_badge {
    background: #dbeafe;
    color: #1e40af;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.download_btn {
    width: 50px;
    height: 50px;
    background: #3b82f6;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.download_btn:hover {
    background: #2563eb;
    transform: scale(1.05);
}

.download_btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.stats_bar {
    background: #f1f5f9;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    font-size: 13px;
    color: #64748b;
}

.stats_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stats_number {
    font-weight: 700;
    color: #0061ff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .documents-grid {
        grid-template-columns: 1fr;
    }

    .year-header {
        padding: 15px 20px;
    }

    .year-header h2 {
        font-size: 18px;
    }

    .stats-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}








.header {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.header h1 {
    font-size: 35px;
    color: #354e7e;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: 'Lato';
}

.header p {
    color: #333;
    position: relative;
    text-align: justify;
    font-size: 20px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 0px;
}

.authorities-section {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

.section-header {
    background: #192c58;
    color: white;
    padding: 15px 32px;
    font-size: 20px;
    font-weight: 600;
}

.authority-list {
    padding: 32px;
}

.authority-item {
    padding: 15px;
    border-left: 4px solid #3b82f6;
    background: #f8fafc;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.authority-item:last-child {
    margin-bottom: 0;
}

.authority-item:hover {
    background: #eff6ff;
    border-left-color: #1e40af;
    transform: translateX(5px);
}

.authority-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Lato';
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #475569;
}

.contact-detail:last-child {
    margin-bottom: 0;
}

.contact-detail img {
    width: 25px;
    fill: #3b82f6;
    flex-shrink: 0;
}

.contact-detail span {
    position: relative;
    font-size: 16px;
    color: #354e7e;
    font-weight: 600;
}

.contact-detail a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-detail a:hover {
    color: #1e40af;
}

.links-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.link-tile {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-tile:hover {
    border-color: #3b82f6;
    background: #eff6ff;
    transform: scale(1.02);
}

.link-tile::after {
    content: "→";
    font-size: 1.5rem;
    color: #3b82f6;
    transition: transform 0.3s ease;
}

.link-tile:hover::after {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

    .links-section {
        grid-template-columns: 1fr;
    }

    .authority-list {
        padding: 20px;
    }
}

.ab_sec_nhsrcl {
    position: relative;
    padding-top: 20px;
}

.ab_sec_nhsrcl p {
    position: relative;
    font-size: 16px;
    color: #555;
    font-weight: 500;
    line-height: 1.7;
}



.gallery_main_vigi {
    position: relative;
    margin-top: 30px;
}


.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background: #ffe7e7;
    cursor: pointer;
    /* aspect-ratio: 4/3; */
   /* box-shadow: rgba(0, 0, 0, 0.42) 21.25px 23.375px 80.75px 0px;
    padding: 10px;*/
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
        border-radius: 10px;
    }

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 30px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-item-overlay {
    transform: translateY(0);
}

.overlay-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.overlay-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
}

/* Large featured item - spans 2 rows */
.gallery-item:nth-child(2) {
    grid-row: span 1;
    /* aspect-ratio: 3/4; */
}

@media (max-width: 1024px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item:nth-child(2) {
        grid-row: span 1;
        /* aspect-ratio: 4/3; */
    }
}

@media (max-width: 640px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        /* aspect-ratio: 16/9; */
    }

    .gallery-item:nth-child(2) {
        /* aspect-ratio: 16/9; */
    }
}
