.page-template-page-no-title .qt-contact-grid,
.page-slug-contact .qt-contact-grid { padding-block: clamp(2rem, 5vw, 4rem); }

.qt-contact-grid {
  align-items: start;
}

.qt-contact-side ul {
  margin: 0;
  padding-left: 1rem;
  color: rgb(255 255 255 / 82%);
}

.qt-contact-side a {
  color: #ffffff;
}

[data-qt-form-progress] {
  margin-bottom: 0.9rem;
}

.qt-form-progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.qt-form-progress__track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e7eefc;
  overflow: hidden;
}

.qt-form-progress__fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #003dff 0%, #14f0b5 100%);
  transition: width 180ms ease;
}
