.swiper.home-event-main-swiper .swiper-slide img.home-event-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6;
}

/* Home events — thumbnail overlay details */
.home-events-section .home-event-thumb-media {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.home-events-section .home-event-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/8;
  border-radius: 18px;
}

.home-events-section .home-event-thumb-media .play-icon-img {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  height: 54px !important;
  width: 54px !important;
  pointer-events: none;
}

.home-events-section .home-event-thumb-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 28px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}

.home-events-section .home-event-thumb-title {
  margin: 0 0 4px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-events-section .home-event-thumb-meta {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.home-events-section .home-event-thumbs-swiper .swiper-slide-thumb-active .home-event-thumb-media {
  box-shadow: 0 0 0 2px #48b02b;
}

.swiper-slider-footer {
  background: #272727;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  flex-wrap: wrap;
}
.swiper-slider-footer p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-slider-footer p span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.amount-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.amount-item h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.amount-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}
.event-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
  gap: 20px;
}
.event-date {
  display: inline-block;
  text-align: center;
  background-color: #000;
  place-content: center;
  color: #fff;
  width: 107px;
  height: 97px;
  border-radius: 16px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-size: 20px;
  flex-shrink: 0;
  margin: 0;
}
.event-date span {
  color: #48b02b;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.event-details {
  max-width: 373px;
}
.event-details p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}
.event-details p:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color:#393939 ;
}
.event-details p:last-child span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.event-details p:last-child span img {
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}
/* Upcoming events row — match new UI (no white swiper card chrome) */
.home-events-section .event-list-swiper .swiper-slide,
.home-events-section .home-event-upcoming-swiper .swiper-slide {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.home-events-section .event-list-swiper .swiper-slide:hover,
.home-events-section .event-list-swiper .swiper-slide.swiper-slide-active,
.home-events-section .event-list-swiper .swiper-slide.swiper-slide-active:hover,
.home-events-section .home-event-upcoming-swiper .swiper-slide:hover,
.home-events-section .home-event-upcoming-swiper .swiper-slide.swiper-slide-active,
.home-events-section .home-event-upcoming-swiper .swiper-slide.swiper-slide-active:hover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.home-events-section a.home-event-list-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: 20px;
  color: inherit;
  text-decoration: none;
}

.home-events-section a.home-event-list-link:hover {
  color: inherit;
  text-decoration: none;
}

.home-events-section .event-details p:first-child {
  color: #000;
}

/* View More + nav — below thumbs & upcoming (panel footer, not under main hero) */
.home-events-section .home-event-thumbs-swiper {
  margin-top: 16px;
}

.home-events-section .home-event-upcoming-swiper {
  margin-top: clamp(1.25rem, 1rem + 1vw, 2rem);
}

.home-events-section .home-event-panel-btns {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 174px;
  height: 32px;
  margin: clamp(1.25rem, 1rem + 1vw, 1.75rem) auto 0;
  left: auto;
  bottom: auto;
  transform: none;
  padding: 0;
  text-align: center;
  z-index: 10;
}

.home-events-section .home-event-panel-btns .view-more-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.home-events-section .home-event-panel-btns .swiper-button-next,
.home-events-section .home-event-panel-btns .swiper-button-prev {
  position: static;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: auto;
}

.event-list-swiper .swiper-slide {
  border: none;
}

.event-list-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}
/* @media screen and (max-width: 768px) {
 .swiper-slider-footer {
    padding:5px 5px;
    background: #F3F3F3;
    
  }
  .swiper-slider-footer p {
    margin-bottom: 10px;
    color: #393939;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .swiper-slider-footer p span{
    
    font-size: 13px;
    line-height: 24px;
    
  }
  .swiper-slider-footer p span img{
    
   filter: invert(0.5);
    
  }
  .amount-list {
    width: 100%;
    margin-bottom: 10px;
  }
  .amount-item h6 {
    
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.amount-item p {
    font-weight: 400;
    font-size: 9px;
    line-height: 17px;
    color: #393939;
}
.event-date {
    
    width: 41px;
    height: 37px;
    border-radius: 6px;
    font-size: 7px;
    line-height: 7px;
        span {
        font-size: 16px;
        line-height: 11px;
    }
  }
  .event-details p:last-child{
    
   
   font-size: 6.4px;
   margin-top: 5px;
   gap: 5px;
    
}
  .event-details p:first-child {
    
   
    font-size: 7.8px;
    line-height: 11.7px;
    
}
.event-details p:last-child span {
    
    font-size: 6.4px;
    
}
.event-details p:last-child span img{
    
    width: 6.24px;
    
}
.event-list-item {
    gap: 5px;
}
} */
