.elementor-5904 .elementor-element.elementor-element-fbd7546{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-d606214 *//* 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 */