.elementor-317 .elementor-element.elementor-element-09a7c85{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-317 .elementor-element.elementor-element-5e52903{--display:flex;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-317 .elementor-element.elementor-element-d9bed96{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-317 .elementor-element.elementor-element-a93de4b{--display:flex;}.elementor-317 .elementor-element.elementor-element-57cee91 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-317 .elementor-element.elementor-element-57cee91 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-317 .elementor-element.elementor-element-57cee91{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-317 .elementor-element.elementor-element-5e6478bf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-317 .elementor-element.elementor-element-310c86f5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-317 .elementor-element.elementor-element-af7b5cd{--display:flex;}/* Start custom CSS for gallery, class: .elementor-element-57cee91 *//* ===== PROJECT GALLERY PREMIUM ===== */

/* TARGET ELEMENTOR GALLERY */
.elementor-gallery__container {
    gap: 15px !important;
}

/* IMAGE WRAPPER */
.elementor-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

/* IMAGE */
.elementor-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* HOVER ZOOM */
.elementor-gallery-item:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.elementor-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    opacity: 0;
    transition: 0.4s;
}

/* SHOW OVERLAY ON HOVER */
.elementor-gallery-item:hover::after {
    opacity: 1;
}

/* LIFT EFFECT */
.elementor-gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .elementor-gallery__container {
        gap: 10px !important;
    }
}/* End custom CSS */