.elementor-3156 .elementor-element.elementor-element-7f927240{--display:flex;}/* Start custom CSS for html, class: .elementor-element-da4e711 */.quiz-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #faf6f; /* soft purple background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.quiz-box p {
  color: #3b004c;
  font-weight: bold;
}

.quiz-box label {
  display: block;
  margin: 6px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
  background-color: #ffffff;
}

.quiz-box input[type="radio"] {
  margin-right: 8px;
}

.correct-answer {
  background-color: #e6ccfa !important;
  border: 2px solid #ab00ff;
  color: #4a004f;
}

.result {
  font-weight: bold;
  margin-top: 10px;
  color: #ab00ff;
}

.explanation {
  margin-top: 6px;
  font-style: italic;
  display: none;
  background-color: #f4e8ff;
  padding: 8px 12px;
  border-left: 4px solid #ab00ff;
  border-radius: 4px;
  color: #3e004d;
}

.score-output {
  font-weight: bold;
  margin-top: 20px;
  font-size: 25px;
  color: #ab00ff;
}

button {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #ab00ff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

button:hover {
  background-color: #8d00d2;
}
.quiz-heading {
  font-size: 28px;
  color: #ab00ff;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 10px;
  font-weight: bold;
}

.quiz-subheading {
  font-size: 16px;
  color: #4a004f;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}

/* Hide future questions until triggered */
.question-slide.hidden {
  display: none;
}

/* Style for the Next button */
.next-btn {
  background-color: #ab00ff;
  color: white;
  padding: 8px 45px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.next-btn:hover {
  background-color: #8d00d2;
}/* End custom CSS */