/* Top Info Bar */
.top-info-bar {
    background-color: #032c62;
    /* Dark blue */
    color: white;
    height: 35px;
    width: 100%;
    position: fixed;

    top: 0;
    z-index: 1000;
    /* border-bottom: 1px solid #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-top-bar {
    display: none;
}

.login-button {
    display: inline-block;
    background-color: rgb(37, 172, 216);
    /* slightly darker yellow */
    margin-top: 2px;
    color: white;
    padding: 3px 15px;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.login-button:hover {
    background-color: #ffeb3b;
    /* yellow */
    color: #ff0000;
    /* black text */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.noview2 {
    /* color: rgb(124, 195, 223); */
    font-weight: 700;
}

.noview1 {
    position: relative;
    /* left: -169px; */
    font-weight: 700
}

.info-bar-container {
    display: flex;
    /* width: 100%; */
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.helpline-text {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: white;
}

/* .enquire-btn-top {

    color: rgb(0, 47, 255);
    text-decoration: none;
    font-weight: 600;
    background-color: yellow;
    animation: bg-blink 1s infinite;
    padding: 0px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
} */
.enquire-btn-top {
    display: inline-block;
    position: relative;
    /* Required for positioning the star */
    padding: 0 12px;
    background-color: #333;
    /* Button background */
    color: #FFD700;
    /* Initial yellow text */
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    animation: textBlink 1s infinite alternate;
}

.enquire-btn-top1 {
    display: inline-block;
    position: relative;
    /* right: -360px; */
    /* Required for positioning the star */
    padding: 0 12px;
    /* background-color: #333; */
    /* /* color: #537758;  */
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    animation: textBlink 0.6s infinite alternate;
}
.enquire-btn-top11 {
    display: inline-block;
    position: relative;
    /* right: -360px; */
    /* margin: -3px; */
    /* Required for positioning the star */
    /* padding: 0 12px; */
    /* background-color: #333; */
    /* /* color: #537758;  */
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;


    /* animation: textBlink1 0.6s infinite alternate; */
}

/* Star styling (positioned in the top-right corner) */


/* Text blinking animation */
@keyframes textBlink {
    from {
        color: #ffffff;
    }

    /* Yellow */
    to {
        color: yellow;
    }

    /* Brighter yellow */
}
.enquire-blink{
    animation: textBlink1 1s infinite alternate;
}

@keyframes textBlink1 {
    0%{
        opacity: 1;
        background:#007bff;
        color: white;
    }
    100%{
        opacity: 1;
        background: yellow;
        color: red;

    }

    /* Brighter yellow */
}

.enquire-btn-top:hover {
    background-color: #3d5dc7;
    /* Darker blue */
    color: white;
}

/* Main Navbar */
.main-navbar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
    position: fixed;
    left: 0px;
    top: 34px;
    background: rgb(74, 128, 200);
    background: linear-gradient(90deg, rgb(255 255 255) 20%, rgb(125 134 233 / 0%) 31%, rgb(125 134 233 / 0%) 80%, rgb(255 255 255) 100%);
    z-index: 1000;
    width: 100%;
    height: 98px;
    backdrop-filter: blur(0px);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.college-logo {
    /* width: 510px; */
    top: -4px;
    left: 1px;
    position: absolute;
    height: 105px;
    /* filter: brightness(0) invert(1); */
}

/* Menu Toggle */
.menu-toggle-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu-toggle-container {
    display: flex;
    align-items: center;
    gap: 18px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.menu-toggle-cshape {
    width: 50px;
    height: 50px;
    border: 3px solid #032c62;
    border-radius: 40%;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    transition: all 0.3s;
}

.menu-toggle-container:hover .menu-toggle-cshape {
    border-color: #032c62;
}

.menu-toggle-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 5px;
}

.menu-toggle-line {
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, rgb(13 114 177) 0%, rgb(3 44 98) 50%, rgb(227 0 8) 100%);
    transition: all 0.3s ease-in-out;
}

.menu-toggle-container:hover .menu-toggle-line {
    background: linear-gradient(90deg,  rgb(227 0 8) 0%, rgb(3 44 98) 50%, rgb(13 114 177) 100%);
    backdrop-filter: blur(0px);
}


.menu-toggle-label {
    margin-left: 90px;
    color: #032c62;
}

/* Side Menu */
.side-menu {
  
    position: fixed;
    top: 34px;
    right: -100%;
    width: 300px;
    height: 95vh;
    background: rgb(3 44 98 / 63%);
    /* background: linear-gradient(90deg, rgba(125, 134, 233, 0) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0) 100%); */
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.3s ease;
    backdrop-filter: blur(15px);
    z-index: 100000;
    border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.side-menu.active {
    right: 0;

}

.menu-close-btn {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    background: none;
    border: none;
}

.menu-close-btn::before,
.menu-close-btn::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 4px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-close-btn:hover::before,
.menu-close-btn:hover::after {
    background: linear-gradient(90deg, rgba(0, 21, 255, 0.5) 0%, rgb(187, 0, 0) 50%, rgba(0, 21, 255, 0.5) 100%);
    backdrop-filter: blur(0px);
}


.menu-list {
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

.menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    transition: background-color 0.3s;
}

.menu-item:hover {
    background: linear-gradient(90deg, rgba(125, 134, 233, 0) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0) 100%);


}



.menu-link {
    text-decoration: none;
    color: white;
    padding: 12px;
    font-size: 16px;
    flex-grow: 1;
    text-align: right;
    cursor: pointer;
    transition: color 0.3s;
    margin-bottom:inherit ;
}

.menu-link:hover {
    color: #007bff;
}

/* Apply Button in Menu */
.apply-menu-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    display: none;
    left: -85px;
    top: 0px;
    transition: all 0.3s;

}

.apply-menu-container:hover {
    color: #007bff;
}

.apply-menu-cshape {
    width: 50px;
    height: 50px;
    border: 3px solid #003aff;
    border-radius: 40%;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    margin-top: 14px;
    transition: all 0.3s;
}

.apply-menu-container:hover .apply-menu-cshape {
    border-color: #007bff;
}

.apply-menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 5px;
}

