/* Remove the "Big Red Block" when a menu item is Active */
.t4-navbar .nav-item.active > .nav-link, 
.t4-navbar .dropdown-item.active {
    background-color: transparent !important; /* Kills the red block */
    color: #BA0C2F !important; /* Keeps the text Norwegian Red */
    font-weight: 800 !important; /* Makes it Extra Bold so users know where they are */
    border-bottom: 2px solid #BA0C2F; /* Optional: adds a thin professional red underline */
}
