/* Force the Footer to show and fix layout without hiding content */\nfooter, .elementor-location-footer {\n    display: block !important;\n    visibility: visible !important;\n    opacity: 1 !important;\n    overflow: visible !important;\n    z-index: 9999 !important;\n    position: relative !important;\n}\n\n.elementor-location-footer * {\n    visibility: visible !important;\n    opacity: 1 !important;\n}\n\n/* Ensure the elements inside wrap correctly and don't overlap */\n.elementor-location-footer .elementor-container, \n.elementor-location-footer .e-con {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    justify-content: space-between !important;\n}\n\n.elementor-location-footer .elementor-widget-wrap {\n    display: flex !important;\n    flex-direction: column !important;\n}\n