html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.tool_statistic-question {
  color: #0182a9;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Thiet lap quang cao*/
.ads {
  width: 100%;
}

.ads-margin {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.ads-left {
  display: none;
  position: absolute;
  top: 155px;
  left: 0;
  text-align: left;
  height: 600px;
}

.ads-right {
  display: none;
  position: absolute;
  top: 155px;
  right: 0;
  text-align: right;
}

.ads-content {
  height: 600px;
}

.ads-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ads-title {
  display: block;
  text-align: center;
  background: 0 0;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #b3b3b3;
  opacity: 0.6;
}

.horizontal-title {
  text-align: left !important;
}

.ads,
.ads-left,
.ads-right {
  z-index: 100;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  color: inherit;
}

i {
  cursor: pointer;
  margin: 0 !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea,
button {
  background-color: transparent;
  font-size: 16px;
  color: #333;
  outline: none;
}

button {
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s,
    border-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s,
    border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s,
    border-color 0.2s ease 0s;
  cursor: pointer;
}

input,
button {
  border: 0;
}

p {
  margin-bottom: 1rem;
}

img,
svg {
  vertical-align: middle;
}

.container,
.min-container,
.medium-container {
  /* position: relative; */
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}

.container {
  max-width: var(--width-larger);
}

.medium-container {
  max-width: 864px;
}

.min-container {
  max-width: var(--width-tiny);
}

.row {
  width: 100%;
}

.font-bold {
  font-weight: bold;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-r-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper--not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header--not-found {
  font-weight: 700;
  font-size: 2rem;
  margin: 5rem 0;
}

.content--notfound {
  margin-bottom: 2.5rem;
}

.searchbar__wrapper--notfound {
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  width: 540px;
  height: 48px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.search__text {
  flex: 1;
  padding-left: 1rem;
  font-weight: 500;
}

.search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.search__submit:hover {
  background-color: var(--color-main-blue);
}

.search__submit:hover path {
  stroke: var(--color-white);
}

.searchbar__result {
  min-height: 500px;
  padding: 0 1.5rem;
  max-width: 100%;
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.seach-result__item {
  width: 100%;
  text-align: start;
  color: var(--color-main-blue);
  text-decoration: underline;
}

.seach-result__item:hover {
  text-decoration: none;
}

.sp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-r {
  position: relative;
}

.absolute {
  position: absolute;
  top: 50%;
}

.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.m-r {
  margin-right: 10px;
}

.m-t {
  margin: 10px 0;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading--page-footer {
  margin: 5rem 0;
  text-align: center;
  font-size: 32px;
  color: var(--color-black);
  font-weight: bold;
}

.gif {
  width: 100%;
  text-align: center;
}

#loading_img {
  width: 50px;
  height: 50px;
  background-color: transparent !important;
}

.hidden {
  display: none !important;
}

.al {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clear {
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: normal;
  background-color: var(--bg-grey);
  color: var(--color-black);
  font-size: var(--size-normal);
}

/*menu*/
header {
  background-size: 30px 30px;
  background-repeat: repeat;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 250ms ease-in-out;
  background-color: var(--color-main-blue);
}

.menu--open {
  position: fixed;
  height: 100%;
  overflow-y: auto;
}

.grid__menu {
}

.grid__menu--heading {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.footer__logo {
  padding: 1rem 0;
}

.grid__menu--heading-logo {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  /* transform: translateY(-50%); */
}

.grid__menu--heading-logo-text {
  color: var(--color-white);
  font-size: var(--size-medium);
}

.navigation__menu ul {
  display: flex;
  /* overflow: hidden; */
  align-items: center;
}

.navigation__menu li:first-child a {
  margin-left: -1rem;
}

.navigation__menu ul li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: var(--color-white);
  font-weight: 700;
  text-transform: capitalize;
  /* white-space: nowrap; */
}

.navigation__menu ul li span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: var(--color-white);
  font-weight: 700;
  text-transform: capitalize;
  /* white-space: nowrap; */
}

.navigation__menu ul li a:hover {
  color: var(--color-grey);
}

#intro-test {
  margin-bottom: 2.5rem;
}

.menu-icon {
  display: none;
}

.menu-button {
  width: 30px;
  padding: 10px 16px;
  box-sizing: unset;
  margin-left: -16px;
}

.menu-container {
  max-width: 1280px;
  margin: 0 auto;
}

.navigation__menu ul li:hover > .menu__dropdown {
  display: block;
}

.menu__dropdown {
  display: none;
  position: absolute;
  /* max-width: 100%; */
  /* width: 100%; */
  white-space: nowrap;
  z-index: 999;
}

/* .container--blog-tags {
  padding: 1rem;
  margin-top: 2.5rem;
  background-color: var(--bg-main);
} */

.container__header--blog-tags {
  font-size: 28px;
  font-weight: 700;
}

.wrapper--blog-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.link--blog-tags {
  border: 1px solid var(--color-grey);
  color: var(--color-internal-link);
  background-color: var(--bg-main);
  border-radius: 4px;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.option__button--other-test {
  min-width: 24px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper--other-test {
  padding: 0 108px;
}

.flex__option--row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.flex__option--row > .option__item--other-test {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.flex__option--col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

.flex__option--col > .option__item--other-test {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.container--result {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  align-items: center;
  padding: var(--margin-40) var(--margin-32);
  background-color: var(--bg-main);
}

.container--result-type {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
  background-color: var(--color-main-blue);
  border-radius: 1.25rem;
  margin-top: 1rem;
}

.description--result-type {
  color: var(--color-white);
}

.header--result-type {
  font-size: 4rem;
  font-weight: bold;
}

.description__name--result-type,
.description__text--result-type {
  text-align: center;
}

.header--result-test-name {
  font-size: 32px;
}

.progressbar__img {
  size: 48px;
}
.image--result-type {
  size: 80px;
}

.header--result-test-name-bold {
  font-weight: bold;
  color: var(--color-main-blue);
}

.container--result-sharing {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.icon--result-sharing {
  margin-left: 1.25rem;
}

.option__item--other-test.active {
  color: var(--color-main-blue);
  font-weight: bold;
}

.active .option__button--other-test {
  border-width: 2px;
  border-color: var(--color-main-blue);
}

.active .option__button--other-test .inner-circle {
  background-color: var(--color-main-blue);
  display: block;
}

.progressbar__content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.progressbar__title {
  font-size: 24px;
  font-weight: 600;
}

.container__description--result-other-test {
  width: 100%;
  background: var(--color-main-blue);
  color: var(--color-white);
}

.link--blog-tags:hover {
  /* background-color: var(--color-internal-link); */
  /* color: var(--color-white); */
  text-decoration: underline;
}

.menu__dropdown > .dropdown__item--link {
  background-color: var(--color-main-blue);
  border-bottom: 1px solid #888282;
  color: var(--color-white);
  justify-content: start;
  align-items: center;
}

.dropdown__item--title {
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  padding: 0.5rem 0;
  max-width: 100%;
  margin: 0;
}

.mini-size {
  font-size: 13px;
  text-align: right;
}

/*mobile*/
.navigaton__menu--setting {
  display: flex;
  flex-direction: column;
  min-height: 50px;
  justify-content: center;
}

.navigation__menu .grid__menu--heading-logo {
  left: 50%;
  transform: translateX(-50%);
}

.brand-test {
  color: var(--color-white);
  padding-left: 1rem;
}

.brand-test,
.navigation__menu .grid__menu--heading-logo {
  display: none;
}

.mobile-navigation {
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.menu--open .mobile-navigation {
  height: auto;
}

.mobile-navigation a,
.mobile-navigation span {
  padding: 1rem 0;
  font-weight: 600;
  color: var(--color-white);
}

.menu__child--mobile {
  padding-left: 1rem;
}

.menu__child--mobile > a::before {
  content: ">>";
  padding-right: 0.5rem;
}

/*home page game_play*/
.grid__iqtest {
  background-color: var(--bg-grey);
  padding-bottom: 3rem;
  position: relative;
}

.grid__iqtest--main::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--bg-grey);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.heading-size-larger,
.heading-size-medium,
.heading-size-middle {
  font-size: var(--size-gigantic);
  color: var(--color-black);
  font-weight: bold;
  margin: 2rem 0;
}

.heading-size-middle {
  font-size: var(--size-larger);
}

.tool.heading-size-middle {
  font-size: 20px;
}

.heading-size-medium {
  font-size: 24px;
  margin: 1rem 0;
}

.grid__iqtest--banner > p {
  font-size: var(--size-medium);
  font-weight: 500;
}

.iqtest__control {
  margin: 2rem 0;
}

.testing--statistic {
  min-height: 40px;
}

.txt-button {
  color: var(--color-white);
  background-color: var(--color-orange);
  font-size: var(--size-medium);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: var(--radius);
  font-weight: 700;
  padding: 1rem 0;
  text-align: center;
  width: 343px;
  cursor: pointer;
  display: inline-block;
  opacity: 0.8;
}

.non-bold {
  font-weight: normal !important;
}

.blue-btn {
  background-color: var(--color-main-blue);
}

.txt-button.tool {
  background-color: #0182a9;
}

.txt-button:hover {
  opacity: 1;
}

.txt-button:disabled {
  opacity: 0.8;
  cursor: default;
}

.iqtest__list {
  width: 343px;
  margin: 2rem auto;
  text-align: left;
}

.iqtest__list ul {
  list-style: disc;
  padding-left: 2rem;
}

.iqtest__list ul li {
  list-style: disc;
  margin: 0.5rem 0;
}

.flexing__box {
  display: flex;
  padding: 1.5rem 0;
}

.flexing__box--item {
  flex: 1;
}

.chart-info {
  padding: 0.5rem;
  background-color: var(--bg-grey);
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}

.chart-info > div {
  width: 50%;
}

.flexing__box--item > ul {
  padding-left: 2rem;
  padding-top: 2rem;
  list-style: decimal;
}

.flexing__box--item > ul > li {
  list-style: decimal;
  list-style-position: inside;
}

.flexing__box--item-content {
  display: flex;
  flex-direction: column;
}

.medium-container.tool {
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}

.tool.testing--text {
  padding: 0 108px;
  margin-bottom: 40px;
  font-weight: unset;
}

.color-blue {
  color: var(--color-blue);
}

.flexing__box--item-content > p {
  margin-top: 2rem;
  margin-left: 2rem;
  font-style: italic;
}

.text-button {
  text-align: right;
  margin-top: auto;
}

.text-button .button {
  font-size: var(--size-medium);
  color: var(--color-orange);
  font-weight: 700;
  /* padding: 0.5rem 1rem; */
  opacity: 0.8;
}

.text-button .button:hover {
  opacity: 1;
}

.grid__iqtest--description {
}

.site__description {
  overflow-x: auto;
}

.site__description h1,
.site__description h3,
.site__description h4,
.site__description h5,
.site__description h6 {
  color: var(--color-black);
  font-weight: 700;
}

.site__description h2 {
  color: var(--color-black);
  font-weight: bold;
  font-size: 20px;
}

.question__warn--unselected {
  padding: 1rem 2rem;
  font-weight: 600;
  background-color: var(--bg-error);
  color: var(--color-error);
  font-size: 1.5rem;
}

.question__warn--error {
  font-weight: bold;
}

.site__description h1,
.site__description h2,
.site__description h3 {
  margin: 1rem 0;
}

.site__description h4,
.site__description h5,
.site__description h6 {
  margin: 0.5rem 0;
}

.site__description ul,
.site__description ol {
  padding-left: 2rem;
  list-style: disc;
  margin-bottom: 1rem;
}

.site__description li {
  list-style: disc;
}

.site__description table {
  border-collapse: collapse;
  max-width: 100%;
}

.site__description table th {
  font-weight: 600;
}

.site__description table td,
.site__description table th {
  padding: 0.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
}

.site__description img {
  max-width: 100%;
  height: auto;
}

/*progress*/
.progress__bar {
  background-color: #fff;
}

.progress__bar--item {
  height: 48px;
  gap: 1rem;
}

.progress__bar--item > span {
  font-size: 20px;
}

.progress__bar--line {
  width: 100%;
  max-width: 820px;
  background-color: #f0f2f5;
  border-radius: var(--radius);
  height: 12px;
  position: relative;
}

.progress__bar--success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--color-orange);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}

.progress__bar--success::after {
  display: none;
  content: attr(data-success);
  position: absolute;
  bottom: 12px;
  /* right: 0; */
  left: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-blue);
}

.tool_progress__bar--success {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--color-orange);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}

.progress__bar--success.progress__bar--successful {
  width: 100%;
}

.progress__bar--success.progress__bar--successful::after {
  content: "";
}

.banner-test {
  background-color: var(--color-white);
  /* border-radius: var(--radius); */
}

.intro_descripton > * {
  margin-bottom: 1.25rem;
}

.intro_descripton > h2,
.content > h2 {
  font-size: 20px;
  font-weight: bold;
}

.tool.banner-test {
  padding: 0 140px;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.tool .banner-test {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.txt-button.w-button-mini {
  width: 200px;
  height: 55px;
}

.testing--submit.error {
  display: flex;
  justify-content: space-between;
}

/*testing*/
#before-test {
  /* display: none; */
}

.testing--submit.custom {
  flex-direction: column;
  padding: 0 108px;
}

#before-test .banner-test {
  padding-top: 2rem;
  width: 100%;
  padding-bottom: 2rem;
}

#before-test,
#results-testbox,
#after-test {
  padding-top: 2.5rem;
  /* padding-top: 6rem;
  padding-bottom: 6rem; */
}

#on-test {
  padding-top: 2.5rem;
}

#iqtest-holder-timeline {
  font-size: 28px;
  color: var(--color-orange);
}

#tool_iqtest-holder-timeline {
  font-size: 28px;
  color: var(--color-orange);
}

.image--certificate {
  max-width: 100%;
  height: auto;
}

.bg-white {
  background-color: #fff;
}

.testing--grid {
  text-align: center;
  padding: 1.25rem;
  background-color: var(--color-white);
  /* margin: 1.25rem 0; */
}

.tool_testing--grid {
  min-height: 520px;
  padding: 1.25rem 2rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-direction: column;
  background-color: var(--color-white);
}

.testing--image {
  text-align: center;
  margin-bottom: 1rem;
}

.testing--image svg {
  height: 350px;
  max-width: 600px;
  max-height: 30vh;
}

.vertical .testing--image svg {
  height: 270px;
  max-width: 600px;
  max-height: 30vh;
}

.question-item-image--center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  /* padding-top: 100%; */
}

.question-item-image--center > svg {
  width: 100%;
  /* flex-grow: 1; */
}

.ws_text tspan {
  font-size: 40px;
  font-weight: normal;
}

.testing--text {
  font-size: var(--size-medium);
  /* color: var(--color-blue); */
  color: #212529;
  font-weight: bold;
  margin-bottom: 1rem;
  overflow: auto;
}

.testing--text-no-image {
  max-height: 30vh;
  height: 350px;
}

@media (max-height: 630px) {
  .testing--text-no-image {
    height: 160px !important;
  }
}

.warning-text {
  /* margin: 2rem 0; */
  font-size: var(--size-medium);
  color: var(--color-blue);
  align-items: center;
  display: flex;
}

#button_submit-wrapper {
  /* margin-top:2rem */
  gap: 2rem;
  align-items: center;
}

