.elementor-445 .elementor-element.elementor-element-e6af098{--display:flex;--min-height:592px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}#elementor-popup-modal-445 .dialog-widget-content{background-color:#121212;border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-445{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-445 .dialog-message{width:896px;height:auto;}#elementor-popup-modal-445 .dialog-close-button{display:flex;font-size:25px;}#elementor-popup-modal-445 .dialog-close-button i{color:var( --e-global-color-86a3496 );}#elementor-popup-modal-445 .dialog-close-button svg{fill:var( --e-global-color-86a3496 );}@media(max-width:1024px){#elementor-popup-modal-445 .dialog-message{width:720px;}}@media(max-width:767px){#elementor-popup-modal-445 .dialog-message{width:323px;}}/* Start custom CSS *//* Hide the X icon */
.cutom-popup .dialog-close-button svg {
    display: none;
}

/* Add Close text */
.cutom-popup .dialog-close-button::after {
    content: "Close";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; /* change color if needed */
}

/* Optional: adjust button alignment */
.cutom-popup .dialog-close-button {
    width: auto;
}/* End custom CSS */