.elementor-4432 .elementor-element.elementor-element-72d7e612{--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 */>
.events-detailed-wrapper{
    direction:rtl;
    font-family:'Segoe UI',Tahoma;
    color:#444;
    line-height:1.8;
    max-width:1000px;
    margin:30px auto;
    padding:10px;
}

/* الهيدر الملهم */
.events-header-box{
    background:#fdf2f7;
    padding:45px 30px;
    border-radius:40px;
    text-align:center;
    margin-bottom:50px;
    border:2px solid #f8bbd0;
}
.events-header-box h2{ color:#e91e63 !important; margin-bottom:15px; font-size:32px; }
.events-header-box p{ font-size:17px; max-width:800px; margin:10px auto; }
.events-header-box .trust-note{
    color:#4caf50;
    font-weight:bold;
    margin-top:15px;
}
.events-header-box .btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 30px;
    background:#4e509c;
    color:white !important;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}
.events-header-box .btn:hover{ background:#3b3f88; }

/* يوم الخميس المميز */
.thursday-special{
    background:#fffde7;
    padding:40px;
    border-radius:35px;
    border-right:10px solid #fbc02d;
    margin-bottom:50px;
}
.thursday-special h2{ color:#f57f17 !important; margin-top:0; }
.thursday-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:15px;
    margin-top:25px;
}
.thursday-item{
    background:rgba(255,255,255,0.7);
    padding:15px;
    border-radius:15px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    border:1px solid #fff;
}

/* الرحلات التعليمية */
.trips-section{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin-bottom:50px;
    background:#e1f5fe;
    padding:40px;
    border-radius:35px;
}
.trips-content{ flex:1; min-width:300px; }
.trips-content h2{ color:#0288d1 !important; margin-top:0; }
.trips-list{
    list-style:none;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.trips-list li{
    background:#fff;
    padding:8px 15px;
    border-radius:50px;
    font-size:14px;
    border:1px solid #b3e5fc;
}

/* الهوية الدينية والوطنية */
.identity-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:50px;
}
.identity-card{
    padding:30px;
    border-radius:30px;
    color:white;
}
.id-religious{ background:#4caf50; }
.id-national{ background:#d32f2f; }
.identity-card h3{
    color:#fff !important;
    margin-top:0;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding-bottom:10px;
}
.identity-card ul{ padding-right:20px; font-size:14px; }

/* أعياد الميلاد */
.birthdays-section{
    background:#f3e5f5;
    padding:30px;
    border-radius:30px;
    margin-bottom:50px;
}
.birthdays-section h2{ color:#7b1fa2 !important; margin-top:0; }

/* كروت الأهداف والسلامة */
.info-footer-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-top:40px;
}
.info-footer-card{
    background:#f5f5f5;
    padding:25px;
    border-radius:25px;
}
.info-footer-card h3{ margin-top:0; font-size:18px; color:#4e509c; }
.info-footer-card li{ font-size:14px; margin-bottom:5px; }

/* CTA النهائي */
.final-call{
    background:#4e509c;
    color:white;
    text-align:center;
    padding:40px;
    border-radius:40px;
    margin-top:50px;
}
.final-call strong{ color:#cde182; display:block; margin-top:15px; }

@media(max-width:768px){
    .identity-section, .info-footer-grid{ grid-template-columns:1fr; }
    .trips-section{ flex-direction:column; }
}

.final-call p {
    color: white !important;
}/* End custom CSS */