.elementor-279495 .elementor-element.elementor-element-3ad3505{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:55px 55px 55px 55px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-279495 .elementor-element.elementor-element-053a4ab{padding:0px 0px 0px 0px;}.elementor-279495 .elementor-element.elementor-element-053a4ab img{border-radius:10px 10px 10px 10px;}.elementor-279495 .elementor-element.elementor-element-a7efa40{border-radius:10px 10px 10px 10px;}.elementor-279495 .elementor-element.elementor-element-a7efa40 img{width:100%;}#elementor-popup-modal-279495{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-279495 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-279495 .dialog-close-button{display:flex;}#elementor-popup-modal-279495 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-279495 .elementor-element.elementor-element-3ad3505{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-3ad3505 *//* =================================
   OVERLAY – SOFTER BLUR + LESS BLACK
================================= */
.elementor-popup-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    background: rgba(0,0,0,0.65) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@supports not (backdrop-filter: blur(8px)) {
    .elementor-popup-modal {
        background: rgba(0,0,0,0.75) !important;
    }
}

/* =================================
   REMOVE ELEMENTOR WHITE BACKGROUNDS
================================= */
.dialog-widget-content,
.dialog-lightbox-message,
.dialog-lightbox-message > div,
.elementor-location-popup,
.elementor-location-popup .e-con,
.elementor-location-popup .e-con-inner {
    background: transparent !important;
}

/* =================================
   FIXED POPUP POSITIONING
================================= */
.dialog-widget-content {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.dialog-lightbox-message {
    position: relative !important;
    z-index: 100000;
    width: 100%;
    max-height: 100vh;
}

/* Lock page scroll */
body.dialog-lightbox-open {
    overflow: hidden !important;
    height: 100vh;
}

/* =================================
   CLOSE BUTTON – CLEAR & VISIBLE
================================= */
.dialog-close-button {
    position: absolute !important;
    top: 14px;
    right: 14px;
    z-index: 100001;
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,0.8) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* White icon */
.dialog-close-button svg,
.dialog-close-button i {
    color: #ffffff !important;
    fill: #ffffff !important;
    opacity: 1 !important;
}

/* =================================
   MOBILE ONLY
================================= */
@media (max-width: 767px) {

    body {
        transform: none !important;
    }

    .dialog-lightbox-message {
        width: calc(100vw - 32px);
        margin: 0 16px;
        max-height: calc(100vh - 32px);
    }

    .dialog-close-button {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
    }
}/* End custom CSS */