* {
    margin: 0;
    padding: 0;
}

.header-first-nav {
    justify-content: center;
    display: flex;
    background-color: #FFB52E;
    color: #5525E5;
}

.header-first-nav .nav-item a {
    color: #5525E5;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 20px;
    font-weight: 600;
    transition: color 0.3s ease;
    margin: 0px 10px;
}

.header-first-nav img, .main-navbar img {
    width: 20px;
    height: 20px;
    margin: auto;
}

.logo-section img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.logo-section h1 {
    font-size: 3rem;
    color: #06019fdc;
    padding: 5px 0;
}



.main-navbar {
    display: flex;
    justify-content: center;
    background-color: #5F8AF8;

}

.main-navbar .nav-item a {
    text-decoration: none;
    font-size: 1.1rem;
    padding: 10px 20px;
    font-weight: 600;
    transition: color 0.3s ease;
    margin: 0px 10px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Optional: Show dropdown on hover */
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Hide dropdown-content by default */
/* .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0;
    margin-top: 8px;
    border-radius: 8px;
} */

/* Show dropdown-content on hover of parent .dropdown */
/* .dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content li {
    list-style: none;
}

.dropdown-content li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
}

.dropdown-content li a:hover {
    background: #f0f0f0;
    color: #5525E5;
}
 */



.linear-line {
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #ED4715, #F35B13, #FA6F10, #EBE924, #AED342, #57CBA8, #4F7F97, #5AADE8, #1E8BE4, #0F6BF4, #0013E6);
}

.banner {
    background-image: url('./assets/banner.jpeg');
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.banner .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .overlay h2 {
    color: #fff;
    font-size: 3rem;
    padding-top: 200px;


}


.banner .overlay p {
    color: #fff;
    font-size: 1.4rem;

    padding: 20px 0;
}

.apply-btn {
    display: inline-block;
    padding: 10px;
}

.apply-btn button {
    padding: 15px 20px;
    border-radius: 0px 35px 0px 35px;
    border: none;
}

.apply-btn a {
    text-decoration: none;
    color: #3e00f7;
    font-size: 1.2rem;
    font-weight: 800;
}

.apply-btn button:hover {
    transform: scale(1.05);

}

.banner-img {
    width: 88%;
    height: 450px;
    border-radius: 150px 0px 150px 0px;
    border: 5px solid #fff;
    overflow: hidden;

}

.banner-img img {
    width: 100%;
    height: 100%;

}

.academic h3 {
    font-size: 2.4rem;
    font-weight: 700;

}

h3::after {

    position: relative;
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #5525E5;
    margin: 10px auto;
}

.academic p {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 0;
    color: #696969;
}

.academic-section .box {
    width: 300px;
    height: 200px;
    box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 15px;
    border: 2px solid #D9D9D9;
    margin-bottom: 10px;

}


.academic-section .box .box-content img {
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;

}

.academic-section .box .box-content p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;

}

.academic-section .box:hover {
    background-color: #5525E5;
    color: #fff;
}

.govrnance-section {
    background-color: #5525e5c2;
    color: #fff;
}

.govrnance-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.govrnance-section p {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: justify;

}

.govrnance-section img {
    width: 100px;
    height: 100px;
    rotate: -30deg;

}

.govrnance-section button {
    width: 15vw;
    height: 100px;
    padding: 35px 28px;
    border-radius: 0px 40px 0px 40px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.govrnance-section button a {
    text-decoration: none;
    color: #5525E5;
    font-size: 1.2rem;
    font-weight: 700;
}

.govrnance-section .btn4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.govrnance-section .btn-1 {
    border-radius: 0px 40px 0px 40px;
}

.govrnance-section .btn-2 {
    border-radius: 40px 0px 40px 0px;
}

.features-section h3 {
    font-size: 2.4rem;
    font-weight: 700;
}

.features-section img {
    width: 90%;
    height: 300px;
    border-radius: 15px;
    border: 3px solid #5525E5;

}

.features-section p {
    text-align: justify;
    font-weight: 600;
    color: #4B4B4B;
    padding: 10px 20px;

}

.campus-section {
    background-color: #FDB4B4;
    padding: 30px 0;
}

.campus-section h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #5525E5;
}

.campus-section .campus-img img {
    width: 100%;
    height: 300px;
    /* border-radius: 15px; */
    border: 2px solid #25d8e5;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);

}

.campus-img {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.campus-text {
    position: absolute;
    bottom: -25px;
    left: 10%;
    color: #000000;
    justify-items: center;
    width: 80%;
    margin: auto;
    height: 70px;
    background: rgb(243, 240, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;

}

.campus-text h5 {

    font-weight: 700;
    text-align: center;

}

.campus-text:hover {
    background-color: #facc42;
    color: #00715D;
    transition: background-color 0.3s ease;

}

.campus-img img:hover, .campus-text:hover {
    scale: 1.05;
    cursor: pointer;
}

.physical-infrastructure h3 {
    font-size: 2.4rem;
    font-weight: 700;
}

.physical-infrastructure img {
    width: 100px;
    height: auto;


}

.physical-infrastructure .boxes {
    border: 2px solid rgba(0, 0, 0, 0.507);
    padding: 40px 25px;
    margin: 10px;


}

.physical-infrastructure h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #5525E5;
}

.physical-infrastructure p {
    color: #696969;
    font-weight: 700;
    text-align: justify;
}

.physical-infrastructure h5 {
    font-weight: 700;

}

.physical-infrastructure .boxes:hover {
    border-color: #5525E5;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.news h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

.news h3::after {


    background: #ffffff;
    margin: 10px auto;
}

.news {
    background-color: #5525E5;
    padding: 20px;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    /* max-width: 1300px; */
    margin: 0 auto;
    padding: 40px 0px;
}

.news-blog-box {
    background-color: white;

}

.news .n-img {
    width: 100%;
    height: 200px;
    border-radius: 30px 30px 30px 0px;
}

.news .card {
    border-radius: 35px 35px 35px 0px;
}

.news .card-title {
    border-bottom: 2px solid #6969697c;
    padding-bottom: 8px;
}

.news .card-text {
    font-weight: 700;

}

.n-date {
    display: flex;
    position: absolute;
    top: 20px;
    right: -50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFB52E;
    text-align: center;
    padding: 5px 15px;
    border-radius: 15px 15px 15px 0px;
}

.n-date p {
    margin: 0px;
    color: #5525E5;
    font-weight: 700;
}

.n-date img {
    width: 20px;

}


.news .btn-read {
    text-decoration: none;
    color: #5525E5;
    background-color: #FFB52E;
    padding: 13px 22px;
    margin-top: 20px;
    border-radius: 17px 17px 17px 0px;
    box-shadow: 0 0 16px 1px #5525e577;
    font-weight: 700;
}

.n-img:hover {
    scale: 1.1;
}

.contact-us h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.contact-us .contact-boxes {
    border-top: 8px solid #BE283C;
    padding: 30px;
    background-color: #be283c27;
    border-radius: 30px;
}

.contact-boxes h5 {
    font-weight: 700;
}

.contact-boxes p {
    font-size: 1.1rem;
    color: #000000d3;
}

.contact-us .contact-boxes:hover {
    border-width: 8px 2px 2px 2px;
    border-color: #BE283C;
    border-style: solid;
}

.contact-us .contact-boxes img {
    width: 60px;
}

.contact-boxes .img-div {
    background-color: #BE283C;
    padding: 25px;
    border-radius: 0px 32px 0px 32px;
}

.form-section {
    background-color: #D9D9D9;
    display: flex;
    border-radius: 80px;
    overflow: hidden;
    border-style: solid;
    border-width: 0px 18px;
    border-color: #5525E5;

}

.form-img {
    width: 40%;
    height: 70vh;
    overflow: hidden;
}

.form-img img {
    width: 100%;
    height: 100%;
}

.form {
    width: 60%;
    height: 70vh;
    display: flex;
    justify-content: center;
    padding: 60px;
    flex-direction: column;
}

.form h2 {
    font-size: 2.4rem;
    font-weight: 700;

}

.form input {
    width: 48%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;

}

.input-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    resize: none;

}

.send-btn button {
    background-color: #5525E5;
    color: white;
    padding: 8px 40px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 18px 0px 18px 0px;
    border: none;

}

.form-section:hover {
    border-width: 5px 18px;
    border-color: #5525E5;
    border-style: solid;
}

.form-img img:hover {
    scale: 0.9;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 1px black;
}

.footer-section {
    background-color: #11468ff1;
    width: 100%;
    height: 83vh;
    margin-top: 50px;

}

footer {
    background-image: url("./assets/footer-img.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    color: white;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 100px;
}

.footer-logo h5 {
    color: #FFCC00;
    font-weight: 700;
    font-size: 1.7rem;
}

.footer-section .logo-text p {
    font-size: 1.1rem;
    text-align: justify;
    font-weight: 600;
    margin-top: 50px;

}

.footer-img {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 70px;

}

.footer-img img:nth-child(1) {
    width: 120px;
    border: 5px solid #FFCC00;

}

.footer-img img:nth-child(2) {
    width: 170px;
    border: 5px solid #FFCC00;
}

.quick-links h6, .footer-contact h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 40px;
}

.quick-links h6::after, .footer-contact h6::after {
    position: relative;
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    background: #FFCC00;
    margin: 10px auto;
}

.quick-links div {
    width: 36%;
    margin: 40px auto;

}

.quick-links a {
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    text-align: justify;
}

.quick-links a:hover {
    color: #FFCC00;
}

.footer-contact div {
    display: flex;
    gap: 20px;
    width: 80%;
    align-items: center;
    margin-top: 32px;

}

.footer-contact div img {
    width: 43px;
    height: 43px;
}

.footer-contact div p {
    font-size: 1.2rem;
    text-align: justify;
    margin: 0;
}

.Copyright-section {
    width: 90%;
    margin: 0px auto;
}

.footer-section .footer-line {
    margin: 10px auto;
    height: 1.5px;
    background-color: #e9e9e970;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    font-weight: 600;

}

.copy-right span {
    color: #bb1d1d;

}

.social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15%;
}

.social-media img {
    width: 35px;
    height: 35px;
}