/* Global rule to restrict logo width on all pages */
/* Enforce logo max width and override inline or specific styles */
.logo-box img,
.footer-logo img,
.nav-logo img {
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.footer-card img {
    width: 35px !important;
    height: auto !important;
}
