/* Tab Styling */
.nav-tab-custom {
    border: none;
    transition: all 0.3s ease;
    background: white;
    color: #94a3b8;
    border-radius: 1rem !important;
}

.nav-tab-custom.active {
    background: var(--brand-main) !important;
    color: white !important;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.nav-tab-custom.active .duration-days {
    color: var(--gold);
}