/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ==========================================================================
   Entrance animations: intentionally none.
   --------------------------------------------------------------------------
   The page's Elementor interactions are dequeued in functions.php
   (visibroad_drop_js_interactions). Elementor v4 renders an animated element in
   its final state and only applies the start state once interactions-pro.js has
   loaded at the end of the body, so the content appeared and then animated in.

   These animations were briefly reproduced in CSS here. The scroll-triggered
   ones used `animation-timeline: view()`, which is the wrong tool: it scrubs the
   animation against scroll position rather than playing it once, so sections
   faded back out when scrolling up. Removed rather than patched.

   The page now renders statically: content is present and opaque from first
   paint and nothing changes as you scroll. To bring entrance animations back,
   delete the filter in functions.php and Elementor's own system resumes - along
   with the late-render flash it causes.
   ========================================================================== */
