.elementor-6165 .elementor-element.elementor-element-873f29a{--display:flex;}.elementor-6165 .elementor-element.elementor-element-74da495 > .elementor-widget-container{border-style:none;}.elementor-6165 .elementor-element.elementor-element-74da495:hover .elementor-widget-container{border-style:none;}/* Start custom CSS for text-editor, class: .elementor-element-74da495 *//* 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 */