.navbar {
  transition: all 0.3s ease;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #0d6efd !important; /* Bootstrap primary blue */
}

.navbar-brand {
  letter-spacing: 0.5px;
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

section {
  scroll-margin-top: 80px;
}

.btn-outline-light:hover {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.badge {
  font-size: 1rem;
  padding: 0.8rem 1.2rem;
}

.lead {
  line-height: 1.7;
}
