.elementor-3912 .elementor-element.elementor-element-4f7396f{--display:flex;}#elementor-popup-modal-3912{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3912 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3912 .dialog-close-button{display:flex;}#elementor-popup-modal-3912 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-8715b02 */.custom-popup {
  text-align: center;
  background: linear-gradient(135deg, #6A1B9A, #7B1FA2, #8E24AA);
  color: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  font-family: 'Poppins', sans-serif;
}

.popup-heading {
  font-size: 28px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 18px;
}

.popup-subtext {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.popup-limited {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  color: #FFEB3B;
}

.popup-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #FFD700;
  color: #4A148C;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.popup-btn:hover {
  background: #FFCA28;
}/* End custom CSS */