.container {
  max-width: 1000px !important;
}
.alert-bar {
  background-color: #cc0404;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 0.95rem;
  text-transform: uppercase;
}
.hero-heading {
  font-size: 1.8rem;
}
.hero-heading span {
  color: #cc0404;
  font-weight: bold;
}
.benefit-text {
  font-size: 1.1rem;
}
.btn-quiz {
    background-color: #ff9f07;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}
.quiz-step {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .quiz-step.show {
    opacity: 1;
  }

  .animate-btn {
		transition: transform 0.2s ease;
		min-width: 150px;
		font-weight: 600;
		font-size: 1.2rem;
	}

  .animate-btn:hover {
    transform: scale(1.05);
  }

  .quiz-section {
    border-top: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
  }