.fullImageView {
    display: none;
    opacity: 0;
    z-index: 2000;
    padding: 0 0 0.5rem 0;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
}

.fullView__display {
    display: flex;
}

.fullView__active {
    opacity: 1;
}

.closeBtn {
    position: absolute;
    top: 1.7em;
    right: 3em;
}

.closeBtn i {
    background-color: transparent;
    font-size: 45px;
    cursor: pointer;
    outline: none;
    color: white;
}

img.fullImage {
    height: 95%;
}

.coupon_noti {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: #32C5D3;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: white;
    font-size: 20px;
    padding: 0.5em 1em;
    text-align: center;
    z-index: 1999;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 7vh;
    position: fixed;
}

.coupon_noti a {
    margin: 0 0.5rem;
    padding: 0 1rem;
    color: white !important;
    font-size: 2.5rem;
    background-color: #FF6B57;
    border-radius: 0.5rem;
    transition: color 0.3s, background-color 0.3s, transform 0.3s;
}

.coupon_noti span {
    padding: 0 0.5rem;
    color: #32C5D3;
    margin: 0 0.5rem;
    background-color: white;
    border-radius: 0.5rem;
}

.coupon_noti a:hover {
    color: #FF6B57 !important;
    background-color: white;
    transform: translateY(-5px);
}

#skill9th_banner {
    margin-top: 10vh;
    position: relative;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.44), rgb(255, 255, 255)), url(//dwq4lez4vhobf.cloudfront.net/bg-stream-selector.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    min-height: inherit;
    height: 1850px;
}

.skill9th_statsDiv {
    font-family: 'Open Sans', sans-serif;
    width: 320px;
    z-index: 10;
    position: relative;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 1.2rem;
    padding: 25px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Main Hero Image */
#column_2_skill>img.img-bf-1 {
    width: 300px !important;
    height: 300px !important;
    border-radius: 1em !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 0 !important;
    display: block;
    margin: 0 auto;
}

/* Stats Icons */
.skill9th_statsDiv img {
    width: 25px !important;
    height: 25px !important;
}

.skill9th_statsDiv>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skill9th_statsDiv h2 {
    color: black;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

.skill9th_statsDiv>div>div {
    width: fit-content;
    margin-inline: auto;
}

.skill9th_statsDiv p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 1.2rem;
    font-weight: 500;
    color: black;
}

.skill9th_statsDiv img {
    width: 20px;
    height: 20px;
}

.skill9th_unlockReport {
    width: fit-content;
    margin-inline: auto;
    background-color: #ED745E;
    color: white;
    padding: 1rem 3rem;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 17px;
    transition: scale 0.3s, background-color 0.3s, color 0.3s;
}

.skill9th_unlockReport:hover {
    scale: 1.2;
    color: white;
    background-color: #21C9D7;

}

.span499 {
    font-size: 25px;
    padding: 0.1rem 1rem;
    background-color: lightgoldenrodyellow;
    color: black;
    font-weight: 600;
    margin-left: 1rem;
    border-radius: 0.5rem;
}

.span499::before {
    content: '\20B9';
}

#reorder_skillBased {
    margin: 2em 0 0 0;
}

#formInline_skillBased {
    margin: 0;
    z-index: 1;
}

#formInline_skillBased img {
    border-radius: 1em !important;
    border: 0 !important;
    width: 250px !important;
    height: 250px !important;
}

#skill9th_banner section {
    position: absolute;
    width: 100%;
    padding: 5em 5em;
    bottom: 0em;
    clip-path: polygon(56.7% 14.5%, 60.6% 0%, 100.1% 0%, 100.1% 100.3%, 70% 100%, 30% 100%, 0% 100.3%, 0% 14.3%);
    height: fit-content;
    background: #1d1d1e;
}

#skill9th_banner section img {
    width: 25%;
    cursor: pointer;
}

#skill9th_banner section>div {
    width: 100%;
    display: flex;
    gap: 2em;
    flex-direction: column;
    margin: 5em 0 0 0;
    height: auto;
    align-items: flex-start;
}

#skill9th_banner section h4 {
    color: white;
    line-height: 1.5;
    font-weight: 600;
    font-size: 5rem;
}

.reportImgs_skill {
    width: 80%;
    display: flex;
    gap: 5em;
}

.reportHeading_skill {
    width: 65%;
}

.reportHeading_skill div {
    margin: 1em 0 0 0;
    width: 50px;
    height: 3px;
    background-color: #33C4D2;
}

#skill9th_heading_mobile {
    display: none;
}

.skill_heading {
    margin: 2em 0;
    background-image: linear-gradient(45deg, rgb(31, 199, 215, 0.1), rgb(182, 230, 254, 0.5), transparent);
    border-radius: 1rem;
    padding: 2em 0;
}

.skill_heading h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #1d1d1e;
}

.faq_area {
    height: auto;
    gap: 5em;
    margin-top: 5rem;
    padding: 5rem 0;
    box-shadow: 10px 10px 20rem white;
}

