
/* Light background for this slide */
.logo-slide-light {
  height: 500px;
  background: #ffffff;
  text-align: center;
  padding: 2rem;
}

/* Clean, modern logo style */
.carousel-logo-light {
  max-width:350px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}
.carousel-logo-light:hover {
  transform: scale(1.08);
}
