/* Reset Styles */

body{
font-family :Helvetica Neue",Helvetica,Arial,sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Default Nav Styles */
.nav {
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 15px;
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

/* Style for Navigation Links */
.nav a {
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    transition: background 0.3s ease-in-out;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile Menu Icon */
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav {
        display: none; /* Initially hidden */
        flex-direction: column;
        position: absolute;
        width: 100%;
        background-color: white;
        left: 0;
        top: 50px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav.show {
        display: flex; /* Show when toggled */
    }

    .dropdown-content {
        position: static;
        width: 100%;
        display: none; /* Hidden initially */
    }

    .dropdown.active .dropdown-content {
        display: block; /* Show when active */
    }
}

/* Top Bar, Header, Leaders, Main Content, Footer */
.top-bar, .header, .leaders, .main-content, .footer {
    padding: 10px;
    text-align: center;
}

/* Leaders Section */
.leaders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

/* Leader Cards */
.leader-card {
    width: 180px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease-in-out;
}

.leader-card img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    padding: 5px;
}

/* Responsive Leaders Section */
@media screen and (max-width: 768px) {
    .leader-card {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .leader-card {
        width: 90%;
    }
}


    .leader-card {
        width: 90%;
        margin-bottom: 15px;
    }

    .quick-links ul {
        padding-left: 0;
    }

    .quick-links ul li {
        display: block;
        margin: 5px 0;
    }

@media screen and (min-width: 769px) {
    .nav {
        display: flex;
        justify-content: space-around;
    }

    .main-content {
        display: flex;
        justify-content: space-between;
    }

    .quick-links {
        width: 30%;
    }

    .about-section {
        width: 65%;
    }
}
body {
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.backbg {
    background-color: #f4f4f4;
    padding: 10px;
    margin-left: -90px;
    margin-bottom: -15px;
}
.guit-main {
    text-align: center;
    margin-left: 156px;
    display: flex;
}

    .guit-ul-1 {
        font-size: -6px;
    font-family: Arial, sans-serif;
    padding: 6px;
    margin: -9px;
    margin-bottom: 61px;
    margin-left: -192px;
    font-size-adjust: -17;
    /* border: 1px solid black; */
    width: 222px;
    text-align: left;
    }


ul.guit-ul-2 {
    font-size: -6px;
    font-family: Arial, sans-serif;
    padding: 6px;
    margin: -9px;
    margin-bottom: 61px;
    margin-left: -284px;
    font-size-adjust: -17;
    
    width: 222px;
    text-align: left;
}



    .guit-ul-1 li {
        font-size: 20px;
        font-weight: bold;
        font-size: 10px;
        text-align: left;
        margin-left: 45px;
    }
.guit-ul-2 li {
    font-size: 20px;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin-left: -194px;
}




li.mo-none {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: -55px;
    margin-top: -8px;
    margin-bottom: -6px;
}



.guit-ul-3 {
    list-style-type: none;
    padding: -5px;
    display: flex
;
    justify-content: center;
    margin-left: 401px;
    margin-bottom: -61px;
    margin-top: -7px;
    gap: 44px;
}

.guit-ul-3 li {
    display: inline;
}

a {
    text-decoration: none;
    color: #000;
}

.dropdown-text-menu {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
    z-index: 1;
}

.dropdown-text-menu:hover .dropdown-content {
    display: block;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-form input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-submit {
    background-color: #007bff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    border-radius: 4px;
}

.theme-color-top a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius: 50%;
}

#orange { background-color: orange; }
#red { background-color: red; }
#green { background-color: green; }
#blue { background-color: blue; }


.header {
    background: #316599;
    
    padding: 50px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    
    
    
}
#collage-name, #collage-name-marathi {
    transition: color 0.5s ease;
  }



 .logo {
    width: 132px;
    vertical-align: middle;
    float: left;
    margin-left: 3%;
    margin-top: -2%;
     

}

.logo img{
    margin-top: 5%;
}
.logo2 {
    width: 108px;
    vertical-align: middle;
    float: left;
    margin-left: 88%;
    margin-top: -9%;
     

}
.logo3{
    

    margin-top: -270px;
    width: 38px;
    margin-left: 46%;
    margin-right: 50%;
    margin-top: -78px;
    align-items: center;

}
#college-name{
    margin-left: 2%;
    font-size:37px;

    color: white;

}
#college-name-marathi{
    margin-left: 2%;
    color: #f8eeed;
    font-size:37px;
}
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
        
      /* Navigation Styles */
.nav {
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 15px;
    font-family: 'Merriweather';
    font-weight: bold;
    flex-wrap: wrap;
}

/* Style for Navigation Links */
.nav a {
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 17px;
    font-family: emoji;
    flex-wrap: wrap;
    margin: 0px;
    width: 115px;
    text-decoration: none;
}

/* Hamburger Menu Icon */
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 85px;
}

