/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2026 | 11:48:37 */
/* ===== GLOBAL FIX FOR HORIZONTAL SCROLL ===== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Fix Elementor overflow issues */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget {
    max-width: 100% !important;
}

/* Prevent elements from exceeding screen width */
img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Fix common 100vw bug */
section {
    width: 100% !important;
}

/* Extra protection for mobile */
body {
    position: relative;
}
