.grid-image-slideshow img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.grid-image-slideshow .slider-nav {
  padding-top: 10px;
}
.grid-image-slideshow .slider-nav .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.grid-image-slideshow .slider-nav .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-image-slideshow .slider-nav .swiper-slide {
  overflow: hidden;
}
.grid-image-slideshow .slider-nav .swiper-slide-thumb-active::before {
  display: none;
}
.grid-image-slideshow .slider-nav .swiper-slide::before {
  content: ""; /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black tint with 50% opacity */
  z-index: 1; /* Places it above the background */
  border-radius: 20px;
}
.grid-image-slideshow .swiper-button-prev {
  z-index: 2;
  left: 39px;
  height: 39px;
  width: 39px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 4px 4px 0px 0px #005131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-image-slideshow .swiper-button-prev::before {
  display: flex;
  content: "";
  opacity: 1;
  font-size: 39px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="19" viewBox="0 0 11 19" fill="none"><path d="M2.82839 9.80762L10.6066 17.5858L9.19235 19L-3.37804e-05 9.80762L9.19235 0.615234L10.6066 2.02945L2.82839 9.80762Z" fill="%23005131"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 19px;
  width: 11px;
}
.grid-image-slideshow .swiper-button-prev::after {
  display: none;
}
.grid-image-slideshow .swiper-button-next {
  z-index: 2;
  right: 39px;
  height: 39px;
  width: 39px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 4px 4px 0px 0px #005131;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-image-slideshow .swiper-button-next::before {
  display: flex;
  content: "";
  opacity: 1;
  font-size: 39px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="19" viewBox="0 0 11 19" fill="none"><path d="M7.77817 9.80761L-1.05753e-06 2.02944L1.41421 0.615223L10.6066 9.80761L1.41421 19L-6.18173e-08 17.5858L7.77817 9.80761Z" fill="%23005131"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 19px;
  width: 11px;
}
.grid-image-slideshow .swiper-button-next::after {
  display: none;
}
.grid-image-slideshow .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
}
.grid-image-slideshow .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background-color: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  margin: 0 3px;
}
.grid-image-slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005131;
}
.grid-image-slideshow.grid-image-slideshow-mob .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.8) !important;
}
.grid-image-slideshow.grid-image-slideshow-mob .swiper-slide-active {
  transform: scale(1) !important;
}
.grid-image-slideshow.grid-image-slideshow-mob .swiper-wrapper {
  height: auto !important;
}