body {
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.container {
    width: 100% !important;
    max-width: 1410px !important;
}
/*.wow {
    visibility: hidden;  
}

.animated {
    visibility: visible !important;
}*/

p {
    text-align: justify;
    font-size: 15px;
    color: #434343;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.noticeboard-section {
    background: #fff;
    padding: 70px 0;
}

    .noticeboard-section .card-body {
        height: 350px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

        .noticeboard-section .card-body ul {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow: auto;
            height: 300px;
        }

            .noticeboard-section .card-body ul.marquee {
                position: relative;
                box-sizing: border-box;
                animation: marquee 15s linear infinite;
            }

                .noticeboard-section .card-body ul.marquee:hover {
                    animation-play-state: paused;
                }

/*.list-with-date li:hover .card-date-col {
    background-color: #6d1a83;
    color:#fff;
}

.list-with-date li:hover .card-detail-col p a {
    color: #6d1a83;
}*/

/* Make it move! */

@keyframes marquee {
    0% {
        top: calc(100% + 10px)
    }

    100% {
        top: -120%
    }
}

.card-custom1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .card-custom1 .card-header {
        text-align: center;
        padding: 0;
        background: none;
        border: none;
    }

        .card-custom1 .card-header h3 {
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            background: #6d1a83;
            height: 54px;
            line-height: 54px;
            margin: 0;
        }

.card-head-links {
    background: #f3f3f3;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-head-links a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 10px;
        line-height: 14px;
        color: #000;
    }

        .card-head-links a:hover,
        .card-head-links a.active {
            color: #6d1a83;
        }

.list-with-date li {
    display: flex;
    margin-bottom: 20px;
}

    .list-with-date li .card-date-col {
        width: 65px;
        height: 65px;
        background-color: #F1DAC4;
        flex-shrink: 0;
        border-radius: 5px;
        display: flex;
        margin-right: 15px;
        flex-direction: column;
        justify-content: center;
        color: #B26700;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
    }

        .list-with-date li .card-date-col span {
            color: #222;
            font-weight: 500;
            font-size: 12px;
            text-transform: uppercase;
            line-height: normal;
            padding: 0px;
            margin: 0;
        }

    .list-with-date li .card-detail-col {
        width: 100%;
    }

        .list-with-date li .card-detail-col p {
            font-size: 14px;
            line-height: 22px;
            padding: 0;
            text-align: left;
            margin: 0;
        }

            .list-with-date li .card-detail-col p a {
                color: #000;
            }

            .list-with-date li .card-detail-col p a {
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

.list-with-date.with-sep li .card-detail-col p a {
    -webkit-line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
    color: #B26700;
}

.list-with-date.with-sep li {
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

    .list-with-date.with-sep li:last-child {
        border-bottom: none;
    }

.list-with-date.with-ico li {
    position: relative;
    padding: 10px 0px 10px 15px;
}

    .list-with-date.with-ico li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 4px;
        height: 4px;
        background: #666;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
    }


/* New site */
/*.slider-btm-section {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}*/
.slider-btm-section {
    padding: 0 0 70px 0;
}

.slider-btm-card-outer {
    display: flex;
    justify-content: center;
}

.slider-btm-card {
    background: #bf7716;
    width: 220px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .slider-btm-card:hover {
        margin-top: -15px;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

.slider-btm-card-outer a.slider-btm-card:nth-child(2),
.slider-btm-card-outer a.slider-btm-card:nth-child(4),
.slider-btm-card-outer a.slider-btm-card:nth-child(6) {
    background: #e29021;
}

.slider-btm-card h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-btm-card p {
    text-align: center;
    color: #fff;
    padding-bottom: 0;
    line-height: 22px;
}

.media-coverage-section {
    padding: 70px 0;
    background: #eee;
}

.card-custom2 {
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .card-custom2 .card-thumb {
        position: relative;
    }

        .card-custom2 .card-thumb img + a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .card-custom2 .card-thumb img + a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.card-thumb img {
    width: 100%;
}

.card-thumb-det {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .card-thumb-det h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .card-thumb-det p {
        padding-bottom: 8px;
    }

.services-section {
    background-color: #6d1a83;
    padding: 70px 0;
}

.thumb-with-title-col {
    overflow: hidden;
    position: relative;
}

    .thumb-with-title-col::before {
        width: 100%;
        height: 100%;
        background: rgba(11, 33, 47, .9);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease 0s;
        z-index: 2;
    }

    .thumb-with-title-col::before {
        content: "";
    }

    .thumb-with-title-col:hover::before {
        opacity: 1;
    }

    .thumb-with-title-col::after {
        background: rgba(255, 255, 255, .3);
        border: 2px solid #e29021;
        top: 0;
        width: 100%;
        height: 100%;
        left: 170%;
        opacity: 1;
        z-index: 1;
        transform: skewX(45deg);
        transition: all 1s ease 0s;
        content: "";
        position: absolute;
        z-index: 3;
    }

    .thumb-with-title-col:hover::after {
        left: -170%;
    }

    .thumb-with-title-col img {
        width: 100%;
        max-width: 100%;
    }

    .thumb-with-title-col h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        background: #fff;
        height: 75px;
        line-height: 75px;
        text-align: center;
        margin-left: 10%;
        width: calc(100% - 20%);
        margin-top: -40px;
        z-index: 1;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .thumb-with-title-col h3 a {
            display: block;
            color: #000;
        }

    .thumb-with-title-col:hover h3 {
        background-color: #A4243B;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .thumb-with-title-col:hover h3 a {
            color: #fff;
        }

.thumb-with-title-col-inner {
}

.thumb-with-title-col .thumb-with-title-col-inner {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .5s ease 0s;
    text-align: center;
    z-index: 3;
}

    .thumb-with-title-col .thumb-with-title-col-inner h4 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
    }

    .thumb-with-title-col .thumb-with-title-col-inner ul {
        margin-bottom: 15px;
        margin-top: 10px;
        padding: 0 15px;
        list-style: none;
    }

        .thumb-with-title-col .thumb-with-title-col-inner ul li a {
            color: #fff;
            font-size: 15px;
            line-height: 32px;
        }

            .thumb-with-title-col .thumb-with-title-col-inner ul li a:hover {
                color: #e29021;
                font-size: 15px;
                line-height: 32px;
            }

.thumb-with-title-col:hover .thumb-with-title-col-inner {
    bottom: 50%;
    transform: translateY(50%);
}

.section-title {
    margin-bottom: 40px;
}

    .section-title h2 {
        color: #222;
        font-size: 30px;
        text-transform: uppercase;
    }

        .section-title h2 span.text-red {
            color: #6d1a83;
        }

.hvr-top {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-top:hover,
    .hvr-top:focus,
    .hvr-top:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

.college-event-section {
    padding: 70px 0;
}
/* Wrap each .event-items in a flex column layout */
#event .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.event-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
    height: 100%;
}

    .event-items .news-img {
        width: 100%;
        height: 200px;
        overflow: hidden;
        flex-shrink: 0;
    }

        .event-items .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

    .event-items:hover .news-img img {
        transform: scale(1.05);
    }

    .event-items h3 {
        font-size: 1.1rem;
        margin: 15px;
        font-weight: bold;
        color: #333;
        flex-shrink: 0;
    }

    .event-items .list2 {
        padding: 0 15px;
        flex-shrink: 0;
    }

        .event-items .list2 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .event-items .list2 ul li {
                display: flex;
                align-items: center;
                font-size: 0.9rem;
                color: #555;
                margin-bottom: 8px;
            }

                .event-items .list2 ul li i {
                    color: #6d1a83;
                    margin-right: 8px;
                }

    .event-items .allBtn {
        margin: 0;
        display: inline-block;
        background-color: #6d1a83;
        color: #fff;
        padding: 8px 12px;
        text-align: center;
        text-decoration: none;
        border-radius: 8px;
        transition: background 0.3s;
    }

        .event-items .allBtn:hover {
            background-color: #531466;
        }

/* Floting social icons */

.floating-icons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .floating-icons a {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        transition: all 0.3s ease; /* Smooth transition */
    }

        .floating-icons a:first-child {
            border-top-left-radius: 5px;
        }

        .floating-icons a:last-child {
            border-bottom-left-radius: 5px;
        }

        .floating-icons a:hover {
            width: 80px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .floating-icons a i {
            color: #fff;
            font-size: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

        /* Background Colors */
        .floating-icons a.fb {
            background-color: #337FFF;
        }

        .floating-icons a.tw {
            background-color: #33CCFF;
        }

        .floating-icons a.ins {
            background-color: #DA3A8D;
        }

        .floating-icons a.link {
            background-color: #0277b5;
        }

        .floating-icons a.you {
            background-color: #D72A2A;
        }

        .floating-icons a.what {
            background-color: #075E54;
        }

.gallery-sec {
    padding: 70px 0;
    /*background: #eee;*/
}

.gallery-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    margin: 5px;
    overflow: hidden;
}

    .gallery-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .gallery-card img {
        border-radius: 10px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .gallery-card h6 {
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .gallery-card h6 {
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }

.hidden-gallery {
    display: none;
}

#myBtn {
    transition: opacity 0.3s ease;
    will-change: transform;
}

/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1410px !important;
}*/
/* Hindi Logo */
.logo-hindi {
    width: 400px;
    height: auto;
}


/* DU + Vikshit Bharat Logos Right */
.du-logo img {
    width: 120px;
    height: auto;
}

.logovb img {
    width: 180px;
    height: auto;
}

.contact-logo {
    width: 110px;
    height: auto;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .logo-hindi {
        width: 120px;
    }

    .du-logo img,
    .logovb img {
        width: 60px;
    }

    .logo-title h1 {
        font-size: 20px;
    }

    .logo-title p {
        font-size: 14px;
    }

    .logo-title span {
        font-size: 12px;
    }
}

.logo-title {
    text-align: center;
}

    .logo-title h1 {
        font-style: normal;
        font-size: 30px;
        line-height: 30px;
        color: #6d1a83;
        text-transform: uppercase;
        font-family: "DM Serif Display", serif;
        /*font-family: Anton, sans-serif;*/
        font-weight: 800;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(109, 26, 131, 0.6);
    }


    .logo-title p {
        text-align: center;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-transform: capitalize;
        color: #333;
        margin-bottom: -2px;
        padding-bottom: 0;
    }

    .logo-title span {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 13px;
        color: #333;
        display: block;
        padding-top: 7px;
    }

.logovb {
    text-align: right;
}

.UsefulLinks {
    padding: 70px 0;
}

/* nav search icon */
.nav-search-icon {
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    /*border-left: 1px dashed #fff;*/
}

    .nav-search-icon button {
        border: none;
        background: none;
        color: #fff;
        font-size: 14px;
    }

        .nav-search-icon button:hover {
            color: #fff;
        }

/* Darker overlay */
.search-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9); /* darker overlay */
}

/* Popup box */
.search-popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 40px 30px 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 700px;
    height: 130px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* Close button */
.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    transition: 0.3s;
}

    .close-popup:hover {
        color: #e29021;
    }

/* Center input + button together */
.search-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /*margin-top: 40px;*/
}

/* Input box */
.search-popup-content input {
    flex: 1;
    min-width: 60%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Search button */
.search-popup-content button {
    padding: 14px 20px;
    font-size: 16px;
    background-color: #e29021;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s;
}

    .search-popup-content button:hover {
        background-color: #c57713;
    }

/* Results scroll box */
.search-results-box {
    margin-top: 10px;
    max-height: 300px; /* thoda bada height */
    overflow-y: auto;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

    .search-results-box:hover {
        box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }

    .search-results-box ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .search-results-box li {
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background 0.25s, transform 0.2s;
        border-radius: 8px;
        margin-bottom: 6px;
    }

        .search-results-box li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .search-results-box li:hover {
            background-color: #fdf2e9; /* soft warm hover */
            transform: translateX(5px); /* subtle slide effect */
        }

        .search-results-box li a {
            text-decoration: none;
            color: #333;
            display: block;
            font-weight: 500;
            transition: color 0.2s;
        }

            .search-results-box li a:hover {
                color: #e29021; /* nice accent color */
            }

.search-result-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    transition: background 0.2s, transform 0.2s;
}

    .search-result-item:last-child {
        border: none;
    }

    .search-result-item a {
        color: #111;
        font-weight: 500;
    }

    .search-result-item:hover {
        background-color: #f9f9f9;
        transform: translateX(3px);
    }

/* Breadcrumbh */

.breadcrumbh-sec {
    background: #4a0e5a;
}

    .breadcrumbh-sec ol.breadcrumb {
        margin: 0;
        background: none;
        padding: 10px 0;
    }

        .breadcrumbh-sec ol.breadcrumb li,
        .breadcrumbh-sec ol.breadcrumb li a {
            font-size: 13px;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumbh-sec ol.breadcrumb li::before {
    color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li a {
    color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li.active {
    color: #c9c9c9;
}

/*.DU {
    text-align: right;
    margin: 0;
    padding: 0;
}*/

/*.DU img {
        width: 150px;
    }*/


.principal-img {
    width: 200px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #e29021;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2.principal-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

span.designation {
    position: relative;
}

.PlacementsBox {
    margin: 0;
    padding: 15px;
    text-align: center;
}

    .PlacementsBox ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .PlacementsBox ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 49%;
            text-align: center;
        }

            .PlacementsBox ul li a {
                background: #6d1a83;
                margin: 5px;
                padding: 20px 15px;
                display: block;
                border-radius: 15px;
                transition: all 0.3s ease; /* Smooth hover */
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
            }

                .PlacementsBox ul li a:hover {
                    transform: translateY(-5px); /* Move up slightly */
                    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
                }


                .PlacementsBox ul li a h3 {
                    color: #fff;
                    font-size: 15px;
                }

            .PlacementsBox ul li img {
                width: 50px;
                margin-bottom: 15px;
            }

.PlacementsBox1 {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 523px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}


/* Social media section */

.social-media-section {
    padding: 70px 0;
    background-color: #F2F2F2;
}

.social-media-col {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
    padding: 0px 20px 20px 20px;
}

.social-media-row {
    margin-top: 30px !important;
}

.social-icon {
    text-align: center;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.social-media-col .social-icon i {
    background-color: #337FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.social-icon.fb i {
    background-color: #337FFF;
}

.social-icon.tw i {
    background-color: #33CCFF;
}

.social-icon.tw img {
    width: 55px;
}

.social-icon.ins i {
    background-color: #DA3A8D;
}

.social-icon.you i {
    background-color: #D72A2A;
}

.social-icon.lin i {
    background-color: #0277b5;
}

.social-details {
    height: 400px;
    overflow: hidden;
    /*overflow: auto;*/
}

.social-media-col .social-icon.ins + .social-details .instaInPost a {
    margin-bottom: 10px;
    display: block;
}

@keyframes floating2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

#alumniModal .modal-content {
    background: #fff;
    border-radius: 1rem;
}


#alumniModal .modal-body p {
    font-size: 0.9rem;
    line-height: 1.4;
}

#alumniModal .btn-close {
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.15));
    transition: transform 0.3s ease;
}

    #alumniModal .btn-close:hover {
        transform: rotate(90deg);
        filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
    }


#alumniSlider .owl-controls {
    top: 100% !important;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul.nospace {
    top: 0%;
}

.widthNew {
    width: 900px !important;
    min-height: 220px !important;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.megaMenuHeight {
    position: relative;
    height: auto;
    max-height: none;
    overflow: visible;
}


.table .thead-dark th {
    color: #fff;
    background-color: #6d1a83;
    /*    border-color: #6d1a83;*/
    padding: 8px 10px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 22px;
}

.table tbody tr th,
.table tbody tr td {
}

    .table tbody tr td .btn {
        font-size: 13px;
        text-transform: inherit;
        color: #fff;
    }

        .table tbody tr td .btn:hover {
            color: #fff;
        }

.table-responsive table tbody tr td a {
    color: #3062b4;
}

.btn-custom {
    height: 36px;
    padding: 0 15px;
    line-height: 33px;
    min-width: 130px;
    color: #fff;
    background-color: #e29021 !important;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    border: 1px solid #e29021 !important;
    text-transform: inherit;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom.active {
        background-color: #6d1a83 !important;
        color: #fff;
        border-color: #6d1a83 !important;
    }



/*.links-card-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
}

    .links-card-section a {
        width: calc(33.33% - 15px);
        margin-left: 15px;
        margin-bottom: 20px;
        text-align: center;
    }

    .links-card-section .link-card {
        background: #6d1a83;
        color: #fff;
        width: 100%;
        height: 260px;
        display: flex;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        justify-content: center;
        text-transform: uppercase;
        line-height: 30px;
        align-items: center;
        margin-bottom: 5px;
        border-bottom: 6px solid #e29021;
        overflow: hidden;
        position: relative;
    }

    .links-card-section .link-card-title {
        font-size: 16px;
        font-weight: 600;
        display: none;
        color: #666;
    }

    .links-card-section .link-card::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .links-card-section a:hover .link-card::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .links-card-section a:hover .link-card-title {
        color: #A4243B;
    }*/

.links-card-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
}

    .links-card-section a {
        width: calc(25% - 15px); /* 4 items per row */
        margin-left: 15px;
        margin-bottom: 20px;
        text-align: center;
        text-decoration: none;
    }


    .links-card-section .link-card {
        background: #6d1a83;
        color: #fff;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 28px;
        margin-bottom: 5px;
        border-bottom: 6px solid #e29021;
        overflow: hidden;
        position: relative;
        padding: 10px;
    }

    .links-card-section .dept-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .links-card-section .link-card-title {
        font-size: 16px;
        font-weight: 600;
        display: none;
        color: #666;
    }

    .links-card-section .link-card::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
    }

    .links-card-section a:hover .link-card::before {
        animation: shine .75s;
    }

    .links-card-section a:hover .link-card-title {
        display: block;
        color: #A4243B;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*.tabs-tst p{
    padding-bottom:15px;
}*/
.title-custom-collapse h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cust-tab-inner {
    padding: 0;
}

.custom-tabs.tab-large-inner ul.nav.nav-tabs {
    border-bottom: none;
}

    .custom-tabs.tab-large-inner ul.nav.nav-tabs li {
        margin-bottom: 5px;
    }


/* Custom collapse */

.custom-collapse-col {
    margin-bottom: 5px;
}

    .custom-collapse-col .collapse-title {
        background: #6d1a8342;
        display: block;
        padding: 5px 40px 5px 15px;
        color: #000;
        font-weight: 500;
        position: relative;
    }

.custom-collapse.blue .custom-collapse-col .collapse-title {
    background: #273e476b;
}

.custom-collapse-col .collapse-title i {
    position: absolute;
    right: 15px;
    top: 12px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.custom-collapse-col .collapse-title[aria-expanded="true"] i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cust-collapse-inner {
    padding: 15px;
    background: #f7f7f7;
}

/*.btn-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}*/

.btn-inline .btn {
    width: auto;
    margin: 0 3px 6px 3px;
    text-transform: inherit;
    font-weight: 400;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
    background-color: #6d1a83 !important;
    color: #fff !important;
    border-color: #6d1a83 !important;
}


.digital-resources-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.resource-btn {
    flex: 1 1 calc(100% - 30px); /* default: mobile */
    max-width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    background: #333; /* fallback in case bg-* not set */
}

    /* Hover effect */
    .resource-btn:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        opacity: 1;
    }

    .resource-btn span {
        margin-left: 8px;
        font-size: 18px;
        transition: all 0.3s ease;
        color: #fff;
    }

    .resource-btn:hover span {
        margin-left: 14px;
        text-shadow: 0 0 8px #ffffffa0;
    }

/* Tablet: 2 in a row */
@media (min-width: 576px) {
    .resource-btn {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

/* Desktop: 3 in a row */
@media (min-width: 992px) {
    .resource-btn {
        flex: 1 1 calc(33.33% - 30px);
        max-width: calc(33.33% - 30px);
    }
}




/* Better, modern background colors */
.bg-blue {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.bg-yellow {
    background: linear-gradient(135deg, #fceabb, #f8b500);
    color: #000;
}

.bg-sky {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.bg-red {
    background: linear-gradient(135deg, #ff4e50, #f9d423);
}

.bg-grey {
    background: linear-gradient(135deg, #757f9a, #d7dde8);
    color: #000;
}

.bg-orange {
    background: linear-gradient(135deg, #f83600, #f9d423);
}

.bg-greens {
    background: linear-gradient(135deg, #56ab2f, #a8e063);
}


.horizontal-resources {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 30px auto;
    max-width: 1000px;
    flex-wrap: wrap;
    gap: 15px;
}

    .horizontal-resources li {
        flex: 1 1 22%;
        background: #ffffff;
        border-radius: 10px;
        padding: 30px 15px;
        border: 1px solid #e29021;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        font-weight: 600;
        color: #333;
    }

        .horizontal-resources li a {
            display: block;
            color: #e29021;
            text-decoration: none;
            color: inherit;
        }

        .horizontal-resources li i {
            display: block;
            font-size: 30px;
            margin-bottom: 10px;
            transition: transform 0.3s ease;
        }

        .horizontal-resources li:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

            .horizontal-resources li:hover i {
                transform: scale(1.2);
                color: #e29021;
            }

@media (max-width: 575.98px) {
    .horizontal-resources li {
        flex: 1 1 calc(50% - 10px); /* 2 items per row */
    }
}


.libarary-timeing-col {
    border-radius: 5px;
    display: flex;
    padding: 20px;
    border: 1px solid #ddd;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

    .libarary-timeing-col::before {
        background-image: url('../images/LibraryBanner.avif');
        filter: blur(5px);
        -webkit-filter: blur(5px);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .libarary-timeing-col::after {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        z-index: 1;
    }

    .libarary-timeing-col h3 {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

.librar-inner-col {
    width: calc(50% - 10px);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #fff;
    position: relative;
    z-index: 2;
}

    .librar-inner-col h4 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 5px;
        color: #fff704;
        font-weight: 500;
    }

    .librar-inner-col p {
        display: flex;
        font-weight: 500;
        padding-bottom: 0;
        color: #fff;
        justify-content: space-start;
    }

        .librar-inner-col p span:first-child {
            margin-right: 10px;
        }

    .librar-inner-col small {
        margin-top: 5px !important;
        display: block;
        color: #fff;
    }

@media (max-width: 575.98px) {
    .librar-inner-col {
        width: 100%;
        margin-bottom: 15px;
    }

        .librar-inner-col p {
            text-align: left;
        }
}

.team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e29021;
    padding: 20px;
    margin: 0;
    transition: all 0.3s ease;
}

    .team-card:hover {
        border: 1px solid #6d1a83;
    }

.team-img {
    /*height: 300px;*/
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.team-card:hover .team-img {
    transform: scale(1.05);
}

.team-info {
    margin-top: 15px;
}

    .team-info h5 {
        margin: 10px 0 5px;
        font-size: 18px;
        font-weight: 600;
    }

    .team-info p {
        font-size: 14px;
        color: #888;
        text-align: center;
        margin-bottom: 10px;
    }



.book-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.ncweb-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #cfae3b;
}

.subheading {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.alumni-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 30px;
    height: 100%;
}

    .alumni-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

.alumni-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.alumni-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #dee2e6;
}

.alumni-info h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.batch {
    font-weight: bold;
    color: #000 !important;
}

.alumni-info p {
    margin: 0;
    text-align: left;
    font-size: 0.95rem;
    color: #000;
}

/*@media (max-width: 576px) {
    .alumni-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .alumni-img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}*/

ul.ul-cards {
    /*width: min(100%, 60rem);
    margin-inline: auto;*/
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    /* justify-content: center;*/
}
    /*ul.ul-cards > li {
        transition: all 0.3s ease;
        border: 2px solid transparent;  
    }

        ul.ul-cards > li:hover {
            border: 2px solid var(--accent-color); 
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); 
            transform: translateY(-5px); 
        }*/
    ul.ul-cards > li {
        --bg-color: #fff;
        --text-color: #333;
        --padding: 1rem;
        --circle-size: 5rem;
        --circle-expand: 1rem;
        --flap-height: 1.25rem;
        --flap-offset: 0.5rem;
        /* max-width: 15rem;*/
        margin-top: calc(var(--circle-size) / 2 + var(--circle-expand));
        margin-bottom: var(--flap-offset);
        background-color: var(--bg-color);
        /*background-image: linear-gradient(to bottom left, transparent 50%, rgba(0 0 0 / .125));*/
        border-radius: var(--padding);
        padding: var(--padding);
        --bs-rim: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5);
        --bs-card-spread: 0.25rem;
        --bs-card-color: rgb(0 0 0 / 0.02);
        --bs-card: -0.1rem 0.1rem var(--bs-card-spread) var(--bs-card-color), -0.2rem 0.2rem var(--bs-card-spread) var(--bs-card-color), -0.3rem 0.3rem var(--bs-card-spread) var(--bs-card-color), -0.4rem 0.4rem var(--bs-card-spread) var(--bs-card-color), -0.5rem 0.5rem var(--bs-card-spread) var(--bs-card-color), -0.6rem 0.6rem var(--bs-card-spread) var(--bs-card-color), -0.7rem 0.7rem var(--bs-card-spread) var(--bs-card-color), -0.8rem 0.8rem var(--bs-card-spread) var(--bs-card-color), -0.9rem 0.9rem var(--bs-card-spread) var(--bs-card-color), -1.0rem 1.0rem var(--bs-card-spread) var(--bs-card-color), -1.1rem 1.1rem var(--bs-card-spread) var(--bs-card-color), -1.2rem 1.2rem var(--bs-card-spread) var(--bs-card-color), -1.3rem 1.3rem var(--bs-card-spread) var(--bs-card-color), -1.4rem 1.4rem var(--bs-card-spread) var(--bs-card-color), -1.5rem 1.5rem var(--bs-card-spread) var(--bs-card-color), -1.6rem 1.6rem var(--bs-card-spread) var(--bs-card-color), -1.7rem 1.7rem var(--bs-card-spread) var(--bs-card-color), -1.8rem 1.8rem var(--bs-card-spread) var(--bs-card-color), -1.9rem 1.9rem var(--bs-card-spread) var(--bs-card-color);
        box-shadow: var(--bs-rim), var(--bs-card);
        display: grid;
        grid-template-rows: max-content max-content auto;
        justify-items: center;
        text-align: center;
        gap: 0.75rem;
        position: relative;
    }

        ul.ul-cards > li > .icon {
            width: var(--circle-size);
            margin-top: calc(var(--circle-size) / -2 - var(--padding));
            aspect-ratio: 1;
            background-color: var(--bg-color);
            justify-self: center;
            border-radius: 50%;
            display: grid;
            place-items: center;
            box-shadow: var(--bs-rim), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
        }

            ul.ul-cards > li > .icon > i {
                font-size: calc(var(--circle-size) / 3);
                color: var(--accent-color);
            }

        ul.ul-cards > li > .title {
            margin-top: 0.5rem;
            color: var(--accent-color);
            font-size: 17px;
            font-weight: 700;
        }

        ul.ul-cards > li > .content {
            font-size: 0.9rem;
            margin-bottom: 1rem;
            text-align: left;
            color: var(--text-color);
        }

        ul.ul-cards > li::before, ul > li::after {
            content: "";
            position: absolute;
        }

    ul.ul-cards > li {
        position: relative; /* Add this */
        transition: all 0.3s ease;
        border: 2px solid transparent;
        z-index: 1; /* Ensure li stays above the ::before bg */
    }

        ul.ul-cards > li:hover {
            border: 2px solid var(--accent-color);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            transform: translateY(-5px);
        }

        /* This remains mostly same */
        ul.ul-cards > li::before {
            content: "";
            position: absolute;
            top: calc(var(--circle-size) / -2 - var(--circle-expand));
            left: 0;
            width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
            height: calc(100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset));
            /*background-color: var(--accent-color);
            background-image: linear-gradient(transparent 50%, rgb(0 0 0 / .25) 0);*/
            border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
            border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
            clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--flap-offset)), calc(100% - var(--flap-offset)) 100%, var(--flap-offset) 100%, 0 calc(100% - var(--flap-offset)) );
            z-index: -1;
        }

        /*ul.ul-cards > li::before {
            top: calc(var(--circle-size) / -2 - var(--circle-expand));
            width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
            height: calc(100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset));
            background-color: var(--accent-color);
            background-image: linear-gradient( transparent 50%, rgb(0 0 0 / .25) 0);
            border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
            border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
            clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--flap-offset)), calc(100% - var(--flap-offset)) 100%, var(--flap-offset) 100%, 0 calc(100% - var(--flap-offset)) );
            z-index: -1;
        }*/

        ul.ul-cards > li::after {
            width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2 - var(--flap-offset) * 2);
            height: var(--flap-height);
            bottom: calc(var(--flap-offset) * -1);
            border-top-left-radius: var(--flap-height);
            border-top-right-radius: var(--flap-height);
            background-color: var(--accent-color);
        }

.ul-cards .content ul {
    padding-left: 20px;
    margin: 0;
}

    .ul-cards .content ul li {
        list-style: disc;
        margin-bottom: 5px;
        line-height: 1.5;
    }


ul.ul-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

    ul.ul-cards > li {
        width: calc((100% - 4rem) / 3);
        flex: 0 0 calc((100% - 4rem) / 3);
    }

@media (max-width: 992px) {
    ul.ul-cards > li {
        width: calc((100% - 2rem) / 2);
        flex: 0 0 calc((100% - 2rem) / 2);
    }
}

@media (max-width: 576px) {
    ul.ul-cards > li {
        width: 100%;
        flex: 0 0 100%;
    }
}

#homeSlider {
    position: relative;
}

    #homeSlider .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    #homeSlider .owl-dot span {
        width: 12px;
        height: 12px;
        background: #ccc;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
    }

    #homeSlider .owl-dot.active span {
        background: #e29021;
    }

.member-details {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    overflow: hidden;
}

    .member-details:hover {
        transform: translateY(-8px);
    }

    .member-details body {
        background-color: #f9f9f9;
        padding: 20px;
    }

    .member-details .title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        background: #6d1a83;
        padding: 5px;
    }

    .member-details .text-muted {
        font-size: 15px;
        text-align: center;
        margin: 0px;
        padding: 10px 15px 0 15px;
    }

    .member-details a {
        color: #6d1a83;
        font-size: 14px;
        word-break: break-word;
    }

    .member-details img {
        height: 250px;
        width: 200px !important;
        object-fit: cover;
        margin: auto;
    }

.member-details {
    border: 1px solid #e29021;
    padding: 15px 0;
}

.PrincipalDesk {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 70px 15px;
}

.event-list {
    list-style: none;
    padding-left: 0;
    color: #000;
}

    .event-list li {
        border: 1px solid #ccc;
        padding: 15px 20px;
        margin-bottom: 15px;
        border-radius: 8px;
        background-color: #f9f9f9;
    }

    .event-list h5 {
        font-weight: 600;
        margin-bottom: 10px;
        color: #000;
    }

    .event-list ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

    .event-list li ul li {
        list-style: disc;
        margin-bottom: 5px;
        padding: 0;
    }

.event-simple {
    font-weight: 500;
    padding: 10px 15px;
    background: #e8e8e8;
    border-left: 5px solid #000;
    margin-bottom: 10px;
    border-radius: 5px;
}


.event-list h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.event-details {
    padding-left: 15px;
    margin-top: 6px;
    font-size: 15px;
    color: #444;
}

    .event-details li {
        list-style: disc;
        margin-bottom: 4px;
        border: none !important;
    }

.tabTxt {
    padding: 15px 0;
}

.library-title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

    .library-title i {
        font-size: 30px;
        color: #f39c12;
        background-color: #fff3e0;
        border: 2px solid #f39c12;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-right: 10px;
        display: inline-block;
        transform: none;
        transition: background-color 0.3s ease;
    }

        .library-title i:hover {
            background-color: #f39c12;
            color: white;
            cursor: pointer;
        }




.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
    justify-content: center;
}

    .news-list li {
        font-size: 16px;
        width: 300px;
        background: #fff;
        border: 2px solid #e29021;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        transition: all 0.3s ease;
    }

        .news-list li a {
            text-decoration: none;
            color: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .news-list li:hover a {
            color: #fff;
        }

        .news-list li:hover {
            background: #e29021;
            color: #fff;
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.2);
        }

        .news-list li i {
            margin-right: 10px;
            font-size: 30px;
            color: #e29021;
            transition: color 0.3s ease;
        }

        .news-list li:hover i {
            color: #fff;
        }

