/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768329789
Updated: 2026-01-13 18:43:09

*/





html.has-scroll-smooth {
    overflow: hidden;
}
html.has-scroll-dragging {
    user-select: none;
}
.has-scroll-smooth body {
    overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

/* تحسين الأداء */
[data-scroll-section] {
    will-change: transform;
}

/* ✅ FIX: الصفحة تظهر على طول على الموبايل */
body {
    opacity: 1;
/* 	background : #000 !important ; */
}

/* الصفحة تتخفى بس على الديسكتوب لحد ما الأنيميشن تبدأ */
@media (min-width: 900px) {
    body:not(.animations-ready) {
        opacity: 0;
    }
    body.animations-ready {
        opacity: 1;
        transition: opacity 0.5s ease;
    }
}

/* ✅ على الموبايل نتأكد إن كل حاجة شغالة عادي */
@media (max-width: 899px) {
    body.mobile-view {
        opacity: 1 !important;
    }
    
    /* إلغاء أي smooth scroll على الموبايل */
    html.mobile-view {
        overflow: auto !important;
    }
    
    html.mobile-view body {
        overflow: auto !important;
    }
}


/* تأكد إن السكشن له خلفية صورة ولون بدائي بنفسجي */
.herosite {
    transition: background 0s !important; /* امنع إليمنتور إنه يعمل تنعيم من عنده عشان ميعطلش GSAP */
}

/* النص اللي هيظهر لازم يكون مخفي في البداية */
.firstdiv {
    opacity: 0;
}




.curtain-section {
  position: relative;
  z-index: 2;
  background: #000;
  will-change: clip-path;
}

.reveal-footer {
  position: relative;
  z-index: 1;
}

.All rights reserved{
padding-top: 30px ;	
}