.class11-century-page {
    font-family: 'Open Sans', sans-serif;
}

.class11-century-page span,
.class11-century-page a {
    display: inline !important;
}

.class11-century-page .section-info {
    display: flex;
    flex-direction: column;
}

.class11-century-page .section-info a {
    width: fit-content;
}

.class11-century-page .banner-overlay {
    padding: 120px 0 40px 0;
    /* Gradient from 21style.css */
    background: linear-gradient(to bottom, rgba(235, 63, 112, 0.82) 0%, #ffaf53 100%);
}

.class11-century-page .imageLink_Start img {
    transition: transform 0.5s ease;
}

.class11-century-page .imageLink_Start img:hover {
    transform: scale(1.1);
}

.class11-century-page .imageLink_Start {
    cursor: pointer;
}

.class11-century-page .imageLink_Start>a {
    background: transparent;
}

.class11-century-page .imageLink_Start>a:hover {
    background: transparent;
}

.class11-century-page .anchor-btn {
    width: fit-content;
}

.class11-century-page .video_cs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7%;
}

.class11-century-page .test_banner {
    margin: 35px 0px 25px 0px;
    display: flex;
    gap: 45px;
    justify-content: space-around;
    margin: auto;
    text-decoration-color: white;
    color: white !important;
}

.class11-century-page .price_tag {
    background-color: #21C9D7;
    padding: 13px 35px;
    border: 0px solid;
    border-radius: 7px;
    color: black;
    margin-top: 11px;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
}

.class11-century-page .price_tag:hover {
    padding: 14px 39px;
    border: 0px solid;
    border-radius: 7px;
    color: white;
}

.class11-century-page .start_testButton {
    background-color: #ab2f52;
    padding: 13px 23px;
    border: 0px solid;
    border-radius: 7px;
    color: white;
    margin-top: 11px;
    font-size: 16px;
    width: 250px;
    font-weight: 600;
}

.class11-century-page .start_testButton:hover {
    border-radius: 7px;
    color: black !important;
}

/* Banner BG - External URL kept as is, but could be downloaded */
.class11-century-page #streamSection,
.class11-century-page #bg_stream {
    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-position: right;
    background-attachment: fixed;
}

.class11-century-page #fullImageView {
    display: none;
    z-index: 2000;
    padding: 0 0 0.5rem 0;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 1s ease-in-out;
}

.class11-century-page #closeBtn {
    position: absolute;
    top: 1.7em;
    right: 3em;
}

.class11-century-page #closeBtn i {
    background-color: transparent;
    font-size: 45px;
    cursor: pointer;
    outline: none;
    color: white;
}

.class11-century-page #bg_stream {
    min-height: inherit;
    padding: 6.5em 0 0 0;
    height: 1150px;
    position: relative;
}

.class11-century-page .start_stream_test {
    justify-content: center !important;
}

.class11-century-page .start_stream_test>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.class11-century-page .streamSelector_imageDiv {
    height: 100vh;
    padding: 0 !important;
    position: relative;
    top: 1em;
}

.class11-century-page .stream_image {
    position: relative;
    bottom: 3em;
    display: flex;
    flex-direction: column;
}

.class11-century-page .stream_image>img {
    width: 450px;
    margin-inline: auto;
}

.class11-century-page .stream_div {
    font-family: 'Open Sans', sans-serif;
    width: 375px;
    z-index: 1;
    margin-inline: auto;
    position: relative;
    height: auto;
    border-radius: 2rem;
    background-color: white;
    bottom: 2em;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

.class11-century-page .stream_div h3 {
    margin: 0 0 1em 0 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 1em;
    font-weight: 700;
    color: black;
}

.class11-century-page #form_inline_stream #stream_unlockReport_1 {
    display: block;
    margin-inline: auto;
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
    margin-top: 0;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: #EC745F;
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.class11-century-page #form_inline_stream #stream_unlockReport_1:hover {
    background-color: #21C9D7;
    transform: translateY(-5px);
    color: white;
}

.class11-century-page .items_Stream div {
    width: auto;
    margin-inline: auto;
}

.class11-century-page .items_Stream p {
    color: black;
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-align: left;
}

.class11-century-page .items_Stream {
    display: flex;
    margin: 10rem 0 3.5rem 0;
    flex-direction: column;
}

.class11-century-page .items_Stream img {
    width: 25px;
    height: 25px;
}

.class11-century-page #form_inline_stream .start-career-btn {
    padding: 0 !important;
    background: transparent;
    display: flex;
    justify-content: center;
}

.class11-century-page #form_inline_stream #hrfstarttestcommon {
    display: none;
}

.class11-century-page #form_inline_stream .sample-reprt-btn,
.class11-century-page #form_inline_stream .fullReport_link,
.class11-century-page #form_inline_stream .row,
.class11-century-page #form_inline_stream #apply_coupon_box {
    display: none !important;
}

.class11-century-page #dots_stream {
    display: none;
}

.class11-century-page #more_stream {
    display: inline;
}

