/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */





.frm_forms .frm_form_field label {
    text-align: right !important;
    display: block;
    font-weight: 500;
}


/* دکمه ارسال - بنفش */
.frm_forms .frm_submit button,
.frm_forms .frm_submit input[type="submit"],
.frm_button_submit {
    background-color: #6a0dad !important;  /* بنفش */
    color: #fff !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.frm_forms {
  max-width: 900px !important;
  margin: 0 auto !important;   
}


@font-face {
    font-family: 'IRANYekanWeb';
    src: url('IRANYekanWeb.woff2') format('woff2'),
        url('IRANYekanWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'IRANYekanWeb' !important;
    font-weight: normal;
    font-style: normal;
}


h2.elementor-heading-title {
    text-align: center !important;
    margin-bottom: -20px !important;
}


/* Justify all text in Elementor */
.elementor-widget-text-editor, 
.elementor-widget-theme-post-content,
.elementor-text-editor {
    text-align: justify !important;
    text-justify: inter-word !important;
}



