.axium-events-carousel-3d {
  position: relative;
  width: 100%;
}

.axium-events-carousel-3d .swiper {
  width: 100%;
  /* height is now controlled by an Elementor setting */
  perspective: 1200px;
}

.axium-events-carousel-3d .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
  display: flex;
  align-items: center;
  transition: transform 0.6s cubic-bezier(.2, .9, .2, 1), opacity 0.4s;
  transform-origin: center;
  box-shadow: none;
}

.axium-events-carousel-3d .swiper-slide.active {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.axium-events-carousel-3d .date-box {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  border-right: 1px solid;
}

.axium-events-carousel-3d .date-box .month {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.axium-events-carousel-3d .date-box .year {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.9;
}

.axium-events-carousel-3d .event-info {
  padding: 16px 18px;
  width: 67%;
  box-sizing: border-box;
}

.axium-events-carousel-3d .event-info h3 {
  margin: 0;
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 700;
}

.axium-events-carousel-3d .event-info p {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 6px;
}



.axium-events-carousel-3d .swiper-pagination {
    bottom: 0;
}

.axium-events-carousel-3d .swiper-pagination-bullet {
  background: var(--secondary);
  opacity: 0.4;
}

.axium-events-carousel-3d .swiper-pagination-bullet-active {
  opacity: 1;
}

.axium-events-carousel-3d .event-info p i,
.axium-events-carousel-3d .event-info p svg {
  font-size: 14px; /* For font-based icons */
  width: 14px;     /* For SVG icons */
  height: 14px;    /* For SVG icons */
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; /* Ensures SVG color matches text color */
}

.axium-events-carousel-3d .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
