.formContactQ {
    background-color: rgb(250, 250, 250);
    padding: 1em;
    border-radius: 1em;
    font-size: 14px!important;
}

.formContactQ p {
    margin-bottom: -1.2em!important;
}

.formContactQ textarea {
    height: 100px;
    max-height: 100px;
}

.formContactQ .wpcf7-submit {
    background-color: rgb(44 50 115) !important;
    color: rgb(255 255 255) !important;
    border: 0 none!important;
}

.quiz-options label {
    margin-right:1em;
}

.formContactQ.quiz-completed {
        box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 15%);
}

.quiz-cta-box{
    background-color: #2c3273;
    color: white;
    padding: 1em;
    border-radius: 1em;
}

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

.quiz-progress {
  margin-bottom: 1.5rem;
}

.quiz-progress-track {
  width: 100%;
  height: 10px;
  background: #e6e9ef;
  border-radius: 999px;
  overflow: hidden;
}

.quiz-progress-bar {
  width: 0;
  height: 100%;
  background: #1f3c88;
  border-radius: 999px;
  transition: width 0.3s ease;
}
.quiz-progress-track {
  width: 100%;
  height: 32px;
  background: #e6e9ef;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-bottom:3em;
}

.quiz-progress-bar {
  height: 100%;
  background: #1f3c88;
  width: 0;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-progress-label {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.formContactQ form input, form textarea {color: black!important;}


.quest-answers-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quest-answers {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  font-size: 14px;
}

.quest-answers strong {
  color:#f08468;
  font-size: 16px;
}

.quest-answers:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.quiz-warning h3 {
  font-size: 24px!important;
  margin-bottom:1em;
}

.quiz-warning svg {
  transform: scale(2);
  margin: 10px;
}

header .header-top.scroll {
  z-index: 999999999;
}