.elementor-2146 .elementor-element.elementor-element-4daf2de{--display:flex;}.elementor-2146 .elementor-element.elementor-element-8864494{--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;}/* Start custom CSS for html, class: .elementor-element-51355a7 */.quiz-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  color: #1f2f45;
}

.quiz-wrapper h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}

.quiz-wrapper h2 span {
  font-weight: 600;
  color: #003366;
}

.quiz-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.quiz-wrapper .confidential-note {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 40px;
}

.quiz-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.question {
  background: #f8f9fa;
  border-left: 4px solid #003366;
  padding: 20px;
  border-radius: 8px;
}

.question p {
  font-weight: bold;
  margin-bottom: 10px;
}

.question label {
  display: block;
  margin: 5px 0;
  cursor: pointer;
}

.question input[type="radio"] {
  margin-right: 10px;
}

.email-section {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.email-section input {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.cta-button {
  display: inline-block;
  margin: 30px auto 0;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #1f2f45;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cta-button:hover {
  background-color: #003366;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for metform, class: .elementor-element-a7e9514 *//* Target the MetForm form wrapper */
.metform-form-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f9fc;
  padding: 40px 20px;
}

/* Set a maximum width for form fields and center them */
.metform-form-main-wrapper .elementor-field-group {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto;
}

/* Style input fields */
.metform-form-main-wrapper input[type="text"],
.metform-form-main-wrapper input[type="email"],
.metform-form-main-wrapper textarea {
  width: 50%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

/* Center the submit button */
.metform-form-main-wrapper .mf-btn,
.metform-form-main-wrapper button[type="submit"] {
  display: block;
  width: auto;
  min-width: 160px;
  padding: 12px 28px;
  font-size: 16px;
  background-color: #004680;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 20px auto 0 auto;
  transition: background-color 0.3s ease;
}

.metform-form-main-wrapper .mf-btn:hover,
.metform-form-main-wrapper button[type="submit"]:hover {
  background-color: #0070c0;
}


/* Wrapper to align everything center */
.metform-form-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: #f7f9fc;
}

/* Limit and center each input field */
.metform-form-main-wrapper .elementor-widget-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Individual field group spacing */
.metform-form-main-wrapper .elementor-field-group {
  margin-bottom: 20px;
  width: 100%;
}

/* Style inputs uniformly */
.metform-form-main-wrapper input[type="text"],
.metform-form-main-wrapper input[type="email"],
.metform-form-main-wrapper textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
}

/* Center the submit button */
.metform-form-main-wrapper .mf-btn,
.metform-form-main-wrapper button[type="submit"] {
  display: block;
  margin: 20px auto 0 auto;
  padding: 12px 28px;
  background-color: #004680;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.metform-form-main-wrapper .mf-btn:hover,
.metform-form-main-wrapper button[type="submit"]:hover {
  background-color: #0070c0;
}/* End custom CSS */