.header-nav {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-nav.header-scrolled, .header-nav.bg-white-on {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.btn-hamburger {
  background-color: #E96836;
}
.btn-hamburger:focus {
  box-shadow: inherit;
}
.btn-hamburger .btn-hamburger-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link-title {
  font-size: 16px;
  border-bottom: 1px solid #ff9326;
  padding-left: 10px;
}

.nav-item:has(.nav-link-title) {
  width: 90%;
  text-align: start;
  position: relative;
}
.nav-item:has(.nav-link-title)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ff9326;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}/*# sourceMappingURL=header.css.map */