/* Reduce gap between logo and navigation menu */

/* Target common flex containers in headers */
.site-header .container,
.header-wrapper,
.elementor-header,
.elementor-section.header-navigation .elementor-container {
    justify-content: space-between;
    gap: 15px; /* Reduce default large gaps */
}

/* Bring logo closer to nav menu if they are inside a flex container */
.site-branding,
.custom-logo-link,
.elementor-widget-theme-site-logo,
.elementor-widget-image {
    margin-right: 15px !important;
}

.main-navigation,
.elementor-widget-nav-menu {
    margin-left: 15px !important;
}

/* If header uses columns, adjust their widths or margins */
.elementor-column.elementor-col-50,
.elementor-column.elementor-col-33,
.elementor-column.elementor-col-25 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
