.swiper {
  width: 100%;
  padding: 20px 0;
}
.swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.171);
}

.card-img {
  width: 100%;
  max-width: 305px;
  height: auto;
  aspect-ratio: 362 / 370;
  object-fit: cover;
  margin: auto;
  border-radius: 12px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
}

.card-desc {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 10px;
  color: #555;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7B0012;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px !important;
}

/* Optional: Hide navigation on very small screens */
@media (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}




.image-container {
      position: relative;
      width: 90%;
      max-width: 505px;
      height: auto;
      border: 2px solid #ccc;
      overflow: hidden;
    }

    .zoom-image {
      width: 100%;
      display: block;
      object-fit: cover;
    }

    .lens {
      position: absolute;
      border: 2px solid #000;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      cursor: none;
      display: none;
      background-repeat: no-repeat;
      background-size: 200% 200%;
      z-index: 1000;
      pointer-events: none;
    }

    @media (max-width: 500px) {
      .lens {
        width: 80px;
        height: 80px;
      }
    }



    @media screen and (min-width: 970px) {
 .mobile-justify-content{
  justify-content: center;
 }
}