    /* Google Fonts */
    
     :root {
        --accent-color-1: #002d5a;
        --accent-color: #002d5a;
        /* --accent-color: #5e2236; */
        --icon-color: #fff;
        --icon-text: #000;
        --footer-color: #46373e;
        --accent-color-2: #FB5F9E;
        --dark-bg: #111111;
        --secondary-dark: #222222;
        --gray-color: #3a3838;
        --font-1: 'Abhaya Libre', serif;
        --font-2: 'Open Sans', sans-serif;
        --body-font: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        --heading-font: 'Yantramanav', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        --theme-color: #002d5a;
        --theme-color2: #5e2236;
        --theme-color-light: rgba(17, 110, 99, 0.09);
        --theme-bg-light: #F2F3F5;
        --body-text-color: #4D4F53;
        --color-white: #f2f2f2;
        --color-dark: #19232B;
        --hero-overlay-color: #000000;
        --slider-arrow-bg: rgba(255, 255, 255, 0.2);
        --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
        --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
        --transition: all 0.5s ease-in-out;
        --transition2: all 0.3s ease-in-out;
        --border-info-color: rgba(0, 0, 0, 0.08);
        --border-info-color2: rgba(0, 0, 0, 0.05);
        --border-white-color: rgba(255, 255, 255, 0.08);
        --border-white-color2: rgba(255, 255, 255, 0.05);
        --footer-bg: #012758;
        --footer-bg2: #116E63;
        --footer-text-color: #F5FAFF;
    }
    
    .font-1 {
        font-family: var(--font-1);
    }
    
    .font-man {
        font-size: 12px;
    }
    
    @import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
    @property --progress {
        syntax: '<integer>';
        inherits: true;
        initial-value: 0;
    }
    
    @keyframes load {
        to {
            --progress: var(--value)
        }
    }
    
    @keyframes background_animation {
        from {
            background-size: 100%;
        }
        to {
            background-size: 110%;
        }
    }
    
    @keyframes ripple {
        from {
            opacity: 0.7;
            transform: scale3d(1, 1, 1);
            transform-origin: center;
            border-width: 1px;
        }
        to {
            opacity: 0;
            transform: scale3d(1.5, 1.5, 1.5);
            transform-origin: center;
            border-width: 10px;
        }
    }
    
    h1 {
        font-size: 100px;
    }
    
    h2 {
        font-size: 72px;
    }
    
    h3 {
        font-size: 50px
    }
    
    h4 {
        font-size: 30px;
    }
    
    h5 {
        font-size: 24px;
    }
    
    h6 {
        font-size: 18px;
    }
    
    ul {
        list-style: none;
    }
    
    img {
        object-fit: cover;
    }
    
    button,
    a[type="button"] {
        padding-inline: 1rem;
        padding-block: 0.5rem;
        text-decoration: none;
        transition: all 0.5s;
        color: white;
    }
    
    button.button {
        padding-inline: 1rem;
        padding-block: 0.5rem;
        border: 2px solid var(--accent-color);
        text-decoration: none;
        transition: all 0.5s;
        color: white;
    }
    
    button.button:hover {
        background-color: var(--accent-color);
        color: white;
        filter: brightness(0.8);
    }
    
    a:hover {
        color: var(--accent-color);
    }
    
    button:hover,
    a[type="button"]:hover {
        background-color: var(--accent-color);
        color: white;
        filter: brightness(0.8);
    }
    
    a {
        text-decoration: none;
    }
    
    .font-2 {
        font-family: var(--font-2);
    }
    
    .form input,
    .form textarea {
        background-color: white;
        border-radius: 5px;
        border: none;
        width: 100%;
    }
    
    .form input:focus,
    .form textarea:focus {
        box-shadow: none;
    }
    
    .form input::placeholder,
    .form textarea::placeholder {
        color: #88888893;
    }
    
    .form .submit_form {
        padding-inline: 2rem;
        padding-block: 0.7rem;
        text-decoration: none;
        transition: all 0.5s;
        color: white;
        background-color: var(--accent-color-1);
        border-radius: 5px;
    }
    
    .submit_form-subscribe {
        padding-inline: 2rem;
        padding-block: 0.7rem;
        text-decoration: none;
        transition: all 0.5s;
        color: white;
        background-color: var(--accent-color-1);
        border-radius: 5px;
    }
    
    .submit_form-subscribe:hover {
        background-color: var(--dark-bg);
        color: white;
        filter: none;
    }
    
    .maps {
        width: 100%;
        height: 280px;
        /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
    }
    
    #header {
        transition: all 0.5s ease;
    }
    
    .nav-link {
        border-bottom: 2px solid transparent;
        font-size: 1.125rem;
    }
    
    .nav-link:hover {
        color: var(--accent-color);
    }
    
    .nav-link.active {
        color: var(--accent-color) !important;
    }
    
    .nav-link:focus {
        color: var(--accent-color) !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .dropdown-menu {
        background-color: white;
        border-radius: 0;
        border: none;
        padding: 0;
        padding-block: 0.5rem;
        box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
        border-radius: 10px;
    }
    
    .dropdown-item {
        padding-block: 0.5rem;
    }
    
    .dropdown-item.active {
        color: var(--accent-color);
        background-color: transparent;
    }
    
    .dropdown-item:hover {
        color: var(--accent-color);
        background-color: transparent;
    }
    
    .dropdown-item:focus {
        color: var(--accent-color);
    }
    
    .section {
        padding: 6em 2em 6em 2em;
        overflow: hidden;
    }
    
    .r-container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .bg-dark-color {
        background-color: var(--dark-bg);
    }
    
    .bg-dark-transparent {
        background-color: #232323b7;
    }
    
    .bg-secondary-dark {
        background-color: var(--secondary-dark);
    }
    
    .bg-accent-color {
        background-color: var(--accent-color);
    }
    
    .bg-accent-color-1 {
        background-color: var(--accent-color-1);
    }
    
    .bg-accent-color-2 {
        background-color: var(--accent-color-2);
    }
    
    .accent-color {
        color: #002d5a;
    }
    
    .accent-color-1 {
        color: var(--accent-color-1);
    }
    
    .accent-color-2 {
        color: var(--accent-color-2);
    }
    
    .border-accent-color {
        border-color: var(--accent-color) !important;
    }
    
    .border-accent-color-1 {
        border-color: var(--accent-color-1) !important;
    }
    
    .border-accent-color-2 {
        border-color: var(--accent-color-2) !important;
    }
    
    .text-gray {
        color: var(--gray-color) !important;
    }
    
    .bg-accent-color-hover:hover {
        background-color: var(--accent-color);
        color: white;
    }
    
    .btn-dark {
        background-color: var(--dark-bg);
        color: white;
        border: none;
    }
    
    .btn-dark:hover {
        background-color: var(--accent-color-1);
        color: white;
        border: none;
    }
    
    .image-overlay {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #000;
        opacity: 0.5;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    
    .image-overlay-2 {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: var(--footer-color);
        opacity: 0.8;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    
    .image-overlay-3 {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        opacity: 0.75;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    
    .overlay {
        background-image: url(../image/bg.png);
        background-size: contain;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: 65% auto;
        opacity: 1;
    }
    
    .overlay.right {
        background-position: center right;
    }
    
    .overlay.left {
        background-position: center left;
    }
    
    .logo-container {
        max-width: 150px;
    }
    
    .divider {
        display: flex;
        align-items: center;
    }
    
    .divider::after {
        display: block;
        content: "";
        border-bottom: 0;
        flex-grow: 1;
        border-top: 3px solid var(--accent-color);
        max-width: 80px;
        min-width: 80px;
    }
    
    .divider-before::before {
        display: block;
        content: "";
        border-bottom: 0;
        flex-grow: 1;
        border-top: 3px solid var(--accent-color);
        max-width: 80px;
        min-width: 80px;
    }
    
    .divider-element {
        letter-spacing: 2px;
        flex-shrink: 0;
        flex-grow: 1;
        margin: 0;
        margin-left: 1rem;
        font-weight: 400;
    }
    
    .image-infinite-bg {
        height: 90vh;
    }
    
    .animation-bg {
        animation: background_animation 10s forwards;
    }
    
    .r-progress {
        --value: 17;
        --progress-color: var(--accent-color);
        --secondary-progress-color: #a8a8a8;
        --animation-duration: 2000;
    }
    
    .r-progress-bar {
        position: relative;
        height: 20px;
        background-color: var(--secondary-progress-color);
        display: flex;
        /* border-radius: 3px; */
        overflow: hidden;
    }
    
    .r-progress-bar .progress-value {
        height: 100%;
        width: calc(var(--progress) * 1%);
        background-color: var(--progress-color);
        position: relative;
        /* border-radius: 3px; */
        animation: load;
        animation-fill-mode: forwards;
        animation-duration: calc(var(--animation-duration) * 1ms);
        animation-timing-function: linear;
        animation-delay: 500ms;
        color: black;
    }
    
    .r-progress-bar.percentage-label::after {
        counter-reset: percentage var(--progress);
        content: counter(percentage) '%';
        display: block;
        position: absolute;
        left: calc((var(--progress) * 1%) - 3rem);
        animation: load;
        animation-fill-mode: forwards;
        animation-duration: calc(var(--animation-duration) * 1ms);
        animation-timing-function: linear;
        animation-delay: 500ms;
        color: white;
        font-size: 15px;
        line-height: 1.2;
        /* font-weight: 700; */
        font-family: var(--font-1);
    }
    
    .bg-attach-fixed {
        background-attachment: fixed;
    }
    
    .social-container {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    
    .social-item {
        border-radius: 50%;
        aspect-ratio: 1/1;
        font-size: 15px;
        width: 1.8rem;
        height: 1.8rem;
        background-color: #2DD2FF;
        transition: all 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    
    .social-item.bg-accent-color-1 {
        background-color: var(--accent-color-1);
    }
    
    .social-item:hover {
        background-color: #fff;
        color: #2DD2FF;
    }
    
    .nav-tabs {
        border-bottom: none;
    }
    
    .nav-tabs .nav-link {
        background-color: transparent;
        color: var(--accent-color);
        border: none;
        position: relative;
    }
    
    .nav-tabs .nav-link:hover {
        border: none;
        color: white;
    }
    
    .nav-tabs .nav-link.active {
        background-color: transparent;
        border: none;
    }
    
    .nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--accent-color);
    }
    
    .breadcrumb .breadcrumb-item>a {
        color: white;
    }
    
    .breadcrumb .breadcrumb-item.active {
        color: var(--theme-color2);
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        color: white;
    }
    
    .swiper {
        width: 100%;
    }
    
    .swiper-pagination {
        margin-block: 1rem;
    }
    
    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: black;
    }
    
    .video-container {
        aspect-ratio: 16/9;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .video-iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .video-btn {
        border-radius: 50%;
        aspect-ratio: 1/1;
        width: 5rem;
        background-color: transparent;
        border: solid 2px white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    .border-custom {
        border-width: 0px 1px 0px 0px;
        border-color: var(--accent-color);
        border-style: solid;
    }
    
    .icon-box {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 2.5rem;
        aspect-ratio: 1/1;
        width: 4rem;
        height: 4rem;
    }
    
    .request-loader {
        position: relative;
        height: 60px;
        width: 60px;
        border-radius: 50% !important;
        background-color: var(--accent-color);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    
    .request-loader:hover {
        color: #464646;
        background-color: var(--accent-color);
    }
    
    .request-loader::after,
    .request-loader::before {
        opacity: 0.2;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        color: rgb(238, 238, 238);
        border: 4px solid currentColor;
        border-radius: 50%;
        animation-name: ripple;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(.65, 0, .34, 1);
        z-index: 0;
    }
    
    .request-loader::after {
        animation-delay: 0.5s;
        animation-duration: 3s;
    }
    
    .request-loader::before {
        animation-delay: 0.2s;
        animation-duration: 3s;
    }
    
    .ifr-video {
        aspect-ratio: 16/9;
        width: 100%;
    }
    
    .post-button {
        background-color: transparent;
        color: var(--accent-color) !important;
        border: none !important;
    }
    
    .post-button:hover {
        background-color: transparent !important;
        color: var(--accent-color) !important;
        transform: scale(1.15);
    }
    
    .card.with-border-bottom {
        border-bottom: 3px solid var(--accent-color) !important;
    }
    
    .list-group .list-group-item {
        border: none;
        border-radius: 5px;
    }
    
    .list-group .list-group-item.active {
        background-color: var(--accent-color);
    }
    
    .list-group .list-group-item.list-group-item-action:hover {
        background-color: var(--accent-color);
        color: white;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: var(--accent-color);
        color: white;
    }
    
    .accordion-item:first-of-type .accordion-button {
        border-radius: 5px;
    }
    
    .accordion-button {
        background-color: #f6f6f6;
        border-radius: 5px;
    }
    
    .accordion-button:hover {
        filter: none;
    }
    
    .accordion-button:focus {
        z-index: 3;
        border: none;
        outline: 0;
        box-shadow: none;
    }
    
    .accordion-item {
        border: none;
    }
    
    section {
        background-size: cover;
        background-position: center;
    }
    
    @media only screen and (max-width:993px) {
        h1 {
            font-size: 68px;
        }
        h2 {
            font-size: 56px;
        }
        h3 {
            font-size: 36px;
        }
        h5 {
            font-size: 24px;
        }
        h6 {
            font-size: 14px;
        }
        .section {
            padding: 6em 2em 6em 2em;
        }
        .divider {
            width: 330px;
        }
        .fs-very-large {
            font-size: 3.125rem;
        }
        .image-absolute-1 {
            left: 45%;
            top: 35%;
        }
        .image-infinite-bg {
            background-size: cover !important;
        }
        #header {
            background: rgba(19, 19, 19, 0.88);
            backdrop-filter: blur(11px);
            -webkit-backdrop-filter: blur(11px);
        }
        .border-custom {
            border-width: 0px 0px 1px 0px;
        }
    }
    
    @media (min-width:0px) and (max-width:576px) {
        #mobile-website-studies {
            font-size: 26px;
        }
        #section-padding-part {
            padding: 2em 2em 2em 2em;
        }
    }
    
    @media (min-width:576px) and (max-width:768px) {
        #mobile-website-studies {
            font-size: 36px;
        }
        #section-padding-part {
            padding: 3em 2em 3em 2em;
        }
    }
    
    @media (min-width:768px) and (max-width:992px) {
        #mobile-website-studies {
            font-size: 36px;
        }
        #section-padding-part {
            padding: 4em 2em 4em 2em;
        }
    }
    /* Facilities css start */
    /* ========== Facilities Box ========== */
    /* === Base Styles === */
    /* body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
        color: #333;
    } */
    /* main {
        padding: 20px;
    } */
    /* === Facilities Box === */
    /* === Facilities Box === */
    
    .facilities-box {
        background: linear-gradient(135deg, #e0f2ff, #c2e9fb);
        border-radius: 12px;
        padding: 40px 30px;
        margin: 50px auto;
        max-width: 1000px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s ease;
    }
    
    .facilities-box:hover {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    }
    
    .facilities-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;
        color: var(--accent-color);
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    /* Facilities List */
    
    .facilities-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }
    
    .facilities-list ul {
        list-style-type: disc;
        padding-left: 20px;
        flex: 1 1 45%;
        color: #333;
    }
    
    .facilities-list li {
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 1rem;
    }
    /* === Flyer Wrapper Sections (Reusable for Hostel, Lab, Library, etc.) === */
    
    .flyer-wrapper {
        display: flex;
        flex-wrap: wrap;
        background: linear-gradient(135deg, #e0f7ff, #c8f0ff);
        margin: 40px auto;
        max-width: 1100px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
        transition: box-shadow 0.3s ease;
    }
    
    .flyer-wrapper:hover {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    }
    
    .half-col {
        flex: 1 1 50%;
        padding: 40px;
        box-sizing: border-box;
    }
    
    .image-align {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    .image-align img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }
    /* === Section Headers === */
    
    .hostel-header,
    .lab-header {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 18px;
        color: var(--accent-color);
        border-left: 5px solid var(--accent-color-1);
        padding-left: 12px;
        text-transform: uppercase;
    }
    /* === Lists === */
    
    .hostel-list,
    .lab-list {
        list-style: disc;
        padding-left: 20px;
        color: #222;
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .hostel-list li,
    .lab-list li {
        margin-bottom: 12px;
    }
    /* === Responsive Design === */
    
    @media (max-width: 900px) {
        .flyer-wrapper {
            flex-direction: column;
            margin: 36px 20px 0;
        }
        .half-col,
        .image-align {
            width: 100%;
            padding: 24px 6vw;
        }
        .image-align img {
            width: 100%;
            max-height: 300px;
            object-fit: cover;
        }
    }
    
    @media (max-width: 768px) {
        .facilities-list {
            flex-direction: column;
            gap: 20px;
        }
        .facilities-list ul {
            flex: 1 1 100%;
        }
        .half-col {
            padding: 24px;
        }
        .hostel-header,
        .lab-header {
            font-size: 20px;
        }
        .hostel-list,
        .lab-list {
            font-size: 14.5px;
        }
    }
    
    @media (max-width: 500px) {
        .facilities-box {
            padding: 30px 20px;
        }
        .facilities-title {
            font-size: 20px;
        }
        .hostel-header,
        .lab-header {
            font-size: 16.5px;
            padding-left: 10px;
        }
        .flyer-wrapper {
            margin: 20px 12px 0;
        }
        .half-col {
            padding: 20px;
        }
        .image-align img {
            height: 200px;
        }
    }
    /*================================
73. Fee css
==================================*/
    
    .fee-structure-wrapper {
        padding: 20px;
        /* background: #f9f9f9; */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .top-row,
    .bottom-row {
        display: block;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fee-structure-box {
        /* background: #fff; */
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        padding: 20px;
        flex: 1;
        min-width: 300px;
    }
    
    .fee-structure-box.full-width {
        width: 95%;
    }
    
    .fee-structure-box h2 {
        font-size: 1.4rem;
        font-weight: 700;
        color: #082200;
        margin-bottom: 15px;
        border-left: 5px solid #07b9ff;
        padding-left: 10px;
    }
    
    .fee-structure-box table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.95rem;
        min-width: 400px;
    }
    
    .fee-structure-box thead th {
        background-color: #07b9ff;
        color: #fff;
        text-align: right;
        padding: 10px;
        font-weight: 600;
    }
    
    .fee-structure-box tbody td,
    .fee-structure-box tbody th {
        border: 1px solid #e0e0e0;
        text-align: center;
        padding: 8px 10px;
    }
    
    .fee-structure-box tbody tr:nth-child(even) {
        background-color: #f7fdf9;
    }
    
    .fee-structure-box tbody tr:last-child th,
    .fee-structure-box tbody tr:last-child td {
        background-color: #ffeeba;
        font-weight: 700;
        text-align: right;
    }
    
    .fee-structure-box td:nth-child(3),
    .fee-structure-box td:nth-child(4),
    .fee-structure-box td:nth-child(5),
    .fee-structure-box td:nth-child(6),
    .fee-structure-box td:nth-child(7) {
        text-align: right;
    }
    
    @media (max-width: 768px) {
        .top-row,
        .bottom-row {
            flex-direction: column;
        }
        .fee-structure-box {
            min-width: 100%;
            padding: 15px;
        }
        .fee-structure-box h2 {
            font-size: 1.2rem;
        }
        .fee-structure-box table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }
        .fee-structure-box table th,
        .fee-structure-box table td {
            padding: 6px 8px;
            font-size: 0.85rem;
        }
    }
    
    @media (max-width: 500px) {
        .fee-structure-wrapper {
            padding: 10px;
        }
        .fee-structure-box {
            min-width: 50%;
        }
        .fee-structure-box h2 {
            font-size: 1rem;
            padding-left: 6px;
        }
        .fee-structure-box table th,
        .fee-structure-box table td {
            padding: 5px 6px;
            font-size: 0.78rem;
        }
    }
    /* ====== Extra small devices (phones <= 425px) ====== */
    
    @media (max-width: 425px) {
        .fee-structure-wrapper {
            padding: 20px;
        }
        .fee-structure-box.full-width {
            width: 90%;
        }
        .fee-structure-box {
            padding: 12px;
        }
        .fee-structure-box h2 {
            font-size: 0.95rem;
            padding-left: 5px;
            margin-bottom: 10px;
        }
        .fee-structure-box table th,
        .fee-structure-box table td {
            padding: 5px 5px;
            font-size: 0.75rem;
        }
    }
    /* ====== Very small devices (phones <= 375px) ====== */
    
    @media (max-width: 375px) {
        .fee-structure-wrapper {
            padding: 15px;
        }
        .fee-structure-box {
            padding: 10px;
        }
        .fee-structure-box h2 {
            font-size: 0.9rem;
            padding-left: 4px;
        }
        .fee-structure-box table {
            min-width: 80%;
            /* ensure table stays scrollable */
        }
        .fee-structure-box table th,
        .fee-structure-box table td {
            padding: 4px 4px;
            font-size: 0.72rem;
        }
    }
    /* Common Box Styling */
    
    .info-box {
        border: 1px solid #ccc;
        padding: 15px 20px;
        border-radius: 8px;
        background-color: #f9f9f9;
        margin: 20px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        font-size: 15px;
        line-height: 1.6;
    }
    /* Specific Styling for Disclaimer */
    
    .disclaimer-box {
        width: 95%;
        display: block;
        background-color: #fffaf3;
        border-color: #f0d58c;
        margin-left: 10px;
    }
    /* Specific Styling for Notes */
    
    .notes-box {
        width: 95%;
        display: block;
        background-color: #f3f8ff;
        border-color: #b3d4fc;
        margin-left: 10px;
    }
    
    .notes-title {
        font-weight: bold;
        margin-bottom: 8px;
        color: #004a99;
    }
    
    .highlight {
        background-color: #ffeb99;
        padding: 0 4px;
        border-radius: 3px;
    }
    
    .key {
        font-weight: bold;
        color: #333;
    }
    
    .notes-box ul {
        padding-left: 20px;
    }
    
    .notes-box li {
        margin-bottom: 8px;
    }
    /* ===== MEDIA QUERY FOR RESPONSIVENESS ===== */
    
    @media (min-width: 768px) {
        .disclaimer-box,
        .notes-box {
            display: block;
            width: 95%;
            /* Two boxes side by side */
            /* vertical-align: top; */
            margin-right: 2%;
            margin-left: 10px;
        }
        .notes-box {
            margin-right: 0;
            /* Remove extra margin on last box */
        }
    }
    /* Stack them on small screens */
    
    @media (max-width: 767px) {
        .disclaimer-box,
        .notes-box {
            width: 95%;
            display: block;
            margin-right: 0;
            margin-left: 10px;
        }
    }
    
    .ragging-image {
        border-radius: 15px 0px 15px 0px;
        width: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .Committee h4 {
        color: var(--accent-color);
        transition: color 0.3s ease;
    }
    /* .Committee {
    transition: background 0.3s ease;
} */
    
    .Committee:hover {
        background: var(--accent-color-1);
    }
    
    .Committee:hover h4 {
        color: #ffffff;
    }
    
    .top-header-part {
        background-color: #002d5a;
    }
    /*===================
41. Team CSS 
=====================*/
    
    .container h2 {
        font-family: var(--body-font);
        margin-top: 50px;
    }
    
    .site-title {
        font-weight: 800;
        text-transform: capitalize;
        font-size: 46px;
        color: var(--color-dark);
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
    }
    
    .site-title span {
        color: var(--accent-color);
    }
    
    .site-heading p {
        margin-top: 15px;
        color: var(--color-dark);
    }
    
    .site-heading {
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }
    
    .site-title-tagline {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: 700;
        color: var(--accent-color);
        position: relative;
        border-bottom: 2px solid var(--accent-color);
    }
    
    .team-area {
        background: mintcream;
        position: relative;
        overflow: hidden;
    }
    
    .team-item {
        position: relative;
        background: var(--color-white);
        padding: 15px;
        margin-bottom: 25px;
        border-radius: 60px 60px 60px 0;
        overflow: hidden;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
    }
    
    .team-item:hover {
        transform: translateY(-10px);
    }
    
    .team-img img {
        width: 100%;
        border-radius: 50px 50px 50px 0;
        display: block;
    }
    
    .team-content {
        margin-top: 15px;
        position: relative;
    }
    
    .team-bio {
        text-align: center;
    }
    
    .team-bio h5 {
        font-size: 20px;
        margin: 5px 0;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .team-bio h5 a {
        color: inherit;
        text-decoration: none;
        transition: var(--transition);
    }
    /* .team-bio h5 a:hover {
    color: var(--theme-color2);
} */
    
    .team-bio p {
        margin: 0;
        font-weight: 600;
        font-size: 14px;
        color: var(--body-text-color);
    }
    
    .team-bio span {
        font-size: 16px;
        font-weight: 500;
        color: var(--theme-color2);
        display: block;
        margin-top: 5px;
        letter-spacing: 2px;
    }
    /* Social button (toggle) */
    
    .team-social-btn {
        position: absolute;
        right: 12px;
        bottom: 25px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50px 50px 0 50px;
        cursor: pointer;
        background: var(--accent-color);
        color: var(--color-white);
        transition: var(--transition);
        z-index: 2;
    }
    
    .team-item:hover .team-social-btn {
        background: var(--accent-color-1);
    }
    /* Social icons group */
    
    .team-social {
        position: absolute;
        top: 50px;
        right: 0;
        opacity: 0;
        transition: var(--transition);
        z-index: 1;
        text-align: center;
    }
    
    .team-item:hover .team-social {
        opacity: 1;
        right: 30px;
    }
    
    .team-social a {
        display: block;
        color: var(--color-white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        border-radius: 50px 50px 50px 0;
        background: var(--theme-color2);
        box-shadow: var(--box-shadow);
        transition: var(--transition);
    }
    
    .team-social a:hover {
        background: var(--accent-color-1);
        color: var(--color-white);
    }
    
    .team-social-btn i:hover {
        background: var(--theme-color2);
        color: var(--color-white);
    }
    /*====================
42. Team Single CSS 
======================*/
    
    .team-single-img img {
        width: 100%;
        border-radius: 50px 50px 50px 0;
    }
    
    .team-details {
        padding: 45px;
        background: var(--theme-bg-light);
        border-radius: 50px 50px 50px 0;
    }
    
    .team-details strong {
        color: var(--theme-color2);
    }
    
    .team-details-info {
        margin: 20px 0;
        padding-left: 0;
        list-style: none;
    }
    
    .team-details-info li {
        margin-bottom: 10px;
    }
    
    .team-details-info a {
        text-decoration: none;
        color: inherit;
        transition: var(--transition2);
    }
    
    .team-details-info a:hover {
        color: var(--theme-color2);
    }
    
    .team-details-info a i {
        margin-right: 10px;
        color: var(--theme-color2);
    }
    
    .team-details-social a {
        margin-right: 15px;
        font-size: 20px;
        color: var(--theme-color2);
        display: inline-block;
        transition: var(--transition);
    }
    
    .team-details-social a:hover {
        color: var(--theme-color);
    }
    
    .biography {
        padding-right: 20px;
        margin-bottom: 30px;
    }
    
    .team-skill .progress-box h5 {
        color: var(--color-dark);
    }
    
    .team-skill .pull-right {
        color: var(--theme-color2);
    }
    
    .team-skill .progress-box .progress {
        background: var(--theme-bg-light);
    }
    /* NEWS css start  */
    
    .notice-box {
        width: 400px;
        max-width: 90%;
        margin: 30px auto;
        /* Centers the box horizontally with vertical spacing */
        font-family: 'Segoe UI', Arial, sans-serif;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(30, 60, 120, 0.17);
        border: 1.7px solid #000;
        background: #f9fbff;
        overflow: hidden;
    }
    
    .notice-header {
        background: linear-gradient(90deg, #330003 0%, #000000 100%);
        color: #fff;
        font-weight: 600;
        font-size: 1.09rem;
        padding: 13px 18px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Center text in header */
    }
    
    .notices-list {
        padding: 15px 12px;
        max-height: 370px;
        overflow: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: #fff;
        font-size: 16px;
        color: #ef5660;
        font-weight: 500;
    }
    
    .notices-list a:hover {
        text-decoration: underline;
    }
    /* ========== Responsive Media Queries ========== */
    
    @media (max-width: 900px) {
        .notice-box {
            width: 320px;
        }
        .notice-header {
            font-size: 1rem;
            padding: 12px 16px;
        }
        .notices-list {
            font-size: 15px;
            padding: 12px 10px;
        }
    }
    
    @media (max-width: 700px) {
        .notice-box {
            width: 280px;
            margin: 20px auto;
        }
        .notice-header {
            font-size: 0.95rem;
            padding: 10px 14px;
        }
        .notices-list {
            font-size: 14px;
            padding: 10px 8px;
        }
    }
    
    @media (max-width: 500px) {
        .notice-box {
            margin: 15px auto;
        }
        .notice-header {
            font-size: 0.9rem;
            padding: 8px 12px;
        }
        .notices-list {
            font-size: 13px;
            padding: 8px 6px;
            max-height: 300px;
        }
    }
    /* NEWS css end */
    /* News Ticker Wrapper */
    
    .news-ticker {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        background: transparent;
        border-bottom: transparent;
        width: 99%;
    }
    
    .news-ticker-content {
        display: flex;
        gap: 2rem;
        animation: scroll 20s linear infinite;
    }
    
    .news-ticker-content a {
        color: #ffff;
        font-weight: 500;
        text-decoration: none;
    }
    
    .news-ticker-content a:hover {
        text-decoration: underline;
        color: #ffe600;
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    /* -------------------------------
   1440px to 1200px
-------------------------------- */
    
    @media (max-width: 1440px) and (min-width: 1200px) {
        .news-ticker {
            width: 99%;
            /* Example tweak */
        }
        .news-ticker-content {
            gap: 40px;
            /* Reduce gap for slightly smaller screens */
        }
        .news-ticker-content a {
            font-size: 15px;
            /* Slightly smaller text */
        }
    }
    /* -------------------------------
   1199px to 993px
-------------------------------- */
    
    @media (max-width: 1199px) and (min-width: 993px) {
        .news-ticker {
            width: 100%;
            /* Use full width for better readability */
        }
        .news-ticker-content {
            gap: 25px;
            /* Reduce space between items */
            animation: ticker 25s linear infinite;
            /* Faster scroll if needed */
        }
        .news-ticker-content a {
            font-size: 14px;
        }
    }
    /*====================
8. Theme button
======================*/
    /* Button Container */
    
    .nav-right-btn {
        margin-top: 1rem;
    }
    /* Main Button Styling */
    
    .theme-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #2dd2ff;
        color: #000;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 50px 50px 50px 0px;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(30, 144, 255, 0.2);
        position: relative;
        overflow: hidden;
    }
    /* Hover Effects */
    
    .theme-btn:hover {
        background-color: var(--theme-color);
        color: #fff;
        box-shadow: 0 6px 16px rgba(15, 117, 209, 0.3);
        transform: translateY(-1px);
    }
    /* Optional: Focus and Active States */
    
    .theme-btn:focus,
    .theme-btn:active {
        outline: none;
        border-color: #0f75d1;
    }
    /* Icon Styling */
    
    .theme-btn .fa {
        font-size: 16px;
        transition: transform 0.3s;
    }
    /* Animate Icon on Hover */
    
    .theme-btn:hover .fa {
        transform: translateX(-3px);
    }
    /* .theme-btn2 {
        background: var(--color-white);
        color: var(--color-dark);
    }
    
    .theme-btn2::before {
        background: var(--theme-color);
    }
    
    .theme-btn2:hover {
        color: var(--color-white);
    } */
    /*====================
9. Container
======================*/
    
    @media (min-width: 1200px) {
        .container,
        .container-sm,
        .container-md,
        .container-lg,
        .container-xl {
            max-width: 1200px;
        }
    }
    /* Section Styling */
    
    .courses-eligibility-section {
        background: #f1f5f9;
        padding: 4rem 1rem;
        font-family: var(--font-1);
    }
    /* Container */
    
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
    /* Title Styling */
    
    .section-title {
        background-color: var(--accent-color);
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0.75rem 2rem;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    /* Grid Layout: Two per row on desktop */
    
    .card-grid-2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
        margin-top: 2.5rem;
        font-family: var(--bs-body-font-family)
    }
    /* Card Styling */
    
    .info-card {
        background-color: #ffffff;
        padding: 1.5rem;
        border-radius: 10px;
        border-right: 4px solid var(--accent-color-1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    /* Text */
    
    .card-title {
        font-size: 1rem;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 0.5rem;
    }
    
    .card-text {
        font-size: 0.95rem;
        color: #334155;
        line-height: 1.6;
    }
    /* Responsive: 1 card per row on smaller screens */
    
    @media (max-width: 700px) {
        .card-grid-2 {
            grid-template-columns: 1fr;
        }
        .section-title {
            font-size: 1.2rem;
            padding: 0.6rem 1.5rem;
        }
    }
    /* Base Footer Styling */
    
    .footer-area {
        background-color: #002d5a;
        color: #fff;
        position: relative;
        font-family: 'Segoe UI', sans-serif;
    }
    
    .footer-widget-title {
        font-size: 1.125rem;
        text-transform: uppercase;
        border-bottom: 2px solid #1da1f2;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    
    .fas-fa-caret-right {
        color: #07b9ff;
    }
    
    .footer-list li {
        margin-bottom: 8px;
    }
    
    .footer-list li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14.5px;
        transition: color 0.3s;
        display: inline-block;
    }
    
    .footer-list li a:hover {
        color: #1da1f2;
    }
    
    .footer-list i {
        color: #07b9ff;
    }
    
    .footer-contact li {
        font-size: 14.5px;
        color: #ccc;
        margin-bottom: 8px;
        line-height: 2.5;
    }
    
    .footer-contact a {
        color: #ccc;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .footer-contact a:hover {
        color: #1da1f2;
    }
    
    .footer-shape img {
        max-width: 390px;
        opacity: 0.08;
        position: absolute;
        top: 45px;
        right: 550px;
    }
    
    .footer-contact i {
        color: #07b9ff;
    }
    
    .footer-social {
        display: flex;
        gap: 15px;
        justify-content: end;
    }
    
    .footer-social li a i {
        height: 38px;
        width: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 10px 10px 10px 0;
        background: var(--color-white);
        color: #2DD2FF;
        transition: var(--transition);
    }
    
    .footer-social li a i:hover {
        background: #2DD2FF;
        color: var(--color-white);
    }
    /* Copyright */
    
    .copyright-text {
        font-size: 14px;
        color: #ccc;
    }
    
    .text-colors img {
        filter: brightness(0) invert(1);
    }
    /* Responsive Design */
    /* @media (max-width: 992px) {
        .footer-widget-wrapper>div {
            margin-bottom: 30px;
        }
        .footer-shape img {
            display: none;
        }
        .footer-widget-box {
            text-align: center;
        }
        .footer-social {
            justify-content: center;
        }
        .footer-logo {
            justify-content: center;
            display: flex;
        }
    }
    
    @media (max-width: 576px) {
        .footer-widget-title {
            font-size: 1rem;
        }
        .footer-list li a,
        .footer-contact li {
            font-size: 13.5px;
        }
        .footer-social a {
            width: 32px;
            height: 32px;
            font-size: 13px;
        }
        .copyright-text {
            font-size: 13px;
            text-align: center;
        }
    } */