.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* استایل فرم ثبت سفارش */
.wpcf7 {
    background-color: #f4f4f4; /* رنگ پس‌زمینه */
    border: 2px solid #0078D7; /* رنگ حاشیه */
    border-radius: 10px; /* گرد کردن گوشه‌ها */
    padding: 20px; /* فاصله داخلی فرم */
    font-family: 'Tahoma', sans-serif; /* فونت فرم */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* سایه فرم */
    max-width: 600px; /* حداکثر عرض فرم */
    margin: 20px auto; /* وسط‌چین فرم */
}

/* استایل فیلدهای ورودی در فرم */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%; /* عرض کامل باکس‌ها */
    padding: 10px 15px; /* فاصله داخلی فیلدها */
    margin-bottom: 15px; /* فاصله بین فیلدها */
    border: 1px solid #ccc; /* رنگ حاشیه فیلدها */
    border-radius: 5px; /* گرد کردن گوشه‌های فیلدها */
    font-size: 14px; /* سایز متن داخل فیلدها */
    transition: border 0.3s ease; /* افکت تغییر رنگ حاشیه */
}

/* تغییر رنگ حاشیه هنگام فوکوس */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border: 1px solid #0078D7; /* رنگ آبی هنگام فوکوس */
    outline: none; /* حذف خط بیرونی */
    box-shadow: 0 0 5px rgba(0, 120, 215, 0.5); /* افکت سایه هنگام فوکوس */
}

/* استایل دکمه ارسال */
.wpcf7 input[type="submit"] {
    background-color: #0078D7; /* رنگ دکمه */
    color: #fff; /* رنگ متن دکمه */
    padding: 10px 20px; /* فاصله داخلی دکمه */
    border: none; /* حذف حاشیه */
    border-radius: 5px; /* گرد کردن گوشه‌های دکمه */
    font-size: 16px; /* سایز فونت دکمه */
    font-weight: bold; /* پررنگ‌تر کردن متن */
    cursor: pointer; /* تغییر نشانگر موس به کلیک */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه زیر دکمه */
    transition: background-color 0.3s ease; /* انیمیشن تغییر رنگ دکمه */
}

/* افکت هاور روی دکمه ارسال */
.wpcf7 input[type="submit"]:hover {
    background-color: #005bb5; /* رنگ تیره‌تر هنگام هاور */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* سایه بیشتر هنگام هاور */
}/* End custom CSS */