/* Start custom CSS for html, class: .elementor-element-f21dce1 */.event-detail {
  display: block;
  padding: 2rem 0;
  font-family: "Lato", sans-serif;
}

.event-detail__eyebrow {
  display: inline-block;
  color: #304cfd;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.event-detail__title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  padding-bottom: 1.1rem;
  position: relative;
  max-width: 900px;
}

.event-detail__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3px;
  background: #304cfd;
  border-radius: 2px;
}

.event-detail__body {
  font-size: 1rem;
  line-height: 1.85;
  color: #b8bfc9;
  margin: 0 0 1.5rem;
  max-width: 900px;
}

.event-detail__link {
  color: #304cfd;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(48, 76, 253, 0.4);
  transition: border-color 0.2s ease;
}

.event-detail__link:hover {
  border-bottom-color: #304cfd;
}

.img-custom-1 {
  width: 100% !important;
  height: 100% !important;
}

.event-detail__img-wrap {
  overflow: hidden;
  border-radius: 12px;
  background: #151122;
}

.event-detail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.event-detail__img:hover {
  transform: scale(1.03);
}

.event-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.event-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.event-lightbox__img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.event-lightbox__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
}

.event-lightbox__close:hover {
  color: #00e5ff;
}/* End custom CSS */