.class11-century-page #myBtn_stream {
    display: none;
    outline: none;
    background-color: transparent;
    border: 0;
    color: #1CD3E2;
    margin-left: auto;
    font-weight: 600;
    position: relative;
    bottom: 0.5rem;
}

.class11-century-page .main_container {
    padding: 0 20px;
}

.class11-century-page .ideal_block {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
    padding: 5em 0 3em 3em;
    background-color: #1d1d1e;
    clip-path: polygon(0% 15%, 57.2% 15%, 61.6% 0%, 100.1% 0%, 100.1% 100.3%, 0% 100.3%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: absolute;
    bottom: -65px;
}

.class11-century-page .ideal_block .ideal_block_heading {
    width: 67%;
    letter-spacing: 0.5px;
    color: white;
    word-spacing: 1px;
    text-align: justify;
}

.class11-century-page .ideal_block_heading h1 {
    color: white;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 700;
    /*border-bottom:1px solid #FF6B57;*/
}

.class11-century-page .ideal_block .ideal_block_heading span {
    font-size: 25px;
    font-weight: 500;
}

.class11-century-page .ideal_block img {
    width: 35px;
    margin-bottom: 1rem;
    margin-inline: auto;
}

.class11-century-page #section_2_stream {
    display: flex;
    padding: 1em 3em 5em 3em;
    flex-direction: column;
    align-items: center;
    background: #cfc0b3;
    width: 100%;
}

.class11-century-page .report-section {
    margin: 0px 0px 0px 0px !important;
}

.class11-century-page .font_desc {
    font-size: 33px;
    padding-top: 23px;
    font-weight: 700;
    width: 75%;
    margin: auto;
}

.class11-century-page #section_2_stream #report_heading {
    color: #ab2f52;
    width: 70%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 43px;
    text-align: center;
    line-height: 1.3;
    margin: auto;
}

.class11-century-page #section_2_stream div .c-line-center {
    width: 50px;
    height: 3px;
    margin: 1rem auto 2em 0;
}

.class11-century-page #section_2_stream>div:first-child {
    width: 100%;
    margin-bottom: 1.5em;
}

.class11-century-page .wrapper_streamReport {
    max-width: 100%;
    position: relative;
}

.class11-century-page .wrapper_streamReport i {
    width: 45px;
    top: 50%;
    font-size: 1.2em;
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 50%;
    outline: 2px solid black;
    justify-content: center;
    height: 45px;
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
    text-align: center;
    background-color: white;
}

.class11-century-page .wrapper_streamReport i.fa-angle-right {
    right: -2.5rem;
}

.class11-century-page .wrapper_streamReport i.fa-angle-left {
    left: -2.5rem;
}

.class11-century-page .wrapper_streamReport .carousel_streamReport {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.class11-century-page .carousel_streamReport.dragging_stream {
    cursor: grab;
    scroll-behavior: auto;
}

.class11-century-page .carousel_streamReport.dragging_stream img {
    pointer-events: none;
}

.class11-century-page .carousel_streamReport img:first-child {
    margin-left: 0;
}

.class11-century-page .carousel_streamReport img {
    height: 400px;
    width: calc(100% / 4);
    cursor: pointer;
    object-fit: contain;
}

.class11-century-page .stream_blocks_div {
    color: white;
    width: 100%;
    justify-content: left;
    gap: 3em;
    margin-left: 2em;
}

.class11-century-page .blocks {
    width: min(30%, 350px);
    color: white;
    text-align: justify;
    border-radius: 1rem;
}

.class11-century-page .blocks ul {
    text-transform: capitalize;
    margin-top: 2em;
    line-height: 1.7;
    padding: 0;
}

.class11-century-page .stream_heading,
.class11-century-page .mobile_streamHeading {
    background-image: linear-gradient(45deg, rgb(31, 199, 215, 0.1), rgb(182, 230, 254, 0.5), transparent);
    border-radius: 1rem;
    padding: 1.5em 1em;
    text-transform: capitalize;
    margin: 1em 0 0 0;
    line-height: 1.7;
    text-align: center;
}

.class11-century-page .stream_heading h1,
.class11-century-page .mobile_streamHeading h1 {
    color: black;
    font-size: 60px;
}

.class11-century-page .mobile_streamHeading {
    display: none;
}

.class11-century-page img#fullImage {
    height: 95%;
}

/* Media Queries */
@media all and (max-width: 768px) {
    .class11-century-page .img-fluid {
        width: 73%;
    }

    .class11-century-page .img-fluid:hover {
        width: 75%;
    }

    .class11-century-page .banner-btn {
        background: #ab2f52;
        color: #ffffff;
        padding: 9px 39px !important;
        font-size: 14px;
        border-radius: 25px;
        margin-top: 10px;
    }

    .class11-century-page .anchor-btn {
        margin: auto;
    }

    .class11-century-page .test_banner {
        display: flex;
        flex-direction: column;
        gap: 4px !important;
    }

    .class11-century-page .start_testButton {
        width: 107% !important;
        margin: auto;
    }

    .class11-century-page .price_tag {
        width: 77% !important;
        margin: 14%;
        margin-bottom: 1px;
    }

    .class11-century-page .mvg {
        margin-bottom: 27px;
    }

    .class11-century-page .video_cs {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 16% !important;
    }
}

