/* 
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 */



.mainhh.scrolled .mainhhchild {
    filter: blur(0px);
    background-color: #FCFCFC99 !important;
    backdrop-filter: blur(25px);
}
    


.modules-content {padding-bottom: 400px;}
.maincontforslide {position: relative;overflow: visible !important;}
.stack-wrapper {position: sticky !important;top: 150px !important;height: 540px;z-index: 1 !important;}
.stack-card {background:#fff;position: absolute;width: 100%;border-radius: 20px;box-shadow: 0 0px 40px rgb(0 0 0 / 2%);transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;padding: 40px;border: 2px solid #eee;}


.stack-card:nth-child(1) { z-index: 4; transform: translateY(0) scale(1); }
.stack-card:nth-child(2) { z-index: 3; transform: translateY(20px) scale(1); }
.stack-card:nth-child(3) { z-index: 2; transform: translateY(40px) scale(1); }
.stack-card:nth-child(4) { z-index: 1; transform: translateY(60px) scale(1); }

.stack-card.active {transform: translateY(0) scale(1);opacity: 1;z-index: 10;}  
    