.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  height: 80px;
}

.logo a {
  font-size: 22px;
  font-weight: 700;
  color: #228B22;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  gap: 45px;
  margin-left:auto
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.nav-menu a.active {
  color: #228B22;
  border-bottom: 2px solid #C4B454;
  padding-bottom: 4px;
}
.nav-menu {
  margin-left: auto;
}
