/* Fixed Header Styling */

header,
.elementor-location-header,
.site-header {
    position: fixed !important;
    top: 36px !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

/* Ensure the inner container has a fixed width */
header > .elementor-container,
.elementor-location-header > .elementor-container,
.site-header > .elementor-container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Add padding to body to prevent content from hiding behind the fixed header */
body {
    padding-top: 100px; /* Adjust based on header height + 36px offset */
}
