/*
Theme Name: Houzez Child — SeychellesEstates
Theme URI: https://seychellesestates.com
Description: Map-first, non-commercial directory of Seychelles real estate listings. Child theme overlay on Houzez 4.1.4.
Author: SeychellesEstates
Template: houzez
Version: 0.1.0
*/

/* Parent + child stylesheets are enqueued from functions.php
   so we don't @import here (slower + blocks render). */

/* ------------------------------------------------------------------
 * Elementor entrance-animation safety net.
 * Elementor's fadeIn/entrance animations start at opacity:0 and rely on
 * animate.css + frontend JS to fade in. With Elementor's optimized asset
 * loading, purging the page cache can leave the animation CSS unregistered,
 * so animated sections get stuck near opacity:0 and content vanishes.
 * These rules guarantee content is always visible regardless of cache state.
 * ------------------------------------------------------------------ */
.elementor-invisible { opacity: 1 !important; }
.elementor-element.animated,
.elementor-section.animated { opacity: 1 !important; animation-name: none !important; }
