/*
(c) Spacehubs Africa. All rights reserved.
Licensed under the Proprietary License found in the LICENSE file
in the root directory of this source tree.
*/

.contact-card {
  border: 1px solid #dbe7f5;
  background: #ffffff;
  box-shadow: 0 24px 48px -40px rgba(15, 23, 42, 0.24);
}

.contact-form-shell {
  border: 1px solid #dbe7f5;
  border-radius: 1.25rem;
  background: #ffffff;
}

.contact-label {
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 600;
}

.contact-support {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.6;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #94a3b8;
}

.contact-input,
.contact-select,
.contact-textarea {
  backdrop-filter: blur(8px);
}

.contact-textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.contact-select-wrap {
  position: relative;
}

.contact-select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
  font-size: 0.85rem;
}

.contact-consent {
  align-items: flex-start;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}

.contact-submit-row {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.25rem;
}

.contact-aside-card {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 40px -36px rgba(15, 23, 42, 0.22);
}

.contact-social-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f7;
}

.contact-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.contact-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  border: 1px solid var(--color-sha-indigo-border);
  background: var(--color-sha-indigo-bg);
  color: #334155;
  padding: 0;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.contact-social-link:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: var(--color-sha-indigo);
  color: var(--color-sha-indigo-text);
}

.contact-social-link i {
  color: var(--color-sha-indigo);
  font-size: 0.82rem;
}

.faq-item button {
  width: 100%;
  text-align: left;
}
