/* Prevent horizontal scrolling on mobile */
body {
    overflow-x: hidden;
}
