/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.text_center {
    text-align: center;
}
.iq-clear {
    margin: 0;
    padding: 0;
    clear: both;

}

.iq-test-wrap {
    background-color: #f9f9f9;
    border: #bebebe 1px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 auto;
    line-height: 1 !important;
    max-width: 700px !important;;
    color: #616161;
}

.iq-startbutton img,
.gp-answer-link img,
.iq-test-button img {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
    line-height: 1;
}

.iq_min_height {
    min-height: 500px;
}

.iq-bar-show {
    height: 35px;
}

.iq-test-wrap a {
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}

.iq-test-pad {
    padding: 30px 15px 15px 15px;

}

.iq-test-header {
    font-size: 20px;
    font-weight: bold;
    color: #7b7b7b;

}

.iq-test-name {
    font-size: 20px;
    font-weight: bold;
    color: #7b7b7b;
    float: left;
    line-height: 24px;
}

.iq-test-name2 {
    font-size: 20px;
    font-weight: bold;
    color: #7b7b7b;
    line-height: 24px;
}

.iq-test-result {
    font-size: 36px;
    font-weight: bold;
    color: #7b7b7b;
    text-align: center;
    line-height: 24px;
    margin-bottom: 5%;
}

#countdown {
    font-size: 16px;
    font-weight: bold;
    color: #7b7b7b;
    float: right;
    line-height: 24px;
}
.iq-startbutton span:hover {
    background: none !important;

}

.iq-select {
    width: 100%;
    text-align: center;
}

.iq-select option {
    text-align: left;
}

.iq-select-text {
    font-size: 18px;
    font-weight: bold;
    color: #7b7b7b;
    line-height: 24px;
    margin-bottom: 2%;
}


.iq-ev {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 5% 0 0 0;
}

