﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", sans-serif; */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
}

.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;
}

:focus-visible {
    outline: 3px solid #000;
    outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    border-radius: 6px;
}

.container-fluid {
    padding: 0 80px;
}

.banner_sec_train {
    position: relative;
}

    .banner_sec_train img {
        width: 100%;
        object-fit: cover;
        height: 400px;
        object-position: center;
    }

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    /* z-index: 9; */
    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;
        text-transform: uppercase;
    }

.dropdown {
    z-index: 99999 !important;
}

.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;
    transition: all 0.4s ease;
}

    .about_tabs_sec_inner ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

        .about_tabs_sec_inner ul li {
            position: relative;
            display: block;
            border-radius: 10px;
            text-align: center;
        }

            .about_tabs_sec_inner ul li a {
                padding: 15px 15px;
                border-radius: 10px;
                font-size: 16px;
                font-weight: 600;
                color: #1e4eab;
                display: flex;
                align-items: center;
                flex-direction: column;
                position: relative;
                gap: 10px;
                text-align: center;
                font-family: 'Lato';
                text-decoration: none;
            }

            .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(46deg);
                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;
                }



.rti_main_sec {
    position: relative;
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 27px;
}


.header {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

    .header h1 {
        font-size: 35px;
        color: #364f7f;
        font-weight: 700;
        margin: 0 0 10px 0;
        font-family: 'Lato';
    }

    .header p {
        color: #333;
        position: relative;
        text-align: justify;
        font-size: 20px;
    }






.officers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 35px;
}

.officer-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
}

    .officer-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    }

    .officer-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    }

    .officer-card:nth-child(1)::before {
        background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
    }

    .officer-card:nth-child(2)::before {
        background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    }

    .officer-card:nth-child(3)::before {
        background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    }

.card-header {
    padding: 30px 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #e0e0e0;
}

.officer-title {
    font-size: 20px;
    color: #1e3a70;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Lato';
    line-height: 1.4;
}

    .officer-title::before {
        content: 'ðŸ‘¤';
        font-size: 1.2em;
    }

.officer-name {
    font-size: 16px;
    color: #273a4d;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Lato';
}

.officer-designation {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato';
}

.card-body {
    padding: 30px;
    position: relative;
    background: #fff;
}

.info-group {
    margin-bottom: 20px;
}

    .info-group:last-child {
        margin-bottom: 0;
    }

.info-label {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lato';
    position: relative;
}

    .info-label::before {
        content: '';
        width: 4px;
        height: 4px;
        background: #667eea;
        border-radius: 50%;
    }

.info-content {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    padding-left: 12px;
    text-align: justify;
    font-family: 'Lato';
    font-weight: 500;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #eeeeee;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

    .contact-item:hover {
        background: #e9ecef;
        transform: translateX(5px);
    }

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    flex-shrink: 0;
}

.officer-card:nth-child(1) .contact-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.officer-card:nth-child(2) .contact-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.officer-card:nth-child(3) .contact-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.contact-details {
    flex: 1;
}

.contact-type {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    font-weight: 500;
}

.contact-value {
    font-size: 0.95em;
    color: #2c3e50;
    font-weight: 500;
}

    .contact-value a {
        color: #1b366b;
        text-decoration: none;
        transition: color 0.3s ease;
        position: relative;
        font-family: 'Lato';
        font-weight: 600;
        font-size: 14px;
    }

        .contact-value a:hover {
            color: #764ba2;
            text-decoration: underline;
        }

.rti_main_sec_inner_how {
    position: relative;
    padding-top: 0px;
}

    .rti_main_sec_inner_how p {
        position: relative;
        color: #555;
        font-family: 'Lato';
        font-weight: 500;
        font-size: 16px;
        line-height: 1.7;
    }

        .rti_main_sec_inner_how p b {
            color: #000;
        }

    .rti_main_sec_inner_how h6 {
        position: relative;
        font-size: 19px;
        font-style: italic;
        line-height: 1.4;
        color: #277777;
        padding: 10px;
        font-family: 'Lato';
        font-weight: 600;
    }






.rti-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rti-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(100 100 111 / 35%) 0px 7px 29px 0px;
    transition: all 0.4s ease;
    width: 100%;
}

    .rti-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .rti-card:hover::before {
        transform: scaleX(1);
    }

    .rti-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .rti-card:nth-child(1) {
        background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    }

    .rti-card:nth-child(2) {
        background: linear-gradient(135deg, #4facfe15 0%, #00f2fe15 100%);
    }

    .rti-card:nth-child(3) {
        background: linear-gradient(135deg, #43e97b15 0%, #38f9d715 100%);
    }

.rti-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2em;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.3);
    transition: all 0.4s ease;
}

