/* product-catalog.css - Scoped legacy CSS from product-catalog.aspx */
/* All rules prefixed with .product-catalog-page for scoping */

.product-catalog-page #container-floating {
    display: none;
}

.product-catalog-page #pricingBox1 {
    position: relative;
}

.product-catalog-page #pricingBox1 .c-price,
.product-catalog-page #pricingBox2 .c-price,
.product-catalog-page #pricingBox3 .c-price {
    text-decoration: line-through;
    font-size: 40px;
    margin: 0;
}

.product-catalog-page .anchor_tag:hover {
    color: white;
}

.product-catalog-page .recond_tag:hover {
    color: #32C4D0;
}

.product-catalog-page .txt_hr {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.7px;
}

.product-catalog-page .testdiv {
    display: flex;
    gap: 9px;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.product-catalog-page .video_em {
    border: 0px;
    height: 480px;
    width: 655px;
}

.product-catalog-page .test_video {
    width: 657px;
    height: auto;
    margin: auto;
}

.product-catalog-page .test_text {
    width: 467px;
    height: 486px;
    margin: auto;
}

.product-catalog-page .testinomials {
    display: flex;
    gap: 9px;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.product-catalog-page .testio_Head {
    text-align: center;
    padding-bottom: 17px;
}

.product-catalog-page .testinomials>div {
    width: 371px;
    height: 215px;
    margin: auto;
    margin-bottom: 13px;
    background-color: white;
    padding: 21px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.product-catalog-page .testinomials>div>p {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.product-catalog-page .content_box {
    display: flex;
    gap: 7px;
}

.product-catalog-page .content_box>div {
    width: 25%;
    margin: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-catalog-page .content_box>div>p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1;
}

.product-catalog-page .discounted_price {
    font-size: 42px !important;
    display: flex;
    width: fit-content;
    min-width: 215px;
    height: 73px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #32C4D0;
    padding: 0 2.5rem;
    letter-spacing: 0.1rem;
    margin: 1rem auto 3rem auto;
    font-weight: 600 !important;
    color: white;
}

.product-catalog-page .discounted_price sup {
    position: relative;
    left: 0.3rem;
    top: -0.5rem;
    font-size: 20px;
}

.product-catalog-page #pricingBox3 .discounted_price {
    background-color: white;
    color: #32C4D0;
}

.product-catalog-page .middle_content {
    width: 50%;
    gap: 3rem;
    text-align: center;
    font-family: 'Prompt', sans-serif;
}

.product-catalog-page .middle_content span {
    text-decoration: line-through;
}

.product-catalog-page .middle_content h2 {
    font-weight: 600;
    font-size: 4rem;
}

.product-catalog-page .middle_content p {
    width: 50%;
    font-size: 2rem;
    margin-inline: auto;
}

.product-catalog-page .middle_content a {
    width: fit-content;
    margin-inline: auto;
    background-color: #ed745f;
    padding: 1rem 2rem;
    transition: scale 0.3s, background-color 0.3s;
    border-radius: 1rem;
    color: white;
}

.product-catalog-page .middle_content a:hover {
    scale: 1.2;
    background-color: #21C9D7;
}

.product-catalog-page .section_2_ideal {
    padding: 5rem 60px 5em 60px;
    background-color: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: relative;
    margin-top: 0;
    border-radius: 1rem 1rem 0 0;
}

.product-catalog-page #partnerCardSection_ideal {
    padding: 2em;
    background-color: #F7F6F6;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    width: auto;
    margin: 0 0 4em 0;
}

.product-catalog-page .cardContainer {
    display: grid;
    row-gap: 2em;
    text-align: center;
    grid-template-columns: repeat(6, 1fr);
}

.product-catalog-page .underline_clients {
    margin-inline: auto;
    height: 3px;
    margin-top: 1em;
    margin-bottom: 3em;
    width: 30px;
    background-color: #33C4D2;
}

.product-catalog-page .cardIdeal {
    width: 110px;
    transform: scale(1.2);
    height: 100px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-catalog-page #cardIdeal3,
.product-catalog-page #cardIdeal9 {
    transform: scale(0.7);
}

.product-catalog-page #cardIdeal19,
.product-catalog-page #cardIdeal20,
.product-catalog-page #cardIdeal22,
.product-catalog-page #cardIdeal23,
.product-catalog-page #showMore_Ideal10,
.product-catalog-page #showMore_Ideal11,
.product-catalog-page #showMore_Ideal12,
.product-catalog-page #showMore_Ideal13,
.product-catalog-page #showMore_Ideal14 {
    transform: scale(1.5);
}

.product-catalog-page button#toggleShowMore_client_ideal {
    outline: 0;
    color: #32C5D1;
    border: 0;
    background: transparent;
    font-weight: 600;
}

