.elementor-967 .elementor-element.elementor-element-007106b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b50f30 */.wh-quiz-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px 90px;
}
.wh-quiz-section__eyebrow {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #616670;
  margin: 0 0 10px;
}
.wh-quiz-section__title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #1a1d23 !important;
  margin: 0 0 20px;
}
.wh-quiz-section__title .dot {
  color: #ba925a;
  font-size: 1.2em;
}
.wh-quiz-section__desc {
  max-width: 920px;
  margin: 0 auto 50px;
  text-align: center;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
}

#wehandleQuiz {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 44px 40px 70px;
  box-shadow: 0 6px 24px rgba(26,29,35,0.07);
}

#wehandleQuiz p.intro {
  text-align: center;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 38px;
}

.wh-progress {
  height: 6px;
  background: #ececec;
  overflow: hidden;
  margin-bottom: 14px;
}
.wh-progress-bar {
  height: 100%;
  width: 0%;
  background: #ba925a;
  transition: width 0.4s ease;
}

.wh-step {
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 34px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.wh-question {
  display: none;
  animation: whFade 0.4s ease;
}
.wh-question.active { display: block; }

.wh-question h3 {
  color: #1a1d23;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 34px;
  text-align: center;
}

.wh-answers {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.wh-answers button {
  flex: 1;
  min-width: 120px;
  border: 1.5px solid #ececec;
  background: #ffffff !important;
  color: #1a1d23 !important;
  padding: 16px;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.wh-answers button:hover:not(.selected) {
  background: #ffffff !important;
  border-color: #ba925a !important;
  color: #ba925a !important;
  transform: translateY(-2px);
}

.wh-answers button.selected {
  background: #ba925a !important;
  color: #ffffff !important;
  border-color: #ba925a !important;
}

.wh-answers button.selected:hover {
  background: #ba925a !important;
  color: #ffffff !important;
  border-color: #ba925a !important;
  transform: translateY(-2px);
}

.wh-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 14px;
}
.wh-navigation button {
  border: none;
  padding: 14px 30px;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s ease;
}
.wh-navigation #whPrev {
  background: #ffffff !important;
  color: #1a1d23 !important;
  border: 1.5px solid #1a1d23;
}
.wh-navigation #whPrev:hover:not(:disabled) {
  background: #ffffff !important;
  color: #1a1d23 !important;
  transform: translateY(-3px);
}
.wh-navigation #whNext {
  background: #ba925a !important;
  color: #ffffff !important;
}
.wh-navigation #whNext:hover {
  background: #ba925a !important;
  color: #ffffff !important;
  transform: translateY(-4px);
}
.wh-navigation button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#whResult {
  display: none;
  text-align: center;
}
#whResult h2 {
  color: #1a1d23;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
}
.wh-score {
  font-size: 56px;
  color: #ba925a;
  font-weight: 800;
  margin: 18px 0;
}
.wh-result-box {
  background: #f7f4ee;
  padding: 30px;
  margin-top: 20px;
  text-align: left;
}
.wh-result-box h3 {
  color: #ba925a;
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 14px;
}
.wh-result-box p {
  line-height: 1.7;
  color: #4a4a4a;
  font-size: 15px;
  margin: 0;
}
.wh-result-box h3.wh-good { color: #2e8b57 !important; }
.wh-result-box h3.wh-mid { color: #d1a300 !important; }
.wh-result-box h3.wh-bad { color: #c0392b !important; }

.wh-cta-quiz {
  margin-top: 32px;
  background: #f7f4ee;
  padding: 34px 36px;
  text-align: left;
}
.wh-cta-quiz h4 {
  color: #1a1d23;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px;
}
.wh-cta-quiz p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.wh-cta-quiz p:last-of-type {
  margin: 0 0 24px;
}
.wh-cta-quiz p strong {
  color: #1a1d23;
}
.wh-cta-quiz a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ba925a !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 15px 30px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wh-cta-quiz a:hover {
  background: #ba925a !important;
  color: #ffffff !important;
  transform: translateY(-4px);
}

.wh-restart {
  position: absolute;
  left: 40px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent !important;
  color: #9a9a9a !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: color 0.2s ease, transform 0.4s ease;
}
.wh-restart:hover {
  color: #ba925a !important;
}
.wh-restart svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}
.wh-restart svg path {
  fill: none !important;
  stroke: currentColor !important;
}
@media (max-width: 768px) {
  #wehandleQuiz { padding: 30px 24px 64px; }
  .wh-answers { flex-direction: column; }
  .wh-question h3 { font-size: 19px; }
  .wh-navigation { flex-direction: column; gap: 12px; }
  .wh-navigation button { width: 100%; }
  .wh-restart { left: 24px; bottom: 16px; }
  .wh-cta-quiz { padding: 26px 24px;}
  .wh-quiz-section__desc { font-size: 15px; }
}/* End custom CSS */