.swiper-gallery-top .swiper-slide {
    max-height: 400px; /* Set your desired height */
    overflow: hidden; /* Hide any overflow */
}

.swiper-gallery-thumbs .swiper-slide {
	width: 200px;
    max-height: 150px; /* Set your desired height */
    overflow: hidden; /* Hide any overflow */
}

.swiper-gallery-top .swiper-slide img,
.swiper-gallery-thumbs .swiper-slide img {
    width: 100%; /* Make image take full width */
    height: 100%; /* Make image take full height */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

.qb-image-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qb-image-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.qb-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-gallery-top {
  height: 80%;
  width: 100%;
}

.swiper-gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-gallery-top .swiper-slide {
  opacity: 0.4;
}
.swiper-gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-gallery-top .swiper-slide-active {
  opacity: 1;
}

.swiper-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.qb-image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
	
.qb-image-slider .swiper-button-next,
.qb-image-slider .swiper-button-prev {
    color: #fff !important; /* Change the icon color to white */
    opacity: 1; /* Ensure the buttons are fully visible */
}

.qb-image-slider .swiper-button-next:after,
.qb-image-slider .swiper-button-prev:after {
    font-size: 20px; /* Adjust size if necessary */
}

/* Optional: Add hover effect */
.qb-image-slider .swiper-button-next:hover,
.qb-image-slider .swiper-button-prev:hover {
    opacity: 0.7; /* Change opacity on hover for better UX */
}
