.elementor-5653 .elementor-element.elementor-element-470e7e3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;}.elementor-5653 .elementor-element.elementor-element-470e7e3:not(.elementor-motion-effects-element-type-background), .elementor-5653 .elementor-element.elementor-element-470e7e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #CDE7F7 0%, #FFFFFF 100%);}.elementor-5653 .elementor-element.elementor-element-c0e0695{--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-5653 .elementor-element.elementor-element-2e9fdf3 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-5653 .elementor-element.elementor-element-2e9fdf3 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-5653 .elementor-element.elementor-element-2e9fdf3 .eael-contact-form-7-wrapper{text-align:default;}.elementor-5653 .elementor-element.elementor-element-2e9fdf3 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-5653 .elementor-element.elementor-element-a31148e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;}.elementor-5653 .elementor-element.elementor-element-a31148e:not(.elementor-motion-effects-element-type-background), .elementor-5653 .elementor-element.elementor-element-a31148e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #CDE7F7 100%);}@media(min-width:768px){.elementor-5653 .elementor-element.elementor-element-c0e0695{--content-width:943px;}}
/* Start custom CSS for eael-contact-form-7, class: .elementor-element-2e9fdf3 *//* Multi-Step Form Styles */
.multi-step-form .step {
  display: none;
  padding: 20px;
}

.multi-step-form .step.active {
  display: block;
}

.step-label {
  color: #0088cc;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.multi-step-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 1.3;
}

.multi-step-form p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.multi-step-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.multi-step-form .wpcf7-list-item {
  margin: 0;
  padding: 0;
  display: block;
}

.multi-step-form .wpcf7-list-item label {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0;
  width: 100%;
}

.multi-step-form .wpcf7-list-item label:hover {
  background: #e8e8e8;
}

.multi-step-form .wpcf7-list-item.selected label,
.multi-step-form .wpcf7-list-item input[type="radio"]:checked + label {
  background: #d4ebf7;
  border-left: 4px solid #0088cc;
}

.multi-step-form input[type="radio"] {
  margin-right: 12px;
  cursor: pointer;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-field {
  width: 100%;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.multi-step-form .wpcf7-form-control.wpcf7-text,
.multi-step-form .wpcf7-form-control.wpcf7-tel,
.multi-step-form .wpcf7-form-control.wpcf7-email {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-field input:focus {
  outline: none;
  border-color: #0088cc;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.1);
}

.btn-next,
.btn-previous,
.btn-submit,
.multi-step-form .wpcf7-submit {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin: 10px 5px;
  transition: all 0.3s ease;
}

.btn-next,
.btn-submit,
.multi-step-form .wpcf7-submit {
  background: #0088cc;
  color: white;
  width: 100%;
  max-width: 100%;
}

.btn-previous {
  background: transparent;
  color: #0088cc;
  width: 100%;
  border: 1px solid transparent;
}

.btn-next:hover,
.btn-submit:hover,
.multi-step-form .wpcf7-submit:hover {
  background: #006ba6;
}

.btn-previous:hover {
  background: #f5f5f5;
}

.btn-submit:disabled,
.multi-step-form .wpcf7-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.no-accident-message,
.fault-claim-message {
  margin-top: 20px;
  padding: 16px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  line-height: 1.6;
  color: #856404;
}

.no-accident-message a,
.fault-claim-message a {
  color: #0088cc;
  text-decoration: none;
  font-weight: 600;
}

.no-accident-message a:hover,
.fault-claim-message a:hover {
  text-decoration: underline;
}

/* Hide CF7 response output by default */
.multi-step-form .wpcf7-response-output {
  display: none;
}

/* Show success message */
.multi-step-form .wpcf7-mail-sent-ok {
  display: block;
  background: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

/* Show error message */
.multi-step-form .wpcf7-validation-errors,
.multi-step-form .wpcf7-mail-sent-ng {
  display: block;
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .multi-step-form h2 {
    font-size: 24px;
  }
  
  .btn-next,
  .btn-previous,
  .btn-submit {
    margin: 5px 0;
  }
}/* End custom CSS */



