/* section 3 (Unlock Precision in AI) start */
.data_testing_section_tx {
    background-color: #ffffff;
}
.data_testing_section_tx .content_wrapper_tx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    flex-wrap: wrap;
}
.data_testing_section_tx .text_content_tx {
    flex: 1;
    max-width: 55%;
}
.data_testing_section_tx.content_text_block_padding_tx .text_content_tx{
    padding-bottom: 90px;
}
.data_testing_section_tx .main_heading_tx {
    font-size: 2.625rem;
    font-weight: 500;
    color: #272727;
    margin: 0 0 33px 0;
    line-height: 1.3;
}
.data_testing_section_tx .description_tx {
    font-size: 1rem;
    color: #474747;
    margin: 0 0 32px 0;
    line-height: 1.5;
}
.data_testing_section_tx .features_grid_tx {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    flex-direction: column;
}
.data_testing_section_tx .features_row_tx {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 40px;
}
.data_testing_section_tx .feature_item_tx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.data_testing_section_tx .arrow_icon_tx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    max-width: 18px;
    position: relative;
    top: 2px;
}
.data_testing_section_tx .arrow_icon_tx img {
    width: 18px;
}
.data_testing_section_tx .feature_text_tx {
    font-size: 1.125rem;
    color: #272727;
    font-weight: 400;
    max-width: calc(100% - 18px);
    flex: 0 0 calc(100% - 18px);
    line-height: 1.4;
}
.data_testing_section_tx .image_feature_box_tx {
    flex: 1;
    max-width: calc(45% - 90px);
}
.data_testing_section_tx .image_feature_box_tx .image_feature_tx {
    height: 500px;
    border-radius: 40px;
}
.data_testing_section_tx .info_banner_tx {
    background-color: #1F7BD0;
    border-radius: 40px;
    padding: 30px 45px 46px;
    margin-top: -70px;
    z-index: 9;
    position: relative;
    width: 90%;
}
.data_testing_section_tx .banner_text_tx {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}
/* section 3 (Unlock Precision in AI) end */


/* Section 5 (Revenue, Ops, and AI at Risk ) start */
.data_quality_section_tx {
    padding: 90px 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: linear-gradient(246deg, #F9FCFF, #DEEFFF);
}

.data_quality_section_tx .header_wrapper_tx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 77px;
}

.data_quality_section_tx .header_left_tx {
    flex: 0 0 auto;
    max-width: 34%;
    padding-right: 42px;
}

.data_quality_section_tx .label_row_tx {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
}

.data_quality_section_tx .label_line_tx {
    width: 33px;
    height: 1px;
    background-color: #1F7BD0;
}

.data_quality_section_tx .label_text_tx {
    font-size: 1.25rem;
    color: #1F7BD0;
    font-weight: 500;
}

.data_quality_section_tx .section_heading_tx {
    font-size: 2.5rem;
    font-weight: 500;
    color: #272727;
    line-height: 1.3;
    margin: 0;
}

.data_quality_section_tx .header_description_tx {
    flex: 1;
    font-size: 1rem;
    color: #474747;
    line-height: 1.5;
    margin: 0;
    padding: 30px 0 30px 42px;
    border-left: 1px solid #D9D9D9;
}

