.elementor-451 .elementor-element.elementor-element-9f8cb87{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-451 .elementor-element.elementor-element-986324a{margin:60px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 20px;padding:20px 20px 20px 20px;text-align:center;}.elementor-451 .elementor-element.elementor-element-986324a .elementor-heading-title{color:#006590;}.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 );}.elementor-451 .elementor-element.elementor-element-da58569{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;padding:20px 20px 20px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#8E8E8E;border-radius:10px 10px 10px 10px;text-align:start;color:#1B1B1B;}.elementor-451 .elementor-element.elementor-element-46eeaed{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* سوالات جدید */
.faq-premium-section {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    direction: rtl;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #1a202c;
}

.faq-line {
    width: 60px;
    height: 4px;
    background: #3b82f6;
    margin: 15px auto;
    border-radius: 10px;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* آیتم سوال */
.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.q-text {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2d3748;
    transition: color 0.3s ease;
}

/* باکس آیکون */
.faq-icon-box {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.faq-svg {
    width: 16px;
    height: 16px;
    color: #64748b;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.4s ease;
}

/* حالت فعال (باز شده) */
.faq-item.active {
    border-color: #3b82f6;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.08);
}

.faq-item.active .q-text {
    color: #3b82f6;
}

.faq-item.active .faq-icon-box {
    background: #3b82f6;
    transform: rotate(180deg);
}

.faq-item.active .faq-svg {
    color: #ffffff;
}

/* پاسخ */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    transition: max-height 0.8s ease-in-out;
}

.answer-content {
    padding: 0 25px 25px 25px;
    color: #4a5568;
    line-height: 1.8;
    font-size: 0.98rem;
    text-align: justify;
    border-top: 1px dashed #edf2f7;
    margin-top: 5px;
    padding-top: 20px;
}

/* هاور */
.faq-item:hover:not(.active) {
    border-color: #cbd5e0;
    transform: translateX(-5px);
}/* End custom CSS */