.elementor-10402 .elementor-element.elementor-element-6c4acd5{--display:flex;overflow:visible;}#elementor-popup-modal-10402{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10402 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-10402 .dialog-close-button{display:flex;}#elementor-popup-modal-10402 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-f616e28 */.webinar-popup-form {
  max-width: 450px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.webinar-popup-form h2 {
  color: #28a745;
  font-size: 20px;
  margin-bottom: 8px;
}

.webinar-popup-form .subtext {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

.webinar-popup-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.webinar-popup-form input:focus {
  border-color: #28a745;
  outline: none;
}

.webinar-popup-form button {
  background-color: #28a745;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.webinar-popup-form button:hover {
  background-color: #218838;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .webinar-popup-form {
    padding: 20px 15px;
  }
  .webinar-popup-form h2 {
    font-size: 18px;
  }
  .webinar-popup-form input,
  .webinar-popup-form button {
    font-size: 14px;
    padding: 10px;
  }
}/* End custom CSS */