/* ===================================================================================

* Theme Name: AIFusionX Child
* Theme URI: https://aifusionx.vamtam.com
* Author: VamTam
* Author URI: ttps://vamtam.com
* Description: Welcome to AIFusionX, a cutting-edge WordPress theme crafted specifically for modern AI-driven businesses. This professionally designed theme is perfect for AI content & marketing agencies, AI automation and integration studios, AI-powered micro-SaaS products, and AI trainers or consultants looking to showcase their services and expertise. Whether you focus on building AI funnels, automating workflows for clients, offering niche AI SaaS tools, or providing strategic AI training and consulting, AIFusionX gives you everything you need to look premium and credible online. Unlike most themes that merely claim Elementor Pro compatibility, our themes are genuinely built using Elementor Pro widgets. This ensures a unified, native Elementor workflow with better consistency, improved stability, and long-term reliability. As a result, this and other themes created by VamTam are the only themes on Envato Market that fully utilize Elementor Pro and are therefore fully compatible with the new Elementor One ecosystem.
* Version: 4
* Tested up to: 6.1
* Requires PHP: 7.4
* Template: aifusionx
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* ===== PRELOADER TITLE MODE ===== */

/* on garde le preloader */
#preloader {
    background: #0b0b0b;
}

/* on cache le spinner */
#preloader .spinner {
    display: none !important;
}

/* conteneur centré */
#preloader .animation-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* titre */
#preloader .preloader-title {
    font-size: clamp(4rem, 8vw, 8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #161616;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

/* fade in */
#preloader .preloader-title.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* fade out */
#preloader .preloader-title.is-hidden {
    opacity: 0;
    transform: translateY(-20px);
}

#preloader .loader-section {
    transition-duration: 1.2s;
}
