/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor — شخصی‌سازی‌ها و تغییرات سایت
Author: [نام شما]
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

 /* اینجا CSS های سفارشی خودت را قرار بده */

/* کد های مرتبط با تغییر سایز صفحه */
.main-demo-online-section {
    width: 100%; /* پیش‌فرض */
    transition: width 0.3s ease;
	width: 375px;
	height:500px;
	max-width:100% !important;
}

.main-demo-online-section.resize-desktop {
    width: 1140px;
	max-width:100% !important;

}

.main-demo-online-section.resize-tablet {
    width: 1024px;
	max-width:100% !important;
}

.main-demo-online-section.resize-mobile {
    width: 375px;
	max-width:100% !important;
}


a.resize-desktop-active svg {
    fill: #FE847B !important;
}

a.resize-tablet-active svg {
    fill: #FE847B !important;
}

a.resize-mobile-active svg {
    fill: #FE847B !important;
}


