.elementor-4439 .elementor-element.elementor-element-74a080a0{--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');

.nursery-container {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
    color: #333;
    line-height: 1.8;
    max-width: 1000px;
    margin: 20px auto;
    padding: 10px;
}

/* زر CTA أعلى الصفحة */
.cta-top {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.cta-top a{
    background: #4e509c;
    color: white !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
.cta-top a:hover { background: #3b3f88; transform: scale(1.05); }

/* الهيدر */
.nursery-intro {
    text-align: center;
    background: linear-gradient(135deg, #60aad2 0%, #4e509c 100%);
    color: white;
    padding: 40px 20px;
    border-radius: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.nursery-intro h1 { font-weight: 800; margin-bottom: 15px; font-size: 2rem; }
.nursery-intro p { font-size: 1.1rem; max-width: 800px; margin: 0 auto; opacity: 0.95; }

/* شبكة السلامة */
.safety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.safety-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    border-bottom: 6px solid #ccc;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.safety-card:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 15px 30px rgba(0,0,0,0.15); 
}

.card-blue { border-color: #60aad2; }
.card-green { border-color: #7fb796; }
.card-lime { border-color: #cde182; }
.card-purple { border-color: #4e509c; }

.card-icon { font-size: 2.5rem; margin-bottom: 15px; }

.safety-card h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}
.card-blue h2 { color: #60aad2; }
.card-green h2 { color: #7fb796; }
.card-lime h2 { color: #9ab33a; }
.card-purple h2 { color: #4e509c; }

.nursery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nursery-list li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}
.nursery-list li::before {
    content: '✔';
    position: absolute;
    right: 0;
    font-weight: bold;
}
.card-blue li::before { color: #60aad2; }
.card-green li::before { color: #7fb796; }
.card-lime li::before { color: #cde182; }
.card-purple li::before { color: #4e509c; }

/* الشفافية */
.transparency-section {
    background: #f0f7fb;
    border-radius: 30px;
    padding: 40px;
    margin-top: 50px;
    border: 2px dashed #60aad2;
    text-align: center;
}
.transparency-section .sub-item {
    background: white; 
    padding: 15px; 
    border-radius: 15px; 
    flex:1; 
    min-width: 200px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transparency-section .sub-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* الهدف */
.goal-box {
    background: #cde182;
    color: #444;
    padding: 30px;
    border-radius: 50px 5px 50px 5px;
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
}

/* الملاحظة النهائية */
.footer-note {
    text-align: center;
    margin-top: 30px;
    color: #4e509c;
    font-weight: bold;
    font-size: 1.2rem;
}

/* زر CTA داخل الأقسام */
.section-cta {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: #4e509c;
    color: white !important;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
.section-cta:hover{ background:#3b3f88; transform: scale(1.05); }

@media (max-width:600px){
    .safety-grid { grid-template-columns: 1fr; }
    .transparency-section div { flex-direction: column; }
}

.nursery-intro p, .nursery-intro h1{
    color: white !important;
}/* End custom CSS */