.apply-menu-line {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.apply-menu-container:hover .apply-menu-line {
    background: linear-gradient(90deg, rgba(125, 134, 233, 0) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0) 100%);


}

.apply-menu-label {
    margin-left: 100px;
}

/* Submenu Styles */
.submenu-toggle {
    font-size: 16px;
    /* background: #2d45ff82; */
    background-color: #FFD700;
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    /* color: #d11c1c; */
    transition: all 0.3s;
}

.submenu-toggle:hover {
    color: #007bff;
}

.submenu-container {
    display: none;
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    /* background: linear-gradient(90deg, rgba(125, 134, 233, 0.5) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0.5) 100%); */


    /* Dark blue */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    z-index: 1001;
}

.submenu-container1 {
    display: none;
    position: absolute;
    top: 0;
    left: -469px;
    width: 450px;
    max-height: 460px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    column-count: 2;
    column-gap: 0.2rem;
    z-index: 1001;
}

.submenu-container.active {
    display: block;
}

.submenu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s;
}

.submenu-item:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.submenu-link {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: left;
    transition: color 0.3s;
    background: rgb(51 59 72 / 82%);
}

.submenu-link:hover {
    /* background: linear-gradient(90deg, rgba(125, 134, 233, 0.5) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0.5) 100%); */
    background-color: #ffd90089;

}


/* Active state for menu items */
.menu-item.active {
    background: linear-gradient(90deg, rgba(125, 134, 233, 0.5) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0.5) 100%);
}

.menu-item.active .menu-link {
    color: #007bff;
    font-weight: bold;
}

/* ------------------- Responsive Styles ------------------- */
@media (max-width: 1024px) {
    .menu-toggle-label {
        margin-left: 0;
        font-size: 18px;
    }

    .college-logo {
        width: 266px;
        height: 89px;
    }

    .main-navbar {
        padding: 4px 16px;
        height: 70px;
    }

    .menu-toggle-cshape {
        width: 45px;
        height: 45px;
    }

    .menu-toggle-line {
        width: 20px;
    }

    .apply-menu-container {
        left: -63px;
    }

    .apply-menu-label {
        margin-left: 80px;
    }

    .apply-menu-cshape {
        width: 40px;
        height: 40px;
    }

    .apply-menu-line {
        width: 20px;
    }
}

@media (max-width: 1120px) {
    .mobile-top-noview {
        left: -45px;
        font-weight: 700;
    }
}

