.elementor-1311588 .elementor-element.elementor-element-3cbe901{--display:flex;}.elementor-1311588 .elementor-element.elementor-element-ce4b834{--wd-brd-radius:8px;}/* Start custom CSS for wd_images_gallery, class: .elementor-element-ce4b834 */.wd-images-gallery .wd-gallery-item {
  overflow: hidden !important;
  border-radius: 10px !important;
}

.wd-images-gallery .wd-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(233, 30, 140, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
  border-radius: 10px !important;
}

.wd-images-gallery .wd-gallery-item:hover::after {
  opacity: 1;
}

.wd-images-gallery .wd-gallery-item img {
  transition: transform 0.35s ease !important;
  border-radius: 10px !important;
padding: 3px;
}

.wd-images-gallery .wd-gallery-item:hover img {
  transform: scale(1.05) !important;
  border-radius: 10px !important;
}

.wd-images-gallery .justified-gallery {
  row-gap: 8px !important;
}

.wd-images-gallery .jg-entry {
  margin: 4px !important;
}/* End custom CSS */