.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px) !important;
}
#HightlightEvents {
  overflow: visible !important;
}

section[data-cattype="417"] {
  font-family: Helvetica, sans-serif;
  overflow-x: hidden;
  text-align: center;
  background: #fff;
padding: 0 !important;
}

section[data-cattype="417"] h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}

section[data-cattype="417"] .btn-primary:active {
  background-color: #000000 !important;
}
body.lock-scroll {
  overflow: hidden;
}
section[data-cattype="417"] {
  position: relative;
}
section[data-cattype="417"] .swiper-slide.more-slide .event-card1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 310px; /* 可依实际需要调整 */
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 10px solid #e60012;
}

section[data-cattype="417"] .swiper-slide.more-slide .event-info1 h3 {
  margin-bottom: 30px;
  font-size: 1.4375rem;
}

section[data-cattype="417"] .swiper-slide.more-slide .btn-primary {
  padding: 10px 20px;
  font-weight: bold;
}
/* Arrow container */
section[data-cattype="417"] .arrow-container {
  display: flex;
  align-items: center;
	width: 40%;
  z-index: 11;
  position: relative;

}


/* Swiper container */
section[data-cattype="417"] .swiper-container {
  padding: 35px 0 100px 0;
  overflow: visible !important;
  margin: 0 5%;
}

/* Event card layout */
section[data-cattype="417"] .swiper-slide {
  width: 90%;
  max-width: 1142px;
}

section[data-cattype="417"] .event-card {
  display: flex;
  background: #fff;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 10px solid #e60012;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

section[data-cattype="417"] .event-img {
  width: 50%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
section[data-cattype="417"] .swiper-pagination-bullet {
  background: none !important;
  opacity: 0.5;
}
section[data-cattype="417"] .swiper-wrapper {
  justify-content: flex-start; /* 让所有 slide 向左对齐 */
}
section[data-cattype="417"] .swiper-slide.more-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section[data-cattype="417"] .swiper-pagination-bullet i {
  font-size: 20px;
  color: #aaa;
  transition: color 0.3s ease;
}

section[data-cattype="417"] .swiper-pagination-bullet-active i {
  color: #e60012; /* 活动项红色箭头 */
}
section[data-cattype="417"] .event-info {
  width: 50%;
  padding: 30px;
  text-align: left;
}

section[data-cattype="417"] .event-info h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
	line-height: 1.2;
}

section[data-cattype="417"] .event-info .date {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

section[data-cattype="417"] .event-info .desc {
  font-size: 16px;
  margin-bottom: 35px;
  color: #000;
}

/* Read More button */


section[data-cattype="417"] .btn-primary:hover {
  background-color: #000000;
}
section[data-cattype="417"] .view-more-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  color: white;
  height: 280px;
  max-width: 430px; /* 限制宽度 */
  margin: 0 auto;    /* 居中显示 */
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
 margin: 0 !important;
}

section[data-cattype="417"] .view-more-card:hover {
  background-color: #000000;
}

section[data-cattype="417"] .view-more-content {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: bold;
}

section[data-cattype="417"] .arrow-circle {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

section[data-cattype="417"] .arrow-icon {
  stroke: #e60012;
  stroke-width: 3; /* 加粗箭头 */
    width: 20px;
  height: 20px;
  transition: stroke 0.3s ease;
}

section[data-cattype="417"] .view-more-card:hover .arrow-icon {
  stroke: #000000;
}

/* Custom pagination arrows */
section[data-cattype="417"] .swiper-pagination.custom-arrows {
  margin-top: 30px;
  text-align: center;
  position: relative;
  top: 0;
}
section[data-cattype="417"] .swiper-pagination-bullet {
    background: none !important; /* 移除圆点背景 */
  font-size: 24px;
   margin: 0 12px; /* ← 这里调宽间距 */
   opacity: 1; /* 显示出来 */
  color: #d1d3d4; /* default dark grey */
  opacity: 1;
  transition: all 0.3s ease;
}
section[data-cattype="417"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #e60012;
}

/* Responsive behavior */
@media (max-width: 768px) {
  section[data-cattype="417"] .arrow-container2.animate-arrow-flow,
  section[data-cattype="417"] .arrow-container.animate-arrow-flow {
    display: none;
  }
  section[data-cattype="417"] .event-card {
    flex-direction: column;
  }

  section[data-cattype="417"] .event-img,
  section[data-cattype="417"] .event-info {
    width: 100%;
  }
  section[data-cattype="417"] .event-img{
    min-height: 250px;
  }
  section[data-cattype="417"] .arrow-container {
    left: -50px;
    top: -1px;
  }
  section[data-cattype="417"] .arrow-container2{
    top: -45px;
    justify-content: end;
  }
  section[data-cattype="417"] .arrow-svg {
  width: 45px;
  height: auto;
  display: block;
  margin-right: -20px;
}
section[data-cattype="417"] .swiper-slide {
  padding: 0 10px; /* 更宽的左右空位 */
  box-sizing: border-box;
}
section[data-cattype="417"] .swiper-container{
  padding: 35px 0 50px 0;
  }
  section[data-cattype="417"] h2{
    margin-top: 40px;
    margin-bottom: 0;
  }
}