@media(max-width: 768px) {
    .news-list li {
        flex: 1 1 calc(50% - 20px);
    }
}

@media(max-width: 480px) {
    .news-list li {
        flex: 1 1 100%;
    }
}


.tabs-tst .nav-tabs {
    border-bottom: 2px solid #e9ecef;
    gap: 5px;
}


    .tabs-tst .nav-tabs .nav-link {
        color: #4a0e5a;
        background: #e9ecef;
        border: 1px solid #e9ecef;
        border-radius: 8px 8px 0 0;
        padding: 10px 18px;
        font-weight: 500;
        transition: all 0.3s ease;
    }


        .tabs-tst .nav-tabs .nav-link:hover {
            color: #e29021;
            background: #f3f3f3;
            border-color: #d1d1d1;
            /*transform: translateY(-2px);  */
        }


        .tabs-tst .nav-tabs .nav-link.active {
            color: #fff !important;
            background: #4a0e5a !important;
            border: none;
            border-radius: 8px 8px 0 0;
            font-weight: 600;
            box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }


.tabs-tst .tab-content {
    border: 1px solid #e9ecef;
    border-radius: 0 8px 8px 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #273e47 !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

#accordionExample .accordion-button {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

    #accordionExample .accordion-button::after {
        background-image: var(--bs-accordion-btn-icon) !important;
    }

    #accordionExample .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon) !important;
        transform: rotate(-180deg);
    }


