.navbar-brand {
    font-size: 1.2rem;
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    color: #0d6efd !important;
}

.btn-primary {
    font-weight: 500;
}

.navbar-brand img {
    object-fit: contain;
}

.slider-img {
    height: 400px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .slider-img {
        height: 220px;
    }
}

.navbar-nav .nav-link.active {
    color: #0d6efd !important;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
}