/* [project]/app/contact/contact.css [app-client] (css) */
.contact-page {
  background: #e0e3e8;
  min-height: 100vh;
  position: relative;
}

.quotation-page-section {
  background: #f4f6f8;
  padding: 48px 50px 62px;
}

.quotation-page-heading {
  gap: 14px;
  margin-bottom: 24px;
  display: grid;
}

.quotation-page-heading h1 {
  color: #171616;
  letter-spacing: -.16px;
  margin: 0;
  font-size: 40px;
  line-height: normal;
}

.quotation-layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 586px);
  align-items: start;
  gap: 24px;
  display: grid;
}

.quotation-form {
  color: #171616;
  background: none;
  border: 0;
  border-radius: 0;
  gap: 24px;
  padding: 0;
  display: grid;
}

.quotation-grid {
  gap: 16px 22px;
}

.quotation-grid label {
  align-content: start;
  gap: 0;
  position: relative;
}

.quotation-grid label > span:first-child {
  letter-spacing: -.16px;
  align-items: center;
  min-height: 36px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.quotation-grid label b {
  color: #ff8b02;
  margin-left: 3px;
}

.quotation-grid label em {
  color: #8a93a0;
  margin-left: 4px;
  font-style: normal;
  font-weight: 500;
}

.quotation-grid input, .quotation-grid select, .quotation-grid textarea {
  background: none;
  border: 1px solid #8a93a0;
  border-radius: 8px;
  min-height: 36px;
  padding: 7px 12px;
}

.quotation-grid select {
  appearance: none;
  background-image: url("/images/select-arrow-figma.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 32px;
}

.quotation-grid textarea {
  min-height: 117px;
}

.quotation-grid input::placeholder, .quotation-grid textarea::placeholder {
  color: #8a93a0;
}

.quotation-grid [aria-invalid="true"], .quotation-file-control.has-error {
  border: 1.5px solid #ba1a1a;
}

.quotation-field-error {
  color: #ba1a1a;
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 500;
}

.quotation-file-control {
  color: #8a93a0;
  font-family: var(--font-plex-mono), monospace;
  cursor: pointer;
  border: 1px solid #8a93a0;
  border-radius: 8px;
  align-items: center;
  padding: 7px;
  position: relative;
  overflow: hidden;
  letter-spacing: -.16px !important;
  min-height: 36px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  display: flex !important;
}

.quotation-file-control input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.quotation-submit {
  border: 0;
  justify-self: start;
  min-width: 220px;
}

.quotation-submit:disabled {
  color: #8a93a0;
  opacity: 1;
  background: #e0e3e8;
}

.quotation-privacy {
  color: #5a6472;
  margin: -12px 0 0;
  font-size: 13px;
}

.quotation-alert {
  color: #171616;
  background: #ba1a1a14;
  border: 1px solid #ba1a1a;
  border-radius: 12px;
  gap: 12px;
  padding: 14px 20px;
  display: flex;
}

.quotation-alert > strong {
  color: #ba1a1a;
}

.quotation-alert p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.quotation-alert ul {
  margin: 5px 0 0;
  padding-left: 18px;
  font-size: 13px;
}

.quotation-alert a {
  text-decoration: underline;
}

.selected-item-chip {
  color: #002557;
  background: #f4f6f8;
  border: 1px solid #ff8b02;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 650;
  display: flex;
}

.selected-item-chip button {
  color: #5a6472;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-weight: 700;
}

.quotation-success-state {
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 16px;
  flex-direction: column;
  gap: 18px;
  min-height: 180px;
  padding: 32px;
  display: flex;
}

.quotation-success {
  color: #171616;
  background: #16823914;
  border: 1px solid #168239;
  border-radius: 12px;
  gap: 12px;
  padding: 14px 20px;
  font-size: 15px;
  display: flex;
}

.quotation-success strong {
  color: #168239;
}

.quotation-send-another {
  color: #1b5295;
  width: fit-content;
  min-height: 44px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 650;
}

.contact-rail {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.direct-contact-card {
  color: #fff;
  background: #ff8b01;
  border-radius: 12px;
  gap: 10px;
  min-height: 176px;
  padding: 28px 34px;
  display: grid;
}

.direct-contact-card .eyebrow {
  color: #fff;
  font-size: 12px;
}

.direct-contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.direct-contact-card div {
  flex-direction: column;
  display: flex;
}

.direct-contact-card span {
  color: #e0e3e8;
  font-size: 11px;
}

.direct-contact-card a, .direct-contact-card p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.contact-map {
  border: 1px solid #e0e3e8;
  border-radius: 14px;
  height: 272px;
  display: block;
  overflow: hidden;
}

.contact-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-response-note {
  color: #5a6472;
  border: 1px solid #8a93a0;
  border-radius: 14px;
  align-items: center;
  min-height: 74px;
  margin: 0;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 17px;
  display: flex;
}

@media (max-width: 900px) {
  .quotation-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .quotation-page-section {
    padding: 40px 20px 24px;
  }

  .quotation-page-heading {
    gap: 12px;
    margin-bottom: 12px;
  }

  .quotation-page-heading .eyebrow {
    letter-spacing: 2.4px;
    font-size: 11px;
  }

  .quotation-page-heading h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .quotation-layout {
    gap: 48px;
  }

  .quotation-form {
    gap: 12px;
  }

  .quotation-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quotation-wide {
    grid-column: auto;
  }

  .quotation-grid label > span:first-child {
    min-height: 23px;
    font-size: 15px;
  }

  .quotation-grid input, .quotation-grid select {
    border-radius: 10px;
    min-height: 44px;
    padding: 12px 14px;
  }

  .quotation-grid textarea {
    border-radius: 10px;
    min-height: 110px;
    padding: 12px 14px;
  }

  .quotation-file-control {
    border-radius: 10px;
    padding: 12px 14px;
    min-height: 44px !important;
    font-size: 11px !important;
  }

  .quotation-submit {
    width: 100%;
    min-height: 48px;
  }

  .quotation-privacy {
    margin: -4px 0 0;
    font-size: 11px;
  }

  .quotation-alert {
    padding: 14px 16px;
  }

  .selected-item-chip {
    max-width: 100%;
    font-size: 11px;
  }

  .selected-item-chip span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .quotation-success-state {
    padding: 22px;
  }

  .contact-rail {
    background: #fff;
    margin-inline: -20px;
    padding: 48px 20px;
  }

  .direct-contact-card {
    border-radius: 14px;
    min-height: 0;
    padding: 22px;
  }

  .direct-contact-grid {
    grid-template-columns: 1fr;
  }

  .direct-contact-card .eyebrow {
    font-size: 11px;
  }

  .direct-contact-card span {
    display: none;
  }

  .direct-contact-card a:first-of-type {
    font-size: 20px;
    font-weight: 700;
  }

  .direct-contact-card a, .direct-contact-card p {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-map {
    height: 180px;
  }

  .contact-response-note {
    border: 0;
    min-height: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }
}

/*# sourceMappingURL=app_contact_contact_193h5vi.css.map*/