/*.hero-section {
      background: rgb(25 44 70 / 90%) url(assets/img/web/bsl-2.jpg) no-repeat center center / cover;
      background-blend-mode: overlay;
      color: #fff;
      padding: 130px 0 40px;
    }*/
    .hero-section h2 {
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.4;
    }
    .hero-section ul {
      list-style: none;
      padding: 0;
    }
    .hero-section ul li {
      margin-bottom: 10px;
      font-size: 1rem;
    }
    .hero-section ul li::before {
      content: "✔";
      color: #ffc107;
      font-weight: bold;
      margin-right: 10px;
    }
    .consultation-box {
      background: #fff;
      color: #000;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .consultation-box h4 {
      text-align: center;
      font-weight: 600;
    }
    .consultation-box span {
      color: red;
      font-weight: 700;
    }
    .btn-submit {
      background: #022860;
      color: #fff;
      width: 100%;
    }
    
     .form-select{
        border-radius: 18px;
        width: 100%;
        height: 50px;
        padding-left: 30px;
        border: 0;
        outline: none;
        font-size: 16px;
        border: 2px solid #b7b5b5;
    }
    @media (max-width: 767px) {
      .hero-section {
        padding: 140px 20px 50px;
      }
      .hero-section h2 {
        font-size: 1.6rem;
      }
    }