.vc-date__btn.event-color{
  background-color: #4169E1 !important;
}

.navbar-nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  gap: 1em;
}

.navbar-nav .nav-item{
  transition: transform 0.3s ease;
}

.navbar-nav .nav-item:hover{
  transform: scale(1.02);
}

.nav-link.active {
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-item.active{
  color: black;
  font-weight: 600;
}

.nav .link-secondary:hover {
  color: #4169E1 !important;
  text-decoration: underline;
}

.btn {
  background-color: #4169E1 !important;
  color: #fff !important;
}

.btn:hover{
  background-color: rgba(65, 105, 225, 0.8) !important;
  color: #fff !important;
}

.card-title.text-primary{
  color: black !important;
}