.page-header {
  margin-bottom: 0.9rem;
}

.row.main-navigation {
  overflow-x: visible;
  max-width: 106rem;
  margin: auto !important;
}

.row.main-navigation .col-md-12,
.navbar {
  padding: 0px;
}

.navbar-nav {
  margin-left: auto !important;
  margin: 0px;
}

#lg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#lg-nav-menu li a {
  color: white;
}

#lg-nav-menu .dropdown-menu a.dropdown-item {
  color: #1f2b59;
}

.dropdown-toggle::after {
  position: relative;
  top: 2px;
}

a.home-button {
  height: 137px;
  padding: 0px 0px;
  text-decoration: none;
  float: left;
}

.home-button img {
  height: 121px;
  width: auto;
}

@media screen and (min-width: 991px) {
  .dropdown-menu.show {
    position: absolute !important;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    background-color: #eee !important;
  }
}

@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0px 35px;
  }
}

@media screen and (min-width: 768px) {
  #lg-nav {
    position: relative;
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .home-button {
    position: relative;
    top: 10px;
  }
}

#lg-nav-menu .nav-item .nav-link:hover {
  border: 2px solid #445fbe;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); /* Stronger shadow for visibility */
  transform: translateY(-4px); /* Slight lift effect */
}

#lg-nav-menu .dropdown-menu a.dropdown-item:hover {
  border: 2px solid #445fbe; /* Subtle border */
  font-weight: 800;
}

.menu-item {
  text-align: center;
  letter-spacing: 0.03em;
}