.custom .warning-text {
  /* min-height: 108px; */
  align-items: normal;
  width: 100%;
}

.view-results .warning-text {
  color: var(--color-orange);
  font-weight: bold;
}

.testing--grid > div {
  /* margin: 2rem 0; */
  margin-bottom: 1rem;
}

.tool_testing--grid > div {
  margin-bottom: 1.25rem;
}

div#iqtest-holder-label {
  margin-bottom: 0;
}

.testing--question {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.testing--question-item {
  padding: 0 0.5rem;
  width: 16.66666667%;
  aspect-ratio: 1 / 1;
  /* margin-top: 1rem; */
  text-align: left;
  color: #212529;
}

.testing--question-item-image {
  background-color: #fcf6f1;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: var(--radius);
  box-shadow: rgba(27, 31, 35, 0.15) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-top: 0.25rem;
  aspect-ratio: 1 / 1;
}

.testing--question-item svg {
  max-height: 100%;
}

.testing--question-item:hover .testing--question-item-image {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 3px 0px,
    rgba(50, 50, 93, 0.25) 0px 0px 1px 1px;
}

.testing--question-item.active {
  color: var(--color-main-blue);
}

.testing--question-item.error .testing--question-item-image {
  box-shadow: var(--color-orange) 0px 1px 3px 0px,
    var(--color-orange) 0px 0px 0px 1px;
}

.testing--question-item.active .testing--question-item-image {
  box-shadow: var(--color-main-blue) 0px 1px 3px 0px,
    var(--color-main-blue) 0px 0px 0px 1px;
}

.question-headings {
  background-color: #fff;
  padding: 1rem 2rem;
}

.answertext {
  font-size: 24px;
  font-weight: 600;
}

.error .answertext {
  color: var(--color-orange);
}

.testing--submit .txt-button,
#view-results.txt-button {
  opacity: 1;
}

