.elementor-4445 .elementor-element.elementor-element-5b1e86a6{--display:flex;}.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 */@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

    .sep-program-container {
        direction: rtl;
        font-family: 'Tajawal', sans-serif;
        color: #444;
        line-height: 1.8;
        max-width: 1000px;
        margin: 20px auto;
    }

    /* رأس الصفحة */
    .sep-header {
        background: linear-gradient(135deg, #4e509c 0%, #60aad2 100%);
        color: white;
        padding: 50px 30px;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 40px;
        box-shadow: 0 10px 20px rgba(78, 80, 156, 0.2);
    }

    .sep-header h1 { color: #fff; font-weight: 800; margin-bottom: 20px; }
    .sep-header p { font-size: 1.15rem; opacity: 0.95; max-width: 850px; margin: 0 auto; }

    /* قسم لماذا البرنامج مهم */
    .importance-section {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }

    .importance-card {
        flex: 1;
        min-width: 280px;
        background: #f8fbfd;
        padding: 25px;
        border-radius: 20px;
        border-right: 5px solid #60aad2;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    }

    .importance-card h3 { color: #4e509c; margin-top: 0; }

    /* مراحل الانفصال - نظام الخطوات */
    .steps-container {
        position: relative;
        margin: 50px 0;
        padding: 20px;
        background: #fff;
    }

    .step-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
        position: relative;
    }

    .step-number {
        background: #cde182;
        color: #4e509c;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 1.3rem;
        flex-shrink: 0;
        margin-left: 20px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .step-content {
        background: #fff;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 15px;
        width: 100%;
        transition: 0.3s;
    }

    .step-item:hover .step-content {
        border-color: #7fb796;
        background: #fdfdfd;
    }

    .step-content h3 { color: #7fb796; margin-top: 0; margin-bottom: 10px; font-size: 1.2rem; }
    .step-content ul { padding-right: 20px; margin: 0; font-size: 0.95rem; }

    /* قسم الأدوار (الكادر والأم) */
    .roles-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-top: 40px;
    }

    .role-box {
        padding: 30px;
        border-radius: 25px;
        color: white;
    }

    .role-staff { background: #4e509c; }
    .role-mom { background: #7fb796; }

    .role-box h2 { color: #fff; text-align: center; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; }
    .role-box ul li { margin-bottom: 10px; list-style: none; position: relative; padding-right: 20px; }
    .role-box ul li::before { content: "✦"; position: absolute; right: 0; color: #cde182; }

    /* قسم التدرج حسب الطفل */
    .custom-box {
        background: #cde182;
        border-radius: 30px;
        padding: 35px;
        margin: 50px 0;
        text-align: center;
        border: 2px dashed #7fb796;
    }

    .custom-box h2 { color: #4e509c; margin-top: 0; }

    /* الخاتمة */
    .sep-footer {
        text-align: center;
        background: #f0f3ff;
        padding: 40px;
        border-radius: 100px 100px 30px 30px;
        border-bottom: 8px solid #4e509c;
    }

    .sep-footer h3 { color: #60aad2; }
    .final-quote { font-size: 1.3rem; font-weight: 700; color: #4e509c; margin-top: 20px; }

    @media (max-width: 768px) {
        .roles-grid { grid-template-columns: 1fr; }
        .sep-footer { border-radius: 30px; }
    }
    
    .sep-header p {
        color: white !important;
    }/* End custom CSS */