/* 
Theme Name: Roxana Crudu - Specialist în dezvoltarea copilului
Theme URI: https://roxanacrudu.com
Description: Temă creată pe baza temei Hello/Elementor
Author: Blue Ad
Author URI: https://bluead.ro/
Template: hello-elementor
Version: 2.0.0
Text Domain: roxanacrudu
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
*/

/* ===== COPAC ANIMAT LA SCROLL ===== */
.tree-reveal-container {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100vh;
    pointer-events: none;
    z-index: 99;
    overflow: hidden;
}

.tree-reveal-container img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90vh;
    width: auto;
    object-fit: contain;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.1s ease-out;
}

@media (max-width: 991px) {
    .tree-reveal-container {
        display: none;
    }
}