.ec-courses-carousel-wrapper { width: 100%; }
.ec-courses-swiper { padding-bottom: 50px; }

.ec-course-card {
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-decoration:none !important;
  justify-content: space-between;
}

.ec-course-card__top {
  padding: 18px;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Correct dynamic color cycling: target the Swiper slides */
.ec-courses-swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) .ec-course-card__top { background: #43606338; }
.ec-courses-swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .ec-course-card__top { background: #C1CADF; }
.ec-courses-swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .ec-course-card__top { background: #A8A19C; }

.ec-course-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ec-course-card__date {
  display: inline-block;
  padding: 4px 12px;
  border: 1.5px solid #000;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  color: black !important;
}

.ec-course-card__location {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.ec-location-icon { width: 14px; height: 14px; display: inline-block; }

.ec-course-card__title { font-size: 20px; line-height: 1.25; margin: 0; font-weight:600;}
.ec-course-card__read { font-size: 16px; text-decoration: none !important; font-weight: 600; margin-top: auto; color:#001EC9;}

.ec-course-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.ec-courses-swiper .swiper-pagination-bullets .swiper-pagination-bullet{ width: 11px; height: 11px; border:1px solid; border-radius:50px; background:#fff; opacity:1;}
.ec-courses-swiper .swiper-pagination-bullet-active{ opacity: 1; background:#000 !important;}

.ec-courses-swiper .swiper-slide { 
	height: 350px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width:781px){
	.ec-course-card__top{
		min-height:170px;
	}
	.ec-courses-swiper .swiper-slide{
		height:380px;
	}
}
