@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



* {
    margin: 0;
    padding: 0;

}

li {
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

.Admission-button {
    padding: 20px;
    font-size: 20px;
    margin: 10px 0;
    cursor: pointer;

    background-color: #2d8af5;
    border: none;
    animation: textamin 1s infinite linear;
}

@keyframes textamin {

    0%,
    50% {
        color: rgb(255, 255, 255);
    }

    100% {
        color: #ff0000;
    }

}





.Overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.979);
    z-index: 999999;
    height: 100vh;
    width: 100vw;
    top: -0px;
}

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




/* header */


.header-section {
    width: 100%;
    height: 300px;
    /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.header-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

.header-content {
    display: flex;
    flex-direction: column;
    gap: 10pxa;
    position: relative;
    z-index: 2;
}

.header-content div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    color: white;
}

.header-content div a {
    color: white;
}

.header-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
}


.Footer {
    padding: 0vh 5vw;
    background-color: #14297a;
}

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

}

.Footer>ul>li {
    width: calc(100%/6);
}


.footer-links {
    display: flex;
    flex-direction: column;


    gap: 10px;

}

.footer-links>p {
    font-size: 16px;
    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: 11px;
}

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

.footer-logo>img {
    width: 100%;
}

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


.footer-logo>p {
    font-size: 17px;
    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: 5px;
}

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

.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: 20px;
    font-weight: 500;
    color: white;
}






































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


.Color-button {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;

    z-index: 999;
}

.Angel-icon {
    display: none;
}

.TopStrip {
    position: fixed;
    padding: 0vh 3vw;
    z-index: 99999;
    width: 100%;
    background-color: #14297b;
}

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

}

.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;
}








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


.Top {
    padding: 9vh 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: 20px;
    color: #184B71;
    font-weight: 600;
    margin: 2px 0px;
}

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

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

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

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

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

.Top>ul>li:nth-child(3)>img {
    width: 12vw;
}








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


.NavBar>div {
    display: none;
}

.NavBar {

    padding: 0vh 3vw;

}

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

    gap: 20px;
}

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

.Link1 {
    padding: 2vh 0vw;
}

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

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

.Link1>div>a {
    text-transform: uppercase;
    color: white;
}

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

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



.submenu>li:hover {
    background-color: #14297a;
}

.submenu>li:hover .link-nav {
    color: white !important;


}

.link-nav {
    color: rgb(0, 0, 0) !important;
}

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

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

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








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


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

.carousel-main {
    width: 85vw;
    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: 90vh;
    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: row;
}

.HeroCarousel-Side {
    width: 15vw;

}

.HeroCarousel-Side>ul {
    display: flex;
    flex-direction: column;
}

.HeroCarousel-Side>ul>li {
    margin: 10px;
    padding: 1vw;
    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: 70px;
    border-radius: 50%;
}

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


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

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


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

.Marquee {
    background-color: #14297a;
}

.Marquee>ul {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.Marquee>ul>li:first-child {
    position: absolute;
    z-index: 1;
    height: 7vh;
    width: 15vw;
    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 {
    padding: 12vh 8vw;
}

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

.Section_1>ul>li {
    padding: 1vw;
    border-radius: 12px;
    width: 6%;
    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: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh 0vw;
    background-color: #14297a;
}


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


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


.NewAndNotification>ul>li {
    width: calc(85%/2);
}

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

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

}

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

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

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

.New-card>ul {
    background-color: rgba(173, 216, 230, 0.209);
    padding: 0vh 1vw;
    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 {
    padding: 8vh 8vw;
    background-color: rgba(173, 216, 230, 0.209);
}

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

}

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

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

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

.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: 40vh;
    margin: 5vh 0vw 20vh 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;
    display: flex;
    animation: carouselimagezoom 35s infinite alternate;
    z-index: 1;
    display: flex;
    background-color: rgba(173, 216, 230, 0.209);
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.AboutCCSU::before {
    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: 25px;
    padding-top: 2vh;
    color: white;

}

.AboutCCSU>ul {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 36px;
    top: 80px;

}

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

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

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





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

.Gallery {
    padding: 3vh 7vw;
    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: 5vh 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: 15px;

}

.Gallery>ul>li {
    width: 23%;
    height: 28vh;
    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: 28vh;
    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%);
}





/* -----------------------------------------------------------------ABOUT US */

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

    padding: 8vh 6vw 10vh;
    gap: 20px;
}

.CollegeHistory>ul>li>h1 {
    text-align: start;
    padding: 3vh 0vw;
}

.CollegeHistory>ul>li>ul {
    padding: 2vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 28px;
}