.testing--submit .txt-button:disabled,
#view-results.txt-button:disabled {
  opacity: 0.5;
  cursor: default;
}

/*game_loading*/
:root {
  --value: 0%;
}

#after-test .banner-test {
  padding-top: var(--margin-16);
}

.progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 78%, transparent 80% 100%),
    conic-gradient(var(--color-main-blue) var(--value), var(--bg-grey) 0);
  margin: 1rem auto;
}

.progress-bar::before {
  content: attr(data-progress);
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
}

.grid__iqtest--checking {
  padding: 2rem;
  background-color: var(--color-main-blue);
}

.grid__iqtest--checking h2 {
  color: var(--bg-grey);
  font-weight: lighter;
  font-size: 14px;
  margin-bottom: 1rem;
}

.grid__iqtest--checking-box {
  max-width: 270px;
  margin: 0 auto;
}

.checking__list li {
  color: var(--color-grey);
  padding: 0.75rem;
  padding-left: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checking__list li svg {
  width: 20px;
  height: 20px;
  fill: var(--color-orange);
  margin: 0 1rem;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.checking__list li.active {
  color: var(--color-white);
}

.checking__list li.active svg {
  opacity: 1;
}

/*box_views_result*/
#results-testbox .banner-test {
  padding: var(--margin-40) 0;
}

.flexing__resutls--textbox {
  box-sizing: border-box;
  width: 265px;
  height: 40px;
  background: #f0f2f5;
  border: 1px solid #b4b4b4;
  border-radius: var(--radius);
  padding: 0.5rem 0.75rem;
  color: #b4b4b4;
}

.flexing__resutls--textbox::placeholder {
  color: #b4b4b4;
}

.flexing__resutls--textbox option {
  max-width: 100%;
  word-wrap: break-word;
}

.flexing__resutls--textbox:focus,
.flexing__resutls--textbox.active {
  background-color: #ffe6d7;
  color: var(--color-black);
}

.testing--statistic--item {
  color: var(--color-main-blue);
  display: flex;
  gap: 0.25rem;
}

.statistic-question > strong::after {
  content: ",";
  margin-right: 0.25rem;
}

.flexing__resutls--textbox::-webkit-input-placeholder {
  color: #b4b4b4;
}

.flexing__resutls--textbox:focus::-webkit-input-placeholder {
  color: var(--color-black);
}

/* Firefox < 19 */
.flexing__resutls--textbox:-moz-placeholder {
  color: #b4b4b4;
}

.flexing__resutls--textbox:focus:-moz-placeholder {
  color: var(--color-black);
}

/* Firefox > 19 */
.flexing__resutls--textbox::-moz-placeholder {
  color: #b4b4b4;
}

.flexing__resutls--textbox:focus::-moz-placeholder {
  color: var(--color-black);
}

/* Internet Explorer 10 */
.flexing__resutls--textbox:-ms-input-placeholder {
  color: #b4b4b4;
}

.flexing__resutls--textbox:focus:-ms-input-placeholder {
  color: var(--color-black);
}

.flexing__resutls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flexing__resutls--item {
  margin: 0.75rem 0;
}

/*paper_result*/
/* .progress__bar,  */
/* #before-test, */
#on-test,
#after-test,
#results-testbox,
/* #results-testpaper, */
.abc {
  display: none;
}

footer {
  display: block;
}

#results-testpaper {
  padding: 0;
}

