.elementor-8938 .elementor-element.elementor-element-ce8819f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8938 .elementor-element.elementor-element-f36ddb9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-8938 .dialog-widget-content{animation-duration:0.5s;background-color:#141414;border-style:solid;border-width:10px 10px 10px 10px;border-color:#141414;border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8938{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8938 .dialog-message{width:800px;height:625px;align-items:flex-start;}#elementor-popup-modal-8938 .dialog-close-button{display:flex;background-color:#FFFFFFEB;font-size:18px;}#elementor-popup-modal-8938 .dialog-close-button i{color:#181818ED;}#elementor-popup-modal-8938 .dialog-close-button svg{fill:#181818ED;}#elementor-popup-modal-8938 .dialog-close-button:hover i{color:var( --e-global-color-primary );}#elementor-popup-modal-8938 .dialog-close-button:hover{background-color:#FFFFFF;}@media(max-width:1024px){#elementor-popup-modal-8938 .dialog-message{width:700px;height:625px;}}@media(max-width:767px){#elementor-popup-modal-8938 .dialog-message{width:90vw;height:600px;}}/* Start custom CSS for shortcode, class: .elementor-element-1f794fb *//* Custom gallery container (mimics Elementor) */
.property-images-full-gallery .elementor-gallery__container {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--hgap, 8px) var(--vgap, 8px);
}

/* Each gallery item */
.property-images-full-gallery .e-gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;  /* Square layout */
  border-radius: 6px;
  isolation: isolate;
}

/* Image block inside each item */
.property-images-full-gallery .e-gallery-item .e-gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  transition: transform .35s ease;
  will-change: transform;
}

/* Overlay (hover effect) */
.property-images-full-gallery .e-gallery-item::after,
.property-images-full-gallery .e-gallery-item .elementor-gallery-item__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .25s ease;
  z-index: 1;
  border-radius: inherit;
}

.property-images-full-gallery .e-gallery-item:hover::after,
.property-images-full-gallery .e-gallery-item:focus-within::after {
  background: rgba(0,0,0,0.08);
}

.property-images-full-gallery .e-gallery-item:hover .e-gallery-image,
.property-images-full-gallery .e-gallery-item:focus-within .e-gallery-image {
  transform: scale(1.02);
  cursor: pointer;
}

/* Responsive: 2 columns on mobile */
@media (max-width: 767px) {
  .property-images-full-gallery .elementor-gallery__container {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS */#elementor-popup-modal-8938 {
    z-index: 9999999999 !important
}

.elementor-lightbox {
  z-index: 99999999999 !important;
}/* End custom CSS */