.CollegeHistory>ul>li:first-child {
    vertical-align: top;
    width: calc(80%/2);
    display: flex;
    flex-direction: column;
}

.CollegeHistory>ul>li:last-child {
    margin-top: 8vh;
}

.CollegeHistory>ul>li>p {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 3vh;
}

.CollegeHistory>ul>li>img {

    height: 50vh;
}




/*----------------------------------------------------------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: row;
    gap: 20px;

}

.PrincipalsMessage>ul>li>div>img {
    width: 28vw;
    height: 350px;
    border-radius: 15px;
}

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

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


/*--------------------------------------------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;

}

.IQAC_1>ul>li {
    width: calc(92%/3);
    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;
    justify-content: center;
    padding: 1vw;
    gap: 1vw;

}

.IQAC_2>ul>li {
    width: calc(100%/5);
    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;
}


/*--------------------------------------------------------------------Courses */

.Courses {
    padding: 2vw;
}


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

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


.Courses>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1vw;
    gap: 1vw;

}

.Courses>div>ul>li {
    width: calc(100%/4);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-content: center;

    border-radius: 10px;
    padding: 3vw;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.Courses>div>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.Courses>div>ul>li>ul>li {
    background-color: rgba(173, 216, 230, 0.209);
    font-size: 13px;
    font-weight: 700;
    padding: 16px;
    border-radius: 10px;
    color: rgb(0, 0, 0);

}

.Courses>div>ul>li>h2 {
    padding: 2vh 0vw;
    color: #14297a;
    text-align: center;
}

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




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

.faculty-cards>div {
    width: calc(90%/2);
}



.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: row;
    gap: 20px;

}

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

.FacultyCard1>ul>li>div {
    max-width: 40vw;
    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: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.FacultyCard1 img {
    width: 100%;
    height: 150px;
    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;

    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(82, 13, 13, 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;
}














/*-----------------------------------------------------------------Facilites */
.Facilities {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.Facilities>h1 {
    background-color: #14297a;
    min-width: 90vw;
    color: white;
    padding: 1vh 2vw;
    border-radius: 5px;
    text-align: start;
}

.facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

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

.facility-card img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

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

.facility-card button:hover {
    background-color: #0056b3;
}

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

.modal-content {
    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;
}





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


.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}


.photo-gallery>h1 {
    background-color: #14297a;
    min-width: 90vw;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.photo-card {
    width: 350px;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.photo-card:hover {
    transform: scale(1.05);
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-screen-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.close-btn,
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.close-btn {
    top: 20px;
    right: 20px;
    transform: none;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}




/* video */

.video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.video-gallery>h1 {
    background-color: #14297a;
    min-width: 90vw;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.video-card {
    width: 350px;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.video-card:hover {
    transform: scale(1.05);
}

.video-card iframe {
    width: 100%;
    height: 100%;
}

.full-screen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-video {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}

.close-btn,
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.close-btn {
    top: 20px;
    right: 20px;
    transform: none;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}






















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

.contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    padding: 9vh 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;
}

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


    border-radius: 8px;

}

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

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

.contact-form button {
    width: 70%;
    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: 90vw;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
}

























/* Admission From Header */

.Admission_Form_Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

    background: #002147;
    color: white;
}

.Admission_Form_Header>li:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.Ratings {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


/* .Fill-A {} */

.UnFill-A {
    background: white;
    color: #002147;


}

.A-box {
    border: 1px solid white;
    padding: 5px;
}









.Header-section {

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: center;

}

.first-section>div>h2 {
    background: yellow;
    display: inline-flex;
    padding: 7px 20px;
    border-radius: 20px;
    text-align: center;
}

.header-img {
    width: 100px;
}

.first-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;

}

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

.Ratings>li:first-child>button {
    padding: 10px 20px;
    background: #002147;
    color: white;
    border: 1px solid white;

}


.Header-bottom-Section {
    background: #002147;
    height: 60px;
    display: flex;
    justify-content: start;
    padding: 0px 50px;
    align-items: center;
    color: white;
    gap:200px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;

}
.Header-bottom-Section>h1{
    font-size: 20px;
    text-align: center;
}









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







/* Main Container */
.multi-step-form-container {
    margin: 0 auto;
    padding: 0 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Progress Bar */
.progress-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    background-color: white;

}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 1;

}

.progress-step.active .step-number {
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    height: 44px;
    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 */
        );
}


.double-arrow-1 {
    width: 300px;
    height: 100px;
    background: white;
    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 22px;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    height: 44px;
    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-title {
    color: #4CAF50;
    font-weight: bold;

}
.progress-step.has-error .step-number{
    background: rgba(130, 2, 10, 0.958) !important;
    color: white;
}
.step-number {


    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    height: 44px;
    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 */
        );
}

.step-title {
    font-size: 10px;
    text-align: center;
    color: #666;
    transition: all 0.3s ease;
}

.progress-line {
    height: 2px;
    background-color: #ddd;
    flex-grow: 1;
    margin: 0 5px;
    transition: all 0.3s ease;

}

.progress-line.completed {
    background-color: #4CAF50;
}


.Main-form {
    padding: 10px 85px;
    box-sizing: border-box;
}
.main-form{
    background-color: #ededed;
    margin-bottom: 100px;
}

/* Form Sections */
.form-section {


    padding: 20px;
    border-radius: 8px;
}

.form-section h2 {
    color: #333;
    margin-bottom: 2px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}
.form-input .error{
    color: orangered;
}

.form {
    background-color: #ededed;
}

.sameAsCorrespondence{
    display: flex;
    flex-direction: row;
    align-items: center;
}



.form-section h3 {
    color: #444;
    margin: 15px 0;
}

.form-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    gap: 50px;
}

.form-group div {

    width: calc(100%/2);
}

.form-group>div>label {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}


/* Form Inputs */
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border 0.3s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

input[type="checkbox"] {
    margin-right: 8px;
}

input[type="file"] {
    padding: 5px;
}

/* Required Field Indicator */
.required {
    color: red;
    margin-left: 4px;
}

/* Form Navigation Buttons */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}