#results-testpaper .banner-test {
  padding: var(--margin-40) var(--margin-32);
}

#results-testpaper .heading-size-medium {
  margin: 0;
}

.heading__paper {
  margin-bottom: var(--margin-40);
}

#iptest-holder-username {
  font-size: var(--size-medium);
}

.sharing__button {
  margin-left: 1rem;
  width: 24px;
  height: 24px;
}

.infomation-test {
  width: 300px;
  min-width: 300px;
}

.name-date {
  line-height: 28px;
}

.iq-score {
  font-size: var(--size-larger);
  margin: var(--margin-24) 0;
}

#iqtest-holder--score {
  color: var(--color-orange);
}

#results-testpaper .checking__list li {
  color: var(--color-black);
  padding: 0.5rem 0;
  font-weight: 400;
  justify-content: flex-start;
}

#results-testpaper .checking__list li span {
  margin-left: 0.25em;
}

/*chart*/
.information-test--chart {
  width: 100%;
}

svg text tspan {
  fill: rgb(48, 48, 48) !important;
}

.heading__paper--text-title {
  font-size: var(--size-medium);
  margin: var(--margin-24) 0;
  display: block;
}

.option-list--wrapper {
  padding: 0 108px;
}

.question-image {
  margin-top: 1.25rem;
}

.blogs__header {
  font-size: 40px;
  font-weight: bold;
  padding-top: 40px;
}

.blog__header {
  font-size: 28px;
  font-weight: bold;
  padding-top: 64px;
}

.load-article {
  width: 100%;
  height: 2.5rem;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background-color: #dfe0e1;
  color: var(--color-black);
  border-radius: 1rem;
  margin: 0 1rem;
}

.custom-question-image {
  height: auto;
  width: 100%;
  max-width: 300px;
}

.custom-option-image {
  /* height: 100%; */
  max-width: 100%;
  /* width: auto; */
  max-height: 100%;
  object-fit: contain;
}

#results-testpaper .banner-test--chartrow,
#results-testpaper .banner-test-description-mobile {
  /* padding-top: 0; */
}

#results-testpaper .banner-test-description-mobile {
  background-color: var(--bg-main);
  margin-top: 2rem;
  padding: 2.5rem 2rem;
}

/*footer*/
footer {
  background-color: var(--color-blue);
}

.footer__flexing {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.footer__flexing .grid__menu--heading-logo {
  justify-content: center;
}

.footer__flexing .grid__menu--heading-logo-text {
  color: #fff;
}

.footer__flexing .logo-calculator {
  color: inherit;
}

.footer__links {
  text-align: center;
}
.footer__socials {
  padding: 1rem;
}
.footer__socials > a {
  padding: 0 1rem;
}

.footer__socials img {
  border-radius: 50%;
  background-color: #f0f4f9;
}

.footer__socials img:hover {
  background-color: var(--color-white);
}

.footer__links > .link:hover {
  color: var(--color-white);
}

.link {
  display: inline-block;
  padding: 1rem;
  color: #f0f2f5;
  font-weight: 600;
}

.footer__copyright {
  color: var(--color-grey);
}

.hidden-desktop {
  display: none;
}

#iqtest__text {
  padding-top: 0;
}

#iqtest__text .banner-test {
  padding: var(--margin-40);
}

#iqtest__text h1 {
  color: var(--color-orange);
  margin-bottom: var(--margin-40);
  margin-top: 0;
}

.test-done footer {
  display: block;
}

/* Start vertical test */

:root {
  --color-main-blue: #0182a9;
  --bg-error: #ffefed;
  --bg-main: #fff;
  --color-black: #212529;
  --color-internal-link: #2579c7;
  --color-error: #f5090a;
  --color-blue: #033f5b;
  --color-orange: #db7b03;
  --color-grey: #b4b4b4;
  --color-white: #ffffff;
  --bg-grey: #f0f2f5;
  --font-family: "Open Sans", sans-serif;
  --size-normal: 16px;
  --size-medium: 20px;
  --size-larger: 32px;
  --size-gigantic: 40px;
  --width-larger: 978px;
  --width-tiny: 752px;
  --radius: 5px;
  --margin-16: 1rem;
  --margin-20: 1.25rem;
  --margin-24: 1.5rem;
  --margin-28: 1.75rem;
  --margin-32: 2rem;
  --margin-40: 2.5rem;
  --margin-48: 3rem;
  --margin-52: 3.25rem;
}

