.events-showcase-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}

.events-showcase-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT PANEL */
.events-left-panel {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.events-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 16px;
  border-radius: 999px;
  background: #013A55;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.events-title {
  margin: 0 0 14px;
  font-size: 38px !important;
  line-height: 44px !important;
  font-weight: 700;
  color: #013A55 !important;
}

.events-excerpt {
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #263238;
  margin-bottom: 18px;
}

.events-excerpt p {
  margin: 0;
}

.events-meta {
  margin-bottom: 18px;
  color: #43474F;
  font-family: Onest, sans-serif;
}

.events-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.events-meta-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.events-meta-icon {
  width: 42px;
  height: 42px;
  min-width: 38px;
  border-radius: 8px;
  padding: 10px;
  background: #28A7451A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.events-meta-icon svg {
  width: 18px;
  height: 20px;
  display: block;
}

.events-meta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.events-meta-label {
  margin: 0 0 4px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7B8794;
}

.events-meta-value {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #183153;
}

.events-location {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6B7280;
}

.events-content {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  color: #263238;
}

.events-content p {
  margin: 0 0 14px;
}

.events-content ul {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}

.events-content li {
  position: relative;
  margin-bottom: 8px;
}

/* APPLY BUTTON */
.events-apply-btn-wrap {
  margin-top: 24px;
}

.events-apply-btn {
  background: #013A55 !important;
  color: #ffffff !important;
  padding: 11px 24px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.events-apply-btn:hover {
  background: #2A7020 !important;
  color: #ffffff !important;
}

/* RIGHT PANEL */
.events-right-panel {
  width: 62%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.events-swiper {
  width: 100%;
  overflow: hidden;
}

.events-swiper .swiper-wrapper {
  align-items: stretch;
}

.events-swiper .swiper-slide {
  height: auto;
}

.event-card {
  position: relative;
  width: 100%;
  aspect-ratio: 698 / 524;
  border-radius: 24px;
  overflow: hidden;
  background: #d9d9d9;
}

.event-card-image,
.event-card-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.event-card-image img {
  object-fit: cover;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.25) 35%,
    rgba(0, 0, 0, 0.04) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  border-radius: 24px;
}

.event-card-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  padding: 0;
}

.event-card-location {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.event-card-title {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff !important;
}

.event-card-overlay h3 {
  color: #ffffff;
}

/* NAVIGATION */
.events-swiper-nav {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-prev,
.events-next {
  position: static !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: #ffffff;
  color: #013A55 !important;
  border: none;
  transition: all 0.3s ease;
}

.events-prev:hover,
.events-next:hover {
  background: #8fc63f;
  color: #ffffff !important;
}

.events-prev::after,
.events-next::after {
  font-size: 12px !important;
  font-weight: 700;
}

.events-swiper .swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* TABLET */
@media (max-width: 1199px) {
  .events-showcase-grid {
    gap: 40px;
  }

  .events-title {
    font-size: 34px !important;
    line-height: 40px !important;
  }
}

/* MOBILE */
@media (max-width: 991px) {
  .events-showcase-grid {
    flex-direction: column;
    gap: 30px;
  }

  .events-left-panel,
  .events-right-panel {
    width: 100%;
  }

  .events-title {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .event-card {
    aspect-ratio: auto;
    height: 340px;
    border-radius: 22px;
  }

  .events-swiper {
    overflow: visible;
  }

  .events-swiper-nav {
    right: 16px;
    bottom: 16px;
  }

  .events-prev,
  .events-next {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 767px) {
  .events-showcase-wrapper {
    padding: 40px 20px;
  }

  .events-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .event-card {
    height: 310px;
  }

  .event-card-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .event-card-title {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-right: 82px;
  }

  .event-card-location {
    padding-right: 82px;
  }

  .events-swiper-nav {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .events-prev,
  .events-next {
    width: 34px !important;
    height: 34px !important;
  }
}