.elementor-2068 .elementor-element.elementor-element-5855736{--display:flex;}.elementor-2068 .elementor-element.elementor-element-1a158ab > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-2068 .elementor-element.elementor-element-1a158ab{text-align:center;}.elementor-2068 .elementor-element.elementor-element-1a158ab .elementor-heading-title{font-size:48px;}.elementor-2068 .elementor-element.elementor-element-9a0c976{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-49729cf *//* Alternative: If you can add a specific class to your map */
.map-svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: 300px !important;
    display: block !important;
}

/* Fix for scroll blocking issues */
.svg-zoom-container {
    touch-action: pan-y; /* Allows vertical scrolling on touch devices */
}

/* Optional, if the above doesn't work, try this more specific approach */
html,
body {
    overflow-x: hidden !important;
}/* End custom CSS */