@media(max-width:1024px){.elementor .e-d671cf8{/* 1. Remove default spacing that causes unwanted scrollbars */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

/* 2. Configure the flex container to fill the viewport */
.flex-container {
display: flex;
width: 100%;
min-height: 100vh; /* Covers the full screen height dynamically */

/* Optional: Center child elements horizontally and vertically */
justify-content: center; 
align-items: center; 
}\n}}