@media (max-width: 768px) {

    /* -----------------------------------------------------------------Top-Strip */


    .Angel-icon {
        display: flex;
        justify-content: end;
        padding: 1vh 0vw;
        display: block;
    }

    .Top-Mobile-Nave {
        font-size: 25px;
        color: white;
    }
    .multi-step-form-container {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px auto;
    padding: 0px 10px;
}

.application_info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    background-color:#002147;
    color: white;
    padding: 10px;
    font-size: 12px;
}
.application_info>li:last-child{
    display: none;
}
.application_info>li:first-child{
    display: none;
}
    .TopStrip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        padding: 0vh 4vw;
        z-index: 99999;
        background-color: #14297a;
    }

    .TopStrip>ul {
        display: none;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 10vw;

    }

    .top-angel {
        font-size: 20px;
        color: white;
    }

    .TopStrip>ul>li {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .TopStrip>ul>li>a {
        padding: 2vh 0vw;
        font-size: 10px;
        font-weight: 600;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }

    .TopStrip>ul>li>a:hover {
        text-decoration: underline;
    }


    .selectlanguage {
        border: none;
    }

    .selectlanguage:focus {
        border: none;
    }




    .NavBar-2>ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .NavBar-2>ul>li:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .NavBar-2>ul>li:nth-child(1)>a {
        color: white;
    }


    .NavBar-2>ul>li:nth-child(2) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .NavBar-2>ul>li:nth-child(2)>div{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
















    /*------------------------------------------------------------- Top--------- */


    .Top {
        display: block;
        padding: 10vh 4vw 2vh;
    }

    .Top>ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .Top>ul>li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .Top>ul>li:nth-child(1)>li>h1:first-child {
        font-size: 15px;
        color: #184B71;
        font-weight: 600;
        margin: 2px 0px;
    }

    .Top>ul>li:nth-child(1)>li>h1:last-child {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        margin: 0px 0px;
    }

    .Top>ul>li>img {
        width: 13vw;
    }

    .Top>ul>li:nth-child(2)>h1 {
        text-align: center;
    }

    .Top>ul>li:nth-child(2)>h1:first-child {
        color: #184B71;
        font-weight: 600;
        margin: 2px 0px;
    }

    .Top>ul>li:nth-child(2)>h1:last-child {
        color: #000;
        font-weight: 600;
        margin: 0px 0px;
    }

    .Top>ul>li:nth-child(2)>img {
        width: 13vw !important;
    }


































    /* --------------------------------------------------------------------NAVBAR */
    .Mobile-nave-menu {
        display: block;
    }

    .nav-box {
        padding: 0vh 5vw;
        
    }

    .NavBar {
        display: flex;
        
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0vh 3vw;
    }

    .NavBar>ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        gap: 20px;
    }

    .NavBar>ul>li {
        display: none;
        color: white;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
    }

    .NavBar>ul>li:first-child {
        display: block !important;
    }

    .Link1 {
        padding: 2vh 0vw 2vh 0vw;
    }

    .Link1:hover .submenu {
        display: flex;
        gap: 10px;
        animation: slideDown 0.3s ease forwards;
    }

    .Link1>div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 5px;
        color: white;
        font-size: 12px;
        font-weight: 600;
    }

    .submenu {
        display: none;
        position: relative;
        background-color: rgba(255, 0, 0, 0);
        color: rgb(2, 2, 2);
        flex-direction: column;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0);
        z-index: 0;
        padding: 1vh;
        font-size: 13px;
        color: white;
        font-weight: 600;
        top: 10px;
        transform: translateY(0px);
        transition: opacity 0.15s ease, transform 6s ease;
    }

    .submenu>li {
        padding: 1vh 1vw;
    }

    .submenu>li:hover {
        color: rgb(125, 125, 30);
        background-color: #14297a;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .home-icon {
        font-size: 25px;
    }

    .NavBar-1>ul {
        display: flex;
        flex-direction: column;
    }

    .slide-box {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease-in-out;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        display: none;
    }

    .slide-box.show {
        opacity: 1;
        transform: translateY(0);
        display: block;
        animation: slideDown 0.3s ease forwards;
    }

    .Hamburger {
        font-size: 30px;
        color: white;
    }



    .NavBar>div {
        display: block;
    }






















    /* -------------------------------------------------------------Hero Carousel */


    .carousel-main {
        display: flex;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .carousel-main {
        width: 100%;
        background-color: rgba(173, 216, 230, 0.209);
    }

    .carousel-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
        min-width: 100%;
        box-sizing: border-box;
        text-Align: center;
    }

    .carousel-inner {
        min-height: 30vh;
        width: 100%;
    }

    .carousel-item {
        color: #fff;
        position: relative;
        background-size: cover;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        animation: carouselimagezoom 35s infinite alternate;
        z-index: 1;
    }

    .carousel-item::before {
        z-index: 1;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgb(17, 12, 14);
        background: radial-gradient(circle, #110c0e24 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
    }


    .HeroCarousel {
        display: flex;
        flex-direction: column;
    }

    .HeroCarousel-Side {
        width: 100%;
    }

    .HeroCarousel-Side>ul {
        margin: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .HeroCarousel-Side>ul>li {
        margin: 0px;
        padding: 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: rgba(173, 216, 230, 0.209);
    }

    .HeroCarousel-Side>ul>li>img {
        width: 50%;
        border-radius: 50%;
    }

    .HeroCarousel-Side>ul>li>p {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }


    .HeroCarousel-Side>ul>li>h5 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .HeroCarousel-Side>ul>li>a {
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        color: #14297a;
    }











    /* -------------------------------------------------------------------Marquee */

    .Marquee {
        display: block;
        padding: 1vh 0vw;
        background-color: transparent;
    }


    .Marquee>ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #14297a;
    }

    .Marquee>ul>li:first-child {
        position: absolute;
        z-index: 1;
        height: 7vh;
        width: 30vw;
        background-color: rgb(96, 96, 41);
        padding: 0vh 1vw;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border-radius: 0px 100px 100px 0px;

    }

    .Marquee>ul>li:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 7vh;
        padding: 0vh 1vw 0vh 0vw;
        background-color: #14297a;
        color: white;
    }















    /*---------------------------------------------------------------------SECTION*/
    .Section_1 {
        display: block;
        padding: 3vh 5vw;
    }

    .Section_1>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Section_1>ul>li {
        padding: 5vw;
        border-radius: 12px;
        width: 20%;
        background-color: rgba(173, 216, 230, 0.209);
    }

    .Section_1>ul>li:hover {
        background-color: #14297a;
        cursor: pointer;
        color: white;
    }

    .Section_1>ul>li>img {
        border-radius: 50%;
        width: 100%;
    }

    .Section_1>ul>li>p {
        text-align: center;
        font-size: 10px;
        font-weight: 600;
    }

















    /*------------------------------------------------------ New And Notification */


    .NewAndNotification>div {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 3vh 0vw;
        background-color: #14297a;
    }


    .NewAndNotification>div>p {
        font-size: 23px;
        color: white;
        text-align: center;
        font-weight: 700;
    }


    .NewAndNotification>ul {
        padding: 3vw;
        display: block;
        justify-content: center;
        flex-direction: row;
        gap: 60px;
    }


    .NewAndNotification>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .New-card {
        border-radius: 12px;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    }

    .New-card>div {
        padding: 4vw;
        border-radius: 12px 12px 0px 0px;
        display: flex;
        flex-direction: row;
        background-color: #14297a;
        color: white;
        gap: 30px;
        justify-content: space-evenly;

    }

    .New-card>div>a {
        color: white;
        font-weight: 500;
        color: rgb(231, 231, 42);
        text-transform: uppercase;
        font-size: 15px;
    }

    .New-card>div>a:hover {
        text-decoration: underline;
    }

    .New-card>div>p {
        color: white;
        font-weight: 500;
        font-size: 15px;
    }

    .New-card>ul {
        background-color: rgba(173, 216, 230, 0.209);
        padding: 1vh 4vw;
        overflow-y: scroll;
        height: 75vh;
    }


    .New-card>ul>li {
        padding: 1vw;
        cursor: pointer;
        border-bottom: 1px solid rgb(105, 105, 50);
    }

    .New-card>ul>li>h4 {
        padding: 1vh 0vw;
        font-size: 17px;
        color: rgb(95, 13, 13);
        font-weight: 700;
    }

    .New-card>ul>li>p {
        font-size: 17px;
        font-weight: 500;
        color: brown;
    }

    .New-card>ul::-webkit-scrollbar {
        display: none;
    }














    /*----------------------------------------------------------------Campus Life */

    .Campus-Life {
        display: block;
        padding: 8vh 8vw;
        background-color: rgba(173, 216, 230, 0.209);
    }

    .Campus-Life>h2 {
        text-align: center;
    }

    .Campus-Life>p {
        font-size: 15px;
        text-align: center;
    }

    .Campus-Life>ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;

    }

    .Campus-Life>ul>li {
        border-radius: 40px 40px 10px 10px;
        width: 100%;
        text-align: center;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
        padding: 0vh 0vw 2vh 0vw;
    }

    .Campus-Life>ul>li>div {
        padding: 13px;
    }

    .Campus-Life>ul>li>div>img {
        width: 100%;
        border-radius: 5px;
        min-height: 20vh;
    }

    .Campus-Life>ul>li>p {
        color: wheat;
        padding: 2vh;
        border-radius: 40px 40px 0px 0px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.75);
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        background-color: #14297a;
    }

    .Campus-Life>ul>li>a {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #14297a;

    }

    .Campus-Life>h2 {
        color: #14297a;
        padding-bottom: 2vh;
        text-transform: uppercase;
    }

    .Campus-Life>p {
        color: #000000;
        padding-bottom: 3vh;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }


    .Campus-life-Imp-Link {
        display: flex;
        padding: 0vh 1vw;
        flex-direction: column;
        overflow-y: scroll;
        height: 34vh;
        gap: 20px;
    }

    .Campus-life-Imp-Link>a {
        font-size: 13px;
        font-weight: 500;
        color: rgb(136, 103, 42);
        border-bottom: 1px solid lightgray;
        text-decoration: none;
        padding-bottom: 1vh;
        text-align: start;
    }

    .Campus-life-Imp-Link::-webkit-scrollbar {
        display: none;
    }















    /*-----------------------------------------------------------------About CCSU */

    .AboutCCSU {
        background-image: url("https://ccsuniversity.blr1.cdn.digitaloceanspaces.com/public/jpg/2024/09/Banner-07.jpg");
        position: relative;
        padding: 3vh 8vw;
        height: 100%;
        margin: 3vh 0vw 3vh 0vw;
        background-size: cover;
        background-color: rgba(173, 216, 230, 0.209);
        justify-content: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        animation: carouselimagezoom 35s infinite alternate;
        z-index: 1;
        border-radius: 0px;
        display: block;
        background-color: rgba(173, 216, 230, 0.209);
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .AboutCCSU::before {
        border-radius: 0px;
        z-index: 0;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgb(17, 12, 14);
        background: radial-gradient(circle, #110c0eb0 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
    }

    .AboutCCSU>h1 {
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        padding: 3vh 0vw;
        color: white;
    }

    .AboutCCSU>ul {
        position: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 36px;
        top: 0px;
    }

    .AboutCCSU>ul>li {
        display: flex;
        gap: 10px;
        padding: 1vw;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 70vw;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
        min-height: 25vh;
        background-color: white;
    }

    .AboutCCSU>ul>li>img {
        width: 90px;
        height: 90px;
    }

    .AboutCCSU>ul>li>p {
        font-size: 11px;
        font-weight: 600;
    }




















    /* ---------------------------------------------------------Photo Gallery */

    .Gallery {
        display: block;
        padding: 3vh 2vw;
        border-radius: 10px;
    }

    .Gallery>div {
        padding: 2vh 0vw;
        background-color: #14297a;
        display: flex;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
        flex-direction: row;
        justify-content: space-between;
        border-radius: 10px 10px 0px 0px;
    }

    .Gallery>div>p {
        padding-left: 2vh;
        font-size: 20px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
    }

    .Gallery>ul {
        padding: 2vh 0vw;
        border-radius: 0px 0px 10px 10px;
        display: flex;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Gallery>ul>li {
        width: 45%;
        height: 20vh;
        border-radius: 12px;
    }

    .Gallery>ul>li>img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .More-Img {
        background-image: url(https://www.ccsuniversity.ac.in/assests/images/gallery/ccsu-1.jpg);
        width: 100%;
        height: 20vh;
        background-size: 100%;
        display: flex;
        justify-content: center;
        border-radius: 12px;
        align-items: center;
    }

    .More-Img>a {
        position: relative;
        z-index: 3;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        color: white;
    }

    .More-Img {
        color: #fff;
        position: relative;
        background-size: cover;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        animation: carouselimagezoom 35s infinite alternate;
        z-index: -1;
        border-radius: 12px;
    }

    .More-Img::before {
        border-radius: 12px;
        z-index: 1;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgb(17, 12, 14);
        background: radial-gradient(circle, #110c0eb0 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
    }










    /*-----------------------------------------------------------------Footer */

    .Footer {
        display: flex;
        flex-direction: column;
        padding: 0vh 3vw;
        background-color: #14297a;
    }

    .Footer>ul {
        padding: 3vh 5vw;
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }

    .Footer>ul>li {
        width: 100%;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-links>p {
        font-size: 19px;
        color: white;
        font-weight: 600;
        padding: 2vh 0vw;
        text-transform: uppercase;
        border-bottom: 2px solid yellow;
    }

    .footer-links>li>a {
        color: white;
        font-weight: 600;
        font-size: 13px;
    }

    .footer-links>li>a:hover {
        color: yellow;
    }

    .footer-logo>img {
        width: 100%;
        border-radius: 10px;
    }

    .footer-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .footer-logo>p {
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

    .footer-logo>h4 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: white;
    }

    .Icon-footer-box {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .icon-footer {
        color: white;
        font-size: 35px;
    }

    .footer-conatct-info>ul {
        display: flex;
        flex-direction: column;
    }

    .footer-conatct-info>ul>li {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: white;
    }

    .Footer>div {
        padding: 3vh 0vw;
        border-top: 2px solid white;
    }

    .Footer>div>p {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: white;
    }




    
/*--------------------------------------------Internal quality Assurance cell */


.IQAC {

    padding: 5vh 8vw;
}

.IQAC_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

.IQAC_1>h1 {
    background-color: #14297a;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 2vh 0vw;
    text-align: center;
    text-transform: uppercase;
}


.IQAC_1>ul {
    display: flex;
    flex-wrap: wrap;
flex-direction: column;
}

.IQAC_1>ul>li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1vw;
}

.IQAC_1>ul>li>img {
    width: 70%;
}

.IQAC_1>ul>li>h3 {
    font-size: 18px;
    padding: 5px 0px;
    color: #14297a;
}

.IQAC_1>ul>li>p {
    font-weight: 600;
}





.IQAC_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

.IQAC_2>h1 {
    background-color: #14297a;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 2vh 0vw;
    text-align: center;
    text-transform: uppercase;
}


.IQAC_2>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 1vw;
    gap: 1vw;

}

.IQAC_2>ul>li {
    width: calc(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;

    flex-direction: column;
    padding: 2vh 0vw;
}

.IQAC_2>ul>li>img {
    width: 60%;
}

.IQAC_2>ul>li>h3 {
    font-size: 18px;
    padding: 5px 0px;
    color: #14297a;
}

.IQAC_2>ul>li>p {
    font-weight: 600;
}








/*-----------------------------------------------------------Faculty Card */
.faculty-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
    padding: 2vw;
}

.faculty-cards>div {
    width: 100%;
}



.FacultyCard1>ul {
    display: flex;
    flex-direction: column;
    gap: 5vh;
    padding: 2vw;
    border-radius: 9px;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    background-color: rgba(173, 216, 230, 0.209);
}


.FacultyCard1>ul>li {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.FacultyCard1>ul>li>div>img {
    border-radius: 2px;
}

.FacultyCard1>ul>li>div {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.FacultyCard1>ul>li>div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}

.Faculty-box>h1 {
    background-color: #14297a;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 2vh 0vw;
    margin-top: 3vh;
    text-align: center;
    text-transform: uppercase;
}

.Faculty-box {
    text-align: center;
    padding: 20px;
}

.faculty-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.FacultyCard1 {
    width: 0px;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.FacultyCard1 img {
    width: 100%;
   
    border-radius: 8px;
    object-fit: cover;
}

.view-btn {
    margin-top: 10px;
    padding: 8px 12px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.view-btn:hover {
    background-color: #0056b3;
}

/* Modal Styling */
.modal-overlay-1 {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-1 {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    text-align: center;
    position: relative;
}

.modal-content img {
    width: 100%;
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}














/* Contact Form */
.contact-form {
    max-width: 100%;
    margin: 0 auto;


    border-radius: 8px;

}

.contact-form h2 {
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 85%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    width: 85%;
    padding: 10px;
    background-color:#14297a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.contact-page>h1 {
    background-color: #14297a;
    min-width: 100%;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
}


.contact-page {
    text-align: center;
    padding: 20px;
}

.contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 3vh 0vw;
}

.contact-card {
    width: 300px;
    height: 100px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.contact-card p {
    font-size: 1rem;
    color: #333;
}







/*----------------------------------------------------------Principal Message */

.PrincipalsMessage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.PrincipalsMessage>ul {
    display: flex;
    flex-direction: column;
    gap: 5vh;
    padding: 3vw;
}

.PrincipalsMessage>ul>li {
    display: flex;
    flex-direction:column;
    gap: 20px;

}

.PrincipalsMessage>ul>li>div>img {
    width: 100%;
    border-radius: 15px;
}

.PrincipalsMessage>ul>li>div {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.PrincipalsMessage>ul>li>div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}


.arrow-box {
    display: none;
    position: relative;
    background: rgb(222, 222, 222);
    height: 150px;
    width: 200px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.header-img {
    width: 80px;
}

.first-section>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 5px;
}

.first-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    padding: 11px 10px;
}

.first-section>div>h2 {
    background: yellow;
    display: block;
    padding: 7px 10px;
    border-radius: 20px;
    /* text-align: center; */
}

.Header-bottom-Section>h1{
    font-size: 16px;
}

.course-selection {
    padding: 20px 20px;
}

.back-button {
    margin-bottom: 1rem;
    padding: 15px;
    background-color: #f1f1f100;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 10px;
}
.course-selection {
    text-align: center;
    margin: 0rem 0;
}

.progress-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 34px;
    gap: 5px;
}





.progress-step.active .step-number {
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-size: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    height: 31px;
    color: rgb(255, 255, 255);
    width: 100%;
    clip-path: polygon(0% 0%, /* top-left corner */ 85% 0%, /* top straight to right */ 100% 50%, /* right arrow tip */ 85% 100%, /* bottom right in */ 0% 100%, /* bottom left */ 15% 50%, /* left arrow tip pointing right */);
}


.progress-step.completed .step-number {
    background-color: #4CAF50;
 display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    font-size: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    height: 31px;
    color: rgb(255, 255, 255);
    width: 100%;
    clip-path: polygon(
        0% 0%,        /* top-left corner */
        85% 0%,       /* top straight to right */
        100% 50%,     /* right arrow tip */
        85% 100%,     /* bottom right in */
        0% 100%,      /* bottom left */
        15% 50%       /* left arrow tip pointing right */
      );
   
}

.step-number {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 6px;
    font-size: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    height: 31px;
    color: rgb(0, 0, 0);
    width: 100%;
    clip-path: polygon(0% 0%, /* top-left corner */ 85% 0%, /* top straight to right */ 100% 50%, /* right arrow tip */ 85% 100%, /* bottom right in */ 0% 100%, /* bottom left */ 15% 50% /* left arrow tip pointing right */);
}


.Main-form {
    padding: 10px 0px;
    box-sizing: border-box;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
}

.form-group div {
    width: 100%;
}





















































}