.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:hover {
    color: #e29021;
}
/* Tab Content Box */
.tab-content {
    border: 1px solid #6d1a83;
    border-top: none;
    padding: 15px;
}

.mobLogo {
    display: none;
}

#outerTabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}

    #outerTabs .nav-item {
        flex: 0 0 auto;
    }

iframe {
    width: 100%;
}

.video-scroll-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.video-scroll-content {
    position: absolute;
    top: 100%;
    animation: scroll-up 20s linear infinite;
}

@keyframes scroll-up {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

.fb-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 500px;
}

    .fb-frame iframe {
        width: 100% !important;
        height: 100% !important;
        border: none;
        overflow: hidden;
    }


.PrincipalDesk {
    width: 100%;
    background-color: #000; /* fallback color */
    background-image: url('../images/about-banner.jpg'); /* fallback JPEG */
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/about-banner.webp')) {
    .PrincipalDesk {
        background-image: url('../images/about-banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/about-banner.avif')) {
    .PrincipalDesk {
        background-image: url('../images/about-banner.avif');
    }
}

.counter-sec {
    width: 100%;
    background-color: #000; /* fallback color */
    background-image: url('../images/texture.jpg'); /* fallback JPEG */
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/texture.webp')) {
    .counter-sec {
        background-image: url('../images/texture.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/texture.avif')) {
    .counter-sec {
        background-image: url('../images/texture.avif');
    }
}


.bg-cover {
    width: 100%;
    background-color: #000; /* fallback color */
    background-image: url('../images/banner.jpg'); /* fallback JPEG */
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/banner.webp')) {
    .bg-cover {
        background-image: url('../images/banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/banner.avif')) {
    .bg-cover {
        background-image: url('../images/banner.avif');
    }
}


.MissionVision {
    width: 100%;
    background-color: #000;
    background-image: url('../images/MissionVisionBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/MissionVisionBanner.webp')) {
    .MissionVision {
        background-image: url('../images/MissionVisionBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/MissionVisionBanner.avif')) {
    .MissionVision {
        background-image: url('../images/MissionVisionBanner.avif');
    }
}

.Library {
    width: 100%;
    background-color: #000;
    background-image: url('../images/LibraryBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/LibraryBanner.webp')) {
    .Library {
        background-image: url('../images/LibraryBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/LibraryBanner.avif')) {
    .Library {
        background-image: url('../images/LibraryBanner.avif');
    }
}

.Infrastructure {
    width: 100%;
    background-color: #000;
    background-image: url('../images/ITFacilities.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/ITFacilities.webp')) {
    .Infrastructure {
        background-image: url('../images/ITFacilities.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/ITFacilities.avif')) {
    .Infrastructure {
        background-image: url('../images/ITFacilities.avif');
    }
}

.Classroom {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Classroom.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Classroom.webp')) {
    .Classroom {
        background-image: url('../images/Classroom.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Classroom.avif')) {
    .Classroom {
        background-image: url('../images/Classroom.avif');
    }
}

.Laboratories {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Laboratories.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Laboratories.webp')) {
    .Laboratories {
        background-image: url('../images/Laboratories.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Laboratories.avif')) {
    .Laboratories {
        background-image: url('../images/Laboratories.avif');
    }
}

.SafetySecurty {
    width: 100%;
    background-color: #000;
    background-image: url('../images/SafetySecurityBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/SafetySecurityBanner.webp')) {
    .SafetySecurty {
        background-image: url('../images/SafetySecurityBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/SafetySecurityBanner.avif')) {
    .SafetySecurty {
        background-image: url('../images/SafetySecurityBanner.avif');
    }
}

.MedicalRoom {
    width: 100%;
    background-color: #000;
    background-image: url('../images/medicalroom.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/medicalroom.webp')) {
    .MedicalRoom {
        background-image: url('../images/medicalroom.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/medicalroom.avif')) {
    .MedicalRoom {
        background-image: url('../images/medicalroom.avif');
    }
}

.SportsFacilities {
    width: 100%;
    background-color: #000;
    background-image: url('../images/SportsFacilities.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/SportsFacilities.webp')) {
    .SportsFacilities {
        background-image: url('../images/SportsFacilities.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/SportsFacilities.avif')) {
    .SportsFacilities {
        background-image: url('../images/SportsFacilities.avif');
    }
}

.SeminarRoom {
    width: 100%;
    background-color: #000;
    background-image: url('../images/SeminarRoom.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/SeminarRoom.webp')) {
    .SeminarRoom {
        background-image: url('../images/SeminarRoom.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/SeminarRoom.avif')) {
    .SeminarRoom {
        background-image: url('../images/SeminarRoom.avif');
    }
}

.Bank {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Bank.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Bank.webp')) {
    .Bank {
        background-image: url('../images/Bank.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Bank.avif')) {
    .Bank {
        background-image: url('../images/Bank.avif');
    }
}

.Photostat {
    width: 100%;
    background-color: #000;
    background-image: url('../images/PhotostatShop.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/PhotostatShop.webp')) {
    .Photostat {
        background-image: url('../images/PhotostatShop.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/PhotostatShop.avif')) {
    .Photostat {
        background-image: url('../images/PhotostatShop.avif');
    }
}

.CoursesOffered {
    width: 100%;
    background-color: #000;
    background-image: url('../images/CoursesOffered.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/CoursesOffered.webp')) {
    .CoursesOffered {
        background-image: url('../images/CoursesOffered.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/CoursesOffered.avif')) {
    .CoursesOffered {
        background-image: url('../images/CoursesOffered.avif');
    }
}

.AcademicCalendar {
    width: 100%;
    background-color: #000;
    background-image: url('../images/AcademicCalendar.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/AcademicCalendar.webp')) {
    .AcademicCalendar {
        background-image: url('../images/AcademicCalendar.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/AcademicCalendar.avif')) {
    .AcademicCalendar {
        background-image: url('../images/AcademicCalendar.avif');
    }
}

.TimeTable {
    width: 100%;
    background-color: #000;
    background-image: url('../images/TimeTable.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/TimeTable.webp')) {
    .TimeTable {
        background-image: url('../images/TimeTable.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/TimeTable.avif')) {
    .TimeTable {
        background-image: url('../images/TimeTable.avif');
    }
}

.Holidays {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Holidays.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Holidays.webp')) {
    .Holidays {
        background-image: url('../images/Holidays.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Holidays.avif')) {
    .Holidays {
        background-image: url('../images/Holidays.avif');
    }
}

.DepartmentsScience {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Science.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Science.webp')) {
    .DepartmentsScience {
        background-image: url('../images/Science.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Science.avif')) {
    .DepartmentsScience {
        background-image: url('../images/Science.avif');
    }
}

.ArtsCommerce {
    width: 100%;
    background-color: #000;
    background-image: url('../images/ArtsCommerce.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/ArtsCommerce.webp')) {
    .ArtsCommerce {
        background-image: url('../images/ArtsCommerce.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/ArtsCommerce.avif')) {
    .ArtsCommerce {
        background-image: url('../images/ArtsCommerce.avif');
    }
}

.Botany {
    width: 100%;
    background-color: #000;
    background-image: url('../images/BotanyBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/BotanyBanner.webp')) {
    .Botany {
        background-image: url('../images/BotanyBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/BotanyBanner.avif')) {
    .Botany {
        background-image: url('../images/BotanyBanner.avif');
    }
}

.Chemistry {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Chemistry.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Chemistry.webp')) {
    .Chemistry {
        background-image: url('../images/Chemistry.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Chemistry.avif')) {
    .Chemistry {
        background-image: url('../images/Chemistry.avif');
    }
}

.ComputerScience {
    width: 100%;
    background-color: #000;
    background-image: url('../images/computerscience.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/computerscience.webp')) {
    .ComputerScience {
        background-image: url('../images/computerscience.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/computerscience.avif')) {
    .ComputerScience {
        background-image: url('../images/computerscience.avif');
    }
}

.Electronics {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Electronics_Banner.png');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Electronics_Banner.webp')) {
    .Electronics {
        background-image: url('../images/Electronics_Banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Electronics_Banner.avif')) {
    .Electronics {
        background-image: url('../images/Electronics_Banner.avif');
    }
}

.EnvironmentalScience {
    width: 100%;
    background-color: #000;
    background-image: url('../images/BannerEnvSci.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/BannerEnvSci.webp')) {
    .EnvironmentalScience {
        background-image: url('../images/BannerEnvSci.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/BannerEnvSci.avif')) {
    .EnvironmentalScience {
        background-image: url('../images/BannerEnvSci.avif');
    }
}

.Mathematics {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Mathematics.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Mathematics.webp')) {
    .Mathematics {
        background-image: url('../images/Mathematics.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Mathematics.avif')) {
    .Mathematics {
        background-image: url('../images/Mathematics.avif');
    }
}

.Physics {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Physics.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Physics.webp')) {
    .Physics {
        background-image: url('../images/Physics.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Physics.avif')) {
    .Physics {
        background-image: url('../images/Physics.avif');
    }
}

.Zoology {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Zoology.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Zoology.webp')) {
    .Zoology {
        background-image: url('../images/Zoology.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Zoology.avif')) {
    .Zoology {
        background-image: url('../images/Zoology.avif');
    }
}

.Commerce {
    width: 100%;
    background-color: #000;
    background-image: url('../images/department/commerce/commerce-banner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/department/commerce/commerce-banner.webp')) {
    .Commerce {
        background-image: url('../images/department/commerce/commerce-banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/department/commerce/commerce-banner.avif')) {
    .Commerce {
        background-image: url('../images/department/commerce/commerce-banner.avif');
    }
}

.English {
    width: 100%;
    background-color: #000;
    background-image: url('../images/bannerengdep.png');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/bannerengdep.webp')) {
    .English {
        background-image: url('../images/bannerengdep.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/bannerengdep.avif')) {
    .English {
        background-image: url('../images/bannerengdep.avif');
    }
}

.Economics {
    width: 100%;
    background-color: #000;
    background-image: url('../images/EcoBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/EcoBanner.webp')) {
    .Economics {
        background-image: url('../images/EcoBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/EcoBanner.avif')) {
    .Economics {
        background-image: url('../images/EcoBanner.avif');
    }
}

.Hindi {
    width: 100%;
    background-color: #000;
    background-image: url('../images/Hindi.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/Hindi.webp')) {
    .Hindi {
        background-image: url('../images/Hindi.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/Hindi.avif')) {
    .Hindi {
        background-image: url('../images/Hindi.avif');
    }
}

.History {
    width: 100%;
    background-color: #000;
    background-image: url('../images/History.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/History.webp')) {
    .History {
        background-image: url('../images/History.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/History.avif')) {
    .History {
        background-image: url('../images/History.avif');
    }
}

.PoliticalScience {
    width: 100%;
    background-color: #000;
    background-image: url('../images/PoliticalScience.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/PoliticalScience.webp')) {
    .PoliticalScience {
        background-image: url('../images/PoliticalScience.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/PoliticalScience.avif')) {
    .PoliticalScience {
        background-image: url('../images/PoliticalScience.avif');
    }
}

.PhysicalEducation {
    width: 100%;
    background-color: #000;
    background-image: url('../images/PhysicalEducation.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/PhysicalEducation.webp')) {
    .PhysicalEducation {
        background-image: url('../images/PhysicalEducation.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/PhysicalEducation.avif')) {
    .PhysicalEducation {
        background-image: url('../images/PhysicalEducation.avif');
    }
}

.Sanskrit {
    width: 100%;
    background-color: #000;
    background-image: url('../images/SanskritBanner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/SanskritBanner.webp')) {
    .Sanskrit {
        background-image: url('../images/SanskritBanner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/SanskritBanner.avif')) {
    .Sanskrit {
        background-image: url('../images/SanskritBanner.avif');
    }
}

.AntiRagging {
    width: 100%;
    background-color: #000;
    background-image: url('../images/AntiRagging.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/AntiRagging.webp')) {
    .AntiRagging {
        background-image: url('../images/AntiRagging.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/AntiRagging.avif')) {
    .AntiRagging {
        background-image: url('../images/AntiRagging.avif');
    }
}


.ncc-banner {
    width: 100%;
    background-color: #000;
    background-image: url('../images/ncc-banner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/ncc-banner.webp')) {
    .ncc-banner {
        background-image: url('../images/ncc-banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/ncc-banner.avif')) {
    .ncc-banner {
        background-image: url('../images/ncc-banner.avif');
    }
}


.nss-banner {
    width: 100%;
    background-color: #000;
    background-image: url('../images/nss/nss-banner.jpg');
    background-size: cover;
    background-position: center;
}

/* WebP support */
@supports (background-image: url('../images/nss/nss-banner.webp')) {
    .nss-banner {
        background-image: url('../images/nss/nss-banner.webp');
    }
}

/* Optional: AVIF support (Chrome, Edge, Opera) via @supports and feature query */
@supports (background-image: url('../images/nss/nss-banner.avif')) {
    .nss-banner {
        background-image: url('../images/nss/nss-banner.avif');
    }
}

.tophead {
    margin: 0;
    padding: 0;
}

    .tophead a {
        font-size: 13px;
        color: #fff !important;
        font-weight: 300;
        border-right: 1px solid #fff;
        margin: 0;
        padding: 0 8px;
    }

        .tophead a:last-of-type {
            border: none;
        }

        .tophead a:hover {
            color: #e29021 !important;
        }


.ncc-watermark {
    position: relative;
}

    .ncc-watermark::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 500px;
        background-image: url('/images/ncc/ncc-watermark.jpeg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.05;
        pointer-events: none;
        user-select: none;
        z-index: 1;
    }

    .ncc-watermark .socities-slider.book-carousel,
    .ncc-watermark .card,
    .ncc-watermark .tabs-tst {
        position: relative;
        z-index: 2;
    }


.project-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.project-title {
    color: #6d1a83;
    font-size: 22px;
    font-weight: bold;
    padding-top: 15px;
}

.project-tagline {
    font-style: italic;
    color: #6c757d;
}


/* Innerpage banner */

/*.inner-page-banner {
    position: relative;
}

.innerbanner-cap {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1410px;
    transform: translateX(-50%);
    padding: 0 0px 100px 15px;
    gap: 10px;
}


    .innerbanner-cap h1 {
        color: #fff;
        font-size: 25px;
        margin: 0;
        padding: 0;
    }*/

.inner-page-banner {
    position: relative;
}

.innerbanner-cap {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1410px;
    transform: translateX(-50%);
    padding: 0 0px 100px 15px;
    gap: 10px;
}


    .innerbanner-cap h1 {
        color: #fff;
        font-size: 25px;
        margin: 0;
        padding: 0;
    }

    .innerbanner-cap p.subheading {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
    }


.inner-page-banner::before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.inner-page-banner img {
    width: 100%;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

    .btn-group a {
        text-decoration: none;
        padding: 12px 25px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        background: linear-gradient(145deg, #6d1a83, #6d1a83);
        color: #fff;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25), -5px -5px 12px rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
        position: relative;
        border: 2px solid #e29021;
    }

        .btn-group a:hover {
            transform: translateY(-4px);
            color: #fff;
            box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.3), -7px -7px 16px rgba(255, 255, 255, 0.25);
        }

.bg-green {
    background: #273E47;
    padding: 30px;
    margin: 0;
}

    .bg-green h3 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 15px;
        margin: 0;
    }

.book img {
    border: 2px solid #cfae3b;
}

#book-slider .book {
    cursor: pointer;
}

#socities-slider .book {
    cursor: pointer;
}

#nadanta-slider .book {
    cursor: pointer;
}

#moksh-slider .book {
    cursor: pointer;
}

.socities-slider .book {
    cursor: pointer;
}

.ncweb-slider .ncweb {
    cursor: pointer;
}

.socities-slider .anti-ragging-poster {
    cursor: pointer;
}

.innerbanner-cap.MathematicsTxt {
    width: auto;
}

.main-logo {
    text-align: center;
    margin: 0;
    padding: 0px;
}


.innerbanner-cap.ncc-txt {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1410px;
    transform: translateX(-50%);
    padding: 0 0px 50px 15px;
    gap: 10px;
}

    .innerbanner-cap.ncc-txt p.subheading {
        font-weight: 600;
        font-size: 22px;
    }

.logo-title.hindi h1 {
    text-align: left;
    font-family: "Rozha One", serif;
}

.logo-title.hindi p {
    text-align: left;
}

i.fa.fa-home.home-icon {
    font-size: 16px;
}

.popup-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.btn-close-white {
    z-index: 2;
}

.confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

body.modal-open {
    padding-right: 0 !important;
    overflow-y: auto !important;
}

.modal {
    overflow-y: auto !important;
}

#principalSlider .owl-stage {
    display: flex;
}

#principalSlider .owl-item {
    display: flex;
    height: auto;
}

#principalSlider .member-details {
    flex: 1;
    margin: 0 10px;
}

 
/* Gallery item box */
.gallery-item {
    border-radius: 12px;  
    overflow: hidden;  
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);  
}

.gallery-title {
    background: #6d1a83;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
}

.mediaGallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.mediaGallery-item {
    cursor: pointer;
}


#gallery {
    position: relative;
}

    #gallery .owl-dots {
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    #gallery .owl-dot span {
        width: 12px;
        height: 12px;
        background: #ccc;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
    }

    #gallery .owl-dot.active span {
        background: #e29021;
    }

    /* Arrows (navigation) */
    #gallery .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

        #gallery .owl-nav button {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #f1971f;
            color: #fff;
            font-size: 20px;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            border: none;
        }

            #gallery .owl-nav button:hover {
                background: #e29021;
            }



.mobile-btn-gallery {
    display: none;
}