.elementor-912 .elementor-element.elementor-element-8d3ba54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-912{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-912 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-912 .dialog-close-button{display:flex;}#elementor-popup-modal-912 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-f8a0848 *//* ===============================
   POPUP BACKGROUND
================================= */
.elementor-popup-modal .dialog-widget-content {
  background: #000000 !important;
  padding: 35px !important;
  border-radius: 18px !important;
  position: relative;
}

/* ===============================
   CLOSE BUTTON
================================= */
.elementor-popup-modal .dialog-close-button {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  color: #ffffff !important;
  font-size: 22px !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #ffffff !important;
  width: 20px;
  height: 20px;
}

.elementor-popup-modal .dialog-close-button:hover,
.elementor-popup-modal .dialog-close-button:hover svg {
  color: #ff7a00 !important;
  fill: #ff7a00 !important;
}

/* ===============================
   FORM WRAPPER
================================= */
.wpcf7 {
  width: 100% !important;
  background: #000000 !important;
  padding: 0 !important;
  border: none !important;
}

/* ===============================
   INPUTS
================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  width: 100% !important;
  background: #2e2e2e;
  border: 1px solid #444;
  border-radius: 14px;
  padding: 16px;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 15px;
}

.wpcf7 input::placeholder {
  color: #aaaaaa;
}

.wpcf7 input:focus {
  border: 1px solid #ff7a00;
  outline: none;
}

/* ===============================
   BUTTON
================================= */
.wpcf7 input[type="submit"] {
  width: 100% !important;
  background: #ff7a00;
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 35px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  background: #ff8c1a;
}

/* ===============================
   PRIVACY TEXT
================================= */
.privacy-text {
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  margin-top: 15px;
}

/* REMOVE RESPONSE BOX STYLE */
.wpcf7-response-output {
  margin-top: 10px;
  color: #ffffff;
  border: none !important;
}/* End custom CSS */