.faq_accordion_container {
    display: flex;
    margin: 0 10rem;
    padding: 4rem 2rem;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq_heading h1 {
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    background-color: white;
    width: fit-content;
    margin-inline: auto;
}

.faq_heading div {
    width: 170px;
    background-color: #33C4D2;
    height: 3px;
    margin-inline: auto;

}

.faq_accordion {
    background-color: rgb(227, 248, 254);
    color: #444;
    cursor: pointer;
    margin-top: 2rem;
    font-size: 20px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 3rem;
    width: 100%;
    border-radius: 1.5rem;
    border: 0 !important;
    text-align: left;
    outline: 0 !important;
    transition: all 0.4s;
}

.faq_accordion .fa-sort-up {
    display: none;
}

.faq_accordion i {
    font-size: 25px;
    float: right;
}

.active .fa-sort-down {
    display: none;
}

.active .fa-sort-up {
    display: inline-block;
    position: relative;
    top: 10px;
}

.active,
.faq_accordion:hover {
    color: white;
    background-color: rgba(15, 165, 205, 0.5);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.faq_panel {
    padding: 3rem 5rem 3rem 3rem;
    background-color: white;
    border: 2px solid rgba(15, 165, 205, 0.5);
    text-align: justify;
    display: none;
    color: black;
    transition: display 400ms ease-in;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1.5;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.faq_panel li {
    list-style: none;
    padding: 1rem 0
}

.faq_panel ul {
    margin: 2em 0;
    padding-left: 0;
}

.faq_panel img {
    display: flex;
    width: 40%;
    margin-inline: auto;
}

.skillBased_gif {
    width: 100%;
    display: flex;
    justify-content: center;
}

.skillBased_gif img {
    width: 50%;
}



@media screen and (max-width:1500px) {

    /*#column_2_skill {
        display:flex;
        flex-direction:column;
        width:fit-content;
    }*/
    #skill9th_banner section {
        padding: 5em 2em;
    }

    #skill9th_banner section>div {
        gap: 4em;
    }

    #reorder_skillBased {
        margin: 0;
    }

    .reportImgs_skill {
        margin-inline: auto;
        width: 80%;
        justify-content: center;
    }

    .reportHeading_skill {
        width: 80%;
        margin-inline: auto;
        text-align: center;
    }

    .reportHeading_skill div {
        margin: 1em auto 0 auto;
    }
}

@media screen and (max-width:1320px) {
    .reportHeading_skill {
        width: 90%;
    }

    #skill9th_banner section>div {
        gap: 4em;
    }

    /*#skill9th_banner {
        height:1400px;
    }*/
}

@media screen and (max-width:1201px) {

    #skill9th_banner {
        height: auto;
        padding-bottom: 0;
    }

    #column_2_skill>.d-flex {
        width: 100%;
    }

    .skill9th_statsDiv {
        margin: 0 0 0 auto;
    }

    .skill9th_statsDiv h2,
    .span499 {
        font-size: 20px;
    }

    #skill9th_banner section {
        position: relative;
        clip-path: none;
        padding: 5rem 2rem 8rem 2rem;
        margin: 2em 0;
        border-radius: 2rem 2rem 0 0;
    }

    #skill9th_banner section>div {
        margin: 0;
    }

    #skill9th_banner section h4 {
        margin: 0;
        text-align: center;
        font-size: clamp(3rem, 5.5vw, 5rem);
    }

    .reportImgs_skill {
        width: 100%;
    }
}

/*@media screen and (max-width:1050px) {
    #skill9th_banner {height:auto;padding-bottom:0;}
    #skill9th_banner section {
        position: relative;
        clip-path: none;
        padding: 5rem 3rem;
    }
    #skill9th_banner section>div, #skill9th_banner section h4 {margin:0;}
    .reportHeading_skill {width:100%;}
}*/
@media screen and (max-width:991px) {
    #reorder_skillBased {
        position: relative;
        z-index: 1;
    }

    .skill9th_statsDiv {
        left: 0;
        margin: 0 auto 0 auto;
    }

    #column_2_skill {
        align-items: center;
    }

    #skill9th_banner section h4 {
        font-size: clamp(3rem, 4.5vw, 5rem);
    }

    .skill9th_unlockReport {
        width: 100%;
        font-size: 15px;
        padding-inline: 0;
    }
}

@media screen and (max-width:768px) {
    #skill9th_heading_mobile {
        display: block;
        margin-top: 0;
    }

    .skill_heading {
        display: none;
    }

    #skill9th_banner {
        height: auto;
        padding-bottom: 0;
    }

    .faq_accordion_container {
        margin: 0 3rem;
    }

    .reportImgs_skill {
        flex-direction: column;
        gap: 3em;
        align-items: center;
    }

    #skill9th_banner section img {
        width: 50%;
    }

    #skill9th_banner section>div {
        margin: 0;
    }

    #skill9th_banner section h4 {
        margin: 0;
        text-align: center;
        font-size: clamp(3rem, 5.5vw, 5rem);
    }

    .reportHeading_skill div {
        margin-inline: auto;
    }

    #column_2_skill>.c-content-title-2 p:first-child {
        font-size: clamp(3rem, 6vw, 5rem) !important;
        color: #1d1d1e !important;
    }

}

@media screen and (max-width:601px) {
    .skill_heading h1 {
        font-size: 4rem;
    }

    .reportImgs_skill {
        flex-direction: column;
        align-items: center;
    }

    #mainContainer_skill {
        padding: 0;
    }

    .coupon_noti {
        display: block;
    }

    img.fullImage {
        width: 80%;
        height: auto;
    }
}
