
.navbar-section {
  position:fixed;
  width:100%;
  top: 0;
  z-index: 1030;
  font-family: poppins !important;
}

.nav-link a:hover,
.auth-buttons a:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}


.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-toggler {
  outline: none;
  box-shadow: none;
}

.nav-link{
  color:rgb(41, 41, 41);
}



/* You can add animation or slide-down toggle logic here for mobile nav */

