.elementor-kit-19820{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANSansXV";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANSansXV";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANSansXV";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANSansXV";--e-global-typography-accent-font-weight:500;--e-global-typography-b480c6e-font-family:"IRANSansXV";font-family:"IRANSansXV", Sans-serif;font-size:16px;line-height:32px;}.elementor-kit-19820 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19820 p{margin-block-end:0px;}.elementor-kit-19820 a{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 a:hover{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 h1{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 h2{font-family:"IRANSansXV", Sans-serif;font-size:36px;line-height:52.56px;}.elementor-kit-19820 h3{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 h4{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 h5{font-family:"IRANSansXV", Sans-serif;}.elementor-kit-19820 h6{font-family:"IRANSansXV", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-19820 h1{line-height:1.7em;}.elementor-kit-19820 h2{line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.quiz-cta {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,0.97);
  text-align: center;
  padding: 40px;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.quiz-cta.fade-out {
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
}

/* QUIZ CONTAINER INITIAL STATE */
.quiz-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: none;
}

/* QUIZ REVEALED STATE */
.quiz-content.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.quiz-content .wq_answerTxtCtr:hover {
  color: #1ab69e !important;
  border-color: #1ab69e !important;
  background-color: #1ab69e20; /* soft tint */
  transition: all 0.25s ease;
  cursor: pointer;
}
.quiz-content .wq_answerTxtCtr:hover * {
  color: #1ab69e !important;
}/* End custom CSS */