.elementor-1170 .elementor-element.elementor-element-7cc1803{--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;--justify-content:center;}.elementor-1170 .elementor-element.elementor-element-7cc1803:not(.elementor-motion-effects-element-type-background), .elementor-1170 .elementor-element.elementor-element-7cc1803 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-1170 .elementor-element.elementor-element-1be89ab{text-align:center;}.elementor-1170 .elementor-element.elementor-element-1be89ab .elementor-heading-title{font-size:17px;}.elementor-1170 .elementor-element.elementor-element-0bcab02{background-color:var( --e-global-color-text );--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}.elementor-1170 .elementor-element.elementor-element-0bcab02.elementor-element{--align-self:center;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:10px;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-10px;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-type-html{padding-bottom:0px;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-cfed904 );color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-button[type="submit"]{background-color:var( --e-global-color-cfed904 );color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-1170 .elementor-element.elementor-element-0bcab02 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}#elementor-popup-modal-1170{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1170 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1170 .dialog-close-button{display:flex;}#elementor-popup-modal-1170 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1170 .elementor-element.elementor-element-0bcab02 .elementor-button span{justify-content:center;}}/* Start custom CSS *//* =============================================
   ELEMENTOR POPUP: FULL FIX
   Center + Scroll Prevention + Background + Close Button
   ============================================= */

/* 1. Force the popup box to be perfectly centered */
.elementor-popup-modal .dialog-widget-content {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 2. Ensure the overlay covers the full screen */
.elementor-popup-modal .dialog-overlay {
  position: fixed !important;
  inset: 0 !important;
}

/* 3. Prevent page scroll when popup is open */
body.elementor-popup-open {
  overflow: hidden !important;
  height: 100% !important;
}

/* 4. Prevent scroll jump when clicking form fields (iOS fix) */
.elementor-popup-modal .elementor-field-group input,
.elementor-popup-modal .elementor-field-group textarea,
.elementor-popup-modal .elementor-field-group select {
  font-size: 16px !important;
}

/* 5. Fix transparent background on form widget */
.elementor-popup-modal .elementor-widget-form {
  background-color: #ffffff !important;
}

/* 6. Fix transparent background on container wrapping the form */
.elementor-popup-modal .e-con {
  background-color: #ffffff !important;
}

/* 7. Fix for older Elementor section/column structure */
.elementor-popup-modal .elementor-section,
.elementor-popup-modal .elementor-column,
.elementor-popup-modal .elementor-column-wrap {
  background-color: #ffffff !important;
}

/* 8. Restore close button visibility + fix size */
.elementor-popup-modal .dialog-close-button {
  position: absolute !important;
  z-index: 9999 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  top: 10px !important;
  right: 10px !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

/* 9. Close button icon color + size */
.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button svg {
  color: #000000 !important;
  fill: #000000 !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
}

/* =============================================
   MOBILE — POPUP POSITION + CLOSE BUTTON ONLY
   No form fields touched
   ============================================= */
@media (max-width: 768px) {

  /* Keep popup centered and within screen */
  .elementor-popup-modal .dialog-widget-content {
    width: 93vw !important;
    max-width: 93vw !important;
    max-height: 88vh !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
  }

  /* Close button small, top RIGHT on mobile */
  .elementor-popup-modal .dialog-close-button {
    top: 8px !important;
    right: 10px !important;
    left: auto !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    font-size: 13px !important;
    background: #eeeeee !important;
    border-radius: 50% !important;
    padding: 0 !important;
  }

  .elementor-popup-modal .dialog-close-button i,
  .elementor-popup-modal .dialog-close-button svg {
    width: 12px !important;
    height: 12px !important;
    font-size: 12px !important;
  }

  /* Lock body scroll on mobile */
  body.elementor-popup-open {
    touch-action: none !important;
  }
}/* End custom CSS */