.elementor-1734 .elementor-element.elementor-element-4712deb1{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-551a28e2 *//* ===== فرم اعلام همکاری ===== */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    direction: rtl;
    font-family: IRANSans, Vazirmatn, sans-serif;
}

/* لیبل‌ها */
.wpcf7-form label {
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* اینپوت‌ها و تکست‌اریا */
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

/* فوکوس */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #e76f51;
    outline: none;
    box-shadow: 0 0 0 2px rgba(231, 111, 81, 0.15);
}

/* تکست‌اریا */
.wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* فیلد فایل */
.wpcf7-form input[type="file"] {
    border: 1px dashed #ccc;
    padding: 10px;
    background: #fafafa;
    cursor: pointer;
}

/* دکمه ارسال */
.wpcf7-form input[type="submit"] {
    background: linear-gradient(135deg, #e76f51, #f4a261);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 36px;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* هاور دکمه */
.wpcf7-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(231, 111, 81, 0.3);
}

/* پیام‌های خطا */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #d62828;
    margin-top: 4px;
}

/* پیام موفقیت */
.wpcf7-mail-sent-ok {
    border: none;
    background: #e9f7ef;
    color: #2d6a4f;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

/* موبایل */
@media (max-width: 600px) {
    .wpcf7 {
        padding: 0 10px;
    }
}/* End custom CSS */