.product-catalog-page .showMore_logo {
    display: none;
}

.product-catalog-page .showMore_content {
    display: none;
    margin: 4em 0 0 0;
}

.product-catalog-page .showMore_btnContainer {
    display: none;
    justify-content: center;
    position: relative;
    top: 1em;
}

.product-catalog-page #partnerCardSection_ideal h1 {
    width: fit-content;
    text-transform: uppercase;
    margin-inline: auto;
    font-size: 30px;
    color: #3f444a;
    font-weight: 600;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}

.product-catalog-page .readMore_section {
    margin-top: 5em;
    font-family: 'Poppins', sans-serif;
}

.product-catalog-page .readMore_shown {
    width: 50vw;
    text-align: center;
    margin-inline: auto;
}

.product-catalog-page .readMore_shown h1 {
    font-size: 4rem;
    color: #33C5D3;
    font-weight: 600;
}

.product-catalog-page .readMore_shown p {
    margin: 3rem 0;
    line-height: 1.8;
    font-size: 1.5rem;
}

.product-catalog-page .readMore-btn-container {
    margin-right: 10em !important;
    width: fit-content;
    padding-bottom: 2em;
}

.product-catalog-page #toggle-readmore {
    border: 0;
    color: #FF6B57;
    outline: 0;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.product-catalog-page .readmore_text {
    display: none;
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    line-height: 1.8;
    font-weight: 400;
    color: #666666;
}

.product-catalog-page .readmore_text li {
    list-style: none;
    font-weight: bold
}

.product-catalog-page .readmore_text li:before {
    content: "\2022";
    color: #33C5D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 2.5rem;
    margin-left: -1em;
}

.product-catalog-page .readmore_text h2 {
    font-size: 2.5rem;
    color: #33C5D3;
    margin-bottom: 2rem;
    font-weight: 600;
}

.product-catalog-page .readmore_text h2 a,
.product-catalog-page .readmore_text h2 a:hover,
.product-catalog-page .readmore_text h2 a:active,
.product-catalog-page .readmore_text h2 a:visited {
    color: #33C5D3;
}

.product-catalog-page .readmore_text p a {
    color: #33C5D3;
    transition: all 0.3s;
}

.product-catalog-page .readmore_text p a:hover {
    color: #ED745F;
}

.product-catalog-page .readmore_text>div {
    gap: 1.5em;
}

.product-catalog-page #para_5 ul {
    margin: 3rem 0;
}

.product-catalog-page .faq_area {
    height: auto;
    gap: 5em;
    margin-top: 2rem;
    padding: 5rem 0;
    box-shadow: 10px 10px 20rem white;
}

