#custom-group {
  position: relative;
  padding: 70px 0 225px 0;
  max-width: 100%;
  overflow: hidden;
  background-color: white;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#custom-group .group-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

#custom-group .group-header__title {
  text-align: center;
  /*display: flex;*/
  align-items: center;
}

#custom-group .group-header__title h3 {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  font-size: 24px;
  color: #f57921;
}

#custom-group .group-header__title h6 {
  margin-top: auto;
  text-align: center;
  font-size: 16px;
  color: #009780;
}

#custom-group .swiper-container {
  padding: 20px;
}

#custom-group .swiper-wrapper {
  box-sizing: inherit;
}

#custom-group .swiper-button-prev {
  width: calc(100% / 3);
}

#custom-group .swiper-button-next {
  width: calc(100% / 3);
  transform: rotate(180deg);
}

#custom-group .swiper-button-prev,
#custom-group .swiper-button-next {
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  height: 30px;
}

#custom-group .swiper-slide {
  cursor: pointer;
  border: 3px solid #fff5eb; /* Transparent border by default */
  text-align: center;
  background-color: #fff5eb;
  color: #45250e;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  padding: 20px;
  min-height: 200px;
}
#custom-group .swiper-slide-active {
  color: #ed7e24;
  background-color: white;
  border: 3px solid #ed7e24;
}

#custom-group .swiper-slide:hover {
  color: #ed7e24;
  background-color: #FFF;
  border: 3px solid #ed7e24;
}
/* #custom-group .swiper-slide:hover img{
  filter: grayscale(100%) brightness(400%);
} */
/* Set image width to 1/3 of the block */
#custom-group .swiper-slide img {
  width: calc(100% / 3);
  height: auto;
}

#custom-group .swiper-slide .slide-text {
  margin-top: 15px;
}

/* Adjust orange-circle-button CSS */
#custom-group .orange-circle-button {
  position: absolute;
  bottom: -21.5px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #ed7e24;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  width: 40px;
  height: 40px;
}
#custom-group .arrow-right {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
#custom-group .orange-circle-button:hover {
  background-color: rgb(210, 115, 0);
}


#custom-group .swiper-slide:hover {
  background-image: url(../img/dataset/bg_dataset.png);
  background-position: left bottom;
  background-size: 455%;
  background-repeat: no-repeat;
  }
  
  