.elementor-5134 .elementor-element.elementor-element-4dd24c8{margin-top:13px;margin-bottom:0px;}/* Start custom CSS for shortcode, class: .elementor-element-7804de0 *//* استایل فرم گرویتی فرم برای المنتور */
.gform_wrapper {
    background: #0096c7 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 35px !important;
    border-radius: 10px !important;
    margin-top: 30px !important;
    max-width: 100% !important;
    box-shadow: none !important;
}

.gform_wrapper .gform_title {
    color: #fff !important;
    font-size: 1.8rem !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-family: 'dana', Arial, sans-serif, tahoma !important;
}

.gform_wrapper .gform_description {
    color: #fff !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-family: 'dana', Arial, sans-serif, tahoma !important;
}

/* استایل فیلدها */
.gform_wrapper .gfield_label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 1rem !important;
    text-align: right !important;
    font-family: 'dana', Arial, sans-serif, tahoma !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-family: 'dana', Arial, sans-serif, tahoma !important;
    transition: all 0.3s ease !important;
    background-color: #fff !important;
    color: #333 !important;
    text-align: right !important;
    direction: rtl !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
    outline: none !important;
    border-color: #005f73 !important;
    box-shadow: 0 0 0 2px rgba(0, 95, 115, 0.2) !important;
}

.gform_wrapper textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

/* استایل دکمه ارسال */
.gform_wrapper .gform_button {
    background: #fff !important;
    color: #0096c7 !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 12px 25px !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 1rem !important;
    font-family: 'dana', Arial, sans-serif, tahoma !important;
    display: inline-block !important;
    margin: 15px 10px 0 !important;
    text-decoration: none !important;
}

.gform_wrapper .gform_button:hover {
    background: #005f73 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* استایل پیام‌های اعتبارسنجی */
.gform_wrapper .validation_message {
    color: #ffcccc !important;
    font-size: 0.9rem !important;
    margin-top: 5px !important;
    display: block !important;
    text-align: right !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ffcccc !important;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
    border-color: #ffcccc !important;
    background-color: #fff5f5 !important;
}

/* استایل پیام موفقیت */
.gform_confirmation_wrapper {
    background: rgba(76, 175, 80, 0.9) !important;
    color: white !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    margin-top: 20px !important;
    direction: rtl !important;
}

.gform_confirmation_message {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

/* استایل برای لیست فیلدها */
.gform_wrapper ul.gform_fields {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 15px !important;
}

.gform_wrapper li.gfield {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* استایل برای کانتینر فرم */
.gform_wrapper form {
    display: grid !important;
    gap: 15px !important;
}

/* استایل برای فوتر فرم */
.gform_wrapper .gform_footer {
    margin-top: 10px !important;
    text-align: center !important;
}

/* استایل برای فرم در حالت موبایل */
@media (max-width: 600px) {
    .gform_wrapper {
        padding: 25px 15px !important;
    }
    
    .gform_wrapper .gform_title {
        font-size: 1.5rem !important;
    }
    
    .gform_wrapper .gform_button {
        display: block !important;
        margin: 15px auto 0 !important;
        width: 100% !important;
        max-width: 250px !important;
    }
}/* End custom CSS */