.transitions {
      -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}
.common_badge_button {
    display: inline-flex;
    align-items:center;
    margin: 0;
    padding: 8px 24px;
    color: var(--orange_color);
    background-color: #FF410333;
    border: 1px solid var(--orange_color);
    border-radius: 2em;
    gap: 0 8px;
}
.common_badge_button img {
    width: 20px;
    max-width: 20px;
    display: inline-block;
}
.small_badge_button {
    display: inline-block;
    text-decoration: none;
    background: var(--black_color_2);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px 10px;
}
/*icons design*/
.card_icon_64 {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.card_icon_64 svg {
    width: 40px;
    height: 40px;
}
.card_icon_64 img {
    width: 40px;
    height: 40px;
}
/*icons design*/
.react_page_hero_cta_section {
    margin: 80px 0;
}
.react_page_hero_cta_section .velocity_audit_btn {
   min-width: 250px;
}
.hire_react_js_abc_main .dedi_dev_skills_range_section {
    margin-top: 80px;
    margin-bottom: 80px;
}
.hire_old_banner::before {
    background-image: none;
}
.ractjs_abc_banner:before {
    background-image: none;
}
/*======= Banner Section =========*/

/*======= Banner logo Section =========*/
.hire_clients_logo_item {
    width: 130px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hire_clients_logo_item img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
}
.hire_clients_logo_item:hover img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(0);
}
/*======= Banner logo Section =========*/

/*======= Powered by Modern Section =========*/
.powered_by_modern_native_section {
    margin: 60px 0;
}
.powered_by_modern_row {
    gap: 16px 24px;
}
.powered_by_modern_row .colms {
    text-align: center;
}
.powered_by_modern_row .image_icon {
    
}
.powered_by_modern_row .image_icon img {
    width: 40px;
}
.powered_by_modern_row .image_icon svg {
    width: 40px;
    height: 40px;
}
.powered_by_modern_row .image_icon svg path {
    fill: var(--orange_color);
}
.powered_by_modern_row .tech_title {
     font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    opacity: 0;
}
@media screen and (max-width:991px) {
   
}
@media screen and (max-width:767px) {
    .powered_by_modern_row .image_icon svg {
        width: 30px;
        height: 30px;
    }
    .powered_by_modern_row {
        gap: 14px 18px;
    }
     .powered_by_modern_row .image_icon img {
        width: 30px;
        height: 30px;
    }
}
/*======= Powered by Modern Section =========*/
/*======= Engineering models section =========*/
.engineering_models_ai_era_sec {
    background-color: var(--bg_gray_new);
}
.engineering_ai_era_colm {
    margin-bottom: 30px;
}
.engineering_ai_era_card {
    min-height: 100%;
}
.engineering_ai_era_card .card_title {
}
.engineering_ai_era_card .card_descs {
    margin-bottom: 20px;
}
.engineering_ai_era_card .engineering_tech_badges {
    margin-top: 16px;
}

.engineering_ai_era_card:hover {
    border-color: var(--orange_color);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width:1599px) {
    .engineering_ai_era_card {
        padding: 24px;
    }
    .engineering_ai_era_card .card_title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width:767px) {
    .engineering_ai_era_card {
        padding: 22px;
        border-radius: 16px;
    }
    .engineering_ai_era_card .card_title {
        font-size: 24px;
        line-height: 28px;
    }
}
/*======= Engineering models section =========*/
/*======= Velocity section =========*/
.velocity_progress_bar_wrap {
    position: relative;
}

.velocity_progress_bar_wrap .vs_text_badge {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 50%;
    left: -21px;
    background: #fff;
    border: 1px solid #bbbbbb;
    z-index: 1;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 2em;
    color: var(--orange_color);
    font-size: 14px;
    box-shadow: 2px 2px 6px #0000002e;
}

.vs_text_badge_mobile_dv {
    display: none;
    margin: 16px 0;
}
.vs_text_badge_mobile {
    display: inline-block;
    text-align: center;
    top: 50%;
    left: -21px;
    background: #fff;
    border: 1px solid #bbbbbb;
    z-index: 1;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 2em;
    color: var(--orange_color);
    font-size: 14px;
    box-shadow: 2px 2px 6px #0000002e;
}
.velocity_progress_bar {
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-light);
}
.velocity_progress_header {
    text-transform: capitalize;
}
.velocity_progress_header .velocity_duration {
    font-weight: 700;
}
.velocity_progress_track {
    position: relative;
    border-radius: 2em;
    width: 100%;
    height: 12px;
    background-color: #d7d6d6;
    overflow: hidden;
}
.velocity_progress_track .velocity_progress_fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #bbbbbb;
}

/* new css velocity  */
.velocity-comparison-container {
    max-width: 1045px;
    margin: 0 auto;
}
.velocity_card_colm {
    width: calc(50% - 60px);
}
.velocity_card  {
    min-height: 100%;
}
.velocity-comparison .vs_text_center {
    height: 100%;
    display: flex;
    padding: 0 30px;
}
.velocity-comparison .vs_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.125rem;
}
.velocity_card.highlight {
    border-color: var(--orange_color);
    box-shadow: var(--primary_light_color);
}
/* new css velocity  */
@media screen and (max-width:1199px) {
    .velocity_diff_main_card {
        padding: 40px 25px;
    }
    .velocity_diff_main_card .colms {
        padding: 0 15px;
    }
 }
