.nav-link {
  color: #333 !important;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 14px;
}

.nav-link:hover {
  color: #2c5aa0 !important;
}

.contact-btn {
  background: var(--primary-dark);
  border: none;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
