.elementor-22 .elementor-element.elementor-element-d719507{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* ==================================================
   TRASSE CONSTRUCTION CORP — CONTACT FORM 7
================================================== */

.trasse-estimate-form {
  --trasse-background: #142540;
  --trasse-field-background: #1d2f4b;
  --trasse-border: #445773;
  --trasse-blue-border: #09639d;
  --trasse-primary: #1294f5;
  --trasse-text: #ffffff;
  --trasse-label: #d6dce6;
  --trasse-placeholder: #7f8da2;

  width: 100%;
  max-width: 100%;
  padding: 46px 40px 40px;
  background-color: var(--trasse-background);
  border: 1px solid var(--trasse-blue-border);
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.trasse-estimate-form,
.trasse-estimate-form * {
  box-sizing: border-box;
}

.trasse-estimate-form p {
  margin: 0;
}

/* Grid dos primeiros quatro campos */

.trasse-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 22px;
}

/* Campos */

.trasse-field-group {
  width: 100%;
  min-width: 0;
}

.trasse-full-width {
  margin-top: 22px;
}

.trasse-field-group label {
  display: block;
  margin: 0 0 11px;
  color: var(--trasse-label);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.trasse-field-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Inputs, select e textarea */

.trasse-estimate-form .trasse-control {
  display: block;
  width: 100%;
  min-width: 0;
  height: 46px;
  margin: 0;
  padding: 0 16px;
  color: var(--trasse-text);
  background-color: var(--trasse-field-background);
  border: 1px solid var(--trasse-border);
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.trasse-estimate-form .trasse-control::placeholder {
  color: var(--trasse-placeholder);
  opacity: 1;
}

.trasse-estimate-form .trasse-control:hover {
  border-color: #637695;
}

.trasse-estimate-form .trasse-control:focus {
  border-color: var(--trasse-primary);
  box-shadow: 0 0 0 1px var(--trasse-primary);
}

/* Textarea */

.trasse-estimate-form textarea.trasse-control {
  width: 100%;
  height: 126px;
  min-height: 126px;
  padding: 13px 16px;
  line-height: 1.6;
  resize: vertical;
}

/* Select */

.trasse-select-wrap {
  position: relative;
  width: 100%;
}

.trasse-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px !important;
  cursor: pointer;
}

.trasse-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.trasse-select-wrap select option {
  color: #111827;
  background-color: #ffffff;
  font-size: 15px;
}

.trasse-select-wrap select option:checked {
  color: #ffffff;
  background-color: #2467d4;
}

/* Área dos botões */

.trasse-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 29px;
}

.trasse-submit-wrap {
  position: relative;
  flex: 0 0 232px;
  width: 232px;
}

/* Botão submit */

.trasse-estimate-form .trasse-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 20px;
  color: #ffffff;
  background-color: var(--trasse-primary);
  border: 1px solid var(--trasse-primary);
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.trasse-estimate-form .trasse-submit:hover {
  color: #ffffff;
  background-color: #087fd7;
  border-color: #087fd7;
  transform: translateY(-1px);
}

.trasse-estimate-form .trasse-submit:active {
  transform: translateY(0);
}

.trasse-estimate-form .trasse-submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* Spinner do Contact Form 7 */

.trasse-submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: 0;
  transform: translateY(-50%);
}

/* Botão de ligação */

.trasse-call-button {
  display: flex;
  flex: 0 0 222px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 222px;
  height: 54px;
  padding: 0 17px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #66758d;
  border-radius: 5px;
  text-decoration: none !important;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.trasse-call-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trasse-call-button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Mensagens de validação */

.trasse-estimate-form .wpcf7-not-valid {
  border-color: #ff7676 !important;
}

.trasse-estimate-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 7px;
  color: #ff9696;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.wpcf7 form:has(.trasse-estimate-form) .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 13px 15px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #60708b;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}

.wpcf7 form.sent:has(.trasse-estimate-form) .wpcf7-response-output {
  border-color: #45c78b;
}

.wpcf7 form.invalid:has(.trasse-estimate-form) .wpcf7-response-output,
.wpcf7 form.failed:has(.trasse-estimate-form) .wpcf7-response-output {
  border-color: #ff7676;
}

/* Autofill do Chrome */

.trasse-estimate-form input:-webkit-autofill,
.trasse-estimate-form input:-webkit-autofill:hover,
.trasse-estimate-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px var(--trasse-field-background) inset;
  transition: background-color 9999s ease-in-out 0s;
}

/* Tablet e mobile */

@media screen and (max-width: 700px) {
  .trasse-estimate-form {
    padding: 30px 20px;
  }

  .trasse-form-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .trasse-full-width {
    margin-top: 20px;
  }

  .trasse-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  .trasse-submit-wrap,
  .trasse-call-button {
    flex-basis: auto;
    width: 100%;
  }

  .trasse-estimate-form textarea.trasse-control {
    height: 145px;
    min-height: 145px;
  }
}

@media screen and (max-width: 390px) {
  .trasse-estimate-form {
    padding: 26px 16px;
  }

  .trasse-estimate-form .trasse-submit,
  .trasse-call-button {
    font-size: 13px;
  }
}


