/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");*/
@import url("bootstrap-icons.css");

body {
  background-color: #000;
  color: #fff;
}

header.navbar {
  background-color: #1b227f;
  color: #fff;
  padding: 10px 20px 20px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #0d0f3d;
  border-top: none;
}

header.navbar .badge-dark {
  font-size: 15px;
  padding: 12px 25px;
  white-space: normal;
  line-height: 20px;
  width: 100%;
  border-radius: 8px !important;
}

header.navbar .badge-dark h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

header.navbar .phone a {
  color: inherit;
  text-decoration: none;
}

.logo {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.service-badges .badge {
  border-radius: 2px;
}

.footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  background-color: #0d0f3d;
  color: #ffffff;
}

.btn-blue {
  background-color: #1b227f;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #1b227f;
}

.badge-dark {
  background-color: #0d0f3d !important;
}

@media screen and (max-width: 576px) {
  header.navbar {
    padding: 10px 0 20px 0;
  }

  .hstack {
    flex-direction: column;
    font-size: 0.9rem;
  }

  .gap-4 {
    gap: 0.25rem !important;
  }

  .vr {
    display: none;
  }

  h4 {
    font-size: 0.9rem;
  }

  footer .btn.btn-sm {
    margin-top: 10px;
  }
}
