body {
  font-family: Arial, sans-serif;
  background-color: #f0f4f8;
  margin: 0;
  color: #333;
}

.container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.quiz-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  padding: 1rem;
  background-color: #f0f4f8;
}
.quiz-wrapper.hidden {
  display: none;
}

.quiz-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.quiz-card img.logo {
  width: 150px;
  height: auto;
  margin-bottom: 1rem;
}
.quiz-card h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}
.quiz-card p.desc {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #555;
}
.quiz-card p.desc .subdesc {
  font-size: 0.85rem;
  color: #888;
}
.quiz-card .contact {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #777;
}
.quiz-card .contact span {
  display: block;
  margin-bottom: 0.3rem;
}
.quiz-card .contact span i {
  margin-right: 5px;
  color: #3498db;
}
.quiz-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #2c3e50;
}
.quiz-card .options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.quiz-card .options button {
  padding: 0.75rem;
  border: 1px solid #3498db;
  background-color: #ffffff;
  color: #3498db;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.quiz-card .options button:hover {
  background-color: #3498db;
  color: #ffffff;
}
.quiz-card button {
  padding: 0.75rem 1.5rem;
  background-color: #3498db;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.3s;
}
.quiz-card button:hover {
  background-color: #2980b9;
}

@media (max-width: 600px) {
  .quiz-card {
    padding: 1.5rem;
  }
  .quiz-card h1 {
    font-size: 1.6rem;
  }
  .quiz-card h2 {
    font-size: 1.3rem;
  }
  .quiz-card .options button {
    font-size: 0.95rem;
  }
  .quiz-card button {
    font-size: 0.95rem;
  }
}
.af-form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.af-form-wrapper .af-element {
  margin-bottom: 1.2rem;
}
.af-form-wrapper .af-element .previewLabel {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
}
.af-form-wrapper .af-element .af-textWrap .text {
  width: 95%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.af-form-wrapper .af-element .af-textWrap .text:focus {
  border-color: #3498db;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
  outline: none;
}
.af-form-wrapper .af-element.buttonContainer {
  text-align: center;
}
.af-form-wrapper .af-element.buttonContainer .submit-btn {
  width: 100%;
  padding: 0.75rem;
  background-color: #3498db;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}
.af-form-wrapper .af-element.buttonContainer .submit-btn:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
}
.af-form-wrapper .af-element.buttonContainer .submit-btn:active {
  transform: translateY(0);
}
.af-form-wrapper .choice {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
}
.af-form-wrapper .choice input[type=checkbox] {
  margin-right: 8px;
}
.af-form-wrapper .choice a {
  color: #3498db;
  text-decoration: underline;
  margin: 0 5px;
  transition: color 0.3s;
}
.af-form-wrapper .choice a:hover {
  color: #2980b9;
}

@media (max-width: 600px) {
  .af-form-wrapper {
    padding: 1.5rem;
  }
  .af-form-wrapper .submit-btn {
    font-size: 0.95rem;
  }
}
.site-footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 1.5rem 0;
  text-align: center;
}
.site-footer .footer-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.site-footer .footer-nav {
  margin-bottom: 1rem;
}
.site-footer .footer-nav a {
  color: #ffffff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}
.site-footer .footer-nav a:hover {
  color: #3498db;
}
.site-footer .footer-copy {
  font-size: 0.85rem;
  color: #bdc3c7;
}

.terms-section {
  padding: 3rem 1rem;
  background-color: #ffffff;
  color: #333;
}
.terms-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.terms-section h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #2c3e50;
  text-align: center;
}
.terms-section h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #3498db;
}
.terms-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.terms-section ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}
.terms-section ul li {
  margin-bottom: 0.5rem;
}

.privacy-section {
  padding: 3rem 1rem;
  background-color: #ffffff;
  color: #333;
}
.privacy-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.privacy-section h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #2c3e50;
  text-align: center;
}
.privacy-section h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #3498db;
}
.privacy-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.privacy-section ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}
.privacy-section ul li {
  margin-bottom: 0.5rem;
}

.thankyou-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f4f8;
  text-align: center;
}
.thankyou-page .thankyou-container {
  background: #ffffff;
  padding: 2rem 3rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.thankyou-page .thankyou-container h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}
.thankyou-page .thankyou-container p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #555;
}
.thankyou-page .thankyou-container .back-home {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #3498db;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.thankyou-page .thankyou-container .back-home:hover {
  background-color: #2980b9;
}/*# sourceMappingURL=style.css.map */