@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500&display=swap";


@import "https://fonts.googleapis.com";
@import "https://fonts.gstatic.com";
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: Cambria, Georgia, serif; */
    /* font-family: 'Baloo 2', sans-serif; */
     font-family: "Quicksand", sans-serif;

}

.fill-secondary {
    fill: #00a6a5;
}

.fill-current {
    fill: #00a6a5;
}

.navbar-brand {
    width: 200px;
}

.nav-item {
    font-size: 18px;
    font-weight: 400;
}

.active>.page-link,
.page-link.active {
    background: #00a6a5;
    border-color: #cb3351;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

/* home section 1 */
body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
}

.body {
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #fff 0%, #c3eeb9bd 100%);

}

.navbar-brand {
    color: #03a24c !important;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -0.5px;
}

.navbar {
    background: transparent !important;
}

.navbar-nav .nav-link {
    font-size: 1.06rem;
    font-weight: 700;
}

.headline {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.headline h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0;
    line-height: 1.1;
}

.search-bar-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

.search-bar {
    background: #fff;
    border-radius: 2.8em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 11px 18px;
    width: 750px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 6px solid #c3eeb9bd;
    font-size: 1.14rem;
}

.search-bar i {
    font-size: 1.4em;
    color: #03a24c;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    font-size: 1.16rem;
    font-weight: 500;
    color: #222;
}

.search-bar .btn-search {
    background: #03a24c;
    color: #fff;
    border: none;
    border-radius: 1.6em;
    padding: 0.45em 2.2em;
    font-size: 1.23rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: background 0.2s;
    box-shadow: 0 2px 12px rgba(253, 96, 96, 0.09);
}

.search-bar .btn-search:hover {
    background: #eb91bc;
}

.categories-bar {
    background: #c3eeb9bd;
    border-radius: 2.6em;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.cat-scroll {
    display: flex;
    gap: 38px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
    padding: 0 4px;
}

.cat-scroll::-webkit-scrollbar {
    display: none;
}

.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 106px;
    gap: 4px;
}

.cat-item i {
    font-size: 1.47em;
    margin-bottom: 5px;
    color: #222;
}

.cat-item span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.2px;
}

.cat-item img {
    width: 37%;
}

.cat-arrow {
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    border: none;
    margin: 0 7px;
    cursor: pointer;
    color: #222;
    transition: background 0.12s;
}

.cat-arrow:hover {
    background: #eb91bc52;
}

@media (max-width: 800px) {
   


    .categories-bar {
        max-width: 99%;
    }

    .cat-item {
        min-width: 86px;
        font-size: 0.97em;
    }

    .cat-arrow {
        width: 42px;
        height: 42px;
        font-size: 1.25em;
    }
}

@media (max-width: 520px) {
    .headline {
        margin-top: 32px;
    }

    



    .categories-bar {
        padding: 7px 0;
    }
}

/* home section 1 */
/* It only <br> takes one test <br> to know the real you.*/
.stats-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: #111;
    letter-spacing: 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

.stats-label {
    font-size: 1rem;
    color: #333;
    opacity: 0.8;
    margin-top: 3px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
}

.bi-star-fill {
    font-size: 1.2em;
    color: #111;
    vertical-align: middle;
    margin-right: 0.06em;
}

@media (max-width: 767px) {
    .stats-number {
        font-size: 1.3rem;
    }

    .stats-label {
        font-size: 0.98rem;
    }
}

@media (max-width: 500px) {
    .stats-number {
        font-size: 1.07rem;
    }

    .stats-label {
        font-size: 0.89rem;
    }
}

/* It only <br> takes one test <br> to know the real you. */

/* Psychometric Tests */
.nav-tabs {
    background: #111;
    border-radius: 20px 20px 0 0;
    padding: 0 30px;
    border: none;
    margin-bottom: 24px;
}

.nav-tabs .nav-link {
    color: #d4d4d4;
    font-weight: 600;
    font-size: 1.13rem;
    border: none;
    border-radius: 0;
    margin: 0 35px 0 0;
    background: transparent;
    padding: 16px 0 12px 0;
    transition: color 0.25s;
}

.nav-tabs .nav-link.active {
    color: #03a24c;
    border-bottom: 3px solid #03a24c;
    background: none;
}

