.elementor-6389 .elementor-element.elementor-element-758c656{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6389 .elementor-element.elementor-element-6484f57.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-6389 .elementor-element.elementor-element-6484f57{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}#elementor-popup-modal-6389 .dialog-widget-content{animation-duration:1s;background-color:#FFFFFF;box-shadow:0px 0px 35px 0px rgba(0, 0, 0, 0.15);}#elementor-popup-modal-6389{background-color:rgba(255, 255, 255, 0.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6389 .dialog-message{width:760px;height:auto;}@media(max-width:1024px){#elementor-popup-modal-6389 .dialog-message{width:680px;}}@media(max-width:767px){#elementor-popup-modal-6389 .dialog-message{width:345px;}}/* Start custom CSS for html, class: .elementor-element-6484f57 */.contact-form-submitted .popup-overlay{
    display: flex !important;
}

 .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  

  .popup-content {
    background: #FDE7D3;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
  }

  .popup-content .text-section {
    flex: 1;
    padding: 72px 120px;
	  text-align: center;
  }

  .popup-content h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
  }

  .popup-content small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
  }

  .popup-content p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .popup-content button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
  }


  .popup-content .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
	      color: #333;
    background: #cccccc8a;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
  }
  
  .dialog-close-button {
      display: none !important;
  }/* End custom CSS */