.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* کانتینر اصلی فرم */
#gform_wrapper_1 {
    background: #ffffff;
    padding: 38px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
    direction: rtl;
    text-align: right;
}

/* عنوان فیلدها */
#gform_wrapper_1 .gfield_label {
    font-size: 15px;
    font-weight: 700; /* بولد شده */
    color: #333;
    margin-bottom: 4px; /* فاصله کمتر */
}

/* هر فیلد */
#gform_wrapper_1 .gfield {
    margin-bottom: 12px !important; /* کاهش فاصله بین باکس‌ها */
}

/* مجموع فیلدها */
#gform_wrapper_1 .gform_fields {
    row-gap: 8px !important;
}

/* استایل فیلدهای ورودی */
#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 textarea,
#gform_wrapper_1 select {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #dfe3e8;
    background: #f9fafb;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600; /* بولدتر شدن فونت در فیلدها */
    direction: rtl;
    text-align: right;
    transition: all 0.25s ease;
}

/* فوکوس حرفه‌ای */
#gform_wrapper_1 input:focus,
#gform_wrapper_1 textarea:focus,
#gform_wrapper_1 select:focus {
    border-color: #4f46e5;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.13);
    outline: none;
}

/* textarea */
#gform_wrapper_1 textarea {
    min-height: 130px;
    resize: vertical;
}

/* placeholder نمونه */
#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder {
    color: #9ca3af;
    text-align: right;
    font-size: 14px;
}

/* دکمه ارسال */
#gform_wrapper_1 .gform_button {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 12px;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .25s ease;
}

/* هاور روی دکمه */
#gform_wrapper_1 .gform_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.25);
}

/* پیام موفقیت (Confirmation) */
#gform_confirmation_message_1 {
    background: #ecfdf5;
    color: #065f46;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    text-align: center;
}

/* فرم در موبایل */
@media (max-width:768px){
    #gform_wrapper_1 {
        padding: 26px;
    }
    #gform_wrapper_1 .gfield {
        margin-bottom: 10px !important;
    }
    #gform_wrapper_1 .gform_button {
        font-size: 16px;
        padding: 13px;
    }
}/* End custom CSS */