.btn-menu {
    background-color: #F59B18;
    color: #FFFFFF !important;
    border-radius: 999px;
    transition: background-color 0.25s ease;
}

.btn-menu:hover {
    background-color: #FFE0B3;
    color: #FFFFFF !important;
}


 .nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s ease;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.87);
}

.nav-link:active {
  color: rgba(255, 255, 255, 1);
}

.nav-link.active {
  color: rgba(255, 255, 255, 1);
}
