.awardsSwiper {
  position: relative;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.awardsSwiperThumbs {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  z-index: 10;
  padding: 10px;
}
.slider-wrapper-top {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  z-index: 9;
  height: fit-content;
}
.awardsSwiperThumbs .swiper-slide {
  width: 80px !important;
  height: 80px;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.awardsSwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color-secondary);
  /* Yellow border */
}

.awardsSwiperThumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-img-box img {
  border-radius: 12px !important;
}
@media screen and (min-width: 320px) and (max-width: 576.98px) {
  .swiper-wrapper {
    height: 300px;
    width: 100%;
  }
  .awardsSwiper .swiper-button-prev {
    left: 14px;
    width: 25px;
  }
  .awardsSwiper .swiper-button-next {
    right: 14px;
    width: 25px;
  }
  .slider-wrapper-top {
    position: -webkit-inherit;
    position: inherit;
    top: 0;
  }
}
@media screen and (min-width: 576.98px) and (max-width: 768.98px) {
  .slider-wrapper-top {
    position: -webkit-inherit;
    position: inherit;
    top: 0;
  }
}
@media screen and (min-width: 768.98px) and (max-width: 1024.98px) {
  .slider-wrapper-top {
    position: -webkit-inherit;
    position: inherit;
    top: 0;
  }
}
