.navbar-brand {
    font-size: 1.5rem;
}

.nav-link {
    color: #333;
    margin-left: 10px;
}

.nav-link.active {
    color: #198754 !important;
}

.footer-section {
    font-size: 14px;
}

.footer-link {
    color: #555;
    text-decoration: none;
}

.footer-link:hover {
    color: #198754;
    text-decoration: underline;
}

.hero-section {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.card {
    border: none;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
}
