/* Replace old logo with immiPlus SVG logo */
/* Only hide OLD logos, not the SVG */
.elementor-location-header .elementor-widget-theme-site-logo img:not([src*="immiplus-logo.svg"]),
.elementor-location-header .elementor-widget-image img:not([src*="immiplus-logo.svg"]),
.elementor-element-a6b308e img:not([src*="immiplus-logo.svg"]) {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Style the SVG logo properly */
.elementor-location-header .elementor-widget-image img[src*="immiplus-logo.svg"] {
    width: 140px !important;
    height: 70px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
}

.elementor-location-header .elementor-widget-theme-site-logo a,
.elementor-location-header .elementor-widget-image a,
.elementor-element-a6b308e a {
    display: inline-block !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .elementor-location-header .elementor-widget-theme-site-logo a,
    .elementor-location-header .elementor-widget-image a,
    .elementor-element-a6b308e a {
        width: 100px !important;
        height: 50px !important;
    }
}
