/* 照片輪播自訂樣式 */
#swiper-track {
  display: flex;
  cursor: pointer;
  margin-top: 96px;
}

#swiper-track .custom-bullet {
  width: 100px; /* max-w-[300px] */
  height: 3px;
  background: #fff;
  opacity: 0.5;
  transition: all 0.5s ease;
  border-radius: 12px;
}

#swiper-track .custom-bullet-active {
  background: #3bbcbd;
  opacity: 1;
}
.businessSwiper .swiper-button-next::after {
  display: none;
}
.swiper-scrollbar {
  background-color: white !important;
  height: 3px !important;   /* 控制整體高度 */
}
.swiper-scrollbar-drag {
  background-color: #0086a0 !important;
  height: 100% !important; /* 滿版，保持比例 */
}