.product-catalog-page .faq_accordion_container {
    display: flex;
    margin: 0 10rem;
    padding: 5px 2rem;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-catalog-page .faq_heading h1 {
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 11px;
    font-size: 34px;
    font-weight: 700;
    width: fit-content;
    margin-inline: auto;
}

.product-catalog-page .faq_heading p {
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 0px;
    font-size: 21px;
    font-weight: 500;
    width: fit-content;
    margin-inline: auto;
}

.product-catalog-page .faq_accordion {
    background-color: #32c5d2;
    color: white;
    cursor: pointer;
    margin-top: 1.5rem;
    font-size: 17px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 2rem;
    width: 100%;
    border-radius: 1rem;
    border: 0 !important;
    text-align: left;
    outline: 0 !important;
    transition: all 0.4s;
}

.product-catalog-page .faq_accordion .fa-sort-up {
    display: none;
}

.product-catalog-page .faq_accordion i {
    font-size: 25px;
    float: right;
}

.product-catalog-page .active .fa-sort-down {
    display: none;
}

.product-catalog-page .active .fa-sort-up {
    display: inline-block;
    position: relative;
    top: 10px;
}

.product-catalog-page .faq_panel {
    padding: 2rem 3rem 2rem 2rem;
    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: 1.9px;
    line-height: 1.3;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.product-catalog-page .faq_panel p {
    font-size: 15px;
}

.product-catalog-page .faq_panel li {
    list-style: none;
}

.product-catalog-page .faq_panel span {
    color: #33C5D3;
    font-weight: 700;
}

.product-catalog-page .faq_panel ol {
    padding: 3rem;
}

.product-catalog-page .faq_panel ul {
    padding-left: 3rem;
}

.product-catalog-page .faq_panel ol li {
    list-style: auto;
    padding: 1rem 0;
    font-weight: 500;
    color: black;
}

.product-catalog-page .mobile_heading_s1 {
    display: none;
}

.product-catalog-page .mobile_heading_s1 .main-s1-heading {
    font-size: 20px;
    margin: 0 0 2rem 0;
    padding: 1rem;
    text-align: left;
}

.product-catalog-page .mobile_heading_s1 .main-s1-sub-heading {
    font-size: 60px;
}

.product-catalog-page #reportGif_ideal>img {
    width: 100%;
}

/* Media Queries */
@media screen and (max-width:1400px) {
    .product-catalog-page .carousel_idealReport img {
        height: clamp(300px, 50vh, 400px);
        width: calc(100% / 2);
    }
}

@media screen and (max-width:1300px) {
    .product-catalog-page .ideal_block>.d-flex {
        margin-top: 5em;
    }

    .product-catalog-page .background_image_ideal {
        height: 2200px;
    }

    .product-catalog-page .blocks {
        width: 25vw;
    }

    .product-catalog-page #ideal_discount {
        font-size: 20px;
        height: 50px;
    }

    .product-catalog-page #ideal_discount::before {
        height: 25px;
        top: 50px;
    }

    .product-catalog-page #ideal_discount::after {
        width: 10px;
        height: 10px;
        top: 50px;
    }

    .product-catalog-page .Discover_idealCareer h3 {
        font-size: 2.5rem;
    }

    .product-catalog-page .items_discoverIdeal p {
        margin-bottom: 1.2rem;
        font-size: 15px;
    }

    .product-catalog-page .Discover_idealCareer img {
        width: 20px;
        height: 20px;
    }

    .product-catalog-page #form_inline_ideal {
        width: 90%;
    }

    .product-catalog-page #form_inline_ideal #unlockReport_1 {
        padding: 1rem;
        font-size: 1.5rem;
    }

    .product-catalog-page .img-bf-1,
    .product-catalog-page .Discover_idealCareer {
        width: 350px;
    }
}

@media screen and (max-width:1200px) {
    .product-catalog-page img.fullImage {
        height: 70%;
    }
}

@media screen and (max-width:1101px) {
    .product-catalog-page .middle_content p {
        width: 100%;
    }

    .product-catalog-page .ideal_block>.d-flex {
        margin-top: 3rem;
    }

    .product-catalog-page .items_discoverIdeal p {
        margin-bottom: 1rem;
    }

    .product-catalog-page .carousel_idealReport img {
        height: clamp(300px, 40vh, 400px);
    }

    .product-catalog-page .background_image_ideal {
        height: 2100px;
    }

    .product-catalog-page #reorder_ideal {
        position: relative;
        z-index: 2;
    }

    .product-catalog-page #reorder_ideal div#col-md-7 {
        background: transparent !important;
    }
}

