/* Highlight the active link */
.navbar a.active {
    color: #007bff; /* Set your preferred active color */
    font-weight: bold;
    border-bottom: 1px solid #007bff;
}