.rti-card:hover .rti-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(30, 58, 138, 0.5);
}

.rti-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3b82f6;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.rti-title {
    font-size: 18px;
    color: #003161;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-family: 'Lato';
}

.rti-description {
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 600;
}

.rti-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
}

    .rti-button:hover {
        transform: translateX(5px);
        box-shadow: 0 8px 25px rgba(30, 58, 138, 0.5);
    }

    .rti-button::after {
        content: 'âž¤';
        font-size: 1.2em;
        transition: transform 0.3s ease;
        display: none;
    }

    .rti-button:hover::after {
        transform: translateX(5px);
    }

/* Badge */
.rti-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1e3a8a;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Lato';
}

@media (max-width: 768px) {
    .rti-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 2em;
    }
}






.main-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    gap: 30px;
    padding: 0px;
}

/* Sidebar Navigation */
.sidebar {
    width: 320px;
    flex-shrink: 0;
}

.sidebar-sticky {
    position: sticky;
    top: 90px;
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 25px rgb(63 81 181 / 36%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.sidebar-title {
    font-size: 22px;
    color: #354e7e;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 3px dashed #e74c3c;
    margin-top: 0;
    font-family: 'Lato';
}

.nav-menu {
    list-style: none;
}

.nav-item {
    margin-bottom: 8px;
}

.nav-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Lato';
    font-weight: 600;
    text-decoration: none;
}

    .nav-link:hover {
        background: #fff;
        border-left-color: #e74c3c;
        transform: translateX(5px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-link.active {
        background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
        color: white;
        border-left-color: #c0392b;
        box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
    }

.nav-number {
    font-weight: 700;
    min-width: 25px;
    flex-shrink: 0;
}

.nav-text {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* ðŸ‘ˆ number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 3)
}

/* Content Area */
.content-area {
    flex: 1;
    min-width: 0;
}

.content-section {
    background: white;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgb(63 81 181 / 50%);
    scroll-margin-top: 20px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e74c3c;
}

.section-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 700;
    flex-shrink: 0;
    font-family: 'Lato';
}

.section-title {
    font-size: 20px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Lato';
}

.section-description {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Lato';
    text-align: justify;
}

.tab_img_sec_slide {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

    .tab_img_sec_slide img {
        width: 100%;
        object-fit: cover;
    }

/* List Styles */
.info-list {
    list-style: none;
    margin: 20px 0;
}

    .info-list li {
        padding: 16px 20px;
        margin-bottom: 12px;
        background: #f8f9fa;
        border-radius: 10px;
        border-left: 4px solid #e74c3c;
        transition: all 0.3s ease;
        position: relative;
        padding-left: 50px;
        color: #111;
        font-family: 'Lato';
        font-size: 15px;
        font-weight: 500;
    }

        .info-list li:hover {
            background: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateX(5px);
        }

        .info-list li::before {
            content: '✦';
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85em;
            font-weight: bold;
        }

/* Org Chart */
.org-chart {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 15px;
    padding: 35px;
    margin: 25px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.org-level {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.org-box {
    background: white;
    padding: 18px 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    min-width: 280px;
    border: 3px solid #e74c3c;
}

.org-arrow {
    width: 3px;
    height: 35px;
    background: linear-gradient(180deg, #e74c3c 0%, #c0392b 100%);
    margin: 0 auto 25px auto;
    position: relative;
}

    .org-arrow::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #c0392b;
    }

/* Highlight Box */
.highlight-box {
    background: linear-gradient(135deg, #e74c3c15 0%, #c0392b15 100%);
    border-left: 5px solid #e74c3c;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}

    .highlight-box p {
        position: relative;
        font-size: 15px;
        color: #030303;
        font-family: 'Lato';
        font-weight: 500;
    }

    .highlight-box h4 {
        color: #e74c3c;
        font-size: 1.2em;
        margin-bottom: 12px;
        font-weight: 700;
    }

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5em;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4);
    z-index: 1000;
}

/* Responsive */
@media (max-width: 1024px) {
    .sidebar {
        width: 280px;
    }

    .section-title {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        padding: 20px 15px;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        padding: 20px;
    }

        .sidebar.active {
            display: block;
        }

    .sidebar-sticky {
        max-height: 80vh;
        position: relative;
        top: 0;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-section {
        padding: 25px;
    }

    .page-header h1 {
        font-size: 1.8em;
    }
}

/* Scrollbar Styling */
.sidebar-sticky::-webkit-scrollbar {
    width: 6px;
}

.sidebar-sticky::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.sidebar-sticky::-webkit-scrollbar-thumb {
    background: #e74c3c;
    border-radius: 10px;
}

    .sidebar-sticky::-webkit-scrollbar-thumb:hover {
        background: #c0392b;
    }








.container_sec {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.audit-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgb(217 69 54 / 42%);
    border-left: 5px solid #e74c3c;
    transition: all 0.3s ease;
}

    .audit-section:hover {
        box-shadow: 0 4px 16px rgba(231, 76, 60, 0.12);
        transform: translateY(-2px);
    }

.section-title {
    font-size: 1.4em;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2em !important;
}

.content-list {
    list-style: none;
}

.content-item {
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .content-item:hover {
        background: #fff;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        transform: translateX(8px);
    }

.item-icon {
    width: 35px;
    height: 35px;
    background: #e74c3c;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.item-text {
    flex: 1;
}

    .item-text a {
        color: #2c3e50;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
        font-family: 'Lato';
        font-size: 16px;
    }

.content-item:hover .item-text a {
    color: #e74c3c;
}

.item-arrow {
    color: #e74c3c;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.content-item:hover .item-arrow {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .audit-section {
        padding: 20px;
    }

    .section-title {
        font-size: 1.2em;
    }
}



/* Educational Visits */

.edu_vist_main {
    position: relative;
}

.edu_vist_main_cont {
    position: relative;
}

    .edu_vist_main_cont p {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #555;
        font-family: 'Lato';
        margin-bottom: 15px;
        text-align: justify;
    }

    .edu_vist_main_cont h6 {
        position: relative;
        font-size: 22px;
        font-weight: 600;
        color: #354e7e;
        font-family: 'Lato';
        margin: 20px 0;
    }


.head_text {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    font-family: 'Lato';
    margin: 20px 0;
}

.edu_vist_main_cont ul {
    display: block;
    position: relative;
}

    .edu_vist_main_cont ul li {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #555;
        font-family: 'Lato';
        margin-bottom: 5px;
        padding-left: 30px;
    }

        .edu_vist_main_cont ul li:before {
            position: absolute;
            content: '\f054';
            color: #5a0303;
            left: 0;
            top: 0;
            font-family: 'FontAwesome';
            animation: arrowMove 2s infinite;
        }
.content-item {
    cursor: default;
}

.item-text {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: 'Lato';
    font-size: 16px;
}

.content-item:hover .item-text {
    color: #e74c3c;
}


@keyframes arrowMove {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(6px);
        opacity: 0.6;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}





.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 10px;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #c62828;
}

    .contact-card h3 {
        color: #10397b;
        font-size: 22px;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-family: 'Lato';
        font-weight: 600;
    }

    .contact-card p {
        margin-bottom: 16px;
        color: #555;
        line-height: 1.8;
        font-family: 'Lato';
        font-weight: 600;
    }

        .contact-card p strong {
            color: #c62828;
        }


.gallery_sec_edu_sec {
    position: relative;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 90%;
    margin: 0 auto;
}

.gallery_sec_edu_sec_single {
    position: relative;
    width: 100%;
    padding: 0px;
}

    .gallery_sec_edu_sec_single::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        background: transparent;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    .gallery_sec_edu_sec_single.pos_new_img::after {
        display: none;
    }

    .gallery_sec_edu_sec_single img {
        width: 100%;
        object-fit: cover;
        border: 10px solid #a9c1e3;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        height: 100%;
    }

    .gallery_sec_edu_sec_single:nth-child(1) img {
        border-radius: 50px 0 0 0;
    }

    .gallery_sec_edu_sec_single:nth-child(2) img {
        border-radius: 0 50px 0 0;
    }

    .gallery_sec_edu_sec_single:nth-child(3) img {
        border-radius: 0 0 0 50px;
    }

    .gallery_sec_edu_sec_single:nth-child(4) img {
        border-radius: 0 0 50px 0px;
    }

    .gallery_sec_edu_sec_single.pos_new_img {
        position: absolute;
        top: 205px;
        left: 440px;
    }

.pos_new_img img {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    border: 10px solid #fff;
}


.audit-section .section-icon {
    display: none !important;
}
