body {
  background: #f5f7fb;
  font-family: Inter, sans-serif;
}

.event-card {
  background-image: url('../images/bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat; background-position: center;
  border-radius: 16px;
  padding: 24px;
 
}

.speaker-card { 
 
  text-align: center;
  
}

.speaker-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0d6efd;
}

.day-card {
  background-image: url('../images/bg2.jpg');
   background-size: cover;
  background-repeat: no-repeat; background-position: center;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.day-card:hover {
  transform: scale(1.03);
}

.day-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.modal-img {
  width: 100%;
  border-radius: 12px;
}
