/*cta seciton css*/
.excruit_cta_card .gradient_bg {
    background: radial-gradient(50% 60% at 50% 32.8%, rgba(255, 255, 255, 0.4) 7.35%, rgba(255, 84, 31, 0.32) 24.23%, rgba(247, 175, 153, 0.4) 36%, rgba(255, 84, 31, 0.4) 49.99%, rgba(0, 0, 0, 0) 100%);
    width: 1000px;
    height: 700px;
    position: absolute;
    top: -333px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.excruit_cta_card .cta_card_inner {
    position: relative;
}
.excruit_cta_card .key_message_badges {
    border-color: #ffffff;
}
.excruit_cta_card {
    padding: 70px 15px;
    border: 1px solid var(--white_color_20);
    background: var(--white_color_2);
    border-radius: 32px;
    overflow: hidden;
}
.cta_matters_Card_col {
    width: 33.33%;
    border-right: 1px solid var(--neutral-initial-border);
    padding: 0 60px;
    text-align: left;
}
.cta_matters_Card_col:first-child {
   padding-left: 0;
}
.cta_matters_Card_col:last-child {
   padding-right: 0;
   border-right: none;
}
.cta_matters_Card .matter_icon {
    flex: 0 0 auto;
}
.matter_card_Desc {
    flex: 1;
    padding-left: 10px;
}
.matter_card_Desc .card_titles{
    margin-bottom: 4px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.matter_card_Desc p {
    font-size: 12px;
    line-height: 1.6;
}
@media(max-width:1199px) {
    .cta_matters_Card_col {
        padding: 0 30px;
    }
    .cta_matters_Card_col:first-child {
        padding-left: 0;
    }
    .cta_matters_Card_col:last-child {
        padding-right: 0;
    }
}
@media(max-width:991px) {
    .cta_matters_Card_col {
        padding: 0 15px;
    }
    .cta_matters_Card_col:first-child {
        padding-left: 0;
    }
    .cta_matters_Card_col:last-child {
        padding-right: 0;
    }

    .excruit_cta_card .gradient_bg {
        width: 1000px;
        height: 700px;
        top: -412px;
    }
}
@media(max-width:767px) {
    .excruit_cta_card .cta_title br {
        display: none;
    }
    .cta_matters_Card_col {
        padding: 20px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--neutral-initial-border);
    }
    .cta_matters_Card_col:first-child {
        padding-top: 0;
    }
    .cta_matters_Card_col:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .cta_buttons {
        gap: 16px !important;
    }
}
/*cta seciton css*/

.excruit_hero_banner {
    padding: 117px 0 60px;
    isolation: isolate;
}
.excruit_hero_banner .container {
    position: relative;
    z-index: 1;
}
.excruit_hero_banner .row {
    gap: 30px 0;
}
.excruit_hero_banner .gradient_circle_1, 
.excruit_hero_banner .gradient_circle_2 {
    pointer-events: none;
    z-index: 0;
}
.excruit_hero_banner .gradient_circle_1 {
    top: 40px;
    left: -120px;
    width: 520px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(114, 20, 255, 0.64) 0%, rgba(114, 20, 255, 0.38) 28%, rgba(114, 20, 255, 0.16) 54%, rgba(114, 20, 255, 0) 76%);
    filter: blur(62px);
    opacity: 46%;
}
.excruit_hero_banner .gradient_circle_2 {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 420px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 178, 126, 0.42) 0%, rgba(0, 132, 118, 0.22) 44%, rgba(0, 132, 118, 0) 72%);
    filter: blur(70px);
    opacity: 46%;
}
.excruit_hero_content {
    position: relative;
}
.excruit_banner_title {
    background: linear-gradient(180deg, #ffffff 0%, #d9d9d9 55%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 4px;
}
.excruit_hero_content .para_1, .excruit_hero_content .para_3_white {
    color: #fff;
}
.excruit_hero_content .hero_badge {
   font-size: 10px;
   line-height: 18px;
}
.excruit_banner_btns .btns {
    min-width: 217px;
}
@media(max-width:991px){
    .excruit_hero_banner {
        padding: 80px 0 30px;
        isolation: isolate;
    }
    .excruit_banner_img {
        text-align: center;
    }
    .excruit_banner_img img {
        max-width: 300px;
    }
}
@media(max-width:767px){
    .excruit_banner_img img {
        max-width: 250px;
    }

    .excruit_banner_btns {
        gap: 14px !important;
    }
    .excruit_banner_btns .btns {
        min-width: 150px;
    }
}
@media(max-width:575px) {
    .excruit_banner_title br {
        display: none;
    }
}
@media(max-width:412px){
    .excruit_banner_btns .btns {
        min-width: auto;
        width: 100%;
    }
}
/*Banner seciton css End*/
/*feature seciton css*/
.home_feature_section{
    
}
.feature_card {
    background: var(--neutral-900);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    border: 1px solid var(--primary_color_20);
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
}
.feature_card.active {
    background:linear-gradient(135deg,#2b2b2b,#5a3216);
}
.feature_card_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 10px;
}
.feature_card_top p {
    margin:0;
}

.feature_arrow {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ff6a00;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 auto;
}
.feature_arrow img {
    width: 20px;
}
.feature_card .card_title {
    font-weight: 400;
    margin:0;
}
.transition_statement_box{
    margin-top:60px;
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
}
.statement_badge {
    padding: 16px 24px;
    align-items: center;
    gap: 8px 16px;
    border-radius: 5em;
}
.statement_badge .title_1 {
 
}
.statement_badge .title_2 {
    font-weight:600;
}
@media(max-width:991px){
   
}
@media(max-width:767px){
    .excruit_hero_banner .gradient_circle_1 {
        top: 56px;
        left: -180px;
        width: 390px;
        height: 342px;
        filter: blur(58px);
    }
    .excruit_hero_banner .gradient_circle_2 {
        top: -40px;
        left: 60px;
        width: 320px;
        height: 280px;
        filter: blur(64px);
    }
    .feature_card{
        padding:16px;
    }
    .feature_card_top{
       flex-direction: column-reverse;
        gap:20px;
        margin-bottom:30px;
    }
    .feature_card_top p{
        width:100%;
    }
    .transition_statement_box{
        padding:20px;
    }
    .statement_badge {
        padding: 14px 20px;
        justify-content: center;
        flex-direction: column;
        border-radius: 1.5em;
    }
    
}
/*feature seciton css*/

/*home key seciton css*/
.home_Key_Message_section .gradient_circle_1 {
    top: 40px;
    left: -120px;
    width: 520px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(114, 20, 255, 0.64) 0%, rgba(114, 20, 255, 0.38) 28%, rgba(114, 20, 255, 0.16) 54%, rgba(114, 20, 255, 0) 76%);
    filter: blur(62px);
    opacity: 46%;
}
.home_Key_Message_section .gradient_circle_2 {
    bottom: 0;
    right: 0px;
    width: 420px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 178, 126, 0.42) 0%, rgba(0, 132, 118, 0.22) 44%, rgba(0, 132, 118, 0) 72%);
    filter: blur(70px);
    opacity: 40%;
}
.home_Key_Message_section .container {
    position: relative;
}
@media screen and (max-width:991px) {
    .home_Key_Message_section {
        overflow: hidden;
    }
}
/*home key seciton css*/
/*timeline seciton css*/
.timeline_cards_sec {
    position: relative;
    padding: 0 0px;
}
.timeline_cards_sec p {
    color: var(--body_white_color);
}
.timeline_row, .timeline_card_group {
    display: flex;
    justify-content: center;
}
.timeline_top_row {
    gap: 30px 12px;
    position: relative;
}
.timeline_bottom_row {
    margin-top: 4px;
}
.excruit_timeline_card {
    width: 100%;
    max-width: 240px;
    min-height: 136px;
    padding: 16px 24px;
    border: 1px solid var(--white_color_20);
    background: var(--white_color_2);
    border-radius: 14px;
    text-align: center;
    transition: .35s ease;
    position: relative;
    z-index: 2;
}

