/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Custom
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below this line. */
/* ==========================================
   تنظیم زمان Off-Canvas روی ۴۰۰ میلی‌ثانیه
   ========================================== */

.elementor-widget-off-canvas {
    /* کاهش زمان انیمیشن به ۰.۴ ثانیه */
    --e-off-canvas-animation-duration: 0.4s !important;
}

/* هماهنگی فید شدن لایه تیره پشت (Overlay) */
.elementor-widget-off-canvas .e-off-canvas__overlay {
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* نرم‌سازی حرکت پنل اصلی */
.elementor-widget-off-canvas .e-off-canvas__main.animated,
.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation) {
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
}