 .banner-image {
      background-size: contain;
      background-position: center;
      height: 100%;
      /* or your preferred height */
      width: 100%;
    }

    .section-box {
      position: relative;
      top: -85px;
    }

    @media (max-width: 768px) {

      .container-banner {
        position: relative;
      }

      .section-box {
        position: relative;
        top: -80px;
      }

    }

    a {
      text-decoration: none;
    }

    .nav-tabs .nav-link {
      color: rgba(0, 0, 0, 0.8);
      transition: all 0.3s;
    }

    .nav-tabs .nav-link:hover {
      color: black;
      background-color: rgba(255, 255, 255, 0.1);
    }

    .nav-tabs .nav-link.active {
      color: #212529;
      background-color: white;
      border-bottom-color: white;
    }

    .card {
      border-radius: 0.5rem;
    }

    .form-control,
    .form-select {
      padding: 0.75rem 1rem;
    }

    .input-group-text {
      padding: 0.75rem 1rem;
    }

    .iform {
      position: relative;
      top: 60px;
    }

    footer ol,
    ul {
      padding: 0px;
    }

    .custom-bullet {
      list-style: none;
      padding-left: 0;
    }

    .custom-bullet li {
      position: relative;
      padding-left: 1.5rem;
    }

    .custom-bullet li:before {
      content: "•";
      color: var(--bs-primary);
      font-weight: bold;
      font-size: 1.2rem;
      position: absolute;
      left: 0;
      top: -2px;
    }

    .document-card {
      transition: transform 0.3s ease;
    }

    .document-card:hover {
      transform: translateY(-5px);
    }

    