/* search bar section style start */
.searchbar_section_tx {
    background-color: #F4F4F4;
    padding: 30px 0;
}
.searchbar_section_tx .searchbar_outer_tx form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.searchbar_section_tx form .search_input_tx {
    padding: 10px 68px 10px 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 60px;
    height: 52px;
}
.searchbar_section_tx form .search_input_tx:focus-visible {
    border-color: #979797;
    outline: none;
}
.searchbar_section_tx form .search_submit_btn_tx {
    position: absolute;
    right: 0;
    border-radius: 40px;
    padding: 10px;
    width: 52px;
    height: 52px;
    background-color: var(--button-fill);
    border: 1px solid #ccc;
}
.cards_section_main_tx .cards_main_wrapper_tx {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}
.cards_section_main_tx .card_main_box_tx {
    flex: 0 0 calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
}
.cards_section_main_tx .card_main_box_link_tx {
    padding: 25px;
    display: block;
    background-color: #F4F4F4;
    border-radius: 12px;
    transition: .4s;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 6px 0px #48484817;
    height:100%;
}
.cards_section_main_tx .card_main_box_link_tx:hover {
    background-color: #efefef;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    transform: translateY(-5px);
}
.cards_section_main_tx .card_main_icon_tx {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
    border-radius: 60px;
    transition: .4s;
}
.cards_section_main_tx .card_main_box_link_tx:hover .card_main_icon_tx {
    background-color: #d9d9d9;
}
.cards_section_main_tx .card_main_box_tx .card_main_icon_tx svg {
    width: 40px;
}
.cards_section_main_tx .card_main_text_tx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cards_section_main_tx .card_main_text_tx .card_image_tx img{
   height: 180px;
   object-position:right;
}
.cards_section_main_tx .card_main_text_tx .card_main_text_hd_tx {
    font-size: 22px;
    color: #1F1F1F;
    line-height: 1.4;
}
.cards_section_main_tx .card_main_text_tx .card_main_text_des_tx {
    color: #474747;
    font-size: 16px;
    line-height: 1.4;
}
.cards_section_main_tx .card_knowmore_a_tx {
    color: #625D5D;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-weight: 500;
    text-decoration-color: #928D8D;
    transition: .4s;
}
.cards_section_main_tx .card_main_box_link_tx:hover .card_knowmore_a_tx {
    color: var(--button-fill);
    text-decoration-color: var(--button-fill);
}
/* search bar section style end */

/* cta banner section style start */
.cta_banner_section_footer_tx .cta_banner_outer_box_tx {
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-size: cover;
    color: white;
    align-items: center;
    background-image: url('https://www.testingxperts.com/wp-content/themes/testing-xperts/assets/img/elevate.jpg');
    position: relative;
    background-position: center;
    border-radius: 12px;
    overflow: clip;
}
.cta_banner_section_footer_tx .cta_banner_hd_tx {
    font-size: 46px;
    font-weight: 500;
}
.cta_banner_section_footer_tx .cta_banner_des_tx {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
}
.cta_banner_section_footer_tx .cta_banner_btn_tx {
    padding: 14px 32px !important;
    color: white;
    border-radius: 30px !important;
    box-shadow: 0px 3px 9px 0px #00000042;
    font-size: 18px;
    transition: .4s;
    height: auto;
}
.cta_banner_section_footer_tx .cta_banner_btn_tx:hover {
    box-shadow: 0px 1px 5px 0px #00000042;
}
.cta_banner_section_footer_tx .cta_banner_outer_box_tx:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 12px;
}
.cta_banner_section_footer_tx .cta_banner_outer_box_tx .cta_banner_hd_tx,
.cta_banner_section_footer_tx .cta_banner_outer_box_tx .cta_banner_des_tx,
.cta_banner_section_footer_tx .cta_banner_outer_box_tx .cta_banner_btn_tx{
    z-index: 2;
}
/* cta banner section style end */

