.elementor-53248 .elementor-element.elementor-element-5535907 > .elementor-container{max-width:520px;}.elementor-53248 .elementor-element.elementor-element-5535907{padding:24px 0px 20px 0px;}.elementor-53248 .elementor-element.elementor-element-c67a3ae .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:bold;}.elementor-53248 .elementor-element.elementor-element-f8f5fdc{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1.8px;}.elementor-53248 .elementor-element.elementor-element-f8f5fdc .elementor-divider-separator{width:757px;}.elementor-53248 .elementor-element.elementor-element-f8f5fdc .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-53248 .elementor-element.elementor-element-51c7926{text-align:center;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;}#elementor-popup-modal-53248 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-53248{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-53248 .dialog-close-button{display:flex;}#elementor-popup-modal-53248 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for heading, class: .elementor-element-c67a3ae */.elementor-53248 .elementor-element.elementor-element-c67a3ae {
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e66c7b2 *//* =========================================
   LIVE SITE ONLY: MAKE POPUP THINNER
   (avoids Elementor editor weirdness)
   ========================================= */

body:not(.elementor-editor-active) .elementor-popup-modal .dialog-widget-content {
  max-width: 680px !important;       /* tweak: 660px for slimmer */
  width: calc(100% - 48px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.elementor-editor-active) .elementor-popup-modal .dialog-message {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================
   ELEMENTOR POPUP – GRAVITY FORMS
   ========================================= */

/* Hide Gravity Forms title + description */
.elementor-popup-modal .gform_wrapper .gform_title,
.elementor-popup-modal .gform_wrapper .gform_description {
  display: none !important;
}

/* Hide labels + required marks */
.elementor-popup-modal .gform_wrapper .gfield_label,
.elementor-popup-modal .gform_wrapper .gfield_required {
  display: none !important;
}

/* Hide Name sub-labels */
.elementor-popup-modal .gform_wrapper .ginput_complex label {
  display: none !important;
}

/* Center + constrain form */
.elementor-popup-modal .gform_wrapper {
  max-width: 520px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* =========================================
   LAYOUT
   ========================================= */

.elementor-popup-modal .gform_wrapper form {
  display: flex !important;
  flex-direction: column !important;
}

/* Flatten wrappers */
.elementor-popup-modal .gform_wrapper .gform_body,
.elementor-popup-modal .gform_wrapper .gform_fields,
.elementor-popup-modal .gform_wrapper ul.gform_fields {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Field spacing */
.elementor-popup-modal .gform_wrapper .gfield {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
}

.elementor-popup-modal .gform_wrapper .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================
   SUBMIT FOOTER
   ========================================= */

.elementor-popup-modal .gform_wrapper .gform_footer {
  order: 20 !important;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

/* =========================================
   CONSENT FIELD – ID 9
   ========================================= */

.elementor-popup-modal .gform_wrapper [id^="field_"][id$="_9"] {
  order: 30 !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
}

.elementor-popup-modal .gform_wrapper [id^="field_"][id$="_9"] label {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #9ca3af !important;
  font-weight: 400 !important;
}

.elementor-popup-modal .gform_wrapper [id^="field_"][id$="_9"] input[type="checkbox"] {
  margin: 0 8px 0 0 !important;
  transform: translateY(-1px);
}

.elementor-popup-modal .gform_wrapper [id^="field_"][id$="_9"] span {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================
   INPUT STYLES
   ========================================= */

.elementor-popup-modal .gform_wrapper input[type="text"],
.elementor-popup-modal .gform_wrapper input[type="email"],
.elementor-popup-modal .gform_wrapper input[type="tel"],
.elementor-popup-modal .gform_wrapper select {
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  width: 100% !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.elementor-popup-modal .gform_wrapper input[type="text"],
.elementor-popup-modal .gform_wrapper input[type="email"],
.elementor-popup-modal .gform_wrapper input[type="tel"] {
  padding: 12px !important;
  color: #111111 !important;
}

/* Placeholder color */
.elementor-popup-modal .gform_wrapper input::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

/* Name row */
.elementor-popup-modal .gform_wrapper .ginput_complex {
  display: flex !important;
  gap: 12px !important;
}

.elementor-popup-modal .gform_wrapper .ginput_complex > div {
  flex: 1 !important;
}

/* =========================================
   SELECT STYLING
   ========================================= */

.elementor-popup-modal .gform_wrapper select {
  height: 44px !important;
  padding: 0 44px 0 12px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  color: #9ca3af !important;
  -webkit-text-fill-color: #9ca3af !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath fill='%236b7280' d='M5.5 7.5l4.5 4.5 4.5-4.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;
}

.elementor-popup-modal .gform_wrapper select:has(option:checked:not([value=""])),
.elementor-popup-modal .gform_wrapper select:focus {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */

.elementor-popup-modal .gform_wrapper input[type="submit"].gform_button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: 100% !important;
  cursor: pointer !important;
}

.elementor-popup-modal .gform_wrapper input[type="submit"].gform_button:hover {
  background-color: #111111 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5535907 *//* =========================================
   POPUP 53248: HARD CENTER FIX (LIVE SAFE)
   Target the actual wrapper: #elementor-popup-modal-53248 > div
   ========================================= */

/* Overlay */
#elementor-popup-modal-53248 {
  position: fixed !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* The wrapper you selected: THIS is the centering stage */
#elementor-popup-modal-53248 > div {
  position: fixed !important;
  inset: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  /* prevent weird scroll/shift behavior */
  overflow: auto !important;
}

/* The actual popup box */
#elementor-popup-modal-53248 .dialog-widget-content {
  position: relative !important;

  /* kill any left/top offsets that cause drifting */
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;

  /* width control (adjust if you want tighter) */
  width: 600px !important;
  max-width: calc(100vw - 48px) !important;

  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* Reduce the extra white space inside the box */
#elementor-popup-modal-53248 .dialog-message {
  padding: 24px 24px 18px !important;
  box-sizing: border-box !important;
}

/* Keep all text the same width as the form */
#elementor-popup-modal-53248 .elementor-widget-heading,
#elementor-popup-modal-53248 .elementor-widget-text-editor,
#elementor-popup-modal-53248 .elementor-widget-form {
  max-width: 520px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Restore consistent spacing between fields */
#elementor-popup-modal-53248 .elementor-field-group {
  margin-bottom: 12px !important;
}

/* Close button placement */
#elementor-popup-modal-53248 .dialog-close-button {
  top: 16px !important;
  right: 16px !important;
}/* End custom CSS */