.swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .gallery-section h2 {
    text-align: center;
    margin-bottom: 1rem;
  }