.btn {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
}


.btn-previous {
    background-color: #f1f1f1;
    color: #333;
}

.btn-previous:hover {
    background-color: #e1e1e1;
}

.buttons-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 20px 20px;
}

.section-count {
    font-size: 18px;
    font-weight: 800;
    color: rgb(0, 0, 0);
}

.btn-next,
.btn-submit {
    background-color: #4CAF50;
    color: white;
}

.btn-next:hover,
.btn-submit:hover {
    background-color: #45a049;
}

.btn-submit:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Form Progress Indicator */
.form-progress {
    text-align: center;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}

/* Declaration Text */
.declaration-text {
    margin-bottom: 20px;
    padding: 15px;
    background: #f0f0f0;
    border-left: 4px solid #4CAF50;
    font-size: 14px;
    line-height: 1.5;
}

/* Checkbox Labels */
.checkbox-label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

/* Success Message */
.submission-success {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.success-message {
    padding: 20px;
}

.success-message h2 {
    color: #4CAF50;
    margin-bottom: 20px;
}

.success-message p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.btn-exit {
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-exit:hover {
    background-color: #45a049;
}

/* Disabled State for Submitted Forms */
input:disabled,
select:disabled,
textarea:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}











.course-selection {
    text-align: center;
    margin: 2rem 0;
}

.course-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.course-buttons button {
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    background-color: #1a73e8;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.course-buttons button:hover {
    background-color: #0d5bba;
}

.field-error {
  color: #d32f2f;
  font-size: 0.8rem;
  margin-top: 4px;
}

.back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #f1f1f100;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
 
}

/* .back-button:hover {} */

.form-container {
    margin: 0 auto;
}

.course-selection {
    padding: 10px 200px
}

.course-buttons {
    display: flex;
    flex-direction: column;

}

.course-buttons>ul {
    display: flex;
    flex-direction: column;
}

.course-buttons>ul>li:first-child {
    background-color: #002147;
    color: white;
    font-size: 20px;
    display: flex;
    padding: 20px;
    align-items: center;

}


.course-buttons>ul>li:last-child {
    border: 1px solid #0021478a;
    color: white;
    font-size: 20px;
    display: flex;
    padding: 20px;
    align-items: center;

}

































































.Part2Form {
    background-color: #002147;
    height: 500vh;
    color:
        white;
}

.progress-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 100px;
    background-color: white;

}



.Progress-Arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    height: 33px;
    background: rgb(230, 230, 230);
    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 */
        );
}








.Input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.Input-container>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/2);
}

.form-2-input{
   width: 80%;
}

.FormTwo-Container{
    background-color: lightgray;
    padding: 50px;
}

