.elementor-4720 .elementor-element.elementor-element-08efa6e{--display:flex;}/* Start custom CSS */body .gform_wrapper {
    direction: rtl;
    text-align: right;
    font-family: Vazirmatn, IRANSans, sans-serif;
}

body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
    text-align: right;
    border-radius: 5px;
    padding: 10px 14px;
    border: 1px solid #dcdcdc;
}

body .gform_wrapper .gfield_label {
    font-weight: 700;
    margin-bottom: 8px;
}

body .gform_wrapper .gform_button {
    background: #2563eb;
    color: white;
    border-radius: 20px;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
}

body .gform_wrapper .gform_button:hover {
    background: #1d4ed8;
}
/* اصلاح ظاهر دراپ‌داون گرویتی فرم */
body .gform_wrapper select {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    border-radius: 16px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-position: left 14px center;
    background-size: 12px;
    cursor: pointer;
}/* End custom CSS */