@media screen and (max-width:991px) {
    .velocity_progress_bar_wrap .vs_text_badge {
        display: none;
    }
    .vs_text_badge_mobile_dv {
        display: block;
    }
    .velocity_card_colm {
        width: 100%;
    }
    .velocity-comparison .vs_text_center {
        width: 100%;
        height: auto;
        display: flex;
        padding: 24px 0;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width:767px) {
    .velocity_card {
        height: 100%;
        padding: 20px;
    }
    .velocity_diff_main_card {
        padding: 30px 15px;
    }
}
/*======= Velocity section =========*/
/*======= forward thinking section =========*/
.why_forward_thniking_section {
    margin-top: 80px;
    margin-bottom: 80px;
}
.why_forward_thniking_checkList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.why_forward_thniking_checkList li {
    margin-bottom: 24px;
}
.why_forward_thniking_checkList li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width:991px) {
    .why_forward_thniking_right_sec {
        margin-top: 70px;
    }

}
@media screen and (max-width:767px) {
    .why_forward_thniking_right_sec {
        margin-top: 40px;
    }
}



.check_list_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check_list_ul li {
    margin-bottom: 10px;
}
.check_list_ul li:last-child {
    margin-bottom: 0px;
}
.checklist_items {
    gap: 0 12px;
}
.checklist_items .checkicons {
   display: inline-flex;
   flex: 0 0 auto;
}
.checklist_items .checkicons img {
   width: 20px;
}
.checklist_items .checktext {
   flex: 1;
}
.cto-stats-card .counter_title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 8px;
}
.cto-stats-card .counter_icon img {
    width: 30px;
}
.cto-stats-card .counter_icon svg {
    width: 30px;
    height: 30px;
}
.forwcto-stats-card .counter_text {
    color: var(--body_color);
    margin: 0;
    display: block;
}
.hire_expertise_checklist_items .checklist_items .checkicons img {
    width: 24px;
    height: 24px;
}

.skiil_range_card {
    min-height: 100%;
}
.skiil_range_card:hover {
    border-color: var(--orange_color);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.tech-stack-category {
    min-height: 100%;
    background: #fff;
    box-shadow: 0 0 12px #00000014;
}
.tech-stack-category .badge-primary-small {
    background: var(--bg_gray_new);
    color: var(--bla_color);
}
.tech-stack-category h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-600);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tech-stack-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media screen and (max-width:991px) {
    .cto-stats-colm {
        width: calc(50% - 8px);
    }
}
@media screen and (max-width:767px) {
    .cto-stats-card {
        padding: 20px;
    }
   .cto-stats-card .counter_title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .tech-stack-category {
        padding: 20px;
    }
}
@media screen and (max-width:480px) {
  .cto-stats-colm {
        width: 100%;
    }
}
/*====== forward thinking Section ========*/

/*====== specialized talent Section ========*/
.specialized_talent_section {
  
}
.specialized_talent_colm {
    margin-bottom: 30px;
}
.specialized_talent_card {
    position: relative;
    min-height: 100%;
}
.specialized_talent_card:hover {
    border-color: var(--orange_color);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.specialized_talent_card .card_icon_dv {
  margin-bottom: 24px;
}
.specialized_talent_card .card_divider {
    background: #bbbbbb;
    height: 1px;
    width: 100%;
    margin: 28px 0;
}
.specialized_talent_card .card_title {
}
.specialized_talent_card .card_label {
    text-transform: capitalize;
}


@media screen and (max-width:1599px) {
    .specialized_talent_card {
        padding: 24px;
    }
    .specialized_talent_card .card_title {
        font-size: 24px;
        line-height: 28px;
    } 
}
@media screen and (max-width:767px) {
    .specialized_talent_card {
        padding: 22px;
        border-radius: 16px;
    }
    .specialized_talent_card .card_title {
        font-size: 24px;
        line-height: 28px;
    }
}
/*====== specialized talent Section ========*/
/*====== AI Speed Human Section ========*/
.ai_speed_human_section {
    margin: 80px 0 50px;
}
.ai_speed_human_card {
    min-height: 100%;
}
.ai_speed_human_card:hover {
    border-color: var(--orange_color);
        transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
.ai_speed_human_card .card_icons svg, .ai_speed_human_card .card_icons img {
    width: 32px;
    height: 32px;
}
.ai_speed_human_card .card_title {
    min-height: 50px;
}
.ai_speed_human_card:hover .card_icons {
    background: #FF410333;
}
.ded_dev_expertise_sec_gray {
    background-color: var(--bg_gray_new);
    padding: 60px 0;
}
@media screen and (max-width:1599px) {
    .ai_speed_human_card {
        text-align: center;
        padding: 20px;
    }
    .ai_speed_human_card .card_title {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 26px;
    }
}
@media screen and (max-width:1199px) {
    .ai_speed_human_card .card_title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width:767px) {
    .ai_speed_human_card .card_icons {
        width: 60px;
        height: 60px;
    }
}
/*====== AI Speed Human Section ========*/
/*====== Keyting About Section ========*/
.keyting_about_Cards .keything_badge_btn {
    background: transparent;
    color: var(--black_color);
    border: 1px solid var(--border_gray);
}
@media screen and (max-width:1399px) {
    .keyting_about_Cards .card_title {
        font-size: 24px;
        line-height: 28px;
    }
}
/*====== Keyting About Section ========*/

.indusry_insider_blackbox p {
    color: var(--gray_color_light);
}

.keything_cta_card .buttons_div {
    flex-direction: column;
}
@media screen and (max-width:991px) {
    .keything_cta_card .buttons_div {
        flex-direction: column;
        flex-direction: inherit;
    }
}
@media screen and (max-width:420px) {
   .keything_cta_card .buttons_div .btn1, 
   .keything_cta_card .buttons_div .btn2 {
        width: 100%;
    }
}













/*new css for dedicated developer 23-1-2026*/
.hire_dedicated_hero_banner {
    min-height: calc(80vh - 96px);
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*new css for dedicated developer 23-1-2026*/