.tab-content {
    background: transparent;
    padding: 0;
}

.programme-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(50, 50, 50, 0.05);
    padding: 20px 18px 18px 18px;
    margin-bottom: 30px;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
}

.programme-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
}

.programme-card h5 {
    font-weight: 700;
    font-size: 1.13rem;
    margin-bottom: 8px;
    color: #222;
}

.programme-card .desc {
    font-size: 1.02rem;
    color: #444;
    margin-bottom: 14px;
}

.programme-details {
    font-size: 0.98rem;
    color: #1b1b1b;
    margin-bottom: 12px;
}

.programme-details .bi {
    color: #222;
    font-size: 1.11rem;
    margin-right: 7px;
}

.programme-details .fw-bold {
    color: #222;
    font-weight: 700;
}

.programme-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.programme-btn {
    border-radius: 11px;
    font-weight: 600;
    font-size: 1.03rem;
    padding: 7px 22px;
    border: none;
}

.programme-btn.primary {
    background: #f8f8f8;
    color: #111;
    border: 1.5px solid #03a24c;
    transition: background 0.2s;
}

.programme-btn.primary:hover {
    background: #ffd90033;
    color: #111;
}

.programme-btn.secondary {
    background: #222;
    color: #fff;
}

.programme-btn.secondary:hover {
    background: #03a24c;
    color: #222;
}

@media (max-width: 991px) {
    .programme-card {
        min-height: 650px;
    }
}

