.elementor-17856 .elementor-element.elementor-element-5f06d20{--display:flex;}#elementor-popup-modal-17856{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-17856 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-17856 .dialog-close-button{display:flex;}#elementor-popup-modal-17856 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-6b4c6c9 */.wp-whitepaper-box {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 32px 28px;
  border-radius: 18px;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.wp-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wp-subtitle {
  color: #dcdcdc;
  font-size: 14px;
  margin-bottom: 22px;
}

.wp-field {
  margin-bottom: 14px;
}

.wp-field input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #ffffff;
}

.wp-field input::placeholder {
  color: #999999;
}

.wp-btn {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  background: linear-gradient(135deg, #ffb347, #ffcc33);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 204, 51, 0.4);
}

.wp-note {
  margin-top: 14px;
  font-size: 12px;
  color: #cfcfcf;
}/* End custom CSS */