.navbar-brand {
    font-weight: 600;
}

.navbar-brand img {
    /* border-radius: 50%; */
    position: relative;
    left: 90px;
}

.nav-link {
    font-weight: 700;
}

.active-nav{
    font-weight:bold;
    border-bottom:2px solid #000;
}

.nav-link:hover {
    color: #007bff !important;
}

/* Custom styling for mobile menu */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: white;
        padding: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        margin-top: 0.5rem;
    }
}
