/* Center Header - 5c3cd07d */

/* Desktop, Tablet, Mobile Centering */
.elementor-location-header {
    text-align: center !important;
}

.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-widget-wrap {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Force Flex items to center */
.elementor-location-header .elementor-widget {
    text-align: center !important;
    display: flex;
    justify-content: center;
    width: auto !important;
}

/* Specific fix for Logo / Images */
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-image img {
    margin: 0 auto !important;
    display: block !important;
}

/* Specific fix for Nav Menu */
.elementor-location-header .elementor-nav-menu--main,
.elementor-location-header .elementor-nav-menu {
    justify-content: center !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .elementor-location-header .e-con,
    .elementor-location-header .elementor-container {
        flex-direction: column !important;
        gap: 15px !important;
    }
}