@media (max-width: 767px) {
    .programme-card {
        min-height: 0;
    }

    .nav-tabs .nav-link {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 575px) {
    .nav-tabs {
        padding: 0 5px;
    }

    .programme-card {
        padding: 12px 8px 8px 8px;
    }
}

.data_p span {
    font-size: 13px;
}

/* Psychometric Tests */

/* Reporting Made Easy */
.main-bg {

    background: linear-gradient(120deg, #e5f0ff 0%, #f7fbfd 50%, #e2f7ff 100%);
}

/* Accent colors */
.main-blue {
    color: #03a24c;
}

.main-link {
    color: #03a24c;
    transition: color 0.18s;
}

.main-link:hover {
    color: #03a24c;
    text-decoration: underline;
}

.profile-card {
    /* width: 380px; */
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.card-header-green {
    background: #41c057;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px;

}

/* Slider Bar and Dot */
.slider-bar {
    width: 100%;
    height: 7px;
    background: #e7e7e7;
    border-radius: 4px;
    position: relative;
    margin-top: 2px;
    margin-bottom: 4px;
}

.slider-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url('https://randomuser.me/api/portraits/women/68.jpg');
    background-size: cover;
    box-shadow: 0 2px 10px rgba(30, 30, 30, 0.13);
}

/* Slider Dots (for carousel/pagination) */
.slider-dot-indicator {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c1d7f4;
    margin: 0 2px;
    transition: background 0.2s;
}

.slider-dot-indicator.active {
    background: #03a24c;
}

@media (max-width: 991px) {
    .profile-card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main-bg {
        padding: 10px !important;
    }

    .profile-card {
        width: 100%;
    }

}

/* Reporting Made Easy */

/* Why Psychometrics <br> from Psychomatrix? */

.icon-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #f8f9fb;
    flex-shrink: 0;
}

.icon-pink svg {
    display: block;
}

.icon-pink svg * {
    fill: #E74B89 !important;
}

.icon-blue svg {
    display: block;
}

.icon-blue svg * {
    fill: #3772FF !important;
}

.icon-yellow svg * {
    stroke: #FFD700 !important;
    fill: #FFD700 !important;
}

.icon-red svg * {
    stroke: #E7603A !important;
    fill: #E7603A !important;
}

.icon-sky svg * {
    stroke: #3CB4E7 !important;
    fill: #7ECFFF !important;
}

.icon-gold svg * {
    fill: #FFD54B !important;
}

.fw-semibold {
    font-weight: 600 !important;
}




.why_icon h5 {
    font-size: 17px;
}

.why_icon p {
    font-size: 13px;
}

.why_img {
    width: 74px;
}

/* Why Psychometrics <br> from Psychomatrix? */

/* 3 Tests free <br/> & free for everyone */

.personality-header {
    background: linear-gradient(180deg, #55ad8d 0%, #70be97 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 3.3rem !important;
}

.header-card {
    background: #f2f7fa;
    border-radius: 13px;
    padding: 1.1rem 1rem 1.05rem 1rem;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow .2s, border .2s;
    border: none;
}

.selected-card {
    background: #f9f6ec !important;
}

.purple-card {
    background: #f4f0fa !important;
}

.scale-row .scale-label {
    font-size: 1.05rem;
    font-weight: 500;
    color: #49b885;
}

.text-purple {
    color: #a78cc6 !important;
}

.circle-btn {
    width: 32px;
    height: 32px;
    border: 2.5px solid #c7c7c7;
    border-radius: 50%;
    margin: 0 2px;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
}

.circle-btn.big {
    width: 40px;
    height: 40px;
    border-width: 3.5px;
}

.circle-btn.green {
    border-color: #03a24c;
}

.circle-btn.purple {
    border-color: #a78cc6;
}

.circle-btn:hover,
.circle-btn:active {
    box-shadow: 0 0 0 3px #e0ece7;
    border-color: #207a56;
}

.circle-btn.purple:hover,
.circle-btn.purple:active {
    box-shadow: 0 0 0 3px #ece7f4;
    border-color: #8656b1;
}

@media (max-width: 991px) {
    .header-card {
        min-height: 130px;
        padding: 1rem 0.7rem;
    }

    .personality-header {
        border-radius: 0 0 18px 18px;
    }
}

@media (max-width: 767px) {
    .header-card {
        margin-bottom: 16px;
    }

    .personality-header {
        padding-bottom: 2.2rem !important;
    }
}

/* 3 Tests free <br/> & free for everyone */
/* Take the Test. Submit Your Report. Start Counseling Instantly. */
.world-map-wrap {
    width: 520px;
    height: 340px;
    max-width: 100%;
    position: relative;
}

.world-map-img {
    width: 100%;
    height: auto;
    opacity: 0.53;
    border-radius: 8px;
}

.avatar-dot {
    position: absolute;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 15px rgba(60, 60, 120, 0.10);
    transition: transform .18s;
}

.avatar-dot:hover {
    transform: scale(1.08);
    z-index: 2;
}

/* Position each avatar manually over the map (tweak as needed for your actual SVG/map) */
.avatar1 {
    top: 15px;
    left: 90px;
}

.avatar2 {
    top: 35px;
    left: 330px;
}

.avatar3 {
    top: 170px;
    left: 150px;
}

.avatar4 {
    top: 225px;
    left: 320px;
}

.avatar5 {
    top: 70px;
    left: 220px;
}

.avatar6 {
    top: 220px;
    left: 80px;
}

.avatar7 {
    top: 80px;
    left: 440px;
}

.avatar8 {
    top: 270px;
    left: 390px;
}

.avatar9 {
    top: 180px;
    left: 420px;
}

@media (max-width: 991px) {
    .world-map-wrap {
        width: 380px;
        height: 250px;
    }

    .avatar-dot {
        width: 48px;
        height: 48px;
    }

    .avatar1 {
        top: 10px;
        left: 65px;
    }

    .avatar2 {
        top: 18px;
        left: 210px;
    }

    .avatar3 {
        top: 110px;
        left: 90px;
    }

    .avatar4 {
        top: 130px;
        left: 200px;
    }

    .avatar5 {
        top: 38px;
        left: 135px;
    }

    .avatar6 {
        top: 140px;
        left: 45px;
    }

    .avatar7 {
        top: 49px;
        left: 295px;
    }

    .avatar8 {
        top: 170px;
        left: 255px;
    }

    .avatar9 {
        top: 115px;
        left: 275px;
    }
}

@media (max-width: 576px) {
    .world-map-wrap {
        width: 100vw;
        max-width: 100vw;
        height: 165px;
    }

    .avatar-dot {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }

    .avatar1 {
        top: 4px;
        left: 30px;
    }

    .avatar2 {
        top: 10px;
        left: 85px;
    }

    .avatar3 {
        top: 50px;
        left: 40px;
    }

    .avatar4 {
        top: 75px;
        left: 110px;
    }

    .avatar5 {
        top: 22px;
        left: 60px;
    }

    .avatar6 {
        top: 82px;
        left: 20px;
    }

    .avatar7 {
        top: 25px;
        left: 155px;
    }

    .avatar8 {
        top: 120px;
        left: 150px;
    }

    .avatar9 {
        top: 70px;
        left: 175px;
    }
}

/* Take the Test. Submit Your Report. Start Counseling Instantly. */

/* Welcome to the Psychomatrix <br>R&D Center at Emo Matrix */
.container-stack {
    position: relative;
    width: 367px;
    height: 245px;
}



.container-stack .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 1;
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}





.container-stack .card.show {
    opacity: 1;
    transform: scale(1);
}

.container-stack .card:nth-child(1) {
    z-index: 3;
    overflow: hidden;
}

.container-stack .card:nth-child(2) {
    z-index: 2;
    top: 24px;
    left: 56px;
    height: 245px;
    overflow: hidden;
}

.container-stack .card:nth-child(3) {
    z-index: 1;
    top: 42px;
    left: 101px;
    height: 245px;
    overflow: hidden;
}

/* Welcome to the Psychomatrix <br>R&D Center at Emo Matrix */
/* Real People. Real Progress */

.section-title {
    font-weight: 700;
    font-size: 2.3rem;
    margin-bottom: 0.35rem;
    color: #101010;
    letter-spacing: -0.8px;
    line-height: 1.15;
}

.section-desc {
    color: #444;
    font-size: 1.04rem;
    margin-bottom: 2.1rem;
    max-width: 900px;
}

.custom-tabs {
    display: flex;
    background: #101010;
    border-radius: 16px;
    padding: 3px 0;
    margin-bottom: 2.5rem;
    width: 100%;
    justify-content: space-around;
    gap: 0;
}

.custom-tab-btn {
    color: #f7f7f7 !important;
    background: black !important;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 1.11rem;
    padding: 10px 32px 11px 32px;
    border-radius: 12px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    margin-right: 0.7px;
}

.custom-tab-btn.active {
    color: #03a24c;
    background: #101010;
    font-weight: 700;
}

.custom-tab-btn:hover {
    color: #03a24c;
}

.custom-tab-content {
    background: #fff;
    padding: 1.5rem 0 0 0;
    border-radius: 20px;
    min-height: 210px;
}

.custom-tab-pane {
    display: none;
}

.custom-tab-pane.active {
    display: block;
}

.rprp img {
    width: 100%;
    max-width: 120px;
    max-height: 38px;
    filter: grayscale(1) brightness(0.25);
    transition: filter 0.25s, opacity 0.25s;
    object-fit: contain
}

.custom-tabs {
    background: #000;
    border-radius: 12px;
    padding: 6px;

    margin: 40px auto 30px auto;
    display: flex;
    gap: 0.5rem;
}

.custom-tab {
    color: #fff;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.custom-tab.active {
    color: #ffae3c;
    background: #191919;
    font-weight: 600;
}

.logos-grid {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 32px 0 32px 0;
    box-shadow: 0 2px 24px rgba(44, 62, 80, 0.05);
}

.logos-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 32px;
}

