
    /* --- Styles locaux pour la bannière --- */
    .mission-banner { padding: 60px 0; position: relative; overflow: hidden; }
    .mission-banner .banner-inner { background: #f1f5f9 ; color: #fff;  padding: 30px; box-shadow: 0 10px 30px rgba(2,6,23,0.4); }
    .mission-banner h2 { font-size: 28px; margin-bottom: 10px; font-weight:700; }
    .mission-banner p { opacity: 0.95; margin-bottom: 18px; }
    .btn-red { display:inline-block; background: linear-gradient(90deg,#e63946,#ff6b6b); color:#fff; padding: 10px 18px; border-radius: 8px; text-decoration:none; font-weight:600; }

    .stats-cards { display:flex; align-items:center; justify-content:center; }
    .stat-card { background: white; border-radius: 12px; padding: 18px; text-align:center; min-height: 110px; display:flex; flex-direction:column; justify-content:center; color: #17418a; }
    .stat-number { font-size: 28px; font-weight:800; letter-spacing: 0.5px; margin-bottom:6px; }
    .stat-label { font-size: 13px; text-transform: none; opacity: 0.9; }

   .banner-inner{
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 20px;
    }

    .apply-now1{
        height: 350px;
    }
    /* responsive */
    @media (max-width: 991px) {
        .mission-banner { padding: 30px 0; }
        .mission-banner .banner-inner { padding: 20px; }
        .mission-banner h2 { font-size: 22px; }
        .stat-number { font-size: 22px; }

          .apply-now1{
        height: 650px;
        }
    }