.iq-ev2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 1% 0 0 0;
}
.iq-remaining {
    font-size: 20px;
}
.wrap_code {
    display: flex;
}
.wrap_code input[type="password"] {
    color: #0a0a0a;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 15px;
    width: 238px;
    padding: 10px 15px;
    height: auto;
    margin-bottom: 0px;
}
.ask_code {
    font-size: 15px;
    margin-bottom: 20px;
}
#confirm_code {
    color: #fff;
    background-color: #c90000;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 19px;
    margin-left: 30px;
}
.show_more_guide_code {
    color:white;
    font-size:19px;
    border-radius:12px;
    box-shadow: inset 0 1px 0 0 #cf866c;
    background: linear-gradient(to bottom,#d0451b 5%,#bc3315 100%);
    border: 1px solid #942911;
    cursor: pointer;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #854629;
    display: inline-block;
    margin-top: 30px;
}
.message_code {
    margin-top: 15px;
    font-size: 16px;
    color: #dc3232 !important;
}
.main_test .iq-test-wrap-new {
    display: none;
}
.content_guide_code .text_item {
    margin: 20px 0px;
}
.section_1 {
    display: block;
    padding: 40px;
    background: #29316d;
    margin: 0 0 24px;
}
.section_1 > * {
    color: #fff;
}
.section_1 h1 {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}
.section_1 .iq-test__param {
    list-style: none;
    padding: 27px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 24px;
    margin: 8px 0 24px;
    background: rgba(255,255,255,.1);
    border-radius: 2px
}
.section_1 .iq-test__param li {
    display: flex;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_1 .iq-test__param svg {
    stroke: #fff;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.section_1 .iq-test__param li + li::before {
    margin: 0 24px;
    content: "";
    display: block;
    height: 22px;
    width: 2px;
    margin: 0 15px;
    border-radius: 2px;
    background: rgba(255,255,255,.1);
    -webkit-transform: rotate(27.23deg);
    transform: rotate(27.23deg);
}
.section_1 .start_btn {
    background: #cc1717;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    width: auto;
    margin-top: 28px;
    padding: 16px 50px;
    font-weight: bold;
    font-size: 16px;
}
.section_1 p {
    font-size: 16px;
    line-height: 24px;
}
.section_2 {
    padding: 40px 0px;
    margin-top: 24px;
    background: #fff;
    color: #1c232e;
}
.avarage-iq__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.avarage-iq__list li {
    display: block;
    width: 33%;
    margin-top: 12px;
}
.avarage-iq__top,
.avarage-iq__update,
.top-iq__list__item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avarage-iq__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.avarage-iq__update {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6768d7;
}
.avarage-iq__update svg {
    margin-right: 12px;
}
.avarage-iq__map {
    margin: 16px 0;
    position: relative;
}
.avarage-iq__map img {
    display: block;
    width: 100%;
}
.avarage-iq__map svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.avarage-iq__map svg g {
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}
.avarage-iq__map svg g::before {
    content: " text";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.avarage-iq__map svg g:hover {
    opacity: 0.8;
}
#map-pc,
.test__options li label input {
    display: none;
}
.avarage-iq__list li + li {
    margin-top: 6px;
}
.avarage-iq__list__item,
.avarage-iq__list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avarage-iq__list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avarage-iq__list__item img {
    display: block;
    width: 36px;
    min-width: 36px;
    margin-right: 8px;
    border: 1px solid #f0f4f8;
    line-height: 1;
}
.avarage-iq__list__text {
    font-size: 16px;
    line-height: 24px;
}
.avarage-iq__list__text span {
    margin-left: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.avarage-iq__more {
    display: none;
    margin-top: 9px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #29313c;
    cursor: pointer;
}
.iq-statistik .card,
.iq-statistik .card h2.inactive {
    background: #29316d;
}
.iq-statistik .card h2 {
    margin: 0 20px 6px;
    background: #6768d7;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    width: auto;
    border-radius: 50px;
    border: 2px solid #6768d7;
    display: inline-block;
}
.iq-statistik .card h2.inactive:hover {
    cursor: pointer;
    border: 2px solid rgba(103, 104, 215, 0.13333);
}
.iq-statistik .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 30px 30px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #6768d7;
    background: -webkit-gradient(linear, left top, right top, from(#6768d7), to(#8167d7));
    background: linear-gradient(90deg, #6768d7 0%, #8167d7 100%);
    width: 50px;
    margin-bottom: 10px;
    height: 60%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.iq-statistik .card {
    text-align: center;
}
.statistick-bg,
.statistick-bg dl {
    width: 100%;
    position: relative;
}
.statistick-bg dl {
    color: #fff;
    max-width: 700px;
    padding: 20px;
}
.statistick-bg dt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 130px;
}
.statistick-bg .text {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 130px;
    color: #fff;
    position: absolute;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.statistick-bg .percentage {
    font-size: 0.8em;
    line-height: 1;
    text-transform: uppercase;
    width: calc(100% - 130px);
    height: 40px;
    margin-left: 130px;
}
.statistick-bg dt,
.statistick-bg img,
.text-blocks ul li img {
    display: block;
    width: 100%;
}
.statistick-bg .button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.heading_h3 {
    font-size: 32px;
    line-height: 42px;
    font-family: "Arial";
    font-weight: bold;
}
.section_3 .card{
    padding: 40px;
    margin-top: 24px;
}
.iq-statistik .card,
.iq-statistik .card h3.inactive {
    background: #29316d;
}
.iq-statistik .card h3 {
    margin: 0 20px 6px;
    background: #6768d7;
    color: #fff;
    padding: 8px 25px;
    font-size: 18px;
    width: auto;
    border-radius: 50px;
    border: 2px solid #6768d7;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
}
.iq-statistik .card h3.inactive:hover {
    cursor: pointer;
    border: 2px solid rgba(103, 104, 215, 0.13333);
}
.iq-statistik .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 30px 30px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #6768d7;
    background: -webkit-gradient(linear, left top, right top, from(#6768d7), to(#8167d7));
    background: linear-gradient(90deg, #6768d7 0%, #8167d7 100%);
    width: 50px;
    margin-bottom: 10px;
    height: 60%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.iq-statistik .card {
    text-align: center;
}
.statistick-bg,
.statistick-bg dl {
    width: 100%;
    position: relative;
}
.statistick-bg dl {
    color: #fff;
    max-width: 700px;
    padding: 20px;
}
.statistick-bg dt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 130px;
}
.statistick-bg .text {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 130px;
    color: #fff;
    position: absolute;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.statistick-bg .percentage {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    width: calc(100% - 130px);
    height: 40px;
    margin-left: 130px;
}
.statistick-bg dt,
.statistick-bg img,
.text-blocks ul li img {
    display: block;
    width: 100%;
}
.statistick-bg .button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section_4 {

}
.text-block {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
.text-block .quote {
    margin: 0;
    text-align: justify;
    border-left: 3px solid #6768d7;
    font-style: italic;
    padding: 10px;
}
.text-block h3 {
    background: #6768d7;
    color: #fff;
    font-size: 24px;
    padding: 14px 10px;
    margin: 0 -10px;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
}
.text-block h4 {
    width: 100%;
    display: inline-block;
    background: rgba(103, 104, 215, 0.16078);
    color: #1d1d1d;
    margin: 5px 0;
    padding: 12px 10px;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
}
.text-block h5 {
    border-left: 4px solid #e6e7f9;
    font-size: 18px;
    padding: 6px 7px;
    font-family: Arial;
    font-weight: bold;
}
.text-block img {
    max-width: 100%;
    margin-bottom: 10px;
}
.text-block > div {
    padding: 10px 20px;
    text-align: justify;
    background: #fff;
}
.text-block ul {
    margin: 3px 15px;
}
.text-block li,
.text-block p {
    font-size: 16px;
    line-height: 1.5;
    font-family: Arial;
}
.iq-test__param i {
    margin-right: 10px;
    font-size: 18px;
}
.frac {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.bottom {
    border-top: thin solid black;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.symbol {
    display: none;
}
body.page-id-19 #main,  body.page-id-19 #wrapper {
    background: unset !important;
}
body.custom-layout .wrap_main {
    max-width: 100% !important;
}
.iq-about { font-family: 'Be Vietnam Pro', sans-serif; color: #1e1e2e; line-height: 1.6; }
.iq-about * { box-sizing: border-box; margin: 0; padding: 0; }
.iq-about a { text-decoration: none; }
.iq-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.iq-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: #EEF2FF; color: #222; font-size: 18px;
    font-weight: 600; padding: 5px 14px; border-radius: 20px;
    margin-bottom: 14px; letter-spacing: 0.3px;
}
.iq-tag::before { content: '🏢'; font-size: 0.75rem; }

/* ===== HERO ===== */
.iq-hero {
    text-align: center; padding: 72px 24px 60px;
    background: linear-gradient(to right bottom, rgb(249, 250, 251), rgb(239, 246, 255), rgb(243, 232, 255));
}
.iq-hero h1 {
    font-size: 48px;
    font-weight: bold;
    color: #4F46E5;
    margin-bottom: 16px;
    letter-spacing: -1px;
    line-height: 57px;
}
.iq-hero p {
    color: #6b7280; font-size: 1rem; max-width: 560px;
    margin: 0 auto 36px; line-height: 1.7;
}
.iq-stats {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 12px; margin-bottom: 36px;
}
.iq-stat {
    background: rgba(255, 255, 255, 0.7); border-radius: 14px; padding: 18px 28px;
    min-width: 110px; text-align: center;
}
.iq-stat strong { display: block; font-size: 1.7rem; font-weight: 800; color: #4F46E5; }
.iq-stat span { font-size: 0.8rem; color: #6b7280; font-weight: 500; margin-top: 2px; display: block; }
.iq-hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-primary {
    background: linear-gradient(135deg, #4F46E5, #7C3AED);
    color: #fff; padding: 13px 26px; border-radius: 10px;
    font-weight: 600; font-size: 0.95rem; transition: opacity .2s;
}
.btn-primary:hover { opacity: .88; }
.btn-outline {
    border: 2px solid #4F46E5; color: #4F46E5; padding: 12px 26px;
    border-radius: 10px; font-weight: 600; font-size: 0.95rem; transition: background .2s, color .2s;
}
.btn-outline:hover { background: #4F46E5; color: #fff; }

/* ===== MISSION ===== */
.iq-mission { padding: 80px 24px; background: #F8F9FF; }
.iq-mission-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: start;
}
.iq-mission-text h2 {
    font-size: 2rem; font-weight: 800; line-height: 1.25;
    margin-bottom: 16px; color: #1e1e2e;
}
.iq-mission-text h2 strong { color: #4F46E5; }
.iq-mission-text p { color: #6b7280; margin-bottom: 22px; font-size: 0.95rem; }
.iq-checks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.iq-checks li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.9rem; color: #374151;
}
.iq-checks li::before {
    content: '✅'; flex-shrink: 0; margin-top: 1px;
}
.iq-goals-box {
    background: linear-gradient(to right bottom, rgb(59, 130, 246), rgb(147, 51, 234));
    border-radius: 20px; padding: 32px; color: #fff;
    text-align: center;
}
.icon-iq-goals-box {
    font-size: 30px;
    text-align: center;
}
.iq-goals-box h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 35px;
}
.iq-goals-box p { margin-bottom: 22px; }
.iq-goals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.iq-goal {
    background: rgba(255,255,255,0.15); border-radius: 12px;
    padding: 18px; text-align: center; backdrop-filter: blur(4px);
}
.iq-goal strong { display: block; font-size: 1.5rem; font-weight: 800; }
.iq-goal span { font-size: 0.78rem; opacity: .85; display: block; margin-top: 2px; }

/* ===== TESTS ===== */
.iq-tests { padding: 80px 24px; background: #fff; }
.iq-tests .section-head { text-align: center; margin-bottom: 40px; }
.iq-tests .section-head h2 { font-size: 1.9rem; font-weight: 800; line-height: 36px; margin-bottom: 10px; }
.iq-tests .section-head p { color: #6b7280; max-width: 520px; margin: 20px auto 0 auto; font-size: 1rem; }

.iq-featured {
    background: linear-gradient(to right bottom, rgb(37, 99, 235), rgb(147, 51, 234), rgb(219, 39, 119));
    border-radius: 20px; padding: 36px; color: #fff; margin-bottom: 24px;
    display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.iq-featured-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: #F59E0B; color: #1e1e2e; font-size: 0.72rem;
    font-weight: 700; padding: 4px 10px; border-radius: 20px;
    margin-bottom: 12px; letter-spacing: .5px;
}
.iq-featured h3 { font-size: 1.6rem; line-height: 37px; font-weight: 800; margin-bottom: 10px; }
.iq-featured p { opacity: .82; font-size: 0.9rem; margin-bottom: 20px; max-width: 480px; }
.iq-featured-stats { display: flex; gap: 28px; margin-bottom: 24px; flex-wrap: wrap; }
.iq-featured-stats div { text-align: center; }
.iq-featured-stats strong { display: block; font-size: 1.4rem; font-weight: 800; }
.iq-featured-stats span { font-size: 0.75rem; opacity: .75; }
.btn-white {
    background: #fff; color: #4F46E5; padding: 11px 22px;
    border-radius: 8px; font-weight: 700; font-size: 0.88rem; display: inline-block;
    transition: transform .15s;
}
.btn-white:hover { transform: translateY(-2px); }
.iq-mbti-types { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; max-width: 200px; }
.mbti-tag {
    background: rgba(255,255,255,0.2); border-radius: 6px;
    padding: 4px 8px; font-size: 0.72rem; font-weight: 600;
}

.iq-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.iq-card {
    border: 1.5px solid #E5E7EB; border-radius: 16px; padding: 24px;
    transition: border-color .2s, box-shadow .2s;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.iq-card:hover { border-color: #4F46E5; box-shadow: 0 4px 20px rgba(79,70,229,.1); }
.iq-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.iq-card-icon { font-size: 1.6rem; }
.iq-card-badge { font-size: 0.72rem; color: #6b7280; text-align: right; }
.iq-card-badge strong { display: block; color: #4F46E5; }
.iq-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.iq-card p {  color: #6b7280; margin-bottom: 14px; }
.iq-card-meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.iq-card-meta span { color: #6b7280; }
.iq-card-meta span::before { content: '✅ '; }
.btn-card {
    display: block; text-align: center; padding: 10px;
    border-radius: 8px; font-weight: 600; font-size: 0.85rem;
    transition: opacity .2s;
}
.btn-card:hover { opacity: .85; }
.btn-card-iq { background: linear-gradient(to right, rgb(34, 197, 94), rgb(13, 148, 136)); color: #fff; }
.btn-card-eq { background: linear-gradient(to right, rgb(168, 85, 247), rgb(219, 39, 119)); color: #fff; }
.btn-card-disc { background: linear-gradient(to right, rgb(239, 68, 68), rgb(234, 88, 12)); color: #fff; }
.btn-card-holland { background: linear-gradient(to right, rgb(234, 179, 8), rgb(249, 115, 22)); color: #fff; }

.iq-cta-banner {
    background: linear-gradient(to right, rgb(17, 24, 39), rgb(31, 41, 55));
    border-radius: 16px; padding: 40px; text-align: center; color: #fff;
}
.iq-cta-banner h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.iq-cta-banner p { opacity: .75; font-size: 0.9rem; margin-bottom: 22px; }
.iq-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-cta-white { background: #fff; color: #1e1e2e; padding: 11px 22px; border-radius: 8px; font-weight: 700; font-size: 0.88rem; display: inline-block; }
.btn-cta-outline { border: 2px solid rgba(255,255,255,.5); color: #fff; padding: 10px 22px; border-radius: 8px; font-weight: 600; font-size: 0.88rem; display: inline-block; }

/* ===== VALUES ===== */
.iq-values { padding: 80px 24px; background: #F8F9FF; }
.iq-values .section-head { text-align: center; margin-bottom: 40px; }
.iq-values .section-head h2 { font-size: 1.9rem; font-weight: 800; line-height: 38px; margin-bottom: 20px; }
.iq-values .section-head p { color: #6b7280; max-width: 480px; margin: 0 auto; }
.iq-values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.iq-value-card {
    background: #fff; border-radius: 16px; padding: 28px;
    border: 1.5px solid #E5E7EB;
    transition: box-shadow .2s;
}
.iq-value-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }
.iq-value-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; margin-bottom: 14px;
}
.iq-value-icon::before{
    content: "";
}
.icon-star { background: #FEF3C7; }
.icon-science { background: #D1FAE5; }
.icon-user { background: #EDE9FE; }
.icon-lock { background: #FEE2E2; }
.iq-value-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.iq-value-card p { color: #6b7280; line-height: 1.6; }

/* ===== CONTACT ===== */
.iq-contact { padding: 80px 24px; background: #fff; }
.iq-contact .section-head { text-align: center; margin-bottom: 40px; }
.iq-contact .section-head h2 { font-size: 1.9rem; font-weight: 800; margin-bottom: 20px; }
.iq-contact .section-head p { color: #6b7280; }
.iq-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.iq-contact-items { display: flex; flex-direction: column; gap: 14px; }
.iq-contact-item {
    display: flex; align-items: center; gap: 14px;
    border: 1.5px solid #E5E7EB; border-radius: 12px; padding: 16px 20px;
}
.iq-contact-item-icon {
    width: 38px; height: 38px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}
.ci-blue { background: #DBEAFE; }
.ci-green { background: #D1FAE5; }
.ci-purple { background: #EDE9FE; }
.iq-contact-item-text small { font-size: 0.75rem; color: #555; font-weight: 500; }
.iq-contact-item-text p { font-size: 0.9rem; font-weight: 600; color: #1e1e2e; margin-top: 2px; }
.iq-contact-box {
    background: linear-gradient(to right bottom, rgb(219, 234, 254), rgb(243, 232, 255));
    border-radius: 20px; padding: 36px; color: #222; text-align: center;
}
.iq-contact-box .emoji { margin-bottom: 16px; display: block; }
.iq-contact-box h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.iq-contact-box p {  line-height: 1.6; margin-bottom: 20px; }
.iq-contact-box-meta { display: flex; flex-direction: column; gap: 6px; }
.iq-contact-box-meta span { }
.iq-contact-btns { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.btn-contact-email {
    background: linear-gradient(135deg, #4F46E5, #7C3AED);
    color: #fff; padding: 11px 20px; border-radius: 8px;
    font-weight: 600; font-size: 0.88rem; display: inline-block;
    border: 1.5px solid rgba(255,255,255,.2);
}
.btn-contact-zalo {
    background: #0068FF; color: #fff; padding: 11px 20px;
    border-radius: 8px; font-weight: 600; font-size: 0.88rem; display: inline-block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .iq-mission-grid,
    .iq-cards,
    .iq-values-grid,
    .iq-contact-grid { grid-template-columns: 1fr; }
    .iq-featured { grid-template-columns: 1fr; }
    .iq-mbti-types { display: none; }
    .iq-featured-stats { gap: 16px; }
}
.contact-custom{
    max-width:1200px;
    margin:auto;
}

.contact-heading{
    text-align:center;
    max-width:720px;
    margin:0 auto 60px;
}

.contact-heading h2{
    font-size:54px;
    font-weight:700;
    margin-bottom:15px;
}

.contact-heading p{
    color:#777;
    font-size:18px;
    line-height:1.8;
}

.contact-grid{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:35px;
}

.info-box{
    display:flex;
    gap:18px;
    align-items:flex-start;
    background:#fff;
    padding:28px;
    border-radius:22px;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.icon{
    width:56px;
    height:56px;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    flex:none;
}

.phone{
    background:#3b82f6;
}

.mail{
    background:#22c55e;
}

.map{
    background:#7c3aed;
}

.info-content h4{
    margin:0;
    font-size:20px;
}

.info-content a{
    display:block;
    font-weight:700;
    margin:6px 0;
}

.info-content p{
    margin:0;
    color:#666;
}

.working-box{
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
    color:#fff;
    padding:35px;
    border-radius:22px;
    box-shadow:0 15px 35px rgba(79,70,229,.35);
}

.working-box h3{
    text-align:center;
    color:#fff;
    margin-bottom:25px;
}

.time-row{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.2);
}

.status{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:25px;
}

.status span{
    width:10px;
    height:10px;
    background:#44ff88;
    border-radius:50%;
}

.contact-right{
    background:#fff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-wrap{
    background:#fff;
    border-radius:20px;
}

.contact-form-wrap h3{
    text-align:center;
    margin-bottom:35px;
    font-size:34px;
}

.cf7-row{
    display:flex;
    gap:20px;
}

.cf7-col{
    flex:1;
}

.contact-form-wrap label{
    display:block;
    margin-bottom:18px;
    font-weight:600;
}

.contact-form-wrap label span{
    color:#ff4d4f;
}

.contact-form-wrap input,
.contact-form-wrap textarea{
    width:100%;
    margin-top:8px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
    padding:14px 16px;
    box-shadow:none;
}

.contact-form-wrap textarea{
    height:170px;
    resize:vertical;
}

.contact-form-wrap input[type=submit]{
    width:100%;
    border:none;
    border-radius:12px;
    background:linear-gradient(90deg,#4f46e5,#7c3aed);
    color:#fff;
    font-weight:700;
}

.contact-form-wrap input[type=submit]:hover{
    opacity:.9;
}
.bti-l4m-close {
    min-height: unset !important;
}
.row_copyright .col {
    padding-bottom: 0px !important;
}
.row_copyright p {
    margin: 0px;
}
.absolute-footer {
    display: none;
}
@media(max-width:991px){

    .contact-grid{
        grid-template-columns:1fr;
    }

    .cf7-row{
        flex-direction:column;
    }

    .contact-heading h2{
        font-size:40px;
    }
    .mbti-test-container #questionForm ol li {
        margin-left: 0px;
    }
}
@media (max-width: 1200px) {

}
@media screen and (min-width: 998px) {
    #map-pc {
        display: block;
    }
    #map-mob {
        display: none;
    }
}

.eq-answer-text {
    text-transform: initial !important;
}
.eq-answer-letter {
    background: unset !important;
    color: #222 !important;
}
@media (max-width: 811px) {


    body.site {
        padding: 0px !important;
        border: none !important;
    }
    .section_1 {
        padding: 15px;
    }
    .section_1 h1 {
        font-size: 24px;
    }
    .section_1 .iq-test__param {
        display: block;
        padding: 10px 18px;
    }
    .section_1 .iq-test__param li {
        display: block;
        margin: 10px 0px;
    }
    .section_1 .iq-test__param li + li::before {
        display: none;
    }
    .section_1 .iq-test__param svg {
        width: 21px;
        height: 21px;
    }
    .avarage-iq__list {
        margin: 0px;
    }
    .avarage-iq__list li {
        display: block;
        width: 100%;
        margin-top: 12px;
    }

    .heading_h3 {
        font-size: 24px;
    }
    .avarage-iq__list li{
        display: none;
    }
    .avarage-iq__list li:nth-child(1), .avarage-iq__list li:nth-child(2), .avarage-iq__list li:nth-child(3), .avarage-iq__list li:nth-child(4) {
        display: block;
    }
    .avarage-iq__more {
        display: block;
    }
    .section_3 .card {
        padding: 15px;
    }
    .statistick-bg dl {
        margin: 0px;
        padding: 0px;
    }
    .statistick-bg .text {
        width: 117px;
    }
    .section_4 {

    }
    .text-block h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .text-block h4 {
        font-size: 19px;
        line-height: 26px;
    }
}

@media (max-width: 394px) {

    .iq-test-pad {
        padding: 15px 5px 5px 5px;
    }

    .iq-test-header {
        text-align: center;
    }

    .iq-congratulation.qresult {
        font-size: 20px;
    }


}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}