﻿
.nav-link.active {
    color: var(--pink);
}
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff0066;
    transition: width 0.3s;
    width: 100%;
}