/* Responsive Styles for Small Screens */
@media screen and (max-width: 768px) {
    .nav {
        display: none; /* Hide nav links initially */
        flex-direction: column;
        background-color: white;
        position: absolute;
        width: 33%;
        top: 50px;
        left: 442px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav a {
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .menu-icon {
        display: block; /* Show hamburger menu on small screens */
    }

    .nav.show {
        display: flex; /* Show nav links when menu is open */
    }
}



/* Announcement Bar (Moving) */
.announcement-bar {
    background-color: rgb(246, 244, 240);
    color: black;
    text-align: center;
    padding: -15px 0;
    font-size: 11px;
    font-weight: bold;
    position: static;
    width: 87%;
    z-index: 570;
    overflow: hidden;
    top: 2px;
    border: 1px solid #000;
    margin: 4px 86px 0px 90px;
    display: flex;
    align-items: center;
}

.announcement-bar::before {
    content: "📢 Announcements";
    background: orange;
    color: white;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 15px;
    border-radius: 3px;
    z-index: 100000;
}

.announcement-bar p {
    margin: 0;
    white-space: nowrap;
    animation: moveAnnouncement 10s linear infinite;
}

@keyframes moveAnnouncement {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.leaders {
    display: flex;
    justify-content: center;  /* Center align */
    flex-wrap: wrap;  /* Allow wrapping */
    gap: 5px; /* Space between items */
    margin: 100px auto; /* Centering */
    padding: 10px;
    margin-left: 16px;
}

.leader-card {
    width: 180px; /* Fixed width for consistent size */
    border-radius: 10px; /* Rounded corners */
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease-in-out;
}

.leader-card:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

.leader-card img {
    width: 100%;  /* Ensures the image takes the full width */
    height: auto;  /* Keeps aspect ratio */
    border-radius: 50%; /* Circular image */
    padding: 5px;
}

.leader-card h3 {
    font-size: 16px;
    margin: 5px 0;
    color: #003466;
}

.leader-card p {
    font-size: 14px;
    color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
    .leaders {
        justify-content: center; /* Ensures proper centering */
    }

    .leader-card {
        width: 45%; /* Adjust width for smaller screens */
    }
}

@media (max-width: 480px) {
    .leader-card {
        width: 90%; /* Full width for mobile */
    }
}


.about-bar {
    background-color: #ffffff;
    border-bottom: 2px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section h2, .quick-links h2 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: justify;
}
.about-section p,.quick-links p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}
.left-section {
    font-size: 14px;
    color: #000;
}

.right-section {
    display: flex;
    align-items: center;
}

.skip-link {
    margin-right: 15px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.search-box {
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-button {
    background-color: #003466;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
}

.accessibility-button, .color-button {
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.accessibility-button {
    background-color: #f8f9fa;
    color: #000;
}

.color-button {
    background-color: #ffcc00;
    color: #000;
}

.language-select {
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.about-section {
    margin: 3px;
    padding: 17px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: -21px;
    width: 78%;
}

.quick-links {
    
        margin: 3px;
        padding: 8px 11px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: -14px;
        width: 20%;
        margin-left: 0px;
    }


.about-section h2, .quick-links h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.about-section p, .quick-links ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
/* add block*/
.ad-block {
    width: 228px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    margin-top: 438px;
    margin-bottom: 10px;
    margin-left: -269px;
}

.ad-block img {
    width: 94%;
    height: 98%;
    position: absolute;
    margin-top: 1px;
    margin-left: -103px;
    position: absolute;
    opacity: 0;
    border-radius: 22px;
    transition: opacity 1s ease-in-out;
}

.ad-block img.active {
    opacity: 1;
}

.about-section blockquote {
    font-size: 18px;
    margin: 10px 0;
    font-style: italic;
    color: #555;
}

.quick-links ul {
    list-style-type: none;
    padding-left: 0;
}

.quick-links ul li {
    margin: 5px 0;
    font-size: 16px;
    background-color: #003466;
    padding: 10px;
    color: white;
    border-radius: 4px;
}

.quick-links ul li a {
    text-decoration: none;
    color: white;
}

.quick-links ul li a:hover {
    text-decoration: underline;
}

.main-content {
    display: flex;
    justify-content: space-between;
}