.header--nav-links > li > a.active {
    background-color: #00148a;
    border-color: #00148a;
    color: #fff;
}
.img-bottom {
    margin-bottom: 10px;
}
/* Show dropdown menu on hover */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Optional: Keep the menu open while hovering over it */
.dropdown-menu {
    margin-top: 0; /* Align perfectly */
}