.elementor-5725 .elementor-element.elementor-element-af57686{padding:20px 30px 20px 30px;}.elementor-5725 .elementor-element.elementor-element-93fa962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:30px;}.elementor-5725 .elementor-element.elementor-element-59bc560 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-5725 .elementor-element.elementor-element-59bc560 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-5725 .elementor-element.elementor-element-59bc560 .jet-listing-dynamic-field{justify-content:center;}.elementor-5725 .elementor-element.elementor-element-59bc560 .jet-listing-dynamic-field__content{text-align:left;}.elementor-5725 .elementor-element.elementor-element-da9fd44 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-5725 .elementor-element.elementor-element-da9fd44 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}#jet-popup-5725 .jet-popup__container{width:800px;}#jet-popup-5725 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-5725 .jet-popup__container-inner{justify-content:flex-start;}@media(max-width:767px){.elementor-5725 .elementor-element.elementor-element-da9fd44 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-5725 .elementor-element.elementor-element-93fa962{width:100%;}}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-da9fd44 *//* =========================
   POPUP GALLERY LAYOUT
========================= */

/* repeater wrapper */
.popup-gallery .jet-listing-dynamic-repeater__items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
}

/* each item */
.popup-gallery .jet-listing-dynamic-repeater__item {
    flex: 0 0 auto !important;
}

/* fix link wrapper */
.popup-gallery .jet-listing-dynamic-repeater__item a {
    display: block !important;
}

/* =========================
   IMAGE STYLE
========================= */
.popup-gallery img {
    width: 100px !important;
    height: 133px !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.35s ease; /* smoother */
}

.popup-gallery img:hover {
    transform: scale(1.05);
}

/*added*/
/* =========================
   POPUP WIDTH CONTROL
========================= */

/* limit popup width */
.jet-popup__container {
    max-width: 500px !important;
    width: 100% !important;
}

/* center gallery nicely */
.popup-gallery .jet-listing-dynamic-repeater__items {
    justify-content: center;
}
/* center popup title properly */
.jet-popup .elementor-widget-heading {
    text-align: center;
}

/* center JetEngine dynamic title */
.jet-listing-dynamic-field__content {
    display: block;
    width: 100%;
    text-align: center !important;
}

@media (max-width: 767px) {

    .jet-popup__container-inner {
        width: calc(100% - 20px) !important; /* spacing left & right */
        max-width: calc(100% - 20px) !important;
        margin: 0 auto !important;
    }
    
    /* make popup the reference */
    .jet-popup__container-inner {
        position: relative;
    }

    /* fix close button */
    .jet-popup__close-button {
        position: absolute !important;
        top: 5px !important;
        right: 15px !important;
        transform: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-af57686 */#jet-popup-5725 .jet-popup__container {
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

#jet-popup-5725 .jet-popup__close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */