.elementor-4281 .elementor-element.elementor-element-2270d745{--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 *//* الحاوية الأساسية */
    .identity-wrapper {
        direction: rtl;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        line-height: 1.8;
        max-width: 1000px;
        margin: 20px auto;
        padding: 10px;
    }

    /* قسم المقدمة والشعار */
    .identity-hero {
        text-align: center;
        padding: 40px 20px;
        background: #fff;
        border-radius: 30px;
        margin-bottom: 40px;
        border: 1px solid #eee;
    }
    .identity-hero h3 { color: #4e509c; font-size: 28px; margin-bottom: 10px; }
    .identity-hero .slogan { 
        color: #7fb796; 
        font-size: 22px; 
        font-weight: bold; 
        display: block;
        margin-bottom: 20px;
    }
    .identity-hero p { font-size: 17px; max-width: 800px; margin: 0 auto; color: #666; }

    /* شبكة الرؤية والمهمة */
    .mission-vision-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    .info-card {
        padding: 35px;
        border-radius: 35px;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .info-card:hover { transform: translateY(-5px); }
    
    .vision-card { background: #f0f7f4; border: 2px solid #7fb796; }
    .mission-card { background: #eff6fb; border: 2px solid #60aad2; }

    .info-card h2 { margin-top: 0; display: flex; align-items: center; gap: 10px; font-size: 24px; }
    .vision-card h2 { color: #7fb796; }
    .mission-card h2 { color: #60aad2; }

    /* الأهداف التربوية (تصميم حديث) */
    .goals-section {
        background: #4e509c;
        color: white;
        padding: 50px 30px;
        border-radius: 40px;
        margin-top: 50px;
    }
    .goals-section h2 { 
        color: #cde182 !important; 
        text-align: center; 
        margin-bottom: 40px; 
        font-size: 28px;
    }
    .goals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }
    .goal-box {
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 15px;
        transition: background 0.3s ease;
    }
    .goal-box:hover { background: rgba(255, 255, 255, 0.2); }

    /* تنسيق الصور */
    .img-frame {
        width: 100%;
        max-width: 600px;
        margin: 30px auto;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .img-frame img { width: 100%; display: block; }

    @media (max-width: 768px) {
        .mission-vision-grid { grid-template-columns: 1fr; }
        .goals-grid { grid-template-columns: 1fr 1fr; }
    }/* End custom CSS */