/* 
Theme Name: Hello Child
Theme URI: https://mahoorzahraee.com/
Description: 
Author: Mahhor Zahraee
Author URI: https://mahoorzahraee.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/* ۱. ساختار بدنه برای کل سایت */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ۲. رفتار طبیعی فوتر در تمام صفحات (خروج از حالت Absolute) */
.elementor-location-footer {
    position: relative !important;
    margin-top: auto !important;
    bottom: auto !important;
    width: 100%;
}

/* ۳. استثنا: شناور شدن فوتر در پایین مرورگر فقط و فقط در صفحه اصلی */
body.home .elementor-location-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10 !important;
}


/* نرم‌تر و روانی انیمیشن باز شدن پاپ‌آپ منو */
.dialog-type-popup .dialog-widget-content {
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* قفل کردن تگ سفارشی پری‌لودر المنتور تا زمان لود کامل صفحه */
body:not(.page-fully-loaded) e-page-transition {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: all !important;
}

/* قفل کردن اسکرول صفحه تا پیش از لود کامل */
html.preloader-active, 
html.preloader-active body {
    overflow: hidden !important;
    height: 100% !important;
}