    body { font-family: Arial, sans-serif; background:#f7f9fc; }
    .hero { background:#0d6efd; color:white; padding:90px 0; text-align:center; }
    .hero h1 { font-size:2.8rem; font-weight:700; }
    .hero p { font-size:1.2rem; }
    .section-title { font-size:2rem; font-weight:600; margin-bottom:25px; text-align:center; }
    .service-box, .step-box { background:white; padding:25px; border-radius:0; box-shadow:0 4px 12px rgba(0,0,0,0.08); text-align:center; }
    .icon { font-size:45px; color:#0d6efd; margin-bottom:15px; }
    .whatsapp-btn, .call-btn {
      position:fixed; bottom:25px; z-index:9999; padding:14px 18px; border-radius:50px; color:white; font-size:20px; display:flex; align-items:center; gap:7px;
    }
    .whatsapp-btn { right:25px; background:#25d366; }
    .call-btn { left:25px; background:#0d6efd; }
    .navbar-brand { font-weight:700; font-size:1.4rem; }
    a{
        text-decoration: none !important;
    }
    .service-box{
        background-color: #025a94;
        color: #fff;
        
    }

     
     .step-box{
                 background-color: #d82330;
        color: #fff;
     }
     
          .service-box .fa-solid ,  .step-box .fa-solid{
         color: #fff;
     }
.border-one {
    border: 2px solid #025a94 !important;
}


.bg-visa {
    position: relative;
    background: url('https://maaito.com/medcheck/img/bg-visa.png') no-repeat center/cover;
}

.bg-visa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
}

        body { background: #f8f9fa; }
        .card { border-radius: 15px; }


