 body{
      font-family: 'Poppins', sans-serif;
      background:#f8f9fa;
      font-weight: 400;
    }

    .navbar{
      background:#fff;
      
      border-bottom:1px solid #ddd;
    }

    .logo{
      font-size:40px;
      font-weight:bold;
      color:#0b2d83;
    }

    .nav-link{
      color:#0b2d83 !important;
      
      margin:0 10px;
      text-wrap: nowrap;
    }

    .btn-primary-custom{
      background:#0b2d83;
      color:#fff;
      border:none;
      padding:12px 28px;
      border-radius:8px;
      font-weight:600;
    }

    .btn-outline-custom{
      border:2px solid #0b2d83;
      color:#0b2d83;
      padding:10px 28px;
      border-radius:8px;
      font-weight:600;
      background:#fff;
    }

    .hero{
      background:#fff;
      padding:50px 0;
    }

    .hero-title{
      font-size:64px;
      font-weight:800;
      line-height:1.1;
      color:#0b2d83;
    }

    .hero-subtitle{
      font-size:28px;
      color:#173a8d;
      margin-top:20px;
    }

    .hero-image img{
      width:100%;
      border-radius:20px;
    }

    .section-title{
      text-align:center;
      color:#0b2d83;
      font-size:20px;
      font-weight:700;
      text-transform: uppercase;
    }

    .card-box{
      background:#fff;
      border-radius:15px;
      padding:30px;
      height:100%;
      box-shadow:0 0 10px rgba(0,0,0,0.08);
    }

    .orange{
      border-top:5px solid #ff5b00;
    }

    .green{
      border-top:5px solid #2d8f2d;
    }

    .blue{
      border-top:5px solid #0b2d83;
    }

    .card-box h3{
      font-size:28px;
      font-weight:700;
      margin-bottom:20px;
    }

    .card-box ul{
      padding-left:20px;
    }

    .card-box ul li{
      margin-bottom:12px;
      font-size:18px;
    }

    .icon-circle{
      width:70px;
      height:70px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:30px;
      color:#fff;
      margin:auto;
      margin-bottom:15px;
    }

    .bg-orange{
      background:#ff5b00;
    }

    .bg-green{
      background:#2d8f2d;
    }

    .bg-blue{
      background:#0b2d83;
    }

    .step-box{
      text-align:center;
    }

    .step-box h5{
      font-weight:700;
      color:#0b2d83;
    }

    .footer{
      background:#0b2d83;
      color:#fff;
      padding:30px 0;
      margin-top:50px;
    }

    .footer a{
      color:#fff;
      text-decoration:none;
      margin:0 10px;
    }

.footer{
  background:#0b2d83;
  color:#fff;
}

.social-icon{
  width:45px;
  height:45px;
  border-radius:50%;
  background:#fff;
  color:#0b2d83!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  margin-left:10px;
  font-size:20px;
  transition:0.3s;
}

.social-icon:hover{
  background:#dfe7ff;
  color:#0b2d83;
}
