.event-type-slider {
  margin: 50px auto;
  overflow: hidden;
}

.event-type-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.arrow-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: background 0.3s;
}

.arrow-btn:hover {
  background: #eee;
}

.event-type-scroll {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.event-type-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.event-type-item {
  flex: 0 0 auto;
  text-align: center;
  width: 100px;
}

.event-type-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  object-fit: contain;
}

.event-type-item p {
  font-size: 14px;
  color: #222;
}



.event-type-item {
  flex: 0 0 auto;
  text-align: center;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-type-item img {
  width: 45px;
  height: 45px;
  margin-bottom: 6px;
  object-fit: contain;
}

.event-type-item p {
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
