/* Start custom CSS for html, class: .elementor-element-aa26346 *//* Lightbox overlay */
.mix-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.mix-image-lightbox[aria-hidden="false"] {
  display: block;
}

.mix-image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.mix-image-lightbox-content {
  position: absolute;
  inset: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.mix-image-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.9rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

.mix-image-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(4, 6, 13, 0.9);
  color:/* End custom CSS */