.row {
  margin-top: 50px;
}

.ekko-lightbox .modal-title {
  font-family: 'Georgia', serif;
  font-size: 22px;
  color: #333;
}

.ekko-lightbox .modal-footer {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}


.img-fixed {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.img-fixed:hover {
  transform: scale(1.03);
}
.gallery-title {
  text-align: center;
  margin-top: 30px;
  font-family: 'Segoe UI', sans-serif;
}

.gallery-header {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  text-align: center;
  margin: 40px 0 20px;
  color: #333;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.gallery-intro {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  text-align: center;
  margin: 50px 0px 20px;
  color: #333;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}
