.elementor-77335 .elementor-element.elementor-element-2e78c61{--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;overflow:visible;}.elementor-77335 .elementor-element.elementor-element-2bd0037 img{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-308e809 );border-radius:20px 20px 20px 20px;}.elementor-77335 .elementor-element.elementor-element-0328d89 .elementor-button{text-transform:none;fill:var( --e-global-color-a291686 );color:var( --e-global-color-a291686 );border-radius:10px 10px 10px 10px;}#elementor-popup-modal-77335 .dialog-widget-content{animation-duration:1.2s;background-color:#BCBCBC00;border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-77335{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-77335 .dialog-message{width:640px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-77335 .dialog-close-button{display:flex;top:10%;background-color:#EAEAEA00;font-size:20px;}body:not(.rtl) #elementor-popup-modal-77335 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-77335 .dialog-close-button{left:5%;}#elementor-popup-modal-77335 .dialog-close-button i{color:var( --e-global-color-a291686 );}#elementor-popup-modal-77335 .dialog-close-button svg{fill:var( --e-global-color-a291686 );}#elementor-popup-modal-77335 .dialog-close-button:hover i{color:#FA1330;}#elementor-popup-modal-77335 .dialog-close-button:hover{background-color:#02010100;}/* Start custom CSS for image, class: .elementor-element-2bd0037 *//* --- DESKTOP POSITIONING --- */
body .dialog-type-lightbox.elementor-popup-modal .dialog-close-button {
    /*background-color: #000000 !important;*/
    color: #ffffff !important;
    width: 35px !important;    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    
    /* Desktop Location */
    top: 15px !important;   
    right: 15px !important; 
}

/* --- MOBILE POSITIONING (Screens smaller than 768px) --- */
@media (max-width: 767px) {
    body .dialog-type-lightbox.elementor-popup-modal .dialog-close-button {
        /* Different position for mobile to avoid hiding content */
        top: 7px !important;    /* Moves it closer to the top edge */
        right: px !important;  /* Moves it closer to the right edge */
        
        /* Optional: make it slightly smaller for mobile */
        width: 30px !important;
        height: 30px !important;
    }
}

/* Ensure the icon itself is white and centered */
body .dialog-type-lightbox.elementor-popup-modal .dialog-close-button i {
    color: #ffffff !important;
    font-size: 18px !important;
}

/* Hover state */
body .dialog-type-lightbox.elementor-popup-modal .dialog-close-button:hover {
    background-color: #333333 !important;
}/* End custom CSS */