.elementor-3165 .elementor-element.elementor-element-5181ef9{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5181ef9 *//* تنظیم چیدمان فیلدها به صورت گرید */
#gform_wrapper_1 .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

/* تمام فیلدها به جز فیلدهای خاص در دو ستون قرار بگیرند */
#gform_wrapper_1 .gform_fields > li {
    grid-column: span 1 !important;
}

/* فیلدهایی که می‌خواهید تمام‌عرض باشند */
#gform_wrapper_1 .gform_fields > li.MobilePhone,
#gform_wrapper_1 .gform_fields > li.OtpCode {
    grid-column: span 2 !important;
}

/* استایل یکپارچه برای دکمه ارسال / تایید شماره */
#gform_wrapper_1 input#gform_submit_button_1 {
    width: 100% !important;
    padding: 15px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#gform_wrapper_1 input#gform_submit_button_1:hover {
    background-color: #333333 !important;
}

/* --- اختصاص آیکون به هر فیلد --- */
#gform_wrapper_1 .FirstName .gfield_label::before { content: url('https://api.iconify.design/mdi/account-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .LastName .gfield_label::before { content: url('https://api.iconify.design/mdi/account-multiple-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .MobilePhone .gfield_label::before { content: url('https://api.iconify.design/mdi/cellphone.svg?color=%23f9423a'); }
#gform_wrapper_1 .OtpCode .gfield_label::before { content: url('https://api.iconify.design/mdi/shield-check-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .VisitDay .gfield_label::before { content: url('https://api.iconify.design/mdi/calendar-month-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .VisitTime .gfield_label::before { content: url('https://api.iconify.design/mdi/clock-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .BranchLocation .gfield_label::before { content: url('https://api.iconify.design/mdi/map-marker-radius-outline.svg?color=%23f9423a'); }
#gform_wrapper_1 .NationalIdUpload .gfield_label::before { content: url('https://api.iconify.design/mdi/card-account-details-outline.svg?color=%23f9423a'); }

/* ========================================================= */
/* --- کدهای جدید: مخفی کردن فیلدهای مرحله دوم تا تایید OTP --- */
/* ========================================================= */
#gform_wrapper_1:not(.stage-2) .FirstName,
#gform_wrapper_1:not(.stage-2) .LastName,
#gform_wrapper_1:not(.stage-2) .VisitDay,
#gform_wrapper_1:not(.stage-2) .VisitTime,
#gform_wrapper_1:not(.stage-2) .BranchLocation,
#gform_wrapper_1:not(.stage-2) .NationalIdUpload {
    display: none !important;
}/* End custom CSS */