@media (max-width: 918px) {
    .mobile-top-noview {
        left: -26px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .info-bar-container {
        position: fixed;
        bottom: 0;
        justify-content: space-around;
        height: 4vh;
        /* or any height you want */
        background: linear-gradient(to right,
                #add8e6 0%,
                /* light blue */
                #add8e6 49.5%,
                black 49.5%,
                /* black divider */
                black 50.5%,
                #00008b 50.5%,
                /* dark blue */
                #00008b 100%);

    }

    .submenu-container1 {
        left: -276px;
        width: 260px;
    }

    .mobile-top-bar {
        display: flex;
        gap: 254px;
    }

    .mobile-top-noview {
        display: none;
    }

    .side-menu.active {
        height: 659px;
    }

    .helpline-text {
        display: block;
        font-size: 12px;

    }

    .enquire-btn-top {
        background: linear-gradient(90deg, rgba(125, 134, 233, 0.5) 0%, rgba(125, 134, 233, 0) 50%, rgba(125, 134, 233, 0.5) 100%);
    }



    .main-navbar {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px;
        height: 65px;
    }

    .college-logo {
        width: 225px;
        height: 70px;
    }

    .menu-toggle-label {
        font-size: 16px;
    }

    .menu-toggle-cshape {
        width: 40px;
        height: 40px;
    }

    .menu-toggle-line {
        width: 18px;
    }

    .side-menu {
        width: 260px;
        padding: 15px;
    }

    .menu-link {
        font-size: 15px;
    }

    .submenu-toggle {
        font-size: 14px;
        width: 36px;
        height: 30px;
    }

    .submenu-link {
        font-size: 13px;
        padding: 10px 12px;
    }

    .apply-menu-label {
        margin-left: 70px;
        font-size: 18px;
    }

    .apply-menu-cshape {
        width: 35px;
        height: 35px;
    }

    .apply-menu-line {
        width: 18px;
    }
}

@media (max-width: 480px) {
    .main-navbar {
        height: 60px;
    }

    .mobile-top-bar {
        gap: 124px;
    }

    .college-logo {
        width: 70px;
        height: 40px;
    }

    .menu-toggle-label {
        font-size: 14px;
    }

    .menu-toggle-cshape {
        width: 35px;
        height: 35px;
    }

    .menu-toggle-line {
        width: 16px;
    }

    .menu-link {
        font-size: 14px;
        padding: 10px;
    }

    .submenu-link {
        font-size: 12px;
    }

    .apply-menu-label {
        margin-left: 50px;
        font-size: 16px;
    }



    .apply-menu-cshape {
        width: 30px;
        height: 30px;
    }

    .apply-menu-line {
        width: 16px;
    }
}

@media(max-width:525px) {
    .submenu-container {
        /* display: none; */
        position: absolute;
        top: 45px;
        /* left: -16px; */
        width: 328px;
        /* background-color: #4c00ff */
    }
}

@media (max-width: 500px) {
    .apply-menu-container {
        position: static;
        /* or adjust 'left' to 0 or auto */
        margin-left: 0;
    }

    .college-logo {
        width: 137px;
        height: 65px;
    }

    .submenu-container {
        left: 0;
        /* prevent overflow to the left */
    }

    .side-menu {
        width: 100vw;
        /* make it responsive */
        max-width: 100%;
    }
}

html,
body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .info-bar-container {

        position: fixed;
        bottom: 0;

    }
}


.yellowlish {
    /* font-size: 48px; */
    margin-left: 3px;
    font-weight: bold;
    animation: flashColors 1s infinite;
}

@keyframes flashColors {
    0% {
        color: red;
    }

    /*70%  { color: orange; }*/
    100% {
        color: rgb(255, 255, 255);
    }

}


    .form-box {
      /* background: rgba(255, 255, 255, 0.9); */
      width: 100%;
      max-width: 350px;
      padding: 0px !important;
      border-radius: 20px;
      backdrop-filter: blur(5px);
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
      margin: 20px 0;
      margin-bottom: 5px;

    }

    .form-box h2 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      color: #004085;
    }

    .form-box input,
    .form-box select {
      width: 100%;
      padding: 10px;
      margin-bottom: 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .form-box button {
      width: 100%;
      padding: 12px;
      background-color: #004085;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 14px;
      cursor: pointer;
    }

    h1 {
      color: black;
      font-size: 2.5rem;
    }

    @media (min-width: 768px) {
      .container2 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
      }

      .left-content {
        width: 50%;
        padding-right: 50px;
      }

      .left-content img {
        width: 335px;
        /* height: 100px; */
      }

      .form-box {
        width: 350px;
        padding: 30px;
        margin: 0;
      }
    }

    @media (max-width: 480px) {
      .form-box {
        padding: 15px;
      }

      .form-box h2 {
        font-size: 1.3rem;
      }

      .left-content h1 {
        font-size: 1.5rem;
      }
    }