.logos-row:last-child {
    margin-bottom: 0;
}

.logo-cell {
    flex: 1 1 0;
    text-align: center;
    min-width: 110px;
}

.logo-cell img {
    max-height: 48px;
    max-width: 120px;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter 0.2s, opacity 0.2s;
}

.logo-cell img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 900px) {
    .logos-row {
        flex-wrap: wrap;
    }

    .logo-cell {
        min-width: 90px;
        margin-bottom: 20px;
    }
}

/* Real People. Real Progress */

/* World’s Most Popular <br> Psychometric Tests */
.marquee-slider-wrapper {
    width: 100%;
    overflow: hidden;
    background: #f7f7fa;
    padding: 40px 0;
    position: relative;
    box-sizing: border-box;
}

.marquee-slider-track {
    display: flex;
    width: max-content;
    animation: marqueeSliderAnim 105s linear infinite;
    align-items: stretch;
}

.marquee-slider-wrapper:hover .marquee-slider-track {
    animation-play-state: paused;
}

.marquee-card {
    min-width: 300px;
    max-width: 310px;
    margin: 0 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.marquee-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.marquee-card-img {
    height: 301px;
    background: #e4efe5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.marquee-card-body {
    padding: 22px 18px 18px 18px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.marquee-card-body h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #14443d;
}

.marquee-card-body p {
    font-size: 15px;
    color: #355c55;
    margin: 0;
    line-height: 1.38;
}

@keyframes marqueeSliderAnim {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .marquee-card {
        min-width: 220px;
        max-width: 240px;
        margin: 0 8px;
    }

    .marquee-card-img {
        height: 110px;
    }

    .marquee-card-body {
        padding: 13px 10px 12px 10px;
        min-height: 80px;
    }

    .marquee-card-body h5 {
        font-size: 15px;
    }

    .marquee-card-body p {
        font-size: 12px;
    }
}

/* World’s Most Popular <br> Psychometric Tests */

/* Frequently Asked<br>Questions */
.sidebar {
    background: #03a24c;
    border-radius: 16px;
    padding: 30px 0;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-section {
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;

}

.sidebar-section.active,
.sidebar-section:hover {
    background: #222;
    color: #fff;
}

.sidebar-section .highlight {
    color: #ffd944;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.faq-section {
    flex: 1;
}

.faq-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #181818;
    line-height: 1.2;
    letter-spacing: -1px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(38, 38, 38, 0.07);
    border: 1px solid #eee;
    overflow: hidden;
}

.faq-question {
    cursor: pointer;
    font-size: 1.04rem;
    font-weight: 500;
    padding: 6px 17px 6px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212121;
    transition: background 0.1s;
    user-select: none;
}

.faq-question:hover {
    background: #fafafc;
}

.faq-question .plus {
    font-size: 1.3rem;
    font-weight: 400;
    margin-left: 20px;
    color: #555;
    transition: transform 0.2s;
}

.faq-item.open .faq-question .plus {
    transform: rotate(45deg);
    color: #ffd944;
}

.faq-answer {
    padding: 7px 14px 7px 22px;
    color: #484848;
    font-size: 0.98rem;
    line-height: 1.5;
    display: none;
    border-top: 1px solid #f0f0f0;
    background: #fdfdfd;
}

.faq-item.open .faq-answer {
    display: block;
}

@media (max-width: 800px) {
   

    .sidebar {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        border-radius: 10px;
        margin-bottom: 20px;
        min-height: 0;
        padding: 8px 0;
        gap: 0;
    }

    .sidebar-section {
        padding: 10px 14px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* Frequently Asked<br>Questions */

/* responsive for phone */
@media(max-width: 767px) {
    .search-bar{
        width: 290px;
        position: relative;
    }

    .search-bar .btn-search{
        position: absolute;
        top: 72px;
        font-size: 15px;
    }
    .navbar .container{
        flex-direction: row;
    }
    .mega-content{
        width: 100%;
    }
    .categories-bar{
            margin-top: 70px;
    }
    .headline h1 {
    font-size: 2rem;
    }
    h2{
        font-size: 1.7rem !important;
    }
    .padding_0{
        padding: 0px !important;
    }
    .mv-bg{
        padding: 10px !important;
    }
    .mv-form-box{
        padding: 20px !important;
    }
    .container-stack {
   
    width: 100%;
    height: 179px;
}
.container-stack .card:nth-child(2),
.container-stack .card:nth-child(3)
{
    display: none;
}
.custom-tab{
    padding: 1px 8px;
}
.cat-item span {
    font-size: 0.7rem;
}
.padding_20{
    padding: 20px !important;
}
.dropdown-mega{
    width: 100% !important;
}
.footer-sidebar {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
        .other-projects {
        width: 100% !important;
    }
    .mega-content{
        padding: 10px !important;
    }
    .other-project-link{
        width: 100% !important;
    padding: 0em !important;
    }
    .other-project-title{
        font-size: 12px;
    }
    .other-project-icon{
        width: 30px !important;
    }
    .about{
        font-size: 25px !important;

    }
    #timer{
        font-size: 12px !important;
        width: 54px !important;
        height: 54px !important;
    }
    #timer-container{
        top: -61px !important;
    }
    .quiz-container{
        display: block !important;
    }

}
/* responsive for phone */