.popup-btn-4198ad63 {
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.popup-btn-4198ad63 .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-btn-icon-4198ad63 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.popup-modal-4198ad63 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-overlay-4198ad63 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.popup-content-box-4198ad63 {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10000;
    margin: 10vh auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.popup-close-4198ad63 {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
.popup-close-4198ad63:hover {
    color: #e30000;
}
.popup-inner-content-4198ad63 {
    margin-top: 10px;
}