

.navbar img {
  max-height: 60px;
}

/* Default menu link style */
.nav-links li a {
  color: #333; /* normal text color */
  text-decoration: none;
  padding: 8px 12px;
  transition: color 0.3s;
}

/* Hover effect */
.nav-links li a:hover {
  color: #870102;
}

/* Active link */
.nav-links li a.active {
  color: #870102;
  font-weight: bold; /* optional: makes it stand out more */
  border-bottom: 2px solid #870102; /* optional underline effect */
}