@media screen and (max-width:1300px) {
    .class11-century-page .carousel_streamReport img {
        width: calc(100% / 3);
    }

    .class11-century-page #section_2_stream #report_heading {
        width: 60%;
        font-size: 4rem;
    }

    .class11-century-page .font_desc {
        font-size: 30px;
        padding-top: 20px;
        font-weight: 700;
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width:1201px) {
    .class11-century-page #bg_stream {
        height: 1250px;
    }

    .class11-century-page .stream_blocks_div {
        width: 80%;
    }

    .class11-century-page .font_desc {
        font-size: 28px;
        padding-top: 19px;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width:1080px) {
    .class11-century-page #section_2_stream #report_heading {
        width: 70%;
        font-size: 3rem;
    }

    .class11-century-page .stream_image>img {
        width: 400px;
    }

    .class11-century-page .font_desc {
        font-size: 27px;
        padding-top: 18px;
        font-weight: 600;
        width: 91%;
        margin: auto;
    }
}

@media screen and (max-width:1001px) {
    .class11-century-page .carousel_streamReport img {
        width: calc(100% / 2);
    }

    .class11-century-page .items_Stream {
        margin: 10rem 0 2.5rem 0;
    }

    .class11-century-page .items_Stream p {
        margin-bottom: 1rem;
    }

    .class11-century-page #reorder_stream .col-md-7 {
        background: none !important;
    }

    .class11-century-page .font_desc {
        font-size: 27px;
        padding-top: 18px;
        font-weight: 600;
    }
}

@media screen and (max-width:991px) {
    .class11-century-page .ideal_block .ideal_block_heading {
        width: 55%;
    }

    .class11-century-page #bg_stream {
        height: 1400px;
    }

    .class11-century-page .ideal_block_heading h1 {
        font-size: 3rem;
    }

    .class11-century-page .stream_blocks_div {
        width: 100%;
        margin-left: 0;
    }

    .class11-century-page #reorder_stream {
        position: relative;
        z-index: 2;
    }

    .class11-century-page .font_desc {
        font-size: 25px;
        padding-top: 18px;
        font-weight: 600;
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width:901px) {
    .class11-century-page img#fullImage {
        height: auto;
    }

    .class11-century-page .cardContainer {
        grid-template-columns: repeat(4, 1fr);
    }

    .class11-century-page #bg_stream {
        height: 1450px;
    }

    .class11-century-page .stream_image>img,
    .class11-century-page .stream_div,
    .class11-century-page .blocks {
        width: 350px;
    }

    .class11-century-page .stream_div h3 {
        margin: 0 0 1rem 0 !important;
        padding: 0 1rem;
    }

    .class11-century-page .ideal_block {
        clip-path: none;
        padding: 3em 0 3em 3em;
    }

    .class11-century-page #section_2_stream #report_heading {
        width: 80%;
        font-size: 2rem;
    }

    .class11-century-page .font_desc {
        font-size: 25px;
        padding-top: 18px;
        font-weight: 600;
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width:820px) {
    .class11-century-page #bg_stream {
        height: 1500px;
    }
}

@media screen and (max-width:768px) {
    .class11-century-page .streamSelector_imageDiv {
        height: auto;
    }

    .class11-century-page #bg_stream {
        height: fit-content;
    }

    .class11-century-page .ideal_block {
        position: relative;
    }

    .class11-century-page #reorder_stream .stream_heading {
        display: none;
    }

    .class11-century-page .ideal_block {
        padding: 3em;
    }

    .class11-century-page .ideal_block .ideal_block_heading,
    .class11-century-page #section_2_stream #report_heading {
        width: 100%;
        font-size: 2rem;
    }

    .class11-century-page .mobile_streamHeading {
        display: block;
    }

    .class11-century-page .stream_image>img {
        width: 70%;
    }

    .class11-century-page .font_desc {
        font-size: 23px;
        padding-top: 16px;
        font-weight: 500;
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width:680px) {
    .class11-century-page .carousel_streamReport img {
        width: calc(100% / 1);
    }

    .class11-century-page .font_desc {
        font-size: 20px;
        padding-top: 14px;
        font-weight: 500;
        width: 96%;
        margin: auto;
    }
}

/* Added Global Styles from 21style.css that might be missing locally */
.class11-century-page .mb-50 {
    margin-bottom: 50px;
}

.class11-century-page .banner-btn {
    background: #FF6B57;
    /* Fallback color */
    color: #fff;
    padding: 12px 34px;
    border-radius: 30px;
    border: 2px solid #FF6B57;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s;
    font-size: 14px;
}

.class11-century-page .banner-btn:hover {
    background: transparent;
    color: #FF6B57;
}

.class11-century-page .banner h1 {
    color: black !important;
    font-weight: 800;
}

.class11-century-page .banner p {
    color: black !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.class11-century-page .section-title-line {
    width: 60px;
    height: 3px;
    background: #AB2F52;
    margin: 15px auto 40px;
    display: block;
}
