/* Active Navigation — deep medical navy */
.nav-link-active {
    color: #1e3a5f !important;
    font-weight: 700 !important;
    background: rgba(30, 58, 95, 0.08) !important;
    border-radius: 8px;
    position: relative;
}

.nav-link-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2.5px;
    background: #1e3a5f;
    border-radius: 2px;
}

.mobile-nav-link-active {
    color: #1e3a5f !important;
    font-weight: 700 !important;
    background: rgba(30, 58, 95, 0.07) !important;
    border-radius: 7px;
}
