/* Start custom CSS for html, class: .elementor-element-e8913bb */#popup-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
    }

    #popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
    
    #close-popup {
     position: fixed;
     top: 0;
     border-style: solid;
     color: #000000;
     font-weight: 800;
     border-radius: 100px;
     border-width: 0px;
     padding: 0px 7px 0px 7px;
     margin-left: 5px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
    
@media (max-width: 768px) {
    #popup-content {
        width: 80%;
    }
    .img-popup {
        border-radius: 10px !important;
    }
}/* End custom CSS */