@media screen and (max-width:991px) {
    .product-catalog-page .cardContainer {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-catalog-page .items_discoverIdeal a {
        font-size: 1.5rem;
    }

    .product-catalog-page #cContent_report {
        padding: 0 0 3em 0 !important;
        margin: 0 0 3em 0 !important;
    }

    .product-catalog-page #workingOfIdeal_section #row_1 {
        flex-direction: column;
        gap: 4em;
    }

    .product-catalog-page #workingOfIdeal_section #row_1>div:first-child,
    .product-catalog-page #workingOfIdeal_section #row_1>div:last-child {
        max-width: 100%;
        width: 100%;
    }

    .product-catalog-page #main_s1_heading {
        display: block;
    }

    .product-catalog-page .Discover_idealCareer {
        width: 300px;
    }

    .product-catalog-page .background_image_ideal {
        height: 2200px;
    }

    .product-catalog-page .items_discoverIdeal {
        padding: 5em 0 2rem 0;
    }

    .product-catalog-page .Discover_idealCareer h3 {
        margin: 1rem auto 2rem auto;
    }

    .product-catalog-page .ideal_block .ideal_block_heading {
        width: 70%;
    }

    .product-catalog-page .ideal_block>.d-flex {
        gap: 1.5em;
    }

    .product-catalog-page .blocks {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width:960px) {
    .product-catalog-page .carousel_idealReport img {
        height: clamp(300px, 50vh, 400px);
        width: calc(100% / 1);
    }

    .product-catalog-page .background_image_ideal {
        height: 2250px;
    }
}

@media screen and (max-width:901px) {
    .product-catalog-page #ideal_reportSection>div:first-child {
        padding: 0;
    }

    .product-catalog-page .ideal_block {
        position: relative;
        height: fit-content;
        padding-inline: 2em;
        clip-path: none;
        padding-top: 2rem;
        margin-top: 3em;
    }

    .product-catalog-page .blocks {
        width: 100%;
    }

    .product-catalog-page .background_image_ideal {
        height: fit-content;
    }

    .product-catalog-page .ideal_block .ideal_block_heading {
        width: 100%;
    }

    .product-catalog-page .ideal_block_heading h1 {
        font-size: 3rem;
    }

    .product-catalog-page .ideal_block .ideal_block_heading span {
        font-size: 41px;
    }
}

@media screen and (max-width:767px) {
    .product-catalog-page #ideal_reportSection>div .c-line-center {
        margin: 1rem auto 1rem auto;
    }

    .product-catalog-page #cardIdeal10,
    .product-catalog-page #cardIdeal11,
    .product-catalog-page #cardIdeal12,
    .product-catalog-page #cardIdeal13,
    .product-catalog-page #cardIdeal14,
    .product-catalog-page #cardIdeal15,
    .product-catalog-page #cardIdeal16,
    .product-catalog-page #cardIdeal17,
    .product-catalog-page #cardIdeal18,
    .product-catalog-page #cardIdeal19,
    .product-catalog-page #cardIdeal20,
    .product-catalog-page #cardIdeal21,
    .product-catalog-page #cardIdeal22,
    .product-catalog-page #cardIdeal23,
    .product-catalog-page #cardIdeal24 {
        display: none;
    }

    .product-catalog-page .showMore_btnContainer {
        display: flex;
    }

    .product-catalog-page .showMore_logo {
        display: grid;
        text-align: center;
        row-gap: 2em;
        grid-template-columns: repeat(3, 1fr);
    }

    .product-catalog-page .cardContainer {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-catalog-page .coupon_noti {
        display: block;
    }

    .product-catalog-page .blocks {
        width: 60%;
        margin: 0;
    }

    .product-catalog-page img.fullImage {
        height: auto;
        width: 100%;
    }

    .product-catalog-page .blocks h5,
    .product-catalog-page .blocks i {
        font-size: 20px;
    }

    .product-catalog-page .blocks p {
        font-size: 15px;
    }

    .product-catalog-page .ideal_block>.d-flex {
        gap: 2em;
        flex-direction: column;
        align-items: center;
    }

    .product-catalog-page #ideal_reportSection #R_heading_ideal {
        font-size: clamp(3rem, 6.5vw, 5rem);
    }

    .product-catalog-page .Image_center {
        flex-direction: column;
        gap: 2em;
    }

    .product-catalog-page .Image_center>div:first-child,
    .product-catalog-page .middle_content {
        width: 100%;
    }

    .product-catalog-page .middle_content {
        gap: 1rem;
    }

    .product-catalog-page .middle_content a {
        font-size: 20px;
    }

    .product-catalog-page #main_s1_heading {
        display: none;
    }

    .product-catalog-page .mobile_heading_s1 {
        display: block;
    }
}

