.navbar-custom {
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #F3E5AB !important;
  font-weight: 500;
  
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: #458ae4f3 !important;
}

/* Make sure logo and nav are in extreme corners */
.navbar-custom .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Optional: slightly increase spacing between nav items */
.navbar-custom .nav-item {
  margin-left: 15px;
}

/* Add subtle animation for hover */
.navbar-custom .nav-link {
  transition: color 0.3s ease;
}