.elementor-11346 .elementor-element.elementor-element-37ee780{--display:flex;--background-transition:0.3s;}.elementor-11346 .elementor-element.elementor-element-aec5151 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-11346 .elementor-element.elementor-element-aec5151 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-11346 .elementor-element.elementor-element-aec5151{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for html, class: .elementor-element-c847b7c */.popup-gallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup-gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-gallery .gallery-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    background-color: #fff;
    overflow-y: auto;
}

.popup-gallery .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}/* End custom CSS */