/*
Theme Name: Hello Elementor child theme
Theme URI: https://apex-invest.com/apex-invest-child-theme/
Description: A child theme of the parent theme
Author: Apex-invest
Author URI: https://apex-invest.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Preloader Styles */
/* Full-Page Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it stays above all other elements */
	transition: opacity 0.5s ease-out;
}
#preloader img {
    max-width: 400px; /* Adjust size of the GIF */
    height: 200px;
}