.FormTwo-Section>ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FormTwo-Section>ul{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 30px 0;
}
.FormTwo-Section>ul>li{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.FormTwo-Section>ul>li>label{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.button-formTwo{
    display: flex;
    float:right;
}


.Submit-button{
    padding: 10px 20px;
   background-color: #4CAF50;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 500;
}






.error-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #ff4444;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.error-message {
  margin-right: 15px;
}

.error-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.error-close:hover {
  color: #ddd;
}

form{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

form div.form-input{
    display: flex;
    flex-direction: column;
    flex:1 1 30%;
}
form .form-input.row{
    display: flex;
    flex-direction: row;
    flex:1 1 30%;
}
form .form-input{
    padding: 2px; 
}
.form-input select{
 width: 100%;
}
.form-input label{
    text-transform: capitalize;
}
.step-number .rounded{
margin-left: 4px;
padding: 1px 7px;
color: white;
background-color: orangered;
border-radius: 50%;
}
.application_info{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    background-color:#002147;
    color: white;
    padding: 10px;
    font-size: 20px;
     position: -webkit-sticky;
    position: sticky;
    top: 0px;
}


















/* Student Login Page */

.student-login-page {
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.student-login-page .login-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.student-login-page .login-form {
  display: flex;
  flex-direction: column;
}

.student-login-page .form-group-1 {
  margin-bottom: 15px;
}

.student-login-page .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.student-login-page .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.student-login-page .form-input:focus {
  outline: none;
  border-color: #4caf50;
}

.student-login-page .submit-btn {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.student-login-page .submit-btn:hover {
  background-color: #45a049;
}

.student-login-page .forgot-password {
  text-align: right;
  margin-top: 10px;
}

.student-login-page .forgot-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.student-login-page .forgot-btn:hover {
  color: #004499;
}


.form {
  background-color: #ededed;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}










.dashboard-navbar-last-box{
  display: flex;
  flex-direction: row;
  
  gap: 4px;
}

.print-button{
display: flex;
justify-content: center;
align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
}

.dashard{
  /* position: fixed;
  z-index: 99999; */
  width: 100%;

  
  top: 0;
  -webkit-overflow-scrolling: none;
  background-color: white;
}

.Dashbard-Page{
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid rgb(187, 187, 187);
  align-items: center;
  color: white;
  
  }

  .studen-nav-photo{
    border-radius: 50%;
    width: 30px;
  }

  .Auth-Section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 20px 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
  }

.Dashbard-Page>div:first-child{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.Dashbard-Page>div:first-child>img{
  width: 40px;
}


.Logout-Button{
  background: #004499;
  color: white;
  border: none;
  padding: 8px 10px;
  cursor: pointer;
}

.side-box{
  display: flex;
  flex-direction: row;
  min-height: 89.6vh;
  /* height: 89.6vh; */

}

.sidebar{

  width: 250px;
 border: 1px solid rgb(187, 187, 187);
  box-sizing: border-box;
  padding: 15px;

}

.sidebar>ul>li{

  box-sizing: border-box;
  padding: 6px;
  background-color: white;
  font-weight: 500;
  

}

.main-section-sidebar{
  flex: 1;
  border: 1px solid rgb(187, 187, 187);
  padding: 50px;
}






.ID-Card-Header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #002147;
  padding: 10px;
}

.ID-Card-Header>img{
  width: 60px;
}

.ID-Card-Header>div>p{
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width:330px;
}

.ID-Card-Header>div{
    text-align: center;
}

.ID-Card-Header>div>span{
  color: white;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  
}

.Id-Card{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

/* @media (max-width: 480px) {
   flex-direction: column;
} */

.Id-Card>div{
  border: 1px solid black;
  height: 340px;
  width: 440px;
}

.ID-CARD-NAME{
  text-align: center;
  width: 100%;
  background-color: lightskyblue;
  color: red;
  padding: 4px 0px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}

.ID-CARD-SESSION{
  text-align: center;
  width: 100%;
  background-color: rgb(186, 201, 134);
  color: rgb(0, 0, 0);
  padding: 4px 0px;
  font-weight: 600;
  font-size: 14px
}

.ID-Card-Details{
  display: flex;
  flex-direction: row;
  padding: 10px;



}

.ID-Card-Details>div:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}


.ID-Card-Details>div:last-child>img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 130px;
}

.ID-Card-Details>div:first-child{
  flex: 1;
}

.ID-Card-Details>div:first-child>div{
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-Details>div:first-child>div>p:first-child{

   min-width: 115px;
     font-weight: 500;
}

.ID-Card-back-Details{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px

}

.ID-Card-back-Details>div{
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-back-Details>div>p:first-child{
    font-weight: 500;
  font-size: 14px;
   min-width: 115px;
}

.ID-Card-Details>div:first-child>div>p{
  font-size: 14px;

}

.dashboard-navbar-last-box{
  display: flex;
  flex-direction: row;
  
  gap: 4px;
}

.print-button{
display: flex;
justify-content: center;
align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  cursor: pointer;
}



.Student-login-box{
    display: flex;
    justify-content: center;
    align-items: center;

}


.Hint{
    font-size: 8px;
    color: red;
}
.show-ps-button{
    margin: 5px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    position: relative;
    top: -33px;
    left: 230px;
}