.elementor-6792 .elementor-element.elementor-element-5eb9308a{--display:flex;}.elementor-6792 .elementor-element.elementor-element-106108e{--display:flex;}.elementor-6792 .elementor-element.elementor-element-4bb8429{--display:flex;}.elementor-6792 .elementor-element.elementor-element-e93d05f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6ea43bb1 *//* Ensure the hint is visible by default on small screens */
.scroll-hint {
    display: block; /* Make sure it shows up on mobile */
    /* You can put your mobile-specific styles here */
}

/* Media query to hide the hint on desktop (screens wider than 1024px) */
@media (min-width: 1025px) {
    .scroll-hint {
        /* Use !important to force the override of inline styles */
        display: none !important; 
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-295f68f *//* Ensure the hint is visible by default on small screens */
.scroll-hint {
    display: block; /* Make sure it shows up on mobile */
    /* You can put your mobile-specific styles here */
}

/* Media query to hide the hint on desktop (screens wider than 1024px) */
@media (min-width: 1025px) {
    .scroll-hint {
        /* Use !important to force the override of inline styles */
        display: none !important; 
    }
}/* End custom CSS */