/* Header/mobile menu styles */
@media (max-width:1100px) {
  .mobile-toggle { display: inline-block; }
  .mobile-menu { display:none; flex-direction:column; gap:10px; background:#fff; padding:14px 0 16px; border-top:1px solid #e9eef6; }
  .mobile-menu a { text-decoration:none; color:#111; font-size:17px; font-weight:600; padding:0 18px; font-family:'Segoe UI', Tahoma, Arial, sans-serif; }
  .mobile-menu.show { display:flex; }
}
.mobile-toggle { display:none; width:42px; height:42px; border-radius:10px; border:1px solid #dbe4f3; background:#fff; color:#153a75; align-items:center; justify-content:center; font-size:20px; }
.mobile-menu { position:fixed; inset:0; background:rgba(9,23,52,.25); z-index:200; display:none; padding:0; }
.mobile-menu.show { display:block; }
.mobile-menu-card { background:#fff; border-radius:0; max-width:100%; width:100%; min-height:100vh; padding:18px 16px 20px; box-shadow:none; }
.mobile-topbar { display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.mobile-topbar { position: relative; min-height: 56px; }
.mobile-brand { position: absolute; left: 50%; transform: translateX(-50%); }
.mobile-close { width:40px; height:40px; border-radius:10px; background:transparent; border:1px solid #d7e1f0; font-size:26px; color:#22355a; display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; }
.mobile-brand img { height:56px; margin:0; }
.mobile-links { display:flex; flex-direction:column; gap:10px; margin:8px 0 20px; }
.mobile-links a { text-decoration:none; color:#1d2f55; font-weight:700; padding:8px 6px; border-radius:8px; }
.mobile-links a.active { color:#e91f3f; background:#fff4f6; }
.mobile-urgent-btn { display:flex; justify-content:center; gap:8px; text-decoration:none; background:#e91f3f; color:#fff; font-weight:700; padding:12px; border-radius:10px; }
.mobile-lang-switch { margin-top:16px; text-align:center; font-weight:800; }
.mobile-lang-switch a { text-decoration:none; color:#1d2f55; }
.mobile-lang-switch a.active { color:#153a75; }
[dir="rtl"] .mobile-menu-card { text-align:right; }
[dir="rtl"] .mobile-topbar { flex-direction: row-reverse; }
[dir="rtl"] .mobile-brand { left: 50%; transform: translateX(-50%); }

@media (max-width: 992px) {
  .yanis-navbar { display:grid; grid-template-columns:42px 1fr 42px; align-items:center; gap:8px; padding:10px 14px; direction:ltr; }
  [dir="rtl"] .yanis-navbar { direction:ltr; }
  .yanis-logo { justify-self:center; }
  .yanis-logo img { height:50px; max-width:170px; }
  .yanis-menu, .yanis-phone, .yanis-actions .urgent-btn, .yanis-actions .lang-switch { display:none !important; }
  .mobile-toggle { display:inline-flex; }
  .mobile-spacer { display:block !important; width:42px; height:42px; }
}



.help-banner{
    display:grid;
    grid-template-columns:1.2fr 1.4fr 1fr 80px;
    background:#0b3d7a;
    overflow:hidden;
}

.help-zones{
    padding:24px 28px;
    display:flex;
    align-items:center;
    gap:22px;
    background:#0b3d7a;
}

.help-zones img{
    width:125px;
    flex-shrink:0;
}

.help-zones h3,
.help-why h3,
.help-contact h3{
    color:#fff;
    margin:0 0 12px;
    font-size:14px;
    line-height:1.25;
    font-weight:900;
    text-transform:uppercase;
}

.help-zones p,
.help-contact p{
    color:#fff;
    margin:0;
    font-size:12px;
    line-height:1.6;
}

.help-zone-btn{
    display:inline-block;
    margin-top:12px;
    padding:8px 16px;
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
}

.help-why{
    position:relative;
    overflow:hidden;
    min-height:160px;
    padding:22px 28px;
    background:
        linear-gradient(90deg, rgba(11,61,122,1) 0%, rgba(11,61,122,.95) 38%, rgba(11,61,122,.55) 58%, rgba(11,61,122,.15) 100%),
        url("https://yanisassistance.ma/images/doctors.png") right center / auto 100% no-repeat;
}

.help-why-content{
    position:relative;
    z-index:2;
    width:100%;
}

.help-why-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.help-why-content li{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:9px;
    color:#fff;
    font-size:12px;
    line-height:1.3;
}

.help-why-content li::before{
    content:"✓";
    width:15px;
    height:15px;
    border-radius:50%;
    background:#fff;
    color:#0b3d7a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:9px;
    font-weight:900;
    flex-shrink:0;
}

.help-contact{
    padding:24px 28px;
    text-align:center;
    background:#0b3d7a;
    border-top-right-radius:22px;
}

html[dir="rtl"] .help-contact .help-phone{
    direction:ltr;
    unicode-bidi:isolate;
}

.help-phone{
    display:block;
    max-width:190px;
    margin:16px auto 10px;
    padding:12px 14px;
    background:#ff1848;
    color:#fff;
    border-radius:7px;
    text-decoration:none;
    font-size:18px;
    font-weight:900;
}



.help-online{
    display:block;
    max-width:230px;
    margin:0 auto;
    padding:10px 14px;
    border:1px solid #fff;
    border-radius:5px;
    color:#fff;
    text-decoration:none;
    font-size:10px;
    font-weight:900;
}

.help-side{
    background:#f7f8fb;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.help-side-box{
    width:62px;
    height:96px;
    margin-bottom:8px;
    background:#e51d2a;
    color:#fff;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.help-icon{
    font-size:18px;
    line-height:1;
    margin-bottom:6px;
}

.help-side-box small{
    color:#fff;
    font-size:8px;
    font-weight:900;
    line-height:1;
}

.help-side-box strong{
    color:#fff;
    font-size:20px;
    font-weight:900;
    margin-top:5px;
    line-height:1;
}


@media (max-width:768px){

    .help-banner{
        display:flex;
        flex-direction:column;
    }

    .help-zones,
    .help-why,
    .help-contact{
        width:100%;
    }

    .help-side{
        width:100%;
        background:#0b3d7a;
        padding:15px;
    }

    .help-side-box{
        width:100%;
        height:70px;
        margin:0;
        border-radius:10px;

        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        gap:15px;
    }

    .help-icon{
        margin:0;
        font-size:22px;
    }

    .help-side-box small{
        font-size:12px;
    }

    .help-side-box strong{
        margin:0;
        font-size:28px;
    }
}