.elementor-2109 .elementor-element.elementor-element-34a543a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2109 .elementor-element.elementor-element-1e95dc6{text-align:center;}.elementor-2109 .elementor-element.elementor-element-1e95dc6 .elementor-heading-title{font-family:"yekan", Sans-serif;font-size:20px;font-weight:600;color:#000000;}.elementor-2109 .elementor-element.elementor-element-1e95dc6 .elementor-heading-title a:hover, .elementor-2109 .elementor-element.elementor-element-1e95dc6 .elementor-heading-title a:focus{color:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-a1506ec *//* کانتینر اصلی فرم - دو ستونه کردن اجباری */
.box-form .gform_body .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* هر فیلد به صورت یک بلوک مجزا */
.box-form .gform_body .gfield {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* لیبل بالای اینپوت */
.box-form .gfield_label,
.box-form .gfield label {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    color: #000000 !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    order: -1 !important;
}

/* استایل کادرهای ورودی */
.box-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.box-form select,
.box-form textarea {
    width: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid #C8161E !important;
    color: #000000 !important;
    padding: 12px !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    outline: none !important;
}

/* فیلدهای طولانی تمام‌عرض */
.box-form .gfield--type-textarea,
.box-form .gfield.gfield--width-full {
    grid-column: 1 / -1 !important;
}

/* فوتر و دکمه ارسال */
.box-form .gform_footer {
    grid-column: 1 / -1 !important;
    display: block !important;
    text-align: right !important;
    margin-top: 10px !important;
}

#gform_submit_button_2 {
    background-color: #C8161E !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: background-color 0.3s ease !important;
}

#gform_submit_button_2:hover {
    background-color: #a31118 !important;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
    .box-form .gform_body .gform_fields {
        grid-template-columns: 1fr !important;
    }
    
    .box-form .gfield--type-textarea,
    .box-form .gfield.gfield--width-full {
        grid-column: 1 !important;
    }
}/* End custom CSS */