.excruit_timeline_card .card_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary_color_20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.excruit_timeline_card .card_icon img {
    width:20px;
    height:20px;
    object-fit:contain;
}

.excruit_timeline_card .card_title {
    color: var(--body_white_color);
    margin:0 0 6px;
    font-weight:700;
}
.excruit_timeline_card .card_text {
    margin:0;
}
.timeline_ai_card {
    min-height: 152px;
}
.timeline_link {
    width: 160px;
    display: flex;
    align-items: center;
}
.timeline_link img {
    width: 100%;
}

.timeline_center_flow {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timeline_vertical_line {
    /* border-left: 1px dashed var(--white_color_70); */
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
}
.timeline_vertical_line img {
    width: 15px;
    height: 67px;
}
/* .timeline_vertical_line::before,
.timeline_vertical_line::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    left: -4px;
}
.timeline_vertical_line::before {
    top: -3px;
}
.timeline_vertical_line::after {
    bottom: -3px;
} */
.timeline_network_badge {
    margin-bottom: 67px;
}
.timeline_channel_group {
    align-items: stretch;
    gap: 40px 45px;
    border: 2px dashed var(--neutral-initial-border);
    border-radius: 20px;
    padding: 24px;
    position: relative;
}
.timeline_channel_group::before {
    content: "";
    width: 79%;
    height: 34px;
    border-top: 2px dashed var(--body_white_color);
    /* border-left: 1px dashed var(--body_white_color); */
    /* border-right: 1px dashed var(--body_white_color); */
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.channel_timeline_card .verticle_border {
    content: "";
    width: 2px;
    height: 33px;
    border-left: 2px dashed var(--body_white_color);
    position: absolute;
    margin-left: -1px;
    top: -69px;
    left: 50%;
}
.channel_timeline_card .verticle_border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--body_white_color);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -5px;
}
.channel_timeline_card:nth-child(3) .verticle_border {
    height: 63px;
    top: -91px;
}
.channel_timeline_card:nth-child(3) .verticle_border:after {
    top: 0;
    bottom: auto;
}
.timeline_channel_group .excruit_timeline_card {
    max-width: 216px;
    min-height: 146px;
    padding: 8px;
}
.timeline_channel_group .excruit_timeline_card .card_title {
    font-size: 18px;
}
.timeline_process_group {
    align-items: center;
    gap: 10px;
    border: 2px dashed var(--neutral-initial-border);
    border-radius: 20px;
    padding: 24px;
}
.timeline_process_group .process_arrow {
    display: flex;
    align-items: center;
}
.timeline_process_group .process_arrow img {
    width: 30px;
}
.timeline_process_card {
    max-width: 208px;
    min-height: 88px;
    padding: 8px;
    text-align: left;
    border: 1px solid var(--white_color_20);
    background: var(--white_color_2);
    border-radius: 12px;
    align-items: flex-start;
}
.timeline_process_card:last-child {
    max-width: 230px;
}
.timeline_process_card .card_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary_color_20);
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.timeline_process_card .card_icon img {
    width: 20px;
    height: 20px;
}
.timeline_process_card .card_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.timeline_process_card .cards_content {
    flex: 1;
    padding-left: 16px;
}
.timeline_process_card .card_text {
    font-size: 12px;
    line-height: 18px;
}
.timeline_onboard_card {
    max-width: 297px;
    min-height: 92px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #2b2b2b, #5a3216);
}
.timeline_onboard_card .card_icon {
    flex: 0 0 auto;
}
.timeline_onboard_card .cards_content {
    flex: 1;
    padding-left: 16px;
}
@media(max-width:1280px){
    .timeline_channel_group .excruit_timeline_card .card_title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width:1199px){
    .timeline_channel_group::before {
        width: 77%;
    }
    .timeline_cards_sec {
        padding: 0;
    }
    .timeline_link {
        width: 88px;
    }
    .timeline_channel_group {
        gap: 16px;
    }
    .timeline_process_group {
        flex-wrap: wrap;
        gap: 10px 6px;
        padding: 18px;
    }
    .timeline_process_card {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        width: calc(20% - 27px);
    }
    .timeline_process_card .cards_content {
        flex: 0 0 auto;
        padding-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .timeline_process_group .process_arrow img {
        width: 20px;
    }
    .timeline_vertical_line img {
        width: 12px;
        height: 54px;
    }
}
@media(max-width:991px){
    .timeline_top_row,
    .timeline_card_group {
        flex-wrap: wrap;
        gap: 18px;
    }
    .timeline_link,
    .timeline_channel_group::before,
    .timeline_channel_group .excruit_timeline_card::before,
    .timeline_channel_group .excruit_timeline_card::after {
        display: none;
    }
    .channel_timeline_card .verticle_border {
        display: none;
    }
    .timeline_channel_group,
    .timeline_process_group {
        padding: 18px;
    }
    .timeline_channel_group .excruit_timeline_card,
    .timeline_process_card {
        max-width: calc(50% - 9px);
        width: calc(50% - 9px);
    }
    .timeline_process_card:last-child {
        max-width: calc(50% - 9px);
        width: calc(50% - 9px);
    }
    .timeline_process_group .process_arrow {
        display: none;
    }
}
@media(max-width:575px){
    .timeline_top_row,
    .timeline_card_group {
        flex-direction: column;
        align-items: stretch;
    }
    .excruit_timeline_card,
    .timeline_channel_group .excruit_timeline_card,
    .timeline_process_card,
    .timeline_onboard_card {
        max-width: 100%;
        width: 100%;
    }
    .timeline_process_card:last-child {
        max-width: 100%;
        width: 100%;
    }
}
/*timeline seciton css*/
/*Ecosystem timeline seciton css*/
.Ecosystem_timeline_wraps {
    padding: 24px 0;
    background-color: var(--neutral-900);
}
.Ecosystem_timeline_wraps p {
    color: var(--body_white_color);
}
.Ecosystem_timeline_row_1 {
    gap: 30px 20px;
    position: relative;
    justify-content: center;
    margin-bottom: 44px;
}
.Ecosystem_timeline_card {
    width: 100%;
    max-width: 202px;
    text-align: center;
    position: relative;
}
.Ecosystem_timeline_card .card_icon {
    display: flex;
    margin: 0 auto 16px;
}
.Ecosystem_timeline_card .card_title {
    color: var(--body_white_color);
    margin: 0 0 6px;
    font-weight: 700;
}
.Ecosystem_timeline_card:last-child {
    max-width: 324px;
}
.Ecosystem_timeline_card.cards_3 {
    max-width: 269px;
}
.eco_timeline_arrow_link {
    display: flex;
    align-items: center;
}
.eco_timeline_arrow_link img {
    width: 60px;
}
.Ecosystem_timeline_border {
    margin: 45px 0;
}

.Ecosystem_timeline_border_dv {
    border-top: 2px dashed var(--body_white_color);
    display: block;
    height: 2px;
    width: 83.3%;
    position: relative;
}
.Ecosystem_timeline_border_dv .verticle_border {
    width: 2px;
    height: 25px;
    border-left: 2px dashed var(--body_white_color);
    position: absolute;
    margin-left: -1px;
}
.Ecosystem_timeline_border_dv .verticle_border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--body_white_color);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -5px;
}
.Ecosystem_timeline_border_dv .verticle_border_1 {
    transform: rotate(180deg);
    bottom: 0;
}
.Ecosystem_timeline_border_dv .verticle_border_2 {
    right: 0;
    left: 50%;
    top: auto;
}
.Ecosystem_timeline_border_dv .verticle_border_3 {
    right: 0;
    left: auto;
    top: auto;
}
.Ecosystem_timeline_channel_group {
    gap: 30px 12px;
}
.Ecosystem_timeline_channel_card {
    max-width: 208px;
    min-height: 96px;
    padding: 8px;
    text-align: left;
    border: 1px solid var(--white_color_20);
    background: var(--white_color_2);
    border-radius: 12px;
    align-items: flex-start;
    position: relative;
}
.Ecosystem_timeline_channel_card .verticle_border {
    content: "";
    width: 2px;
    height: 25px;
    border-left: 2px dashed var(--body_white_color);
    position: absolute;
    margin-left: -1px;
    top: -47px;
    left: 50%;
}
.Ecosystem_timeline_channel_card .verticle_border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--body_white_color);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -5px;
}
.Ecosystem_timeline_channel_card .card_icon {
    flex: 0 0 auto;
    margin-right: 10px;
}
.Ecosystem_timeline_channel_card .contets_dv {
    flex: 1;
}
.Ecosystem_timeline_channel_card .card_title {
   font-size: 14px;
   line-height: 20px;
   font-weight: 500;
   margin-bottom: 4px;
}
.Ecosystem_timeline_channel_card p {
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 0px;
}
.Ecosystem_bottom_timeline {
    gap: 30px 12px;
    position: relative;
    justify-content: center;
    margin-bottom: 0;
}
.Ecosystem_bottom_timeline_card {
    width: 100%;
    max-width: 211px;
    text-align: center;
    position: relative;
}
.Ecosystem_bottom_timeline_card .card_icon {
    display: flex;
    margin: 0 auto 16px;
}
.Ecosystem_bottom_timeline_card .card_title {
    color: var(--body_white_color);
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.Ecosystem_bottom_timeline_card.cards_2 {
    max-width: 238px;
}
.eco_btm_timeline_arrow_link {
    display: flex;
    align-items: center;
}
.eco_btm_timeline_arrow_link img {
    width: 30px;
}

@media screen and (max-width:1399px) {
    .Ecosystem_timeline_row_1 {
        gap: 30px 14px;
    }
    .Ecosystem_timeline_card .card_title {
        font-size: 18px;
        line-height: 26px;
    }
    .eco_timeline_arrow_link img {
        width: 50px;
    }
    .Ecosystem_timeline_channel_group {
        gap: 30px 8px;
    }
    .Ecosystem_bottom_timeline {
        gap: 30px 8px;
    }
    .eco_btm_timeline_arrow_link img {
        width: 30px;
    }
    .Ecosystem_bottom_timeline_card .card_title {
        font-size: 16px;
        line-height: 24px;
    }
    .Ecosystem_timeline_border_dv {
        width: 81.9%;
    }
}
@media screen and (max-width:1366px) {
    .Ecosystem_timeline_border_dv {
        width: 82.2%;
    }
}
@media screen and (max-width:1349px) {
    .Ecosystem_timeline_border_dv {
        width: 83.5%;
    }
}
@media screen and (max-width:1340px) {
    .Ecosystem_timeline_row_1 {
        gap: 30px 6px;
    }
    .Ecosystem_timeline_card {
        width: calc(25% - 30px) !important;
        max-width: 100% !important;
        text-align: center;
        position: relative;
    }
    .eco_timeline_arrow_link img {
        width: 25px;
    }
    .Ecosystem_timeline_channel_group {
        gap: 30px 6px;
    }
    .Ecosystem_timeline_channel_card {
        max-width: 100%;
        width: calc(16.66% - 5px);
    }
    .Ecosystem_timeline_border_dv {
        width: 83.8%;
    }
    .Ecosystem_bottom_timeline {
        gap: 30px 4px;
    }
    .Ecosystem_bottom_timeline_card {
        max-width: 100%;
        width: calc(25% - 91px);
    }
    .eco_btm_timeline_arrow_link img {
        width: 25px;
    }
}
@media screen and (max-width:1199px) {
    .Ecosystem_timeline_row_1 {
        gap: 30px 6px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .Ecosystem_timeline_channel_card {
        gap: 0;
        flex-direction: column;
    }
    .Ecosystem_timeline_channel_card .card_icon {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .Ecosystem_timeline_channel_card .contets_dv {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media screen and (max-width:991px) {
    .eco_timeline_arrow_link, .Ecosystem_timeline_channel_card .verticle_border, .eco_btm_timeline_arrow_link {
        display: none;
    }
    .Ecosystem_timeline_border_dv {
        border: none;
    }
    .Ecosystem_timeline_border_dv .verticle_border_1, .Ecosystem_timeline_border_dv .verticle_border_3 {
        display: none;
    }

    .Ecosystem_timeline_card, .Ecosystem_timeline_card.cards_3, .Ecosystem_timeline_card:last-child {
        width: calc(50% - 5px) !important;
        max-width: 100% !important;
    }
    .Ecosystem_timeline_channel_group {
        gap: 30px 10px;
    }
    .Ecosystem_timeline_channel_card {
        width: calc(50% - 5px);
        max-width: 100%;
    }
    .Ecosystem_bottom_timeline {
        gap: 30px 10px;
    }
    .Ecosystem_bottom_timeline_card {
        width: calc(50% - 5px) !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width:575px) {
    .Ecosystem_timeline_card, .Ecosystem_timeline_card.cards_3, .Ecosystem_timeline_card:last-child {
        width: 100% !important;
        max-width: 100% !important;
    }
    .Ecosystem_timeline_channel_card {
         width: 100%;
        max-width: 100%;
    }
    .Ecosystem_bottom_timeline_card {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/*Ecosystem timeline seciton css*/
/*Journey seciton css*/

.jouney_section_heading {
    gap: 75px;
}
.jouney_section_heading .heading_line {
    width: 4px;
    height: 40px;
    background: var(--primary);
    border-radius: 2em;
}
.jouney_section_heading .heading_line {
    width: 4px;
    height: 40px;
    background: var(--primary);
    border-radius: 2em;
}
.jouney_section_heading .heading_title {
    font-weight: 600;
}
.Employer_Journey_section {
    position: relative;
}
.Employer_Journey_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: 2px dashed var(--primary);
    margin-bottom: 60px;
}
.Employer_Journey_item {
    position: relative;
    padding-left: 44px;
    width: 100%;
}
.Employer_Journey_step_line {
    position: absolute;
    left: 12px;
    top: -16px;
    bottom: -16px;
    width: 1px;
    background: var(--primary);
    display: none;
}
.Employer_Journey_item:first-child .Employer_Journey_step_line {
    top: 28px;
}
.Employer_Journey_item:last-child .Employer_Journey_step_line {
    bottom: 50%;
}
.Employer_Journey_item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    background: var(--bg_black_main);
    z-index: 2;
    margin-left: -13px;
}
.Employer_Journey_item::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary);
    z-index: 2;
    margin-left: -8px;
}
.Employer_Journey_card {
    flex-wrap: wrap;
    gap: 50px;
    padding: 16px 24px;
    border: 1px solid var(--white_color_20);
    background: var(--white_color_4);
    border-radius: 12px;
    position: relative;
}
.Employer_Journey_card .gradient_bg_color {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(119.3deg, rgba(11, 13, 14, 0) 23.34%, rgba(255, 106, 0, 0.30) 96.36%);
    border-radius: 12px;
    z-index: -1;
    display: none;
}
.Employer_Journey_item:nth-child(even) .Employer_Journey_card .gradient_bg_color {
    display: block;
}
.Employer_Journey_card:before {
    position: absolute;
    content: "";
    left: -33px;
    top: 50%;
    margin-top: -1px;
    width: 24px;
    height: 2px;
    background: var(--white_color_20);
}
.Employer_Journey_card:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: transparent;
    border-left: 1px solid var(--white_color_20);
    border-bottom: 1px solid var(--white_color_20);
    z-index: -1;
}
.Employer_Journey_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--neutral-900);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.Employer_Journey_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}
.Employer_Journey_number {
    flex: 0 0 auto;
    /* line-height: 1; */
}
.Employer_Journey_content {
    flex: 1;
}
.Employer_Journey_content .h5_card_title {
    margin-bottom: 4px;
}
.Employer_Journey_content p {
    color: var(--body_white_color);
}

.journey_cards_wraper .row {
    gap: 20px 0;
}
.candidate_jouney_Cards {
    gap: 10px;
    height: 100%;
    padding: 16px;
    border: 1px solid var(--white_color_20);
    border-radius: 16px;
    background: var(--white_color_4);
    transition: all .3s ease;
    align-items: center;
    position: relative;
}
.candidate_jouney_Cards:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid var(--primary);
    border-radius: 16px;
    z-index: -1;
}
.candidate_jouney_Cards:hover{
    border-color: var(--primary);
    transform: translateY(-3px);
}
.candidate_jouney_Cards .left_icon{
    flex: 0 0 auto;
}
.candidate_jouney_Cards .info_icon {
    background-color: var(--info_color_20);
}
.candidate_jouney_Cards .success_icon {
    background-color: var(--success_color_20);
}
.candidate_jouney_Cards .warning_icon {
    background-color: var(--warning_color_20);
}
.candidate_jouney_Cards .error_icon {
    background-color: var(--error_color_20);
}
.candidate_jouney_Cards .right_content {
    flex: 1;
}
.candidate_jouney_Cards .card_title {
    margin: 0;
    font-weight: 500;
}

