.elementor-523 .elementor-element.elementor-element-716077d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-59f3ef3 *//* تنسيق الحاوية الرئيسية */
.elementor-widget-text-editor {
    color: #333;
    line-height: 1.8;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* العناوين */
.elementor-widget-text-editor h2 {
    color: #004578; /* لون مايكروسوفت الرسمي */
    font-size: 28px;
    border-bottom: 3px solid #0078d4;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
}

.elementor-widget-text-editor h3 {
    color: #2b579a;
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* إضافة أيقونة بسيطة قبل العناوين الفرعية */
.elementor-widget-text-editor h3::before {
    content: " \f058"; /* أيقونة Check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #0078d4;
    font-size: 18px;
}

/* تنسيق القوائم Bullets (التي تحتوي على المميزات) */
.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.elementor-widget-text-editor ul li {
    background: #f3f6f9;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #0078d4;
    transition: transform 0.3s ease;
}

.elementor-widget-text-editor ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* تنسيق القائمة الرقمية (Benefits) */
.elementor-widget-text-editor ol {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
}

.elementor-widget-text-editor ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.elementor-widget-text-editor ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #0078d4;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

/* متطلبات النظام (System Requirements) - ستايل مختلف */
.elementor-widget-text-editor h3:last-of-type + ul {
    grid-template-columns: 1fr; /* جعل المتطلبات في سطر واحد */
    background: #222;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.elementor-widget-text-editor h3:last-of-type + ul li {
    background: transparent;
    border-left: 2px solid #555;
    padding: 5px 15px;
    color: #ddd;
}

.elementor-widget-text-editor h3:last-of-type + ul li b {
    color: #00a4ef;
}

/* الكلمات المهمة (Bold) */
.elementor-widget-text-editor b {
    color: #000;
}/* End custom CSS */