/* Position second-level dropdowns properly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /* show to the right */
    margin-top: -1px;
    display: none; /* hide by default */
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    display: block;
}

.footer-social {
    text-align: center;
}

.footer-social a {
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    color: #003566; /* Adjust according to footer bg */
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #306ca5; /* Hover effect color */
}

.header-top-social a {
    color: #003566; /* adjust based on header bg */
    margin-left: 12px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header-top-social a:hover {
    color: #306ca5; /* highlight color */
}