.data_quality_section_tx .cards_wrapper_tx {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.data_quality_section_tx .card_tx {
    flex: 0 0 calc(50% - 12px);
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    max-width: calc(50% - 12px);
}
.data_quality_section_tx .card3_tx {
    flex: 0 0 60%;
    max-width: 60%;
}
.data_quality_section_tx .card_header_tx {
    background-color: #003466;
    padding: 14px 24px;
    text-align: center;
    min-height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data_quality_section_tx .card_title_tx {
    font-size: 1.375rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}
.data_quality_section_tx .item_text_tx strong {
    font-weight: 600;
}
.data_quality_section_tx .card_item_tx {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 25px 26px;
    border-bottom: 1px solid #D9D9D9;
}
.data_quality_section_tx  .card_item3_tx {
    flex-direction: column;
}
.data_quality_section_tx .card_item3_tx .card_item_link_tx {
    text-decoration: underline;
}
.data_quality_section_tx .card_item_tx:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.data_quality_section_tx .item_icon_tx {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 18px;
    flex: 0 0 18px;
    position: relative;
    top: 3px;
}

.data_quality_section_tx .item_icon_tx img {
    width: 18px;
}

.data_quality_section_tx .item_text_tx {
    font-size: 1rem;
    color: #000000;
    line-height: 1.5;
}

/* Section 5 (Revenue, Ops, and AI at Risk ) end */


/* Section 6 (TxMinds Data Testing and QA Approach) start */
.data_testing_qa_approach_section_tx .data_testing_qa_title_tx {
    text-align: center;
    font-size: 2.5rem;
    color: #272727;
    margin-bottom: 10px;
}
.data_testing_qa_approach_section_tx .data_testing_qa_sub_text_tx{
    color: #666;
    text-align: center;
}
.data_testing_qa_approach_section_tx .data_testing_qa_img_tx {
    width: 100%;
}

/* Section 6 (TxMinds Data Testing and QA Approach) end */


/* Section 2 (Results Driving Your Business Forward) start */
.results_driving_business_section01_tx .common-small-heading-tx {
    text-align: center;
    font-size: 2.5rem;
    color: #272727;
    margin-bottom: 45px;
    line-height: 1.3;
}

.results_driving_business_section01_tx .leading-proven-tx-component .item-box {
    padding: 0;
    background-color: transparent;
}

.results_driving_business_section01_tx .leading-proven-tx-component-outer .leading-proven-tx-component .item-box .numbers {
    font-size: 3.125rem !important;
    margin-bottom: 8px;
}

.results_driving_business_section01_tx .leading-proven-tx-component-outer .leading-proven-tx-component .item-box .numbers_data {
    line-height: 1.4 !important;
}

/* Section 2 (Results Driving Your Business Forward) end */


/* Section 4 (Trusted by Global Clients) start */
.trusted_by_global_clients_section01_tx .common-small-heading-tx {
    color: #272727;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4;
}

/* Section 4 (Trusted by Global Clients) end */


/* Section 10 CTA Banner (Assured Measurable Data Reliability with TxMinds Data QA Services) start */
.assured_measurable_cta_banner_section_tx .am_banner_wrapper_tx {
    display: flex;
    border-radius: 2.5rem;
    overflow: hidden;
    background-image: url(./images/cta_banner_new.webp);
    background-color: #1f7bd0;
    background-size: cover;
    background-repeat: no-repeat;
}

.assured_measurable_cta_banner_section_tx .am_banner_content_tx {
    flex: 1;
    padding: 63px 66px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(59deg, #1f7bd0 19%, #1f7bd0 30%, #103f6a21 79%);
}

.assured_measurable_cta_banner_section_tx .am_banner_heading_tx {
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 30px 0;
    max-width: 65%;
}

.assured_measurable_cta_banner_section_tx .am_banner_button_tx {
    display: inline-block;
    padding: 14px 26px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    background-color: #ffffff;
    color: #1F7BD0;
    font-size: 1.375rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    transition: 0.4s;
}

.assured_measurable_cta_banner_section_tx .am_banner_button_tx:hover {
    box-shadow: 0px 3px 4px 0px #00000038;
}

/* Section 10 CTA Banner (Assured Measurable Data Reliability with TxMinds Data QA Services) end */


/* Section 11 (Outcomes We Deliver) start */

.outcomes_delievered_section_tx .outcomes_header_tx {
    text-align: center;
    margin-bottom: 45px;
}
.outcomes_delievered_section_tx .outcomes_heading_tx {
    font-size: 2.875rem;
    font-weight: 500;
    color: #272727;
    margin: 0;
    line-height: 1.3;
}
.outcomes_delievered_section_tx .outcomes_grid_tx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px 36px;
}
.outcomes_delievered_center_items_section_tx .outcomes_grid_tx .outcome_card_tx:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    justify-self: center;
}
.outcomes_delievered_section_tx .outcome_card_tx {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 26px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 13px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.05);
}
.outcomes_delievered_section_tx .outcome_icon_tx {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outcomes_delievered_section_tx .outcome_icon_tx .outcome_icon_img_tx {
    width: 100%;
    object-fit: contain;
}
.outcomes_delievered_section_tx .outcome_icon_small_tx {
    width: 44px;
}
.outcomes_delievered_section_tx .outcome_content_tx {
    flex: 1;
}
.outcomes_delievered_section_tx .outcome_title_tx {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 13px 0;
}
.outcomes_delievered_section_tx .outcome_description_tx {
    font-size: 0.938rem;
    color: #272727;
    line-height: 1.5;
    margin: 0;
}
/* Section 11 (Outcomes We Deliver) end */

/* Section 14 (FAQs) start */
.bg_custome_services.custom-faqs .acc-container .panel ul {
    list-style: disc;
    margin-top: 10px;
}
.bg_custome_services.custom-faqs .acc-container .panel ul li {
    padding-left: 0;
    list-style: disc;
}
.bg_custome_services.custom-faqs .acc-container .panel ul li strong{
    font-weight: 600;
}
/* Section 14 (FAQs) end */


/* section 15 (What We Assess) start */
.outcomes_delievered_section_withbg_tx .outcomes_heading_tx{
    max-width: 100%;
}
/* section 15 (What We Assess) end */

/* section 13 (What Separates TxMinds) start */
.what_separetes_txminds_section_tx .content {
    padding-top: 40px;
    color: #666;
}
/* section 13 (What Separates TxMinds) end */


/* section 14 (What Separates TxMinds new) start */
.what_separetes_txminds_section_new_tx{
    background-image: url(images/outcome_bg_image.webp);
    background-size: cover;
    padding: 62px 0 78px;
    background-position: center;
    background-color: #00478C;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_row_tx {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 73px;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_row_inner_tx {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_col_tx {
    display: flex;
    gap: 13px;
    padding: 26px;
    background-color: #061527;
    border: 1px solid #4E4D4D;
    box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    max-width: 377px;
    flex: 0 0 377px;
    align-items: flex-start;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_iconcol_tx {
    max-width: 54px;
    flex: 0 0 54px;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_textcol_tx {
    max-width: calc(100% - 67px);
    flex: 0 0 calc(100% - 67px);
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_iconcol_tx img {
    object-fit: contain;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_textcol_tx h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: white;
    margin-bottom: 13px;
}
.what_separetes_txminds_section_new_tx .what_separates_txminds_textcol_tx p {
    font-size: 0.938rem;
    color: white;
    width: 95%;
}
/* section 14 (What Separates TxMinds new) end */


/* section 15 (Why Data Modernization) start */
.data_moderniation_section_tx .feature_item_tx {
    flex: 0 0 100%;
    max-width: 100%;
}
.data_moderniation_section_tx .data_moderniation_p_des_tx {
    font-size: 1.125rem;
    color: #272727;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: 600;
}
/* section 15 (Why Data Modernization) end */


/* New CTA section start */
.data_hd_des_cta_section_tx .data_hd_des_cta_div_tx {
    text-align: center;
}
/* new CTA section end */

/* heading list section new start */
.heading_list_section_new_tx .datasite_new_header_tx .datasite_new_heading_h2_tx {
    font-size: 2.25rem;
}
.heading_list_section_new_tx .lists_sec_tx h5 img {
    width: 30px;
    min-width: 30px;
    position: relative;
    top: -3px;
}
.heading_list_section_new_tx .lists_sec_tx h5 {
    font-weight: 400;
}
/* heading list section new end */

/* data testing section new start */
.datatesting_section_new_tx .main_heading_tx{
    font-size: 2.313rem;
}
/* data testing section new end */


/* blue section small heading start */
.blue_section_small_hdd_tx  .separator_clss_tx {
    color: #7FA9D2;
}
/* blue section small heading end */

/* common new heading style start */
.datasite_new_header_tx {
    margin-bottom: 45px;
}
.datasite_new_header_tx.center{
    text-align: center;
}
.datasite_new_header_tx.center .datasite_new_heading_h2_tx{
    text-align: center;
    margin: 0 auto;
}
.datasite_new_header_tx .datasite_new_heading_h2_tx {
    font-size: 2.875rem;
    font-weight: 500;
    color: #272727;
    margin: 0;
    line-height: 1.3;
    max-width: 90%;
}
.datasite_new_header_tx .datasite_new_heading_h2_tx.white{
    color: white;
}
.datasite_new_header_tx .datasite_new_sub_p_tx {
    color: #666;
    margin-top: 20px;
    font-size: 1rem;
}
.datasite_new_header_tx .datasite_new_sub_p_tx.white{
    color: white;
}
/* common new heading style end */