.elementor-21 .elementor-element.elementor-element-2426198{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-21 .elementor-element.elementor-element-2426198:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-2426198 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), yekan bakh;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-768a2d0 .elementor-heading-title{color:var( --e-global-color-text );}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-2426198{--padding-top:10px;--padding-bottom:6px;--padding-left:6px;--padding-right:8px;}}/* Start custom CSS for container, class: .elementor-element-2426198 *//* ================================================== */
/* --- ۱. تنظیمات عمومی، فونت و رنگ‌های کل فرم --- */
/* ================================================== */
.gform_wrapper {
    font-family: 'Vazirmatn', sans-serif !important;
    color: #ffffff !important;
}

/* سفید کردن عنوان سوالات و برچسب‌ها */
.gform_wrapper .gfield_label, 
.gform_wrapper .gchoice label,
.gform_wrapper .gfield_choice_header {
    color: #ffffff !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* حذف کلمه متنی (ضروری) گراویتی فرمز و جایگزینی با ستاره قرمز */
.gform_wrapper .gfield_required_text {
    display: none !important;
}
.gform_wrapper .gfield_contains_required .gfield_label::after {
    content: " *" !important;
    color: #ff4a4a !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-right: 4px !important;
}

/* استایل توضیحات ریز زیر فیلدها */
.gform_wrapper .gfield_description {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 11px !important;
    margin-top: 6px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

/* ================================================== */
/* --- ۲. استایل فیلدهای ورودی (شامل فیلدهای اصلی و تاریخ) --- */
/* ================================================== */
.gform_wrapper input[type=text], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper select,
.gform_wrapper .ginput_container_date input,   /* اعمال استایل روی اینپوت‌های روز/ماه/سال */
.gform_wrapper .ginput_container_date select { /* اعمال استایل روی دراپ‌داون‌های احتمالی تاریخ */
    background-color: rgba(255, 255, 255, 0.04) !important; /* همرنگ شدن با پس‌زمینه سورمه‌ای سایت */
    border: 1px solid rgba(212, 175, 55, 0.6) !important; /* حاشیه طلایی ملایم */
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important; /* پر کردن کامل فضای اختصاص یافته خودشان */
    box-sizing: border-box !important;
    text-align: center; /* راست‌چین یا وسط‌چین شدن اعداد تاریخ */
}

/* ================================================== */
/* --- ۳. استایل اختصاصی دکمه ثبت (بزرگ و طلایی) --- */
/* ================================================== */
.gform_wrapper .gform_button {
    background-color: #D4AF37 !important; /* طلایی شاخص */
    color: #0A1128 !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: bold !important;
    font-size: 17px !important;
    padding: 12px 30px !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important; /* تمام‌عرض و بزرگ */
    margin-top: 20px !important;
}

.gform_wrapper .gform_button:hover {
    background-color: #ffffff !important;
    color: #0A1128 !important;
}

/* ================================================== */
/* --- ۴. تنظیم چیدمان تک‌خطی فیلدهای تاریخ (دسکتاپ) --- */
/* ================================================== */
.gform_wrapper .ginput_container_date {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important; /* فاصله افقی بین سه کادر کوچک */
    width: 100% !important;
    clear: both !important;
}

.gform_wrapper .ginput_container_date > div,
.gform_wrapper .ginput_container_date > span,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
    flex: 1 !important; /* تقسیم مساوی فضا به ۳ قسمت کوچک */
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* برچسب‌های زیرینِ فیلدهای تاریخ (مثل نوشته‌ی "روز"، "ماه") */
.gform_wrapper .ginput_container_date label {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 11px !important;
    margin-top: 4px !important;
    display: block !important;
    text-align: center;
}

/* قرار دادن ایمیل و شماره موبایل در یک خط (فقط دسکتاپ و تبلت) */
@media (min-width: 768px) {
    .gform_wrapper .gfield--type-phone,
    .gform_wrapper .gfield--type-email {
        display: inline-block !important;
        width: 48.5% !important;
        vertical-align: top !important;
    }
    .gform_wrapper .gfield--type-phone {
        margin-left: 2% !important; 
    }
}

/* ================================================== */
/* --- ۵. بهینه‌سازی چیدمان روی موبایل (زیر 768px) --- */
/* ================================================== */
@media (max-width: 768px) {
    /* حفظ موقعیت فیلدهای تاریخ در یک خط و کوچک روی موبایل */
    .gform_wrapper .ginput_container_date {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    
    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month,
    .gform_wrapper .gfield_date_year {
        width: 33.33% !important;
        display: flex !important;
        flex-direction: column !important;
        float: none !important;
        margin-bottom: 0 !important;
    }

    /* پنهان کردن راهنماهای اضافی تاریخ روی موبایل */
    .gform_wrapper .ginput_container_date .gfield_description {
        display: none !important;
    }

    /* قرار دادن نام و نام خانوادگی در یک خط روی موبایل */
    .gform_wrapper .ginput_complex.gfield_name {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
    }
    .gform_wrapper .ginput_complex.gfield_name span {
        width: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 0 !important;
    }
}/* End custom CSS */