/* Custom styles for a richer look */
#eventModal .modal-content {
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: none;
  font-family: 'Georgia', serif;
}

#eventModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#eventModal .modal-title {
  font-weight: bold;
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

#eventModal .btn-close {
  box-shadow: none;
}

#eventModal .modal-body {
  padding-top: 0;
}

#eventModal .img-fluid {
  transition: transform 0.3s ease-in-out;
}

#eventModal .img-fluid:hover {
  transform: scale(1.05);
}

.lead {
  color: #555;
}

.text-muted {
  font-style: italic;
}