/* Navbar customization */
.navbar {
  background-color: #0d6efd !important; /* Bootstrap blue */
}

/* Nav link base style */
.navbar .nav-link {
  color: white !important;
  font-weight: 500;
}

/* Hover effect */
.navbar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}

/* Active item */
.navbar .nav-link.active {
  text-decoration: underline;
  font-weight: bold;
}
