/* Ensure offcanvas is above carousel and all content */
.offcanvas {
  z-index: 1080 !important;
}
.navbar-brand img {
  height: 50px;
}

.icon-group i {
  font-size: 18px;
  color: #333;
  margin: 0 8px;
}

.badge-custom {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
