.elementor-839 .elementor-element.elementor-element-56e78648{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-34fbf232 *//* =========================
   CONTACT FORM 7 - LUXURY STYLE (ONION + B ZAR)
========================= */

.wpcf7 {
    max-width: 750px;
    margin: 40px auto;
    padding: 35px;

    /* 🎨 بک‌گراند پوست‌پیازی */
    background: linear-gradient(145deg, #f4e9dd, #eadbcc);

    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    direction: rtl;

    /* 🔤 فونت B Zar */
    font-family: "B Zar", "IRANSans", Tahoma, sans-serif;

    color: #2b2b2b;
    border: 1px solid rgba(0,0,0,0.08);
}

/* متن‌ها */
.wpcf7 p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.9;
}

/* فیلدها */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    margin-top: 8px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.12);
    background: rgba(255,255,255,0.65);
    color: #222;
    outline: none;
    transition: all 0.3s ease;
    font-size: 14px;

    /* فونت برای ورودی‌ها */
    font-family: "B Zar", Tahoma, sans-serif;
}

/* فوکوس */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #b08a5b;
    box-shadow: 0 0 12px rgba(176,138,91,0.35);
    background: #fff;
}

/* لیبل‌ها */
.wpcf7 label {
    font-size: 14px;
    font-weight: 500;
    color: #3a3a3a;
    font-family: "B Zar", Tahoma, sans-serif;
}

/* رادیو باتن‌ها */
.wpcf7 input[type="radio"] {
    accent-color: #b08a5b;
    transform: scale(1.1);
    margin-left: 6px;
}

/* دکمه ارسال */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;

    background: linear-gradient(135deg, #b08a5b, #8c6a3f);
    color: #fff;

    font-weight: bold;
    font-size: 16px;

    border: none;
    border-radius: 14px;
    cursor: pointer;

    transition: all 0.3s ease;

    box-shadow: 0 10px 25px rgba(176,138,91,0.3);

    font-family: "B Zar", Tahoma, sans-serif;
}

/* هاور دکمه */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(176,138,91,0.45);
}

/* placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(0,0,0,0.35);
}

/* پیام خطا */
.wpcf7 .wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 12px;
}

/* خروجی فرم */
.wpcf7-response-output {
    margin-top: 15px;
    border-radius: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.08);
    color: #2b2b2b;
}/* End custom CSS */