.elementor-5473 .elementor-element.elementor-element-78b53f4{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-f81d237 *//* --- حاوية الأسئلة الشائعة --- */
.faq-section-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.04);
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-size: 28px;
    font-weight: 900;
    color: #002E6D;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.faq-header p {
    color: #64748b;
    font-size: 16px;
    margin-top: 10px;
}

/* --- تصميم الأكورديون --- */
.faq-item {
    border-bottom: 1px solid #f1f5f9;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-summary {
    padding: 25px 20px;
    cursor: pointer;
    font-weight: 800;
    color: #1e293b;
    font-size: 17px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-summary:hover {
    background: #f8fafc;
    color: #002E6D;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.3s ease;
    background: #f1f5f9;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

details[open] .faq-icon {
    transform: rotate(180deg);
    background: #002E6D;
    color: #fff;
}

.faq-content {
    padding: 0 20px 30px 20px;
    color: #475569;
    line-height: 1.8;
    font-size: 15.5px;
}

.faq-content strong {
    color: #002E6D;
}

/* الروابط الخارجية DoFollow */
.faq-link {
    color: #002E6D;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid #fbbf24;
    transition: all 0.2s;
}

.faq-link:hover {
    background: #fffbeb;
    color: #b45309;
}

@media (max-width: 768px) {
    .faq-header h2 { font-size: 22px; }
    .faq-summary { font-size: 15px; }
}/* End custom CSS */