.container.vertical {
  max-width: 1320px;
  /* padding: 0; */
}

.test-wrapper {
  display: flex;
  flex-direction: row;
  gap: 36px;
  margin-top: 2.5rem;
}

.left {
  min-width: 944px;
  display: flex;
  flex-direction: column;
}

.sharing__button path {
  fill: #b4b4b4;
}
#twitter_share_button:hover path {
  fill: #212529;
}

#fb_share_button:hover path {
  fill: #3b579d;
}

#link_share_button:hover path {
  fill: #212529;
}

.breadcumb {
  margin-top: 1rem;
}

#blogs {
  padding: 1rem 0;
}

.breadcumb-item {
  font-size: 12px;
  /* margin-left: 0.25rem; */
  color: var(--color-main-blue);
}

.breadcumb-item::after {
  margin: 0 0.25rem;
  content: "/";
  color: #b4b4b4;
}

.breadcumb-item:last-child::after {
  content: none;
}

.breadcumb-item.disabled {
  color: #b4b4b4;
}

.test-heading {
  /* margin-top: 40px; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.test-header {
  font-size: 40px;
  color: var(--color-black);
  font-weight: bold;
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: spinning 1s linear infinite;
}

.test-created-info {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.created-by.author {
  font-size: var(--color-main-blue);
}

.test-guide {
  padding: 42px 2rem 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.sharing {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.test-guide .heading {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.icon-sharing {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.test-guide.content {
}

.testing {
  margin-bottom: 2.5rem;
}

.testing > div {
  background-color: #fff;
}

.test-intro {
  padding: 40px 2rem;
}

.test-intro .heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.arrow-down-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right {
  min-width: 300px;
}

.questions-box {
  background-color: #fff;
  min-height: 375px;
}

.go-to-test-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-orange);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  height: 48px;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  max-width: 100%;
}

.go-to-test-btn:hover {
  background-color: #bc6200;
}

.go-to-test-btn .content {
  display: flex;
  gap: 8px;
  align-items: center;
}

.view-all-btn:hover {
  color: #2f6690;
}
.view-all-btn:hover path,
.faq-item-heading:hover path {
  fill: #2f6690;
}

.category-test {
  /* margin-bottom: 2rem; */
}

.category-test-item {
  padding: 20px 2rem 42px;
  border-top: 1px solid #b4b4b4;
}

.category-test-content {
  padding: 2.5rem 2rem;
}

.category-test-heading {
  color: var(--color-main-blue);
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: bold;
}

.category-test-desc {
  font-size: 1rem;
}

