/* Force Elementor containers to allow full width for Zylyf Hero Widget */
.e-con:has(.tft-master-screen),
.e-con-inner:has(.tft-master-screen),
.elementor-container:has(.tft-master-screen),
.elementor-section:has(.tft-master-screen) {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.elementor-widget-zylyf_hero {
    width: 100%;
}
