.elementor-18922 .elementor-element.elementor-element-ee78f06 > .elementor-widget-container{margin:27px 0px 0px 0px;}.elementor-18922 .elementor-element.elementor-element-effe759{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin-top:18px;margin-bottom:18px;}/* Start custom CSS for text-editor, class: .elementor-element-ee78f06 *//* ============================= */
/* کارت فوق حرفه‌ای دارایدک      */
/* نسخه پریمیوم                   */
/* ============================= */

.daraidac-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;

    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;

    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.daraidac-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.11);
}

/* نوار هدر گرادینتی */
.daraidac-card .header {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    padding: 26px 20px;

    display: flex;
    align-items: center;
    gap: 18px;

    color: #fff;
}

/* آیکون مدرن */
.daraidac-card .header-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    backdrop-filter: blur(6px);
}

/* عنوان */
.daraidac-card h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* باکس متن */
.daraidac-card .text-box {
    background: #f9fafb;
    padding: 22px 24px;
    font-size: 15px;
    line-height: 2.3;
    color: #374151;
    border-top: 1px solid #e5e7eb;
}

/* لینک‌های داخل متن */
.daraidac-card .text-box a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.daraidac-card .text-box a:hover {
    text-decoration: underline;
}

/* موبایل */
@media (max-width: 600px) {
    .daraidac-card .header {
        padding: 20px 16px;
    }

    .daraidac-card h1 {
        font-size: 19px;
    }

    .daraidac-card .text-box {
        padding: 18px 16px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for accordion, class: .elementor-element-99ee465 *//* ========================= */
/* راست چین + پایه اصلی */
/* ========================= */

.elementor-accordion {
    direction: rtl !important;
    text-align: right !important;
    margin-top: 20px;
}

/* ========================= */
/* استایل کارت هر آیتم */
/* ========================= */

.elementor-accordion .elementor-accordion-item {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    margin-bottom: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.elementor-accordion .elementor-accordion-item:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.09);
}

/* ========================= */
/* هدر (سؤال) هر بخش */
/* ========================= */

.elementor-accordion .elementor-tab-title {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1d4ed8;
    border-bottom: none;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover روی عنوان */
.elementor-accordion .elementor-tab-title:hover {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    color: #1e40af;
}

/* ========================= */
/* آیکون فلش زیبا */
/* ========================= */

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    order: -1;
    margin-left: 10px !important;
    margin-right: 0 !important;
    color: #2563eb;
    transition: transform 0.35s ease, color 0.3s ease;
}

/* چرخش فلش زمان باز شدن */
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon i {
    transform: rotate(180deg);
}

/* رنگ فلش در حالت فعال */
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    color: #ffffff !important;
}

/* ========================= */
/* حالت عنوان باز شده */
/* ========================= */

.elementor-accordion .elementor-tab-title.elementor-active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-weight: 700;
}

/* ========================= */
/* محتوای جواب */
/* ========================= */

.elementor-accordion .elementor-tab-content {
    background: #f8fafc;
    padding: 16px 20px 20px;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 2.15;
    color: #374151;
    text-align: right !important;
    direction: rtl !important;
}

/* لینک‌ها */
.elementor-accordion .elementor-tab-content a {
    color: #1d4ed8;
    font-weight: 500;
    text-decoration: none;
}

.elementor-accordion .elementor-tab-content a:hover {
    text-decoration: underline;
}

/* ========================= */
/* حالت موبایل */
/* ========================= */

@media (max-width: 600px) {

    .elementor-accordion .elementor-tab-title {
        font-size: 14px;
        padding: 14px 16px;
    }

    .elementor-accordion .elementor-tab-content {
        font-size: 13px;
        padding: 14px 16px 16px;
    }
}/* End custom CSS */