.elementor-401 .elementor-element.elementor-element-ba6edb4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:48px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-401 .elementor-element.elementor-element-ba6edb4:not(.elementor-motion-effects-element-type-background), .elementor-401 .elementor-element.elementor-element-ba6edb4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}#elementor-popup-modal-401{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-401 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-401 .dialog-close-button{display:flex;}#elementor-popup-modal-401 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-3498458 */.wpx-local-popup {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 30px 28px;
  background: #ffffff;
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.wpx-local-logo {
  display: block;
  margin: 0 auto 14px;
  width: 100px;
  height: auto;
}

.wpx-local-eyebrow {
  text-align: center;
  color: #8D1616;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.wpx-local-heading {
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.25;
}

/* Progress indicator */
.wpx-local-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}

.wpx-local-step-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e7eb;
  transition: all .3s ease;
}

.wpx-local-step-dot.active {
  background: #8D1616;
}

.wpx-local-step-line {
  width: 32px;
  height: 2px;
  background: #e5e7eb;
}

.wpx-local-step-label {
  text-align: center;
  font-size: 11px;
  color: #999999;
  margin: 0 0 20px;
}

/* Fields */
.wpx-local-popup .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.wpx-local-popup input[type="text"],
.wpx-local-popup input[type="tel"],
.wpx-local-popup select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1e1e1e;
  background: #ffffff;
  transition: all .3s ease;
}

.wpx-local-popup select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}

.wpx-local-popup input:focus,
.wpx-local-popup select:focus {
  outline: none;
  border-color: #8D1616;
  box-shadow: 0 0 0 3px rgba(141,22,22,.08);
}

.wpx-local-radio-label {
  font-size: 12px;
  color: #666666;
  margin: 8px 0 8px;
}

.wpx-local-popup .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.wpx-local-popup .wpcf7-list-item {
  margin: 0;
}

.wpx-local-popup .wpcf7-list-item-label {
  font-size: 13px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpx-local-popup input[type="radio"] {
  accent-color: #8D1616;
}

/* Buttons */
.wpx-local-next,
.wpx-local-popup input[type="submit"] {
  width: 100%;
  background: #8D1616;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  padding: 13px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 4px;
}

.wpx-local-next:hover,
.wpx-local-popup input[type="submit"]:hover {
  background: #6e1010;
  transform: translateY(-2px);
}

.wpx-local-step-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wpx-local-back {
  background: transparent;
  color: #666666;
  border: 1px solid #e5e7eb;
  border-radius: 40px;
  padding: 13px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  flex-shrink: 0;
}

.wpx-local-back:hover {
  border-color: #8D1616;
  color: #8D1616;
}

.wpx-local-step-buttons .wpcf7-form-control-wrap {
  flex: 1;
  margin-bottom: 0;
}

/* Error / response messages */
.wpx-local-error {
  color: #E24B4A;
  font-size: 12px;
  margin: 6px 0 0;
}

.wpx-local-popup .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #E24B4A;
  margin-top: 4px;
  display: block;
}

.wpx-local-popup .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  border: none !important;
}

.wpx-local-popup .wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
}

.wpx-local-popup .wpcf7-validation-errors,
.wpx-local-popup .wpcf7-mail-sent-ng {
  background: rgba(141,22,22,.08);
  color: #8D1616;
}

.wpx-local-popup .wpcf7-spinner {
  margin: 8px auto 0;
  display: block;
}

/* Responsive */
@media (max-width: 480px) {
  .wpx-local-popup {
    padding: 26px 20px 22px;
    border-radius: 12px;
  }
  .wpx-local-heading {
    font-size: 19px;
  }
  .wpx-local-logo {
    width: 85px;
  }
  .wpx-local-step-buttons {
    flex-direction: column-reverse;
  }
  .wpx-local-back {
    width: 100%;
  }
}/* End custom CSS */