.test-questions {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* 
.test-questions::after  {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}


.hide-after::after {
  content: none;
} */

.explaination {
  word-wrap: break-word;
  /* Allows long words to break to the next line */
  overflow-wrap: break-word;
  /* Standard-compliant alternative */
  white-space: normal;
  /* Ensures text wraps normally */
}

.question-item {
  display: flex;
  flex-direction: column;
  padding: 20px 2rem;
}

.question__wrapper--vertical {
  border-top: 1px solid #b4b4b4;
}

.question-title {
  font-size: 16px;
  color: var(--color-main-blue);
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: space-between;
  font-weight: bold;
}

.question-no {
  word-break: break-word;
}

.wrapper--tag {
  display: flex;
  flex-direction: column;
}

.wrapper__header--tag {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.timer {
  display: none;
  color: var(--color-orange);
  font-size: 28px;
  font-weight: bold;
}

.closest {
  position: relative;
}

.closest .timer {
  display: block;
}

.test-options--image {
  margin: 32px 0;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: row;
}

.test-options--text {
  margin: 32px 0;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: column;
}


table p {
  margin: 0;
  padding: 0;
}

.question-text {
  font-size: 20px;
  margin: 20px 0;
  max-width: 100%;
}

.question-text ul,
.question-text li,
.testing--text ul,
.testing--text li {
  list-style-type: disc;
  list-style-position: inside;
}

.question-text p,
.testing--text p {
  margin: 0;
}

.question-text table,
.testing--text table  {
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
  display: block;
}

/* .testing--text span,
.question-text span {
  display: block;
} */

.question-text td,
.testing--text td,
.question-text th,
.testing--text th {
  height: 25px;
  padding: .25rem;
  text-wrap-mode: nowrap;
  border: 1px solid black;
}

.author {
  color: var(--color-main-blue);
}

.option-item {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}

.option-item:last-child {
  margin-bottom: 0;
}


.option-button {
  border: 1px solid #b4b4b4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-item.single-choice .option-button {
  min-width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

.selected .option-button {
  border: 2.5px solid var(--color-main-blue);
}

.incorrect .option-button {
  border: 2.5px solid var(--color-orange);
}

.inner-circle {
  width: 16px;
  height: 16px;
  background-color: var(--color-main-blue);
  border-radius: 50%;
  display: none;
}

.inner-box {
  width: 100%;
  height: 100%;
  display: none;
  background-color: var(--color-main-blue);
}

.selected .inner-box {
  display: block;
}

.selected .inner-circle {
  display: block;
}

.incorrect .inner-circle {
  background-color: var(--color-orange);
}

.incorrect .inner-box {
  background-color: var(--color-orange);
}

.option-text {
  cursor: pointer;
}

.testing--question-item.option-item {
  display: block;
  overflow: unset;
  margin-bottom: 0;
}

.selected .option-text {
  cursor: auto;
  font-weight: bold;
}


.correct .option-text {
  color: var(--color-main-blue);
}

.correct .option-button {
  border: 2.5px solid var(--color-main-blue);
}

.incorrect .option-text {
  color: var(--color-orange);
}

.option-item.multi-choice .option-button {
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #fff;
}

.result-and-explaination {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.is-correct .correct {
  color: var(--color-main-blue);
}

.is-correct .incorrect {
  color: var(--color-orange);
}

.view-results {
  padding-left: 2rem;
  margin-bottom: 40px;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vertical .test-result {
  padding: 20px 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  border-top: 1px solid #b4b4b4;
}

.horizontal .test-result {
  border: none;
  align-items: center;
}

.site__description a {
  color: var(--color-internal-link) !important;
}

.site__description a:hover {
  text-decoration: underline;
  color: var(--color-internal-link);
}

.test-result .heading {
  font-weight: bold;
}

.horizontal .call_to_action {
  margin-top: 3rem;
}

.after-result {
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 40px 2rem;
}

@media (min-width: 1281px) {
  header {
    position: sticky !important;
  }

  .mobile-navigation {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .banner-test {
    padding: 1.25rem 1.25rem !important;
  }

  .testing--image svg {
    height: 270px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .testing--question-item {
    width: 33.33333333%;
  }

  .question-text {
    font-size: 1rem;
  }

  .test-options--image {
    margin: 1rem 0;
    flex-wrap: wrap;
  }

  .test-options--text {
    margin: 1rem 0;
  }

  .tool.vertical .testing--text {
    margin-bottom: 0;
  }
}

.result-explaination {
  font-size: 1rem;
}

.custom-explaination {
  text-align: left;
  white-space: pre-line;
  margin-bottom: 0;
}

.custom-explaination p:last-child {
  margin-bottom: 0;
}

.heading-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Start home page v2 */

.home-container {
  max-width: 1280px;
  margin: 0 auto;
}

.home-container--tag {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.home-banner {
  background: url("../imgs/bg-banner.webp");
  background-position: center;
  background-size: cover;
  height: 600px;
  padding: 5rem 0;
  color: #212529;
}

.banner--wrapper {
  position: relative;
  z-index: 1;
}

.banner__content {
  z-index: 2;
  position: relative;
}

.home-banner--inner-image {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-width: 100%;
}

.banner-heading {
  font-size: 40px;
  max-width: 800px;
  font-weight: bold;
  margin-bottom: 24px;
}

.banner-content {
  font-size: 20px;
  max-width: 800px;
  margin-bottom: 40px;
}

.banner-info {
  margin-top: 40px;
}

.banner-info > li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1rem;
}

.home-intro {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-top: 3rem;
}

.home-intro_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border: #b4b4b4 1px solid;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2rem 1.25rem;
  flex: 1;
  box-shadow: 1px 1px 10px #b4b4b4;
}

.home-intro_title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.home-intro_description {
  text-align: center;
}

.home-category-tests {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.home-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1rem;
  position: relative;
}

.sidebar-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}

.sidebar-heading {
  padding: 13px 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.sidebar-heading.menu {
  background-color: var(--color-orange);
  color: #fff;
}

.sidebar-menu-wrapper {
  display: flex;
  flex-direction: column;
  transition: 0.15s max-height ease-in-out;
}

.site__description li {
  margin-top: 0.5rem;
}

.go_to_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  justify-content: center;
  border: 3px solid #0182a9;
  text-align: center;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.go_to_main_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #db7b03;
  color: #fff;
  border-radius: 5px;
  margin-top: 32px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.test-result {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.answer-number {
  color: #db7b03;
  font-weight: 700;
  font-size: 20px;
}

.go_to_main .excerpt {
  margin-top: 2rem;
  max-width: 666px;
}

.test-result-heading {
  font-size: 20px;
  font-weight: bold;
}

.go_to_main .heading {
  font-size: 20px;
  font-weight: bold;
}

.test-result-container {
  padding: 0 1rem;
  padding-top: 125px;
  padding-bottom: 40px;
  background-color: #fff;
}

.parent-category {
  padding: 13px 20px;
  color: var(--color-black);
  border-top: 1px solid #b4b4b4;
  font-weight: bold;
}

.child-category {
  padding: 13px 0 13px 2.5rem;
  color: var(--color-black);
  border-top: 1px solid #b4b4b4;
}

.parent-container .sidebar-menu-wrapper {
  max-height: 0;
  overflow: hidden;
}

.expand .sidebar-menu-wrapper {
  max-height: 100%;
  overflow: hidden;
}

.close-icon {
  display: none;
}

.expand .expand-icon {
  display: none;
}

.expand .close-icon {
  display: block;
}

a.parent-category:hover,
a.child-category:hover {
  background-color: var(--color-main-blue);
  color: #fff;
}

a.parent-category:hover path,
a.child-category:hover path {
  fill: #fff;
}

.category-test-container {
  background-color: #fff;
}

.category-test-container--redirect {
  background-color: #fff;
  padding: 2.5rem 2rem;
  margin-top: 2.5rem;

}

.non-menu .sidebar-heading {
  position: relative;
}

.non-menu .child-category {
  padding: 13px 20px;
}
.sidebar-menu-wrapper--other-tests {
  display: flex;
  flex-direction: column;
}

.sidebar-menu-wrapper--other-tests > .child-category {
}

.non-menu .sidebar-heading::before {
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  height: 0.5rem;
  width: 100%;
  content: "";
  border-top: 0.5rem;
  position: absolute;
}

.text-option {
  font-size: 1rem;
}

.home-heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b4b4b4;
  bottom: 0px;
}

.view-all-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  color: var(--color-main-blue);
}

.heading-title {
  font-weight: bold;
  font-size: 28px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.test-link-container {
  margin-top: 2rem;
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 40px;
}

.category-content {
  margin-top: 1rem;
}

.test-link-item {
  max-width: 400px;
  width: 400px;
  height: 64px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  justify-content: space-between;
  background-color: #fff;
  gap: 0.5rem;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.test-link-item:hover {
  background-color: var(--color-main-blue);
  color: #fff;
}

.test-link-item:hover rect {
  fill: var(--color-main-blue);
}

.test-link-item:hover path {
  fill: #fff;
}

.s2030 {
  font-size: 30px;
  font-weight: normal;
}
.pop {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .s2030 {
    font-size: 20px;
  }
}

.test-link-title {
  font-weight: bold;
  font-size: 1rem;
}

.home-faqs {
  margin-top: 4rem;
}

.faq-container {
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
  column-gap: 4rem;
}

.faq-list {
  width: calc((100% - 4rem) / 2);
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
}

.faq-item {
  width: 100%;
  padding: 1.25rem;
  flex-shrink: 1;
  border-radius: 1rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.faq-item-title {
  font-weight: bold;
  font-size: 1rem;
}

.expand.faq-item {
  background-color: unset;
  overflow: hidden;
}

.expand .faq-item-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.faq-item-heading {
  gap: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  margin: -1.25rem;
}

.faq-expand-icon {
  display: none;
}

.expand .faq-expand-icon {
  display: block;
}

.expand .faq-close-icon {
  display: none;
}

.faq-item-content {
  padding-top: 2rem;
  cursor: auto;
  font-size: 14px;
}

.iq-sample--img {
  max-width: 100%;
}

.article-link-list {
  width: 100%;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  column-gap: 2.5rem;
  row-gap: 1.5rem;
}

/* Responsive for article link list */
@media (max-width: 1072px) {
  .article-link-list {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}

@media (max-width: 752px) {
  .article-link-list {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }
}

.home-articles {
  margin: 4rem 0 6rem;
}

.article-link-item {
  max-width: 400px;
  min-width: 300px;
  aspect-ratio: 5/4;
  background-color: #fff;
  transition: 0.15s all ease-in-out;
}

.article-link-item:hover {
  transform: scale(1.05);
}

.home-content {
  margin-top: 4rem;
  padding: 2.5rem;
  background-color: #fff;
}

.home-content > * {
  margin: revert;
}

.home-content > ul,
.home-content > li,
.home-content > ol {
  list-style: none;
  margin: 0;
}

.article-description {
  padding: 1rem;
  width: 100%;
}

.home-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.article-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}

.article-image {
  max-width: 100%;
  max-height: 200px;
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
}

@media (max-width: 864px) {
  .article-link-item {
    max-width: 340px;
  }
}

.article-created_at {
  margin-top: 1rem;
  font-size: 14px;
}

@media (max-width: 1312px) {
  .test-wrapper {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .right {
    /* display: none; */
    width: 100%;
  }

  .left {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 1280px) {
  .vertical.container,
  .horizontal.container {
    padding: 1rem;
  }

  .home-content {
    margin: 1rem;
    margin-top: 4rem;
  }

  .left {
    width: 100%;
    min-width: unset;
  }

  .home-intro {
    padding: 1rem;
  }

  .navigation__menu li:first-child a {
    margin-left: 0;
  }

  .category-test {
    padding: 1rem;
  }

  .test-link-item {
    width: calc((100% - 40px) / 2);
    max-width: none;
  }
  .banner__content {
    padding: 0 1rem;
  }

  .home-faqs {
    padding: 1rem;
  }

  .home-articles {
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  .home-banner--inner-image {
    display: none;
  }
}

@media (max-width: 1023px) {
  .menu-icon,
  .mobile-name,
  .navigation__menu .grid__menu--heading-logo,
  .brand-test {
    display: block;
  }

  .home-page .brand-test {
    display: none;
  }

  .grid__menu,
  .navigation__menu ul {
    display: none;
  }

  .mobile-navigation {
    padding: 0 1rem;
  }
  .menu-button {
    margin: 0;
  }
}

@media (max-width: 854px) {
  .home-intro {
    flex-direction: column;
  }
}

/* End home page v2 */

@media (max-width: 576px) {
  .banner__content,
  .home-intro,
  .category-test,
  .home-faqs,
  .mobile-navigation {
    padding: 0;
  }

  .home-articles {
    margin: 2rem 0;
  }

  .option-text {
    font-size: 16px;
  }

  .home-content {
    margin: 0;
    margin-top: 4rem;
    padding: 2.5rem 1.25rem;
  }

  .go_to_main_btn {
    font-size: 1rem;
  }
  .go_to_main {
    padding: 1.5rem 1rem;
  }

  .category-test-container--redirect {
    padding: 0.5rem 1rem;
  }
  

  .category-test-content {
    padding: 2.5rem 1.25rem;
  }

  .heading--page-footer {
    font-size: 28px;
    margin: 2rem 0;
  }

  .go-to-test-btn {
    font-size: 16px;
  }
  .category-test-desc {
    font-size: 14px;
  }

  .flex__option--col {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper--other-test {
    padding: 0 32px;
  }

  .flex__option--col > .option__item--other-test {
    flex-direction: row;
  }

  .header--result-test-name {
    font-size: 18px;
  }

  .container--result {
    padding: 1rem;
  }

  .progressbar__img {
    width: 32px;
    height: 32px;
  }

  .progressbar__title {
    font-size: 1rem;
  }

  .container--result-type {
    margin-top: 2rem;
  }

  .testing--breadcumb-container {
    margin-left: 0;
    /* margin-bottom: 2.5rem; */
  }

  .wrapper--not-found {
    padding: 1rem;
  }

  .searchbar__result {
    min-height: 280px;
  }

  .header--not-found {
    font-size: 28px;
  }

  .article-link-item {
    max-width: 400px;
  }

  .horizontal .call_to_action {
    margin-top: 1rem;
  }

  .footer__links {
    display: flex;
    flex-direction: column;
  }

  .blogs__header, .blog__header {
    padding-top: 1rem;
  }

  .test-wrapper {
    margin-top: 1rem;
  }

  .testing--image svg {
    height: 220px;
    max-width: 100%;
  }

  .progress__bar--progress {
    display: none;
  }

  .question-title {
    gap: 2rem;
  }

  .test-guide .heading {
    gap: 1rem;
    flex-direction: column-reverse;
  }

  .test-created-info {
    flex-direction: column;
  }

  .vertical .testing--image svg {
    max-width: 100%;
  }

  /*default*/
  .container,
  .min-container,
  .medium-container {
    padding: 0;
  }

  .test-link-item {
    width: 100%;
  }

  #iqtest__text {
    padding: 1.25rem 0;
  }

  #iqtest__text h1 {
    margin-bottom: 1.25rem;
  }

  .grid__iqtest {
    padding: 1.25rem 0;
  }

  /*home page*/
  .grid__iqtest--main .heading-size-larger {
    margin-top: 4.5rem;
    margin-bottom: 1rem;
  }

  .iqtest__control,
  .iqtest__list {
    margin: 1rem auto;
  }

  .flexing__box {
    flex-wrap: wrap;
  }

  .flexing__box--item {
    flex: auto;
  }

  .chart-info {
    margin: 0.75rem 0;
    padding: 1rem;
  }

  .chart-info > div {
    width: 100%;
    padding: 2px 0;
  }

  .chart-info > div:nth-child(2),
  .chart-info > div:nth-child(4) {
    order: 1;
  }

  .flexing__box--item-content > p {
    margin-left: 0;
    margin-bottom: 0;
  }

  .flexing__box--item > ul {
    padding: 0;
    margin-top: 0.25rem;
  }

  .flexing__box--item > ul > li {
    margin: 0.5rem 0;
  }

  .text-button > a {
    padding: 1.25rem 0;
    display: inline-block;
    margin: 0;
  }

  .site__description h2,
  .site__description h3 {
    font-size: var(--size-medium);
  }

  .site__description h1 {
    font-size: 24px;
  }

  /*before test*/

  .progress__bar {
    /* display: none; */
  }

  #before-test .heading-size-larger {
    margin-bottom: 5rem;
  }

  .txt-button,
  .iqtest__list,
  .txt-button.w-button-mini {
    width: 300px;
    max-width: 100%;
  }

  .view-results {
    padding: 0;
    margin: 0 auto 2rem;
    align-items: center;
  }

  .txt-button {
    padding: 1.2rem 0;
  }

  /*on test*/
  .iqtest__list ul {
    padding-left: 1rem;
  }

  .testing--grid > div {
    /* margin: 0; */
    /* padding: 0; */
  }

  .home-articles {
    padding: 0;
  }

  .testing--grid div#iqtest-holder-label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .answertext {
    font-size: var(--size-medium);
  }

  .banner-test {
    padding: 1rem 1.25rem !important;
  }

  .testing--statistic--item,
  .testing--statistic--item strong {
    font-size: var(--size-normal);
  }

  .testing--statistic {
    min-height: 50px;
    background-color: var(--bg-grey);
    /* margin: 0 -10px; */
    padding: 0 10px;
  }

  .test-heading {
    /* padding: 0 1rem; */
    margin-top: 1rem;
  }

  .breadcumb {
    margin: 0;
    /* padding: 0 0.25rem; */
  }

  .testing--submit {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #on-test {
    padding-top: 1rem;
  }

  .testing--grid,
  .question-headings,
  .tool_testing--grid {
    background-color: var(--color-white);
    padding: 1.25rem 10px;
    margin: 0;
  }

  .testing--question {
    margin: 1.25rem -10px !important;
  }

  .testing--question-item {
    padding: 0 10px;
    margin-top: 0.5rem;
  }

  #iqtest-holder-timeline {
    font-size: var(--size-medium);
  }

  .iqtest-holder-difficulty-text {
    font-size: var(--size-medium);
  }

  .test-guide,
  .test-intro,
  .question-item,
  .vertical .test-result,
  .after-result {
    padding: 2rem 1.25rem;
  }

  .horizontal .test-result {
    padding: 0;
  }

  /*after test*/

  .grid__iqtest--checking {
    margin: 0 -1.25rem;
  }

  /*results testbox*/

  #results-testbox .banner-test {
    padding: 1rem 0.625rem;
  }

  .flexing__resutls--textbox {
    width: 100%;
    max-width: 335px;
  }

  .flexing__resutls {
    flex-direction: column;
  }

  #before-test,
  #results-testbox,
  #after-test {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .heading-size-medium {
    font-size: var(--size-medium);
  }

  /*paper results*/

  /* #results-testpaper {
    padding: 1.25rem 0;
  } */

  #results-testpaper .banner-test {
    padding: 1rem 1.25rem;
  }

  .heading__paper {
    display: block;
    margin-bottom: 1rem;
  }

  .sharing__button {
    margin-left: 0.5rem;
  }

  #results-testpaper .heading-size-medium {
    margin-bottom: var(--margin-16);
    font-size: var(--size-larger);
    text-align: center;
  }

  .iq-score {
    margin: 0.5rem 0;
  }

  .heading__paper--flex {
    flex-direction: column;
  }

  .information-test--chart {
    margin-top: 0.5rem;
  }

  .heading__paper--text-title {
    margin: var(--margin-32) 0;
  }

  .iq-score {
    font-size: 2rem;
  }

  #results-testpaper .banner-test.banner-test-description-mobile {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
  }

  :root {
    --size-gigantic: 24px;
    --size-larger: 20px;
    --size-medium: 16px;
    --size-normal: 14px;
  }

  #results-testpaper {
    /* padding: 1rem; */
  }

  .left {
    min-width: 0;
  }

  .vertical #warning-text {
    margin: 0;
    padding: 0 1.25rem;
  }

  .horizontal #warning-text {
    margin: 0;
    padding: 0;
  }

  .test-header {
    font-size: 28px;
  }

  .testing--submit.error {
    flex-direction: column;
    padding: 0;
    gap: 1.25rem;
  }

  .medium-container.tool {
    padding: 0;
  }

  .tool.testing--text {
    padding: 0;
  }

  .warning-text {
    margin: 0;
  }

  .option-list--wrapper {
    padding: 0 1.25rem;
    margin-bottom: 0;
  }

  .home-banner {
    padding: 0;
    height: 500px;
  }

  .banner-heading {
    margin-top: 1rem;
    font-size: 28px;
  }

  .banner-content {
    font-size: 1rem;
  }

  .menu-container {
    margin: 0 1rem;
  }
  .menu-button {
    margin-left: -1rem;
  }

  .banner-info {
    margin-top: 1rem;
  }

  .banner-info > li {
    font-size: 14px;
  }

  .home-container {
    padding: 1rem;
  }

  .home-container--tag {
    padding: 0 1rem 2rem;
    margin-bottom: 0;
  }

  .heading-title {
    font-size: 20px;
  }

  .faq-container {
    flex-direction: column;
    gap: 1rem;
  }

  .faq-list {
    width: 100%;
  }

  .question_text--other-test strong {
    font-size: 16px;
  }

  .mobile--other-test .testing--text {
    font-size: 20px;
  }

  .mobile--other-test .option-text {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .testing--statistic--item,
  .testing--statistic--item strong {
    font-size: 13px;
  }

  .banner-heading,
  .banner-content {
    margin: 0;
    margin-bottom: 1rem;
  }

  .banner-info {
    margin-top: 1rem;
  }
}
