    /* ===== Topbar + Middle Header Responsive Only ===== */
    .topbar-custom {
        background-color: lightgray;
        border-bottom: 1px dashed #002e5d;
        border-top: 1px dashed #002e5d;
        padding: 6px 0;
        font-family: calibri;
    }

    .topbar-custom a,
    .topbar-custom i {
        color: #002e5d !important;
        font-family: calibri;
    }

    .topbar-custom .row,
    .middle-header-custom .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .topbar-social a {
        display: inline-block;
        margin: 0 6px;
    }

    .topbar-link {
        display: inline-block;
        margin: 3px 5px;
        white-space: nowrap;
        font-size: 16px;
    }

    .middle-header-custom {
        padding: 12px 0;
    }

    .middle-logo {
        height: 85px;
        max-width: 100%;
    }

    .middle-title {
        font-size: 22px;
        padding-left: 15px;
        margin: 0 0 5px;
    }

    .middle-subtitle {
        font-size: 15px;
        padding-left: 15px;
        margin: 0;
    }

    .naac-badge-custom {
        background-color: #002e5d;
        border-radius: 5px;
        color: white;
        padding: 2px 10px;
        display: inline-block;
    }

    .cas-btn-custom {
        background-color: #002e5d;
        border-radius: 12px;
        color: white !important;
        padding: 10px 16px;
        white-space: normal;
    }

    /* 576px to 991px */
    @media (min-width: 576px) and (max-width: 991px) {
        .topbar-link {
            font-size: 11px;
            margin: 2px 3px;
        }

        .topbar-social a {
            margin: 0 4px;
            font-size: 13px;
        }

        .middle-logo {
            height: 70px;
        }

        .middle-title {
            font-size: 17px;
            padding-left: 8px;
        }

        .middle-subtitle {
            font-size: 12px;
            padding-left: 8px;
        }

        .cas-btn-custom {
            font-size: 12px;
            padding: 8px 10px;
        }
    }

    /* Small Mobile */
    @media (max-width: 575px) {
        .topbar-custom {
            text-align: center;
        }

        .topbar-custom .row,
        .middle-header-custom .row {
            display: block;
        }

        .topbar-link {
            display: block;
            white-space: normal;
            margin: 5px 0;
            font-size: 13px;
        }

        .middle-header-custom {
            text-align: center;
        }

        .middle-logo {
            height: 75px;
            display: block;
            margin: 0 auto 8px;
        }

        .middle-title {
            font-size: 20px;
            padding-left: 0;
        }

        .middle-subtitle {
            font-size: 14px;
            padding-left: 0;
        }

        .cas-btn-custom {
            margin-top: 10px;
        }
    }

    #navbar>ul>li>a {
        font-size: 15px;
        padding: 10px 6px;
    }

    @media (max-width: 1199px) {
        #navbar>ul>li>a {
            font-size: 13px;
            padding: 8px 4px;
        }
    }

    /* ===== Hero + Notice Final Responsive Fix ===== */
    .hero-notice-row {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .hero-slider-col,
    .notice-col {
        display: flex;
    }

    .hero-slider-col {
        padding-right: 7px;
    }

    .notice-col {
        padding-left: 7px;
    }

    /* Equal height desktop */
    #hero,
    .notice-box {
        width: 100%;
        height: 500px !important;
    }

    /* Bootstrap carousel full height */
    #hero .hero-container,
    #hero #heroCarousel,
    #hero #heroCarousel .carousel-inner,
    #hero #heroCarousel .carousel-item {
        height: 100% !important;
    }

    /* Image must not cut */
    #hero #heroCarousel .carousel-item {
        background-size: 100% 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #fff;
    }

    .carousel-container {
        height: 100%;
    }

    /* Notice */
    .notice-box {
        border: 4px double #05386b;
        background: #fff;
        overflow: hidden;
    }

    .notice-title {
        height: 40px;
        line-height: 24px;
        background-color: #05386b;
        color: white;
        font-size: 16px;
        text-align: center;
        padding: 8px 5px;
        font-weight: bold;
    }

    .notice-body {
        height: calc(100% - 40px);
        padding: 10px;
        overflow: hidden;
    }

    .notice-body marquee {
        height: 100%;
        color: #05386b;
        font-size: 15px;
    }

    .notice-body a {
        color: #05386b;
        text-decoration: none;
    }

    /* Large tablet / small laptop */
    @media (max-width: 1199px) {

        #hero,
        .notice-box {
            height: 420px !important;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {

        #hero,
        .notice-box {
            height: 340px !important;
        }

        .notice-title {
            font-size: 15px;
        }

        .notice-body marquee {
            font-size: 14px;
        }
    }

    /* Mobile landscape + small tablet */
    @media (max-width: 767px) {
        .hero-notice-row {
            display: block;
        }

        .hero-slider-col,
        .notice-col {
            display: block;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

        #hero {
            height: 280px !important;
            margin-bottom: 15px;
        }

        .notice-box {
            height: 280px !important;
            margin-bottom: 15px;
        }
    }

    /* Mobile */
    @media (max-width: 575px) {
        #hero {
            height: 240px !important;
        }

        .notice-box {
            height: 240px !important;
        }

        .notice-body marquee {
            font-size: 13px;
        }
    }

    /* Small Mobile */
    @media (max-width: 420px) {
        #hero {
            height: 210px !important;
        }

        .notice-box {
            height: 230px !important;
        }
    }

    .team-section {
        padding: 20px 0;
        background: #f9fafc;
    }

    .section-title h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .border-line {
        width: 80px;
        height: 3px;
        background: #0d6efd;
        margin: 0 auto 40px;
    }

    .mentor-card {
        display: flex;
        align-items: flex-start;
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
    }

    .mentor-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .mentor-img {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 50%;
        border: 4px solid #e9ecef;
    }

    .mentor-img img {
        width: 100%;
        height: 100%;
        object-fit: center;
    }

    .mentor-info {
        padding-left: 20px;
    }

    .mentor-info h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .mentor-info h6 {
        font-size: 14px;
        font-weight: 600;
        color: #0d6efd;
        margin-bottom: 10px;
    }

    .mentor-info p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    /* ===== Facilities Final Responsive Fix ===== */
    #services.services {
        width: 100%;
        padding: 45px 0;
    }

    #services .section-title {
        text-align: center;
    }

    #services .section-title h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #services .border {
        width: 70px;
        height: 3px;
        background: #05386b;
        margin: 12px auto 0;
    }

    .facilities {
        margin-bottom: 30px;
    }

    .facilities .icon-box {
        width: 100%;
        min-height: 210px;
        padding: 28px 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
        text-align: center !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .facilities .icon-box .facility-icon {
        width: 100%;
        height: 48px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }

    .facilities .icon-box .facility-icon i {
        display: block !important;
        float: none !important;
        font-size: 38px !important;
        line-height: 1 !important;
        color: #05386b;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .facilities .icon-box h4 {
        display: block !important;
        margin: 0 0 12px 0 !important;
        font-size: 18px;
        font-weight: 700;
        text-align: center !important;
        line-height: 1.3;
    }

    .facilities .icon-box h4 a {
        color: #05386b;
        text-decoration: none;
    }

    .facilities .icon-box p {
        display: block !important;
        margin: 0 !important;
        font-size: 15px;
        line-height: 1.6;
        text-align: center !important;
    }

    /* Desktop: 3 cards */
    @media (min-width: 992px) {
        .facilities .icon-box {
            min-height: 210px;
        }
    }

    /* Tablet: 2 cards */
    @media (min-width: 768px) and (max-width: 991px) {
        .facilities .icon-box {
            min-height: 200px;
        }
    }

    /* 576px to 767px: 2 cards per row */
    @media (min-width: 576px) and (max-width: 767px) {
        #services.services {
            padding: 35px 0;
        }

        #services .section-title h2 {
            font-size: 26px;
        }

        .facilities {
            float: left !important;
            width: 50% !important;
            margin-bottom: 20px;
        }

        .facilities .icon-box {
            min-height: 220px;
            padding: 24px 12px;
        }

        .facilities .icon-box .facility-icon {
            height: 44px;
            margin-bottom: 8px !important;
        }

        .facilities .icon-box .facility-icon i {
            font-size: 34px !important;
        }

        .facilities .icon-box h4 {
            font-size: 16px;
        }

        .facilities .icon-box p {
            font-size: 14px;
        }
    }

    /* Below 576px: single card */
    @media (max-width: 575px) {
        #services.services {
            padding: 35px 0;
        }

        #services .section-title h2 {
            font-size: 26px;
        }

        .facilities {
            float: none !important;
            width: 100% !important;
            margin-bottom: 18px;
        }

        .facilities .icon-box {
            min-height: auto;
            padding: 25px 15px;
        }

        .facilities .icon-box .facility-icon {
            height: 44px;
            margin-bottom: 8px !important;
        }

        .facilities .icon-box .facility-icon i {
            font-size: 34px !important;
        }
    }

    /* ===== Our Mentors Responsive Fix ===== */
    .team-section {
        width: 100%;
        padding: 25px 0;
        background: #f7f9fb;
    }

    .team-section .section-title {
        text-align: center;
    }

    .team-section .section-title h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    /* Desktop original style */
    .mentor-card {
        width: 100%;
        min-height: 175px;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);

        display: flex;
        align-items: center;
        text-align: left;
    }

    .mentor-img {
        width: 115px;
        height: 115px;
        min-width: 115px;
        border: 4px solid #e5e9ee;
        border-radius: 50%;
        padding: 4px;
        margin-right: 20px;
        overflow: hidden;
        background: #fff;
    }

    .mentor-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        border-radius: 50%;
        display: block;
    }

    .mentor-info h4 {
        margin: 0 0 5px;
        font-size: 20px;
        font-weight: 700;
        color: #263238;
        line-height: 1.3;
    }

    .mentor-info h6 {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 600;
        color: #0056ff;
        line-height: 1.4;
    }

    .mentor-info p {
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
        color: #444;
    }

    /* Desktop: 2 cards per row same original */
    @media (min-width: 992px) {
        .mentor-col {
            width: 50%;
            float: left;
        }
    }

    /* 576px to 991px: 2 cards per row vertical */
    @media (min-width: 576px) and (max-width: 991px) {
        .mentor-col {
            float: left !important;
            width: 50% !important;
        }

        .mentor-card {
            min-height: 310px;
            padding: 22px 14px;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: flex-start !important;
            text-align: center !important;
        }

        .mentor-img {
            width: 95px;
            height: 95px;
            min-width: 95px;
            margin-right: 0;
            margin-bottom: 14px;
        }

        .mentor-info h4 {
            font-size: 16px;
        }

        .mentor-info h6 {
            font-size: 13px;
        }

        .mentor-info p {
            font-size: 13px;
            line-height: 1.55;
        }
    }

    /* Below 576px: single card */
    @media (max-width: 575px) {
        .team-section {
            padding: 35px 0;
        }

        .team-section .section-title h2 {
            font-size: 26px;
        }

        .mentor-col {
            float: none !important;
            width: 100% !important;
        }

        .mentor-card {
            min-height: auto;
            padding: 22px 15px;
            margin-bottom: 20px;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
        }

        .mentor-img {
            width: 120px;
            height: 120px;
            min-width: 120px;
            margin-right: 0;
            margin-bottom: 14px;
        }

        .mentor-info h4 {
            font-size: 17px;
        }

        .mentor-info h6 {
            font-size: 13px;
        }

        .mentor-info p {
            font-size: 14px;
        }
    }

    /* ===== Horizontal Scroll Root Fix without body overflow hidden ===== */

    /* Topbar fix */
    .topbar-custom {
        width: 100%;
    }

    .topbar-custom>.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .topbar-custom>.row>[class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* Middle header fix */
    .middle-header-custom>.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .middle-header-custom>.row>[class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* Hero notice fix */
    .hero-notice-wrapper {
        width: 100%;
    }

    .hero-notice-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .hero-notice-row>[class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-slider-col {
        padding-right: 7px !important;
    }

    .notice-col {
        padding-left: 7px !important;
    }

    /* 767px below */
    @media (max-width: 767px) {
        .hero-notice-row {
            display: block !important;
        }

        .hero-slider-col,
        .notice-col {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #hero {
            margin-bottom: 15px;
        }
    }

    /* ===== Vice Chancellor Desk Responsive Fix ===== */
    .vc-desk-section {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vc-heading {
        font-size: 30px;
        font-weight: bold;
        margin-top: 0;
    }

    .vc-desk-section .border1 {
        margin: 0 auto 25px;
    }

    .vc-image-box {
        text-align: center;
    }

    .vc-image {
        width: 80%;
        max-width: 242px;
        height: 242px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        border: 5px solid #e4d283;
        padding: 5px;
    }

    .vc-name {
        font-size: 25px;
        display: inline-block;
        line-height: 1.25;
        margin-top: 10px;
    }

    .vc-designation {
        margin-top: 0;
    }

    .vc-text-box .para {
        text-align: justify;
        line-height: 1.7;
        font-size: 15px;
    }

    /* 992px to 1199px: proper stack fix */
    @media (min-width: 992px) and (max-width: 1199px) {

        .vc-desk-section .vc-image-box,
        .vc-desk-section .vc-text-box {
            width: 100% !important;
            float: none !important;
        }

        .vc-image-box {
            margin-bottom: 25px;
        }

        .vc-image {
            width: 240px;
            height: 240px;
        }

        .vc-name {
            font-size: 22px;
        }

        .vc-text-box {
            padding-left: 35px;
            padding-right: 35px;
        }
    }

    /* Tablet */
    @media (min-width: 768px) and (max-width: 991px) {

        .vc-desk-section .vc-image-box,
        .vc-desk-section .vc-text-box {
            width: 100% !important;
            float: none !important;
        }

        .vc-heading {
            font-size: 25px;
            line-height: 1.4;
        }

        .vc-image-box {
            margin-bottom: 22px;
        }

        .vc-image {
            width: 220px;
            height: 220px;
        }

        .vc-name {
            font-size: 21px;
        }

        .vc-text-box {
            padding-left: 25px;
            padding-right: 25px;
        }

        .vc-text-box .para {
            font-size: 15px;
            line-height: 1.65;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {

        .vc-desk-section .vc-image-box,
        .vc-desk-section .vc-text-box {
            width: 100% !important;
            float: none !important;
        }

        .vc-heading {
            font-size: 22px;
            line-height: 1.4;
        }

        .vc-image-box {
            margin-bottom: 20px;
        }

        .vc-image {
            width: 200px;
            height: 200px;
        }

        .vc-name {
            font-size: 20px;
        }

        .vc-text-box {
            padding-left: 5px;
            padding-right: 5px;
        }

        .vc-text-box .para {
            font-size: 14px;
            line-height: 1.65;
            text-align: justify;
        }
    }

    /* Small Mobile */
    @media (max-width: 420px) {
        .vc-heading {
            font-size: 20px;
        }

        .vc-image {
            width: 180px;
            height: 180px;
        }
    }


/* Default desktop */
#navbar > ul > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px !important;
    white-space: nowrap;
}

/* 1200px to 1320px: compact menu */
@media (min-width: 1200px) and (max-width: 1320px) {
    #navbar > ul > li > a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 13px !important;
    }

    #navbar > ul > li {
        margin: 0 !important;
    }
}

/* 992px to 1199px: more compact */
@media (min-width: 992px) and (max-width: 1199px) {
    #navbar > ul > li > a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px !important;
    }
}

/* 1321px+ large desktop: comfortable gap */
@media (min-width: 1321px) {
    #navbar > ul > li > a {
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-size: 14px !important;
    }
}



















    /* Mobile/Tablet menu icon right side */
    /* @media (max-width: 1199px) {
    #navbar {
        width: 100%;
        position: relative;
        min-height: 70px;
    }

    #navbar .mobile-nav-toggle {
        position: absolute !important;
        right: 5px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 28px !important;
        line-height: 1 !important;
        cursor: pointer;
        z-index: 9999;
    }
} */