.elementor-2618 .elementor-element.elementor-element-8f73b5d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-d660f6d *//* ایمپورت فونت و آیکون – فارسی قشنگ */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* کلی فرم – gradient قشنگ */
.jehadi-form-wrapper {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
    direction: rtl !important;
    text-align: right !important;
    max-width: 700px !important;
    margin: 20px auto !important;
    background: linear-gradient(135deg, #f0f8f5 0%, #e8f4f8 100%) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(85, 107, 47, 0.15) !important;
    overflow: hidden !important;
    padding: 0 !important;
}

/* هدر – سبز جذاب */
.form-header {
    background: linear-gradient(135deg, #556B2F 0%, #6B8E23 100%) !important;
    color: white !important;
    padding: 25px !important;
    text-align: center !important;
    position: relative !important;
}

.form-header i.fas.fa-mosque {
    font-size: 40px !important;
    margin-bottom: 10px !important;
    opacity: 0.9 !important;
    display: block !important;
}

.form-header h2 {
    margin: 0 0 10px 0 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.form-header p {
    margin: 5px 0 !important;
    font-size: 15px !important;
    opacity: 0.95 !important;
}

.secure-badge {
    position: absolute !important;
    top: 10px !important;
    left: 20px !important;
    font-size: 12px !important;
    color: #FFD700 !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 5px 10px !important;
    border-radius: 15px !important;
}

/* بخش‌ها – fieldset قشنگ */
.form-section {
    padding: 25px !important;
    margin: 20px !important;
    background: white !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.section-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #556B2F !important;
    padding: 10px 15px !important;
    border-bottom: 3px solid #556B2F !important;
    margin: -25px 0 25px -25px !important;
    background: #f8f9fa !important;
    border-radius: 12px 12px 0 0 !important;
    display: block !important;
    width: calc(100% + 50px) !important;
}

.section-title i {
    margin-left: 8px !important;
    color: #556B2F !important;
}

/* ردیف‌ها – دو ستونه responsive */
.form-row {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.full-width {
    width: 100% !important;
}

.form-section label {
    display: block !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    width: 100% !important;
}

.required {
    color: #e74c3c !important;
}

/* فیلدها – نرم و فارسی */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
    width: 100% !important;
    padding: 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
    direction: rtl !important;
    box-sizing: border-box !important;
    transition: all 0.3s !important;
    background: #fff !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #556B2F !important;
    box-shadow: 0 0 8px rgba(85, 107, 47, 0.2) !important;
}

.wpcf7-form textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* رادیو – ساده */
.wpcf7-form input[type="radio"] {
    margin-left: 10px !important;
    transform: scale(1.2) !important;
}

.wpcf7-form .wpcf7-radio {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.wpcf7-form .wpcf7-radio label {
    margin: 0 !important;
    font-weight: normal !important;
    padding: 8px 12px !important;
    background: #f8f9fa !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.wpcf7-form .wpcf7-radio label:hover {
    background: #e8f5e8 !important;
}

/* چک‌باکس – کارت‌های قشنگ */
.checkbox-group {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 12px !important;
}

.wpcf7-form .wpcf7-checkbox label {
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    background: #f8f9fa !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.3s !important;
    cursor: pointer !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    margin: 0 8px 0 0 !important;
    order: -1 !important;
    transform: scale(1.1) !important;
}

.wpcf7-form .wpcf7-checkbox label:hover {
    background: #e8f5e8 !important;
    border-color: #556B2F !important;
    transform: translateY(-2px) !important;
}

/* آیکون چک‌باکس با CSS */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(1)::before { content: "❤️"; margin-left: 8px; color: #e74c3c; } /* درمان */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(2)::before { content: "🔨"; margin-left: 8px; color: #556B2F; } /* عمرانی */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(3)::before { content: "🎨"; margin-left: 8px; color: #9b59b6; } /* فرهنگی */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(4)::before { content: "📚"; margin-left: 8px; color: #f39c12; } /* آموزشی */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(5)::before { content: "⚽"; margin-left: 8px; color: #e67e22; } /* ورزشی */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(6)::before { content: "📷"; margin-left: 8px; color: #3498db; } /* رسانه */
.wpcf7-form .wpcf7-checkbox label:nth-of-type(7)::before { content: "🌿"; margin-left: 8px; color: #27ae60; } /* محیط زیست */

/* دکمه – pulse قشنگ */
.form-actions {
    text-align: center !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%) !important;
    margin: 0 20px 20px 20px !important;
    border-radius: 0 0 16px 16px !important;
}

.btn-submit {
    background: linear-gradient(135deg, #556B2F 0%, #6B8E23 100%) !important;
    color: white !important;
    padding: 15px 40px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(85, 107, 47, 0.3) !important;
    transition: all 0.4s !important;
    animation: pulse 2s infinite !important;
    font-family: 'Vazirmatn', sans-serif !important;
}

.btn-submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(85, 107, 47, 0.4) !important;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(85, 107, 47, 0.3); }
    50% { box-shadow: 0 4px 25px rgba(85, 107, 47, 0.5); }
}

/* ضد اسپم */
.honeypot { display: none !important; }

/* Responsive – موبایل */
@media (max-width: 768px) {
    .form-row { flex-direction: column !important; gap: 15px !important; }
    .jehadi-form-wrapper { margin: 10px !important; }
    .form-section { padding: 15px !important; margin: 10px !important; }
    .checkbox-group { grid-template-columns: 1fr !important; }
    .form-header h2 { font-size: 24px !important; }
    .btn-submit { padding: 12px 30px !important; font-size: 16px !important; }
}

/* خطاهای CF7 فارسی */
.wpcf7-validation-errors, .wpcf7-notice {
    direction: rtl !important;
    font-family: 'Vazirmatn', sans-serif !important;
    background: #ffeaa7 !important;
    border: 1px solid #fdcb6e !important;
    color: #2d3436 !important;
}
/* تنظیم چیدمان حوزه های فعالیت در وسط */
.jehadi-form-wrapper .checkbox-group .wpcf7-checkbox {
    display: flex;
    flex-direction: column; /* گزینه‌ها زیر هم قرار می‌گیرند */
    align-items: center;    /* وسط چین کردن نسبت به عرض */
    justify-content: center;
    gap: 10px;              /* فاصله بین خطوط */
    width: 100%;
    margin-top: 10px;
}/* End custom CSS */