/* General body styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Logos Section */

.logos-section {
    background-color: white;
    padding: 20px 20px;padding-bottom: 0px;
    /* top-bottom 40px, left-right 20px */
    text-align: center;
}


.logo-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.logo {
    height: 120px;
    transition: transform 0.3s;
}

.logo:hover {
    transform: scale(1.1);
}

/* Navbar Section */
.navbar-section {
    background-color: #ffffff;
    border-bottom: 2px solid #ccc;
}

.navbar {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.navbar ul {
    display: flex;
    top: 20px;
    bottom: 20px;
    justify-content: space-around;
    list-style: none;
    padding: 10px 0;
    gap: 25px;
    margin: 0;
    flex-wrap: wrap;
}

.navbar li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: 0.3s;
}

.navbar li a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Hero Section */
.hero-section {
    height: 400px;
    background-image: url('telecommunications-signal-transmitter-radio-tower-from-lines-illustration-design-vector.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.quote-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 10px;
}

.quote {
    color: lightsalmon;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    line-height: 1.5;
}

/* Important Dates Section */
.important-dates {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.important-dates h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

/* Dates Cards */
.dates-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.date-card {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: 220px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.date-card h3 {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 10px;
}

.date-card p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.date-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 900px) {
    .logo-container {
        gap: 15px;
    }

    .navbar ul {
        flex-direction: column;
        gap: 10px;
    }
}

/* About College Section */
.about-college {
    padding: 10px;
    margin-left: 50px;
    background-color: #ffffff;

}

.about-container {
    /* limits width for readability */
    margin: 0;
}

.about-college h2 {
    font-size: 28px;
    color: #007bff;
    margin-bottom: 20px;
}

.about-college p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    /* improves readability */
    text-align: justify;
}

@media (max-width: 900px) {
    .logo-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .navbar ul {
        flex-direction: column;
        gap: 10px;
    }

    .quote {
        font-size: 22px;
    }

    .about-college {
        padding: 20px 15px;
    }

    .about-college h2 {
        font-size: 24px;
    }

    .about-college p {
        font-size: 15px;
    }

    .date-card {
        width: 80%;
        /* cards become larger and stacked */
    }
}

#logospace {
    position: relative;
    top: -30px;
    height: 200px;z-index: 0;

}
#mn{ position: sticky; padding: auto;padding-top: 0.5px;padding-left: 40px;padding-bottom: 0.5px;
    background-color:darkturquoise;color:azure; top: 0%;z-index: 999999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
#vpn{font-size: 20px;
padding: 20px;background-color: black;color: #fff; margin-left: 30px;
}
#vpns:hover{color: aqua;

}

