   button.navbar-toggler {
        background: transparent;
        padding: 0;
        border: 0;
    }
    span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
    }
    
    @media (max-width: 767px) {
    
    }


    /* For Fixed Navbar */

    @media (max-width: 991px) {
    
      /* Fullscreen overlay base */
      #navbarNavAltMarkup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000000; /* or rgba(0,0,0,0.95) for dark */
        z-index: 1050;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
        /* Animation defaults */
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        pointer-events: none; /* prevent click when hidden */
      }
    
      /* When menu is open */
      #navbarNavAltMarkup.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }
    
      /* Nav links styling */
      #navbarNavAltMarkup .navbar-nav {
        flex-direction: column;
        text-align: center;
      }
    
      #navbarNavAltMarkup .navbar-nav .nav-link {
        font-size: 18px;
        margin: 10px 0;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.3s ease;
      }
    
    div#navbarNavAltMarkup{
        justify-content: center !important;
    }
    
      /* Animate links one by one */
      #navbarNavAltMarkup.show .nav-link:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
      #navbarNavAltMarkup.show .nav-link:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
      #navbarNavAltMarkup.show .nav-link:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
      #navbarNavAltMarkup.show .nav-link:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
      #navbarNavAltMarkup.show .nav-link:nth-child(5) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }
    
      /* Close button */
      #navbarNavAltMarkup .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 2rem;
        background: none;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: block;
      }
    }
        
    @media (min-width: 1200px) and (max-width: 1399px) {
      a.navbar-brand {
        width: 30% !important;
    }
    
    a.navbar-brand img {width: 90%;}
    
    #header .col-md-9 {
        width: 85% !important;
    }
    
    #header .col-md-3.last-col {
        width: 15% !important;
    }
    }   
    @media (min-width: 1024px) and (max-width: 1199px) {
    a.navbar-brand {
        width: 20% !important;
        margin-left: 0;
    }
    
    a.navbar-brand img {width: 100%;}
    
    #header .col-md-9 {
        width: 82% !important;
    }
    
    #header .col-md-3.last-col {
        width: 18% !important;
    }
    
    a.nav-item.nav-link {
        font-size: 14px !important;
        padding: 0 !important;
    }
    }
    
    @media (min-width: 992px) and (max-width: 1023px) {
    #header div#navbarNavAltMarkup {
        background-color: transparent !important;
        position: unset !important;
    }
    
    #header .mobile-login-btn {
        display: none !important;
    }
    
    #header .col-md-3.last-col {
        display: flex !important;
        width: 20% !important;
    }
    
    #header .col-md-9 {
        width: 80% !important;
    }
    
    #header a.navbar-brand {
        width: 30% !important;
    }
    
    #header a.navbar-brand img {
        width: 100% !important;
    }
    
    #header a.nav-item.nav-link {
        padding: 11px !important;
        font-size: 14px !important;
    }
    
    section#header .row {
        align-items: center;
    }
    
    
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
     a.nav-item.nav-link {
        font-size: 16px !important;
        padding: 10px 20px;
        text-align: center;
    }
        a.navbar-brand {
        margin-left: 0;
        margin-top: -40px;
    }
    .social-links.d-flex.gap-3 {
        display: none !important;
    }
    button.navbar-toggler {
        margin-top: -40px !important;
    }
    span.navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
    ul.list-unstyled.mb-0.left {
    display: none;
    }
    button.close-btn {
    display: block !important;
    }
    #sec-1 {
        margin-top: -200px;
        height: 500px;
    }
    #sec-2 h3 {
    font-size: 19px;
    }
        #sec-3 .col-md-7 {
        width: 100%;
    }
    #sec-3 .col-md-5 {
        width: 100%;
    }
    #sec-3 .bio {
        width: 100%;
        margin-top: 0;
    }
    .bio img {
        position: unset;
        text-align: left;
        padding-bottom: 20px;
        width: unset !important;
    }
    #sec-4 .col-md-6 {
        width: 100%;
    }
    .online h2 {
        font-size: 40px !important;
    }
    #sec-4 .col-md-4 {
    }
    .online .counter {
        width: 100%;
    }
    section.onine .col-md-4 {
        width: 100%;
    }
    #sec-6 {
    padding-top: 0;
    }
    #sec-6 .col-md-3 {
        width: 100%;
    }
    .info_box {
        margin-top: 0;
        width: 100%;
        height: 22%;
    }
    #sec-7 {
        padding-top: 100px;
    }
    #sec-7 .col-md-6 {
        width: 100%;
    }
    #sec-8 .col-md-6 {
        width: 100%;
    }
    #sec-9 .col-md-6 {
        width: 100%;
    }
    #sec-10 h2 {
        font-size: 45px !important;
    }
    #sec-10 h3 {
        font-size: 16px;
    }
    .edu-box {
        width: 100% !important;
        margin-top: 15px !important;
    }
    section.education .row {
        flex-wrap: unset !important;
        display: unset !important;
    }
    section.education {
        padding: 50px 0;
    }
    footer .col-md-6 {
        width: 100%;
    }
    #sec-3 .col-md-5 img {
    width: 100%;
    }
    p.copy-right {
    margin-top: 0;
    }
    footer img {
    width: 60%;
    }
    h2 {
    font-size: 50px !important;
    }
    .navbar-nav {
        gap: 0 !important;
    }
     #sec-3 p {
    width: 100%;
    }
    section.inner-banner {
    height: 400px;
    }
    section#contact .col-md-5 {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    section#contact  img {
        width: 100% !important;
    }
    section#contact .col-md-7 {
        width: 100% !important;
        margin-top: 50px;
        border-radius: 15px;
    }
    .program_detail .col-xl-3.col-lg-4.col-md-8 {
    width: 100%;
    }
    .program_detail {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner_btn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    }
    #sec-7 .row {
    flex-direction: column-reverse;
    }
    #sec-9 .row {
    flex-direction: column-reverse;
    }
    }
    
    @media (max-width: 767px){
         a.navbar-brand {
        margin-left: 0;
        margin-top: -40px;
        max-width: 50%;
    }
    #sec-10 {
    padding-top: 50px;
    }
    #sec-9 .row {
    flex-direction: column-reverse;
    }
    #sec-7 .row {
    flex-direction: column-reverse;
    }
       .banner_btn {
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-left: 0;
    }
    .column_bg {
    padding-right: 10px !important;
    }
    .program_detail {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    section#contact .col-md-5 {
        width: 100%;
    }
    section#contact  img {
        width: 100% !important;
    }
    section#contact .col-md-7 {
        width: 100% !important;
        margin-top: 50px;
        border-radius: 15px;
        border-radius: 0;
        box-shadow: unset;
        padding: 20px;
    }
    section.inner-banner {
    height: 400px;
    }
    #sec-3 p {
    width: 100%;
    }
    a.navbar-brand img {
    width: 100%;
    }
    .social-links.d-flex.gap-3 {
        display: none !important;
    }
    button.navbar-toggler {
        margin-top: -40px !important;
    }
    span.navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
    ul.list-unstyled.mb-0.left {
    display: none;
    }
    button.close-btn {
    display: block !important;
    }
    #sec-1 {
    margin-top: -200px;
    height: 500px;
    }
        .bio {
        width: 100%;
        margin-top: 0;
        padding: 20px;
    }
    button.close-btn {
    display: block !important;
    }
        section.contact {
        height: 200px;
    }
    .column_bg {
        padding-left: 10px !important;
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    #sec-3 .col-md-7 {
        padding-left: 10px !important;
    }
    #sec-3 {
    padding-top: 50px;
    }
    section.education {
    padding: 40px 0;
    }
    section.education h4 {
    margin-bottom: 0;
    text-align: center;
    }
    p.copy-right {
    margin-top: 0;
    }
    .bio img {
        position: unset;
        padding-bottom: 20px;
        margin: unset !important;
        width: unset !important;
    }
    .online {
        padding: 50px 0;
    }
    .online .container {
        max-width: 100%;
    }
    .online .counter {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .container {
        max-width: 100% !important;
    }
    .info_box {
        width: 100%;
        height: unset;
        margin-top: 0;
        padding-bottom: 30px;
    }
    #sec-7 {
        padding-top: 50px;
    }
    .edu-box {
        width: 100% !important;
        margin-top: 20px !important;
    }
    section.education .row {
        display: unset;
    }
    footer img {
        width: 70%;
    }
    #sec-3 img {
    margin: 0 auto;
    display: block;
    width: 100%;
    }
    #sec-6 {
    padding-top: 0;
    }
    ul.listing {
    column-count: unset;
    margin-bottom: 10px;
    }
    h2 {
        font-size: 35px !important;
    }
    #header .col-md-9 {
    padding: 0 !important;
    }
    #header a.nav-item.nav-link {
    /* padding-left: 20px !important; */
    }
    #header .navbar-nav {
    gap: 10px !important;
    }
    .navbar-collapse {
            background-color: #254FA2 !important;
            position: absolute;
            width: 100%;
            z-index: 9;
            top: 70px;
            left: 0;
    }
    .navbar-nav .nav-link {
            color: #fff !important; /* Make text white for visibility */
    }
    .navbar-nav .nav-link:hover {
            color: #ccc !important; /* Optional: Hover effect */
    }
    .courses {
    display: block;
    width: 100%;
    }
    }