.elementor-717 .elementor-element.elementor-element-3c8f2a71{--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 );}body.elementor-page-717:not(.elementor-motion-effects-element-type-background), body.elementor-page-717 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-79c4ea8f *//* =========================
   CF7 LUXURY DARK GOLD V2
   ZAGROOS PREMIUM UI
========================= */

.wpcf7 {
    max-width: 820px;
    margin: 60px auto;
    padding: 45px;

    /* بک‌گراند حرفه‌ای‌تر */
    background:
        radial-gradient(circle at 20% 0%, rgba(212,175,55,0.08), transparent 35%),
        radial-gradient(circle at 90% 100%, rgba(212,175,55,0.06), transparent 40%),
        rgba(10, 10, 10, 0.78);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 26px;

    box-shadow:
        0 35px 90px rgba(0,0,0,0.75),
        inset 0 1px 0 rgba(255,255,255,0.05);

    direction: rtl;
    font-family: "B Zar", "IRANSans", Tahoma, sans-serif;

    position: relative;
    overflow: hidden;
}

/* هاله طلایی خیلی نرم پشت فرم */
.wpcf7::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -20%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle,
        rgba(212,175,55,0.10),
        transparent 55%);
    filter: blur(40px);
    opacity: 0.6;
    pointer-events: none;
}

/* متن توضیحات */
.wpcf7 p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,0.82);
}

/* =========================
   INPUTS - MODERN SOFT UI
========================= */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 16px 18px;

    margin-top: 8px;

    border-radius: 16px;

    border: 1px solid rgba(255,255,255,0.06);

    background:
        linear-gradient(145deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02));

    color: #fff;

    font-size: 15px;
    font-family: "B Zar", Tahoma, sans-serif;

    outline: none;

    transition: all 0.35s ease;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.05),
        0 10px 25px rgba(0,0,0,0.35);
}

/* hover input */
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
    border-color: rgba(212,175,55,0.25);
}

/* focus حرفه‌ای */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: rgba(212,175,55,0.75);
    box-shadow:
        0 0 0 4px rgba(212,175,55,0.12),
        0 18px 40px rgba(0,0,0,0.6);
    background: rgba(255,255,255,0.06);
}

/* لیبل‌ها */
.wpcf7 label {
    font-size: 13.5px;
    color: rgba(255,255,255,0.75);
}

/* =========================
   RADIO &amp; CHECKBOX
========================= */

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    accent-color: #d4af37;
    transform: scale(1.15);
    margin-left: 6px;
}

/* =========================
   BUTTON - PREMIUM GOLD
========================= */

.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 18px;

    margin-top: 25px;

    border-radius: 18px;

    border: none;

    font-size: 18px;
    font-weight: 900;

    font-family: "B Zar", Tahoma, sans-serif;

    cursor: pointer;

    color: #1a1205;

    background: linear-gradient(
        120deg,
        #6f4d08,
        #d4af37,
        #fff2b0,
        #c9971a,
        #fff8d0,
        #b8860b
    );

    background-size: 300% 300%;

    animation: goldMove 5.5s ease infinite;

    box-shadow:
        0 18px 45px rgba(212, 175, 55, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.35);

    transition: all 0.35s ease;
}

/* hover دکمه */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 25px 60px rgba(212, 175, 55, 0.38);
}

/* active */
.wpcf7 input[type="submit"]:active {
    transform: translateY(-1px) scale(0.99);
}

/* انیمیشن طلا */
@keyframes goldMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* =========================
   ERROR &amp; RESPONSE
========================= */

.wpcf7 .wpcf7-not-valid-tip {
    color: #ff4d4d;
    font-size: 12px;
}

.wpcf7-response-output {
    margin-top: 18px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}/* End custom CSS */