/* Make sure footer.css is properly loaded */
@import url('footer.css');

/* Additional footer overrides to ensure consistency */
footer {
    background-color: #0a3b66 !important; /* Force dark blue background */
}

.footer-logo img {
    width: 120px !important; /* Force larger logo size */
    height: auto;
}
