/* Small static-export additions. The page layout and component styling remain
   the original Elementor CSS; these rules are only for the retained custom
   FormSubmit markup and the informational footer. */

.current-form,
.step-form {
  font-family: "Inter", "Segoe UI", sans-serif;
}

.current-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.current-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.current-form .form-field.full {
  grid-column: 1 / -1;
}

.current-form .form-field label,
.step-form .form-field label,
.step-form label {
  color: #000000;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.current-form .form-field input,
.current-form .form-field textarea,
.step-form input,
.step-form textarea {
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  padding: 12px 15px;
  font: 400 14px/24px "Inter", "Segoe UI", sans-serif;
  outline: none;
}

.current-form .form-field input::placeholder,
.current-form .form-field textarea::placeholder,
.step-form input::placeholder,
.step-form textarea::placeholder {
  color: #aabbcc;
}

.current-form .form-field input:focus,
.current-form .form-field textarea:focus,
.step-form input:focus,
.step-form textarea:focus {
  border-color: #013778;
}

.current-form .form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.current-form .form-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.current-form .form-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border: 1px solid #279b51;
  border-radius: 10px;
  background: #279b51;
  color: #ffffff;
  padding: 10px 18px;
  font: 700 14px/26px "Roboto", "Segoe UI", sans-serif;
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.current-form .form-actions .button:hover,
.current-form .form-actions .button:focus-visible {
  border-color: #238a46;
  background: #238a46;
}

.step-form {
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  background: #ffffff;
}

.step-form .step {
  display: none;
}

.step-form .step.is-active {
  display: block;
}

.step-form .step-title {
  margin: 0 0 18px;
  color: #013778;
  font-family: "Roboto", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.step-form .service-options {
  display: grid;
  gap: 10px;
}

.step-form .service-option {
  position: relative;
}

.step-form .service-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.step-form .service-option label {
  display: block;
  padding: 15px;
  border: 1px solid #334155;
  border-radius: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.step-form .service-option label:hover,
.step-form .service-option input:focus-visible + label {
  border-color: #0f57af;
}

.step-form .service-option input:checked + label {
  border-color: #0f57af;
  background: #0f57af;
  color: #ffffff;
}

.step-form .step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 15px;
}

.step-form .step-grid .form-field.full {
  grid-column: 1 / -1;
}

.step-form .form-field label {
  font-size: 16px;
}

.step-form .step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.step-form .step-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  border: 1px solid #279b51;
  border-radius: 10px;
  background: #279b51;
  color: #ffffff;
  padding: 10px 18px;
  font: 700 14px/26px "Roboto", "Segoe UI", sans-serif;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.step-form .step-actions .button:hover,
.step-form .step-actions .button:focus-visible {
  border-color: #12d966;
  background: #12d966;
}

.step-form .step-actions .button-previous {
  border-color: transparent;
  background: transparent;
  color: #64748b;
}

.step-form .step-actions .button-previous:hover,
.step-form .step-actions .button-previous:focus-visible {
  border-color: transparent;
  background: transparent;
  color: #013778;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navbar-socials,
.navbar-socials-mobile {
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar-socials {
  order: 3;
  flex: 0 0 auto;
  align-self: center;
  width: fit-content;
  margin-left: 0;
}

.navbar-socials a,
.navbar-socials-mobile a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--e-global-color-1727339, #1a3c6e);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
}

.social-glyph {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: inherit;
  fill: currentColor;
}

.navbar-socials a:hover,
.navbar-socials a:focus-visible,
.navbar-socials-mobile a:hover,
.navbar-socials-mobile a:focus-visible {
  color: var(--e-global-color-accent, #2ecc71);
  background: rgba(46, 204, 113, 0.1);
  outline: none;
}

.navbar-socials-mobile-item {
  display: none;
}

.footer {
  padding: 24px 20px;
  background: #0f2548;
  color: #cce0ff;
  text-align: center;
}

.footer .section-inner {
  width: min(calc(100% - 20px), 1200px);
  margin: 0 auto;
}

.footer h2 {
  margin: 0 0 5px;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.footer p {
  margin: 8px 0 0;
  color: #cce0ff;
  font-size: 14px;
  line-height: 1.8;
}

.footer p:last-child {
  margin-top: 10px;
  color: #9eb3d0;
  font-size: 12px;
}

.footer p.footer-attribution {
  margin-top: 14px;
  color: #9eb3d0;
  font-size: 12px;
  text-align: left;
}

.footer .footer-attribution a {
  color: #cce0ff;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer a:hover,
.footer a:focus-visible {
  color: #2ecc71;
}

@media (max-width: 1024px) {
  .navbar-socials {
    display: none;
  }

  .navbar-socials-mobile-item {
    display: list-item;
    padding: 10px 0;
  }

  .navbar-socials-mobile {
    justify-content: center;
    gap: 12px;
  }

  .navbar-socials-mobile a {
    width: 44px;
    height: 44px;
  }

  .current-form .form-grid {
    grid-template-columns: 1fr;
  }

  .current-form .form-field.full,
  .step-form .step-grid .form-field.full {
    grid-column: auto;
  }

  .step-form {
    padding: 32px 24px;
  }
}

@media (min-width: 1025px) {
  .elementor-element-044c8c5 {
    width: 42% !important;
  }

  .elementor-element-a7e9960 {
    width: 36% !important;
  }

  .elementor-element-15e541e {
    flex: 0 0 auto;
    width: max-content;
  }

  .navbar-socials {
    gap: 4px;
  }

  .navbar-socials a {
    width: 32px;
    height: 32px;
  }

}

@media (max-width: 767px) {
  .current-form .form-grid,
  .step-form .step-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .step-form {
    padding: 26px 20px;
  }

  .step-form .step-title {
    font-size: 22px;
    line-height: 30px;
  }

  .step-form .step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .step-form .step-actions .button {
    width: 100%;
  }

  .footer {
    padding: 24px 10px;
  }

  .footer p {
    font-size: 13px;
  }
}
