/* Force the mobile and tablet dropdown menu to stretch to full viewport width, breaking free of the tiny column */
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute !important;
        box-sizing: border-box !important;
        z-index: 999999 !important;
    }

    /* Ensure no parent containers clip or restrict the dropdown expansion */
    .elementor-section, .elementor-container, .elementor-row, .elementor-header,
    .elementor-column, .elementor-widget, .elementor-widget-wrap, .elementor-widget-container {
        overflow: visible !important;
    }
}