/**** single case study div case study ***/
.single-case-study-section-tx .calendar-icon { max-width:20px;}
.single-case-study-section-tx .webinar-detail { margin-bottom:20px;}
.single-case-study-section-tx .webinar-detail li {display:flex;align-items:center;gap:5px;color:#5F5D5D!important}
.single-case-study-section-tx .current-img {border-radius: 0px}
.single-case-study-section-tx {background: #EFEFEF;padding: 3.5rem 0rem}
.single-case-study-section-tx.white-bg {background: #fff;}
.single-case-study-section-tx .badge_div_tx.danger {font-size: 18px;color: var(--button-fill)5;font-weight: 500;border-width: 3px;}
.single-case-study-section-tx .comm-sub-hdn {font-weight: 600;font-size: 1.8rem;}
/**** end single case study div case study ***/
/* responsive start */

/**** white paper cards ***/
        .whitepaper_cards_section_tx {
            padding: 70px 0;
            background: #F4F4F4;
        }
        .whitepaper_cards_section_tx .whppr_wrap_tx {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 40px 24px;
            justify-content: center;
        }
        /* 4 Cards Layout */
        .whitepaper_cards_section_tx .whppr_wrap_tx.four .whppr_card_tx {
            flex: 0 0 calc(25% - 18px);
            max-width: calc(25% - 18px);
        }
        /* 3 Cards Layout */
        .whitepaper_cards_section_tx .whppr_wrap_tx.three .whppr_card_tx {
            flex: 0 0 calc(33.333% - 16px);
            max-width: calc(33.333% - 16px);
        }
        .whitepaper_cards_section_tx .whppr_card_tx {
            background: #ffffff;
            border-radius: 24px;
            position: relative;
            transition: all .4s ease;
            flex: 0 0 calc(33.333% - 16px);
            max-width: calc(33.333% - 16px);
        }
        .whitepaper_cards_section_tx .whppr_card_a_tx {
            padding: 30px 20px 0;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            height: 100%;
            text-decoration: none;
        }
        .whitepaper_cards_section_tx .whppr_card_tx:hover {
            background: var(--button-fill);
        }
        .whitepaper_cards_section_tx .whppr_header_tx {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 20px;
        }
        .whitepaper_cards_section_tx .whppr_title_tx {
            margin: 0 0 10px;
            font-size: 1.25rem;
            line-height: 1.2;
            font-weight: 600;
            color: #272727;
            transition: all .4s ease;
        }
        .whitepaper_cards_section_tx .whppr_desc_tx {
            margin: 0;
            color: rgba(71, 71, 71, 1);
            transition: all .4s ease;
        }
        .whitepaper_cards_section_tx .whppr_arrow_tx {
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 50%;
            border: 1px solid #d5d5d5;
            color: var(--button-fill);
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.938rem;
            transition: all .4s ease;
        }
        .whitepaper_cards_section_tx .whppr_card_tx .whppr_arrow_tx i{
            transition: .4s;
        }
        .whitepaper_cards_section_tx .whppr_card_tx:hover .whppr_arrow_tx i {
            transform: rotate(-45deg);
        }
        .whitepaper_cards_section_tx .whppr_card_tx:hover .whppr_arrow_tx {
            background: #ffffff;
            color: var(--button-fill);
            border-color: #ffffff;
        }
        .whitepaper_cards_section_tx .whppr_card_tx:hover .whppr_title_tx,
        .whitepaper_cards_section_tx .whppr_card_tx:hover .whppr_desc_tx {
            color: #ffffff;
        }
        .whitepaper_cards_section_tx .whppr_image_tx {
            position: relative;
            margin-top: auto;
            border-radius: 18px 18px 0 0;
            overflow: hidden;
        }
        .whitepaper_cards_section_tx .whppr_image_tx img {
            width: 100%;
            display: block;
            aspect-ratio: 1 / 0.7;
            object-fit: cover;
        }
/*** white paper cards end ***/


/* Extra small devices (max-width: 575px) */
@media screen and (max-width: 575px) {
    .whitepaper_cards_section_tx .whppr_card_tx {
        flex: 0 0 100% !important;
        max-width: 100%;
    }
    .cards_section_main_tx .card_main_box_tx {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Small devices (min-width: 576px and max-width: 767px) */
@media screen and (max-width: 768px) {
    .searchbar_section_tx {
        padding: 26px 0;
    }
    .searchbar_section_tx .searchbar_outer_tx form {
        width: 100%;
    }
    .cards_section_main_tx .card_main_text_tx {
        gap: 14px;
    }
    .cards_section_main_tx .card_main_box_link_tx {
        padding: 20px;
    }
    .cards_section_main_tx .card_main_text_tx .card_main_text_hd_tx {
        font-size: 18px;
    }
    .cards_section_main_tx .card_main_text_tx .card_main_text_des_tx,
    .cards_section_main_tx .card_knowmore_a_tx {
        font-size: 14px;
    }
    .cards_section_main_tx .cards_main_wrapper_tx {
        gap: 25px;
    }
    .cta_banner_section_footer_tx .cta_banner_outer_box_tx {
        padding: 40px 20px;
    }
    .cta_banner_section_footer_tx .cta_banner_hd_tx {
        font-size: 30px;
    }
    .cta_banner_section_footer_tx .cta_banner_des_tx {
        font-size: 16px;
        width: 100%;
    }
    .cta_banner_section_footer_tx .cta_banner_btn_tx {
        padding: 11px 22px !important;
        font-size: 16px;
    }
}

/* Small to medium devices (min-width: 576px and max-width: 1024px) */
@media screen and (min-width: 576px) and (max-width: 1024px) {
    .cards_section_main_tx .card_main_box_tx {
        flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
    }
    .cards_section_main_tx .cards_main_wrapper_tx {
        gap: 25px;
    }
}

/* Medium devices (min-width: 768px and max-width: 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cta_banner_section_footer_tx .cta_banner_hd_tx {
        font-size: 40px;
    }
    .cta_banner_section_footer_tx .cta_banner_des_tx {
        width: 85%;
    }
}

/* Medium to large devices (min-width: 1025px and max-width: 1200px) */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .cards_section_main_tx .cards_main_wrapper_tx {
        gap: 20px;
    }
    .cards_section_main_tx .card_main_box_tx {
        flex: 0 0 calc(33.33% - 14px);
        max-width: calc(33.33% - 14px);
    }
    .cards_section_main_tx .card_main_box_link_tx {
        padding: 20px;
    }
}

/* Large devices (max-width: 1200px) */
@media screen and (max-width: 1200px) {
    .whitepaper_cards_section_tx .whppr_card_tx {
        flex: 0 0 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px);
    }
}

/* Medium to large devices (max-width: 990px) */
@media screen and (max-width: 990px) {
    .whitepaper_cards_section_tx {
        padding: 40px 15px;
    }
    .whitepaper_cards_section_tx .whppr_card_tx {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px);
    }
    .whitepaper_cards_section_tx .whppr_title_tx {
        font-size: 1.25rem;
    }
}