@media (max-width:991px) {
    .Employer_Journey_card {
        gap: 20px 20px;
        padding: 12px 16px;
    }
    .Employer_Journey_number {
        font-size: 40px;
    }
    .candidate_jouney_Cards {
        padding:18px;
    }
}

@media (max-width:767px){
    .Employer_Journey_item {
        padding-left: 30px;
    }
    .candidate_jouney_Cards {
        gap:14px;
        padding:16px;
    }
    .candidate_jouney_Cards .left_icon {
        width:50px;
        height:50px;
        flex:0 0 50px;
    }
    .candidate_jouney_Cards .left_icon img{
        width:24px;
        height:24px;
    }
}

@media (max-width:575px){
    .Employer_Journey_content {
        flex: 0 0 auto;
        width: 100%;
    }
    .candidate_jouney_Cards .card_title {
        font-size: 16px;
        line-height: 24px;
    }

}
/*Journey seciton css*/

/*One platform cards css*/
.flex-wrp {
    flex-wrap: wrap;
}
.platform_cards_wrapper .row {
    gap: 20px 0;
}
.better_hiring_Cards_wrapper .row {
    gap: 20px 0;
}
.better_hiring_Cards_col {
    
}
.better_hiring_Cards {
    width: 100%;
    gap: 12px;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid var(--white_color_20);
    border-radius: 6px;
    background: var(--white_color_2);
    transition: border-color .3s ease, transform .3s ease;
}
.better_hiring_Cards:hover {
    border-color: var(--primary_color_50);
    transform: translateY(-3px);
}
.better_hiring_Cards_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary_color_20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.better_hiring_Cards_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.better_hiring_Cards_content {
    min-width: 0;
    flex: 1;
}
.better_hiring_Cards_content h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
    position: relative;
}
.better_hiring_Cards_content h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2em;
}
.better_hiring_Cards_content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 1199px) {
    .better_hiring_Cards_icon {
        width: 60px;
        height: 60px;
    }
    .better_hiring_Cards_icon img {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .better_hiring_Cards_wrapper .row {
        gap: 12px 0;
    }
}
@media (max-width: 767px) {
    .better_hiring_Cards_icon {
        width: 50px;
        height: 50px;
    }
    .better_hiring_Cards_icon img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
}
.platform_cards {
    height: 100%;
    padding: 16px;
    border: 1px solid var(--white_color_20);
    border-radius: 12px;
    background: var(--white_color_4);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.platform_cards:hover {
    border-color: var(--primary_color_50);
    transform: translateY(-4px);
}
.platform_cards_top {
    width: 100%;
}
.platform_cards .top_heading_flex {
    gap: 16px;
    align-items: flex-start;
}
.platform_icon_box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary_color_10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.platform_icon_box svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.platform_icon_box img {
    width: 40px;
    height: 40px;
}
.platform_heading_content {
    flex: 1;
    min-width: 0;
}
.platform_card_number {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--neutral-200);
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
}
.platform_card_number span {
    width: 24px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
}
.platform_card_title {
    margin: 0 0 4px;
    color: var(--body_white_color);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.platform_card_subtitle {
    margin: 0;
    color: var(--primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.platform_card_text {
    min-height: 66px;
    margin: 0 0 16px;
    /* color: var(--body_white_color); */
    font-size: 14px;
    line-height: 22px;
}
.plateform_card_bottom {
    width: 100%;
}
.plateform_bottom__row {
    border-top: 1px solid var(--neutral-initial-border);
    padding-top: 20px;
    margin: 0 -8px;
    gap: 14px 0;
}
.platform_bottom_item {
    /* width: 25%; */
    min-height: 70px;
    padding: 0 4px;
    text-align: center;
    position: relative;
    flex: 1 0 0;
}
.platform_bottom_item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 2px;
    height: 36px;
    background: var(--neutral-initial-border);
}
.platform_bottom_item svg {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto 10px;
    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.platform_bottom_item img {
    width: 22px;
    display: block;
    margin: 0 auto 10px;
}
.platform_bottom_item span {
    display: block;
    color: var(--body_white_color);
    font-size: 12px;
    line-height: 18px;
}
@media (max-width:1399px) {
    .platform_icon_box {
        width: 60px;
        height: 60px;
    }
    .platform_icon_box svg {
        width: 30px;
        height: 30px;
    }
}
@media (max-width:1199px) {
    .platform_card_text {
        min-height: 96px;
    }
    .platform_bottom_item {
        width: 33.33%;
        flex: 0 0 auto;
    }
    .platform_bottom_item:nth-child(2)::after {
        display: none;
    }
    .platform_bottom_item:nth-child(n+3) {
        margin-bottom: 0;
    }
}
@media (max-width:991px) {
    .platform_bottom_item:not(:last-child)::after {
        background: none;
    }
}
@media (max-width:768px) {
    .platform_cards_colm {
        width: 100%;
    }
}
@media (max-width:767px) {
    .platform_cards {
        padding: 14px;
    }
    .platform_card_number {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .platform_card_title {
        font-size: 18px;
        line-height: 26px;
    }
    .platform_card_subtitle {
        font-size: 15px;
        line-height: 22px;
    }
    .platform_card_text {
        min-height: 0;
    }
}

@media (max-width:480px) {
    .platform_cards .top_heading_flex {
        gap: 12px;
    }
    .plateform_bottom__row {
        justify-content: center;
    }
    .platform_bottom_item {
        width: 50%;
        min-height: auto;
    }
    .platform_bottom_item:not(:last-child)::after {
        display: none;
    }
    .platform_bottom_item span {
        max-width: 180px;
        margin: 0 auto;
    }
}
@media (max-width:360px) {
    .platform_card_number {
        justify-content: center;
    }
    .platform_heading_content {
        flex: 0 0 auto;
        width: 100%;
    }
    .platform_cards .top_heading_flex {
        gap: 12px;
        justify-content: center;
        text-align: center;
    }
}
/*One platform cards css*/
/*why excruits section*/
.why_excruit_tblcards_row {
    display: flex;
    flex-wrap: wrap;
}
.why_excruit_tblcards_row .colms1 {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 24px;
}
.why_excruit_tblcards_row .colms2 {
    width: 32%;
    padding-right: 80px;
}
.why_excruit_tblcards_row .colms3 {
   width: 45%;
}
.why_excruit_tblcard {
    padding: 16px;
    border: 1px solid var(--neutral-800);
    border-radius: 12px;
    width: 100%;
}
.why_excruit_tblcard .tbl_heading {
    gap: 12px;
    align-items: center;
}
.why_excruit_tblcard .tbl_heading .tblcard_title {
    flex: 1;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.why_excruit_tblcard .tbl_lst {
    border-bottom: 1px solid var(--neutral-800);
    font-size: 18px;
    line-height: 28px;
    padding: 18px 0;
    position: relative;
}
.why_excruit_tblcard .tbl_lst:last-child {
    border-bottom: none;
}
.why_excruit_tblcards_row .colms1 .why_excruit_tblcard {
    padding-top: 0;
    padding-bottom: 0;
}
.colm2 .why_excruit_tblcard {
    background: var(--neutral-900);
}

.colms1 .why_excruit_tblcard {
    background: var(--white_color_4);
}
.colms2 .why_excruit_tblcard {
    background: var(--neutral-900);
}
.colms3 .why_excruit_tblcard {
    background: var(--primary_color_4);
    border-color: var(--primary);
}
.colms3 .why_excruit_tblcard .tbl_lst {
    border-color: var(--primary_color_20);
}

.why_excruit_tblcard .tbl_lst .arrow_img {
    position: absolute;
    left: 100%;
    margin-left: 15px;
}
.why_excruit_tblcard .tbl_lst .arrow_img img {
    width: 83px;
}
.why_excruit_tblcards_row .colms3 .tblcard_icon img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1199px) {
    .why_excruit_tblcard .tbl_heading {
        gap: 10px;
    }
    .why_excruit_tblcard .tbl_heading .tblcard_title {
        font-size: 20px;
        line-height: 24px;
    }
    .why_excruit_tblcard .tbl_lst {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 0;
    }
}
@media screen and (max-width:991px) {
    .why_excruit_tblcards_row {
        gap: 20px;
    }
    .why_excruit_tblcards_row .colms1, 
    .why_excruit_tblcards_row .colms2, 
    .why_excruit_tblcards_row .colms3 {
        width: 100%;
        padding: 0;
    }
    .why_excruit_tblcard .tbl_lst .arrow_img {
        display: none;
    }

   .why_excruit_tblcard .tbl_lst {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 0;
    }
    .why_excruit_tblcard .tbl_heading {
        margin-bottom: 10px;
    }
}
/*why excruits section*/

/* growing cards wrapper */
.growing_customerwrapper {
    margin-bottom: 60px;
}
.growing_customerwrapper .row {
    gap: 20px 0;
}
.growing_Cards {
    padding: 16px;
    background: var(--white_color_4);
    border: 1px solid var(--white_color_4);
    border-radius: 12px;
    border-bottom: 2px solid var(--primary);
}
.growing_Cards .cardtitle {
    margin: 0;
}
.growing_Cards p {
    margin: 0;
    color: var(--body_white_color);
}
@media screen and (max-width:575px) {
    .growing_Cards {
        padding: 14px;
        gap: 16px !important;
    }
}
/* growing cards wrapper */


/* Section */
.enterprise_growth_section {
    width: 100%;
    padding: 60px 0;
}

/* Bootstrap custom gutter */
.enterprise_growth_section .gx-20 {
    --bs-gutter-x: 20px;
}

.enterprise_growth_section .gy-20 {
    --bs-gutter-y: 20px;
}


/* ========================================
   ENTERPRISE GROWTH CARD
======================================== */
.enterprise_growth_Card {
    padding: 16px;
    border: 1px solid var(--white_color_20);
    border-radius: 12px;
    background: var(--white_color_4);
}
/* Card Icon */
.enterprise_growth_Card .card_icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--white_color_20);
    border-radius: 50%;
    margin-bottom: 16px;
    padding: 8px;
}
.enterprise_growth_Card .card_icon_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--primary);
    border-radius: 50%;
    padding: 8px;
}

.enterprise_growth_Card .card_icon .iconss {
    background-color: var(--white_color_4);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}

.enterprise_growth_Card .card_icon .iconss img {
    width: 30px;
}


/* Card Title */
.enterprise_growth_Card .card_title {
    font-weight: 600;
    margin: 0 0 24px;
}


/* Orange Line */
.enterprise_growth_Card .card_line {
    width: 40px;
    height: 2px;
    background: var(--primary);
    margin-bottom: 24px;
}


/* Enterprise Benefits */
.enterprise_growth_Card .enterprise_benefits_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.enterprise_growth_Card .badgesitem {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border: 2px solid var(--primary);
    border-radius: 20px;
    color: var(--white_color);
    font-size: 10px;
    line-height: 18px;
    gap: 8px;
}
.enterprise_growth_Card .badgesitem img {
  width: 14px;
}
/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1280px) {
    .enterprise_growth_Card .card_title {
        margin: 0 0 20px;
    }
    .enterprise_growth_Card .card_line {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .enterprise_growth_Card .card_icon {
        width: 60px;
        height: 60px;
        padding: 6px;
    }
    .enterprise_growth_Card .card_icon_inner {
        padding: 6px;
    }
    .enterprise_growth_Card .card_icon .iconss img {
        width: 26px;
    }
}
@media (max-width: 991.98px) {
    .enterprise_growth_section {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    .enterprise_growth_section {
        padding: 40px 0;
    }
}
@media (max-width: 575.98px) {
    .enterprise_growth_section {
        padding: 30px 0;
    }
    .enterprise_growth_Card {
        padding: 16px;
        border-radius: 12px;
    }
}

/* growing cards wrapper */

/* industry section wrapper */
.indstr_colms {
    width: 20%;
}
.industries_Cards .card_icon_smaall {
    background: var(--white_color_4);
}

.industries_Cards .card_title {
    font-weight: 600;
    margin: 0 0 24px;
}
.industries_Cards .card_line {
    width: 40px;
    height: 2px;
    background: var(--primary);
    margin-bottom: 24px;
}
@media screen and (max-width:1280px) {
    .industries_Cards .card_icon_smaall {
        background: var(--white_color_4);
        width: 50px;
        height: 50px;
    }
    .industries_Cards .card_icon_smaall img {
        width: 30px;
    }
    .industries_Cards .card_title {
        margin: 0 0 20px;
    }
    .industries_Cards .card_line {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:991px) {
    .indstr_colms {
        width: 33.33%;
    }
}
@media screen and (max-width:767px) {
    .indstr_colms {
        width: 50%;
    }
}
@media screen and (max-width:575px) {
    .indstr_colms {
        width: 100%;
    }
}
/* industry section wrapper */






/*why excruit table css*/
.why_excrut_table {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    color: var(--body_white_color);
    border-collapse: separate;
    border-spacing: 0;
}
.why_excrut_table thead tr th {
    color: var(--body_white_color);
    padding: 16px 16px 10px 16px;
    border: none;
}
.why_excrut_table thead tr th:first-child {
    background: var(--white_color_4);
}
.why_excrut_table thead tr th:nth-child(2) {
    background: var(--neutral-900);
    border: 1px solid var(--neutral-800);
    border-bottom: none;
}
 .why_excrut_table thead tr th:nth-child(3) {
    background: transparent;
    padding: 0;
}
.why_excrut_table thead tr th:last-child {
    background: var(--primary_color_4);
    border: 1px solid var(--primary);
    border-bottom: none;
}
.why_excrut_table thead tr:first-child th:first-child {
    background: transparent;
}
.why_excrut_table thead tr:first-child th {
    border-radius: 12px 12px 0 0;
}

.why_excrut_table tbody tr td {
    color: var(--body_white_color);
    padding: 0 16px;
    border: 1px solid var(--neutral-800);
    border-bottom: none;
    border-top: none;
}
.why_excrut_table tbody tr td:first-child {
    width: 23%;
}
.why_excrut_table tbody tr td:nth-child(2) {
    width: 27%;
}
.why_excrut_table tbody tr td:last-child  {
   width: 43%;
}
.why_excrut_table tbody tr:first-child td:first-child {
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid var(--neutral-800);
}
.why_excrut_table tbody tr:last-child td {
    border-radius: 0 0 12px 12px;
    border-bottom: 1px solid var(--neutral-800);
}
.why_excrut_table tbody tr td:first-child {
    background: var(--white_color_4);
}

.why_excrut_table tbody tr td:nth-child(2) {
    background: var(--neutral-900);
}
.why_excrut_table tbody tr td:nth-child(3) {
    background: transparent;
    padding: 0;
    border: none;
    width: 6%;
}
.why_excrut_table tbody tr td:last-child {
    background: var(--primary_color_4);
    border: 1px solid var(--primary);
    border-top: none;
    border-bottom: none;
}
.why_excrut_table tbody tr:last-child td:last-child {
    border-bottom: 1px solid var(--primary);
}

.why_excrut_table .tbl_heading {
    gap: 12px;
}
.why_excrut_table .tbl_heading .tblcard_title {
    flex: 1;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.why_excrut_table .tbl_lst {
    border-bottom: 1px solid var(--neutral-800);
    font-size: 18px;
    line-height: 28px;
    padding: 18px 0;
    position: relative;
}
.why_excrut_table .arrow_img {
    display: inline-flex;
}
.why_excrut_table .arrow_img img {
    width: 90px;
}
.why_excrut_table thead tr th:last-child .tblcard_icon img {
    width: 100%;
    height: 100%;
}
.why_excrut_table tbody tr:last-child .tbl_lst {
    border-bottom: none;
}
.why_excrut_table tbody tr td:last-child .tbl_lst {
    border-color: var(--primary_color_20);
}
@media screen and (max-width:1199px) {
    .why_excrut_table .tbl_heading {
        gap: 10px;
    }
    .why_excrut_table .tbl_heading .tblcard_title {
        font-size: 18px;
        line-height: 24px;
    }
    .why_excrut_table thead tr th {
        padding: 12px 12px 10px 12px;
    }
    .why_excrut_table tbody tr td {
        padding: 0 12px;
    }
    .why_excrut_table .tbl_lst {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 0;
    }
    .why_excrut_table .tbl_lst {
        display: block;
        min-width: 200px;
    }
}

@media screen and (max-width:991px) {
    .why_excrut_table .tbl_heading {
        gap: 10px;
    }
    .why_excrut_table .tbl_heading .tblcard_icon {
        width: 30px;
        height: 30px;
    }
    .why_excrut_table .arrow_img img {
        width: 60px;
    }
    .why_excrut_table .tbl_heading .tblcard_title {
        font-size: 16px;
        line-height: 24px;
    }
    .why_excrut_table .tbl_lst {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 0;
    }
}
@media screen and (max-width:820px) {
    .why_excruit_tablesection {
        display: none;
    }
}
/*why excruit table css*/
/* Hire Compare Accordion css*/
.hiring_compare_accordion_section  {
    display: none;
}


.hiring_compare_accordion .accordion-item {
    background: var(--neutral-900);
    border: none;
    margin-bottom: 8px;
}
.hiring_compare_accordion .accordion-header {
    margin: 0;
}
.hiring_compare_accordion .accordion-button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 16px 30px 16px;
}
.hiring_compare_accordion .accordion-button::after {
    background-image: url(../images/icons/arrows-down-white.svg);
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 20px;
}
.hiring_compare_accordion .tbl_heading {
    margin-bottom: 15px;
    color: var(--primary);
    align-items: center;
}
.hiring_compare_accordion .tbl_heading_2 .tblcard_icon  img {
    width: 100%;
    height: 100%;
}
.hiring_compare_accordion .tblcard_title {
    margin: 0;
    font-size: 16px;
}
.hiring_compare_accordion .accordion-body {
    padding: 16px;
    border-top: 1px solid var(--neutral-800);
}
@media screen and (max-width:820px) {
    .hiring_compare_accordion_section  {
        display: block;
    }
}
/* Hire Compare Accordion css*/