@media screen and (max-width:601px) {

    .product-catalog-page #showMore_Ideal10,
    .product-catalog-page #showMore_Ideal11,
    .product-catalog-page #showMore_Ideal12,
    .product-catalog-page #showMore_Ideal13,
    .product-catalog-page #showMore_Ideal14 {
        transform: scale(1.2);
    }

    .product-catalog-page .cardIdeal {
        transform: scale(1);
    }

    .product-catalog-page .items_discoverIdeal #apply_coupon_box {
        display: none !important;
    }

    .product-catalog-page .faq_area {
        padding: 0;
    }

    .product-catalog-page .faq_heading h1 {
        font-size: 28px;
    }

    .product-catalog-page .faq_accordion_container {
        margin: 0;
    }

    .product-catalog-page .faq_accordion {
        font-size: 16px;
        display: flex;
        padding: 2rem;
    }

    .product-catalog-page .faq_accordion i {
        font-size: 18px;
        align-self: center;
        margin-left: auto;
    }

    .product-catalog-page .faq_panel {
        padding: 2rem;
        text-align: left;
    }

    .product-catalog-page .faq_panel ol {
        padding: 2rem;
        margin: 0 !important;
    }

    .product-catalog-page .readMore-btn-container {
        margin-right: 0 !important;
    }

    .product-catalog-page .readmore_text h2 {
        line-height: 1.5;
        text-align: left;
    }

    .product-catalog-page .readMore_shown {
        width: auto;
    }

    .product-catalog-page .test_video {
        width: 95%;
        height: auto;
        margin: auto;
    }

    .product-catalog-page .video_em {
        border: 0px;
        height: 369px;
        width: 98%;
        margin: auto;
    }
}

/* News Logos Grid */
.product-catalog-page .news-logos-grid .item {
    width: 20%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .product-catalog-page .news-logos-grid .item {
        width: 33.33%;
    }
}

@media (max-width: 480px) {
    .product-catalog-page .news-logos-grid .item {
        width: 50%;
    }
}

/* Black font for pricing box labels and prices */
.product-catalog-page .anchor_tag {
    color: #000 !important;
}

.product-catalog-page .c-price,
.product-catalog-page .c-price a {
    color: #000 !important;
}

/* Testimonials Section */
.product-catalog-page .testinomials {
    display: flex;
    gap: 9px;
    width: 85%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.product-catalog-page .testinomials>div {
    width: 371px;
    min-height: 215px;
    height: auto;
    margin: auto;
    margin-bottom: 13px;
    background-color: white;
    padding: 21px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    overflow: hidden;
}

.product-catalog-page .testinomials>div>p {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.product-catalog-page .content_box {
    display: flex;
    gap: 7px;
}

.product-catalog-page .content_box>div {
    width: 25%;
    margin: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-catalog-page .content_box p {
    font-size: 12px;
    line-height: 1.2;
}
