.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;
}

.card_icon_48 {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
}
.card_icon_48 svg {
    width: 24px;
    height: 24px;
}
.card_icon_48 img {
    width: 24px;
    height: 24px;
}
.card_icon_32 {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.card_icon_32 svg {
    width: 16px;
    height: 16px;
}
.card_icon_32 img {
    width: 16px;
    height: 16px;
}
.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 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);
}
/*======= 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;
    }
}
/*======= 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;
    }
}
/*======= 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;
    font-size: 16px;
}
.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;
}
.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);
}
@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_progress_header {
        font-size: 15px;
    }
    .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 !important;
}
.checklist_items .checkicons {
   display: inline-flex;
   flex: 0 0 auto;
}
.checklist_items .checkicons img {
   width: 20px;
   height: 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 .checktext {
    flex: 1;
    font-size: 16px;
    line-height: 27px;
}

.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:1199px) {
    .hire_expertise_checklist_items .checklist_items .checktext {
        font-size: 15px;
        line-height: 24px;
    }
}
@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%;
    }
}
/*====== 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;
    }
}
/*====== 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;
    }
}
/*====== 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;
    }
}
.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;
}
.common_hero_banner {
    min-height: calc(80vh - 96px);
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.hire_dedicated_hero_banner .banner_row {
    gap: 40px 0;
}
.banner_link_text:hover {
    text-decoration: none;
    color: var(--orange_color);
}
.Key_insights_CFO_card {
    border-left-color: var(--orange_color);
}
.dedi_rate_breakdown_card .card_titlediv {
    background: linear-gradient(135deg, #1A1A1A 0%, #374151 100%);
}
.dedi_rate_breakdown_card_2 .card_titlediv {
    background: linear-gradient(135deg, #1A1A1A 0%, #374151 100%);
}
.dedi_rate_breakdown_card_2 table .badge {
    font-size: 0.7rem;
}
.dedi_rate_breakdown_card table thead tr, .dedi_rate_breakdown_card_2 table thead tr {
   background-color: var(--bg_gray_new);
}
.the_transparent_modalcard {
    border-color: var(--primary_color_30) !important;
}
.the_hidden_free_modalcard .card_headings .icons {
    background-color: var(--gray_color_2);
}
.the_hidden_free_modalcard .list_div_wrap .list_dv_itms, .the_transparent_modalcard .list_div_wrap .list_dv_itms {
    color: var(--gray_color_light);
}

.outcomes_testimonial_box .testi_agent_dv img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.outcomes_testimonial_box .testi_agent_dv .imgbox {
    width: 44px; height: 44px; background: linear-gradient(135deg, #333 0%, #222 100%); border: 1px solid rgba(255,255,255,0.1);
}
.outcomes_testimonial_box .testi_agent_dv .imgbox svg {
    width: 20px;
    height: 20px;
}

.dedi_risk_managent_card {
    border-left: 4px solid #4B5563;
}

.tco_Cost_Accumulation_chart .list_item {
    padding: 3px 0;
}
.tco_Cost_Accumulation_chart .liste_1 {
    flex: 1; background: #666666;
}
.tco_Cost_Accumulation_chart .liste_2 {
    flex: 0.8; background: #888888;
}
.tco_Cost_Accumulation_chart .liste_3 {
    flex: 1.5; 
    background: var(--black_color_2);
}
.tco_Cost_Accumulation_chart_2 .liste_1 {
    flex: 0.5; 
     background: var(--orange_color);
}
.tco_Cost_Accumulation_chart_2 .liste_2 {
   flex: 1.5; 
   background: var(--black_color_2);
}
.tco_Cost_Accumulation_chart_2 .list_item {
    padding: 3px 0;
}

.Shared_Responsibility_Model_chart {
    display: flex;
    justify-content: center;
    min-height: 80px;
    height: auto !important;
}
.Shared_Responsibility_Model_chart .marker_box_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
}
.Shared_Responsibility_Model_chart .marker_box_1, 
.Shared_Responsibility_Model_chart .marker_box_2 {
    position: relative;
}
.Shared_Responsibility_Model_chart .trackerline {
    height: 12px;
    top: 50%;
    height: 12px;
    background: linear-gradient(90deg, #E5E7EB 0%, #D1D5DB 25%, #9CA3AF 50%, #FFEDD5 75%, #FF4103 100%);
    transform: translateY(-50%);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    left: 0;
}
.Shared_Responsibility_Model_chart .round_circle1 {
   width: 48px; height: 48px; background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%); border: 3px solid #9CA3AF; box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.Shared_Responsibility_Model_chart .round_circle2 {
   width: 48px; height: 48px; background: linear-gradient(135deg, #FF4103 0%, #EA580C 100%); border: 3px solid #FF4103; box-shadow: 0 4px 12px rgba(255,65,3,0.3);
}


@media screen and (max-width:575px) {
    .Shared_Responsibility_Model_chart .trackerline {
        top: 0;
        width: 12px !important;
        height: 100% !important;
        transform: none;
        background: linear-gradient(to bottom, #E5E7EB 0%, #D1D5DB 25%, #9CA3AF 50%, #FFEDD5 75%, #FF4103 100%);
        left: 0;
    }
    .Shared_Responsibility_Model_chart .marker_box_row {
        flex-wrap: nowrap;
        width: 100%;
        flex-direction: column;
        padding-left: 33px;
        gap: 20px 0;
    }
    .Shared_Responsibility_Model_chart .marker_box_1, .Shared_Responsibility_Model_chart .marker_box_2 {
        text-align: left;
        align-items: flex-start !important;
    }
}
/* Shared Responsibility Model css */
.table_header_black thead tr {
    background: var(--black_color);
}
.who_really_owns_table tbody tr {
    border-bottom: 1px solid #E5E7EB;
}
.who_really_owns_table thead tr th:first-child{
    width: 22%;
}
.who_really_owns_table thead tr th:nth-child(2), .who_really_owns_table thead tr th:nth-child(3) {
    width: 39%;
}
.side_by_comparision_tbl thead tr th:first-child {
    width: 15%;
}
.side_by_comparision_tbl tbody tr {
    border-bottom: 1px solid #E5E7EB;
}
.the_founder_trap_card .text_boxs_bottom ul {
    font-size: 0.9rem;
    padding-left: 1.25rem;
}
.hourly_rate_vanity_Card .card_lists_box ul {
   font-size: 0.9rem; padding-left: 1.25rem;
}
.dedi_decision_guide_card .ullist {
    padding-left: 1.25rem;
}
.foundertrap_bottom_card {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.legacy_cta_section .bg_red_shape {
        width: 800px;
    height: 400px;
}
.legacy_system_hero_banner .banner_bgshape_1, .legacy_risk_hero_banner .banner_bgshape_1 {
    width: 600px; height: 600px;
}
.legacy_system_hero_banner .banner_bgshape_2, .legacy_risk_hero_banner .banner_bgshape_2  {
    width: 400px; height: 400px;
}

.case_study_legacy_hero_banner .banner_bgshape_1 {
    width: 600px; height: 600px;
}
.case_study_legacy_hero_banner .banner_bgshape_2 {
    width: 400px; height: 400px;
}

.legacy_application_hero_banner .banner_bgshape_1 {
    width: 600px; height: 600px;
}
.legacy_application_hero_banner .banner_bgshape_2 {
    width: 400px; height: 400px;
}
.cta_legacy_section .cta_gradient_bg {
    width: 800px;
    height: 400px;
}
.dedi_rate_breakdown_card table tr td, .dedi_rate_breakdown_card table thead tr th {
    color: var(--black_color);
}
.dedi_rate_breakdown_card table tr td.text_primary_dark {
    color: var(--primary_darker_color);
}
.dedi_global_market_tbl_card table tbody tr td, .dedi_rate_breakdown_card table tbody tr td, 
.dedi_rate_breakdown_card_2 table tbody tr td, .year_cost_comparision_table table tr td, 
.timeline_effect_table table tr td  {
    border-bottom: 1px solid #E5E7EB;
}
.year_cost_comparision_table table thead th, 
.timeline_effect_table table thead th  {
    border-bottom: 1px solid #E5E7EB !important;
}
.dedi_global_market_tbl_card table tbody tr:last-child td, 
.dedi_rate_breakdown_card table tbody tr:last-child td, 
.dedi_rate_breakdown_card_2 table tbody tr:last-child td, .year_cost_comparision_table table tr:last-child td, 
.timeline_effect_table table tr:last-child td  {
    border-bottom: none;
}
.dedi_global_market_tbl th h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.dedi_global_market_tbl_card div table thead {
    background-color: var(--black_color);
}
.legacy_modernization_cta .bg_shape {
    width: 800px;
    height: 400px
}
.Talk_to_an_cta_section .cta_bg_shape {
    width: 800px;
    height: 400px
}
.dedi_section_cta_final1 .cta_bg_shape_1 {
    width: 400px; height: 400px; transform: translate(-50%, -50%);
}
.dedi_section_cta_final1 .cta_bg_shape_2 {
    width: 300px; height: 300px; transform: translate(50%, 50%);
}

.Download_Execution_icon_list .icon_box img {
    width: 20px;
}
.Execution_Safety_Framework_tbl tr td {
    border-color: var(--border-light);
}
.Rehost_vs_Refactor_table thead tr th:first-child {
    position: sticky;
    left: 0;
    background: var(--bg_gray_new);
    z-index: 1;
}
.Rehost_vs_Refactor_table tbody tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
}
.dedi_global_market_tbl thead tr th:first-child {
    width: 25%;
}
.dedi_global_market_tbl thead tr th:nth-child(2) {
    width: 18%;
}
.dedi_global_market_tbl thead tr th:nth-child(3) {
    width: 22%;
}
.dedi_global_market_tbl thead tr th:nth-child(4) {
    width: 35%;
}
.flatoffer_box .flate_text_title {
    font-size: 1.25rem;
}
.compare_Decision_summary_card .card_list li {
    color: var(--body_text);
}
.cost_not_rate_cards ul li {
    color: #E5E5E5;
}
.compare_Capacity_Determines_card ul li {
    color: var(--body_text);
}
@media screen and (max-width:1199px) {
    .hire_dedicated_hero_banner .banner_buttons_dv {
        gap: 10px !important;
    }
    .hire_dedicated_hero_banner .banner_buttons_dv .btn_1, 
    .hire_dedicated_hero_banner .banner_buttons_dv .btn_2 {
        font-size: 14px;
        padding: 14px 14px;
    }
 .timeline_method_col {
    width: 33.33%;
}
}
@media screen and (max-width:991px) {
    .timeline_method_col {
        width: 50%;
    }
}
@media screen and (max-width:767px) {
    .hire_dedicated_hero_banner .banner_buttons_dv {
        flex-wrap: wrap;
    }
    .hire_dedicated_hero_banner .banner_buttons_dv .btn_1, 
    .hire_dedicated_hero_banner .banner_buttons_dv .btn_2 {
        width: 100%;
    }
}
@media screen and (max-width:575px) {
    .timeline_method_col {
        width: 100%;
    }
}
/*new css for dedicated developer 23-1-2026*/
/*new css for services dedicated developer 19-2-2026*/
.whois_modal_card {
    min-height: 100%;
}
.dedi_engage_comparison_card, .service_deliver_Cards, 
.metrics_dashboard_cards, .tech_stach_expertise_Card, 
.engagement_modals_card {
    min-height: 100%;
}
 .service_deliver_Cards .card_icon_header .card_icon {
        flex: 0 0 auto;
}
.service_deliver_Cards .card_icon_header .infodivs {
    flex: 1;
}
@media screen and (max-width:1199px) {
    .model_practice_Card, .whois_modal_card, 
    .Governance_Accountability_card, .good_fit_model_card, 
    .dedi_engage_comparison_card, .service_deliver_Cards, 
    .metrics_dashboard_cards, .tech_stach_expertise_Card, .engagement_modals_card {
        padding: 20px !important;
    }
    .model_practice_Card .card_lists_item {
        gap: 16px 10px !important;
    }
    .model_practice_Card .card_lists_item .card_icons {
        padding: 6px !important;
    }

    .metrics_dashboard_cards .title2 {
        font-size: 14px;
    }
}
@media screen and (max-width:991px) {
    .whois_modal_colm {
        margin-bottom: 30px;
    }
    .Governance_Accountability_card {
        margin-top: 30px;
    }
}
@media screen and (max-width:767px) {
    .metrics_dashboard_cards  {
        padding: 20px 16px;
    }
    .service_deliver_Cards .card_icon_header .card_icon {
        padding: 12px !important;
    }
}
@media screen and (max-width:480px) {
    .metrics_dashboard_cols  {
        width: 100%;
    }
    .metrics-dashboard-main-card .card_big_title_head .card_big_title {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 7px;
    }
}
@media screen and (max-width:400px) {
    .service_deliver_Cards .card_icon_header {
        gap: 16px 0 !important;
    }
    .service_deliver_Cards .card_icon_header .card_icon {
        flex: 0 0 auto;
    }
    .service_deliver_Cards .card_icon_header .infodivs {
        flex: 0 0 auto;
        width: 100%;
    }
}
/*new css for services dedicated developer 19-2-2026*/
/*new css for services legacy pages developer 19-2-2026*/
.bottom_Related_text a:hover {
    color: var(--orange_color);
}
.Modernize_step_col {
    width: 20%;
}
.Zero_Downtime_Principles_card {
    min-height: 100%;
}
.Assessment_tech_card_list {
    min-height: 100%;
}
.the_Resilience_listdiv .icon_box {
    flex: 0 0 auto;
}
.the_Resilience_listdiv .p_lists  {
      flex: 1;
}
.list_dot {
    flex: 0 0 auto;
}
.list_text {
    flex: 1;
}
.Why_CTO_Trust_card .card_dots {
    flex: 0 0 auto;
}

.Why_CTO_Trust_card .card_texts {
    flex: 1;
}
.request_zero_downtime_form_Card .card_heads {
    margin-bottom: 15px !important;
}
.request_Resilience_audit_formcard .card_heads {
    margin-bottom: 15px !important;
}
.legacy_system_techcard {
    min-height: 100%;
}
@media screen and (max-width:1599px) {
    .card_stack_visualization {
        padding: 30px !important;
    }
    .legacy_card_scope_excluded {
        padding: 30px !important;
    }
    .safety_controls_Card {
        padding: 30px !important;
    }
    .banner_list_card {
        padding: 14px !important;
    }
    .banner_list_card p {
        font-size: 13px !important;
        line-height: 22px;
    }
    .legacy_zero_downtime_hero_card {
        padding: 30px !important;
    }
    .Why_CTO_Trust_card {
        padding: 20px !important;
        gap: 12px !important;
    }
    .Why_CTO_Trust_blockout {
        padding: 30px !important;
    }
    .when_zero_downtime_modernize_card {
        padding: 22px !important;
    }
    .legacy_trust_cards {
        padding: 20px !important;
    }
    .legacy_trust_cards .card_title {
        font-size: 22px !important;
    }
}
@media screen and (max-width:1399px) {
    .when_zero_downtime_modernize_card {
        padding: 20px !important;
    }
    .when_zero_downtime_modernize_card .card_dots {
        margin-bottom: 18px !important;
    }
   .when_zero_downtime_modernize_card .card_title {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }
    .when_zero_downtime_modernize_card .card_descs {
        font-size: 15px;
    }
    .Legacy_Systems_Governance_right_card {
        padding: 36px !important;
    }
    .Legacy_Systems_Governance_right_card p {
        font-size: 20px !important;
    }
    .legacy_system_techcard {
        gap: 16px 10px !important;
    }
    .request_Resilience_audit_formcard {
        padding: 36px !important;
    }
    .the_Resilience_listdiv .icon_lists {
        padding: 20px !important;
    }
    .Modernize_step_card {
        padding: 0 !important;
    }
    .request_zero_downtime_form_Card {
        padding: 36px !important;
    }
}
@media screen and (max-width:1299px) {
    .request_Resilience_audit_formcard .card_heads {
        margin-bottom: 24px !important;
    }
    .request_zero_downtime_form_Card .card_heads {
        margin-bottom: 24px !important;
    }
    .ai_improves_safety_card {
        padding: 30px !important;
        word-wrap: break-word;
        word-break: break-word;
    }
    .outcome_velocity_cards, .legacy_Cta_offer_inner_Card, 
    .Modernization_scenario_cards, .legacy_decision_cards, 
    .Decision_tree_Visual_card, .legacy_app_become_Card {
        padding: 20px !important;
        word-wrap: break-word;
        word-break: break-word;
    }
    .outcome_velocity_cards .card_text_2 {
        font-size: 20px !important;
        word-wrap: break-word;
        word-break: break-word;
    }
    .Zero_Downtime_Principles_card .card_titles {
        font-size: 18px !important;
    }
    .Zero_Downtime_Principles_card .card_descs {
        font-size: 15px;
    }
}
@media screen and (max-width:1199px) {
    .Legacy_Systems_Governance_right_card p {
        font-size: 18px !important;
    }
    .request_Resilience_audit_formcard {
        padding: 24px !important;
    }
    .the_Resilience_listdiv .icon_lists {
        padding: 18px !important;
        gap: 12px !important;
    }
    .Modernize_step_col {
        width: 33.33%;
    }
    .legacy_cta_section .cta_desc_txt {
        font-size: 16px !important;
    }
    .legacy_cto_trust_card {
        padding: 20px !important;
    }
    .legacy_card_scope_excluded {
        padding: 25px !important;
    }
    .safety_controls_Card {
        padding: 25px !important;
    }
    .card_app_layers {
        border-width: 2px !important;
    }
    .card_app_layers, .card_system_layers {
        padding: 20px !important;
    }
    .legacy_card_scope_covered {
        border-width: 2px !important;
    }
    .request_zero_downtime_form_Card {
        padding: 24px !important;
    }
    .legacy_zero_downtime_hero_card {
        padding: 25px !important;
    }
    .zero_ai_support_card .card_title, 
    .when_zero_downtime_modernize_card .card_title, 
    .Why_Most_Firms_Struggle_card .card_title, 
    .How_We_Modernize_step_card .step_heads, 
    .Where_Downtime_row_cards .row_card_title, 
    .Zero_Downtime_practice_static_Card .card_list_title, 
    .Zero_Downtime_practice_static_Card .download_link {
        font-size: 18px !important;
    }
    .when_zero_downtime_modernize_section .section_bottom_big_text {
        font-size: 20px !important;
    }
    .Zero_Downtime_practice_static_Card  .card_lists li {
        gap: 12px !important;
    }
    .banner_list_item, 
    .legacy_zero_downtime_hero_card .card_list_item, 
    .Why_Zero_Downtime_list_item, 
    .real_application_example_Card .card_lists li, .Operational_Track_lists, .Assessment_tech_card_list {
        gap: 10px !important;
    }
    .Why_CTO_Trust_card {
        gap: 10px !important;
    }
}
@media screen and (max-width:991px) {
    .Modernize_step_col {
        width: 50%;
    }
    .card_app_layers .badge_colms, .card_system_layers .badge_colms {
        width: auto;
    }
    .Decision_tree_Visual_card {
        padding: 16px !important;
    }
    .Decision_tree_path_row {
        gap: 12px 10px !important;
    }
    .Decision_tree_path_row .badge {
        font-size: 12px !important;
        padding: 7px 12px !important;
    }

    .Why_CTO_Trust_card {
        padding: 16px !important;
    }
}

@media screen and (max-width:767px) {
    .Modernize_step_col {
        width: 100%;
    }
    .Legacy_Systems_Governance_right_card {
        padding: 20px !important;
    }
    .Legacy_Systems_Governance_right_card p {
        font-size: 16px !important;
    }
    .legacy_cto_trust_card {
        padding: 18px !important;
    }
    .request_Resilience_audit_formcard {
        padding: 20px !important;
    }
    .legacy_trust_cards, 
    .Legacy_Stacks_techCard, 
    .Financial_Services_trusted_card, 
    .Financial_Services_trusted_card_2 {
        padding: 20px !important;
    }
    .legacy_trust_cards .card_title {
        font-size: 20px !important;
    }
    .legacy_card_scope_excluded {
        padding: 20px !important;
    }
    .safety_controls_Card {
        padding: 20px !important;
    }
    .safety_controls_list_card {
        gap: 12px !important;
    }
    .safety_controls_list_card .list_icon {
        width: 40px;
        height: 40px;
    }
    .safety_controls_list_card .list_title {
        font-size: 16px !important;
    }
    .Modernization_scenario_cards .list_title {
        font-size: 18px !important;
    }
    .cta_benefits_lists_wrap {
        gap: 16px 0 !important;
    }
    .cta_benefits_lists_wrap .cta_benefits_lists {
        width: 100%;
    }
    .Decision_tree_path_row {
        gap: 14px 0px !important;
        flex-direction: column;
    }
    .Decision_tree_path_row .badge {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
    .Decision_tree_path_row svg {
        transform: rotate(90deg);
    }
    .request_zero_downtime_form_Card {
        padding: 20px !important;
    }
    .legacy_zero_downtime_hero_card {
        padding: 20px !important;
    }
    .Why_CTO_Trust_blockout {
        padding: 20px !important;
    }

    .zero_ai_support_card .card_title, 
    .when_zero_downtime_modernize_card .card_title, 
    .Why_Most_Firms_Struggle_card .card_title, 
    .How_We_Modernize_step_card .step_heads, 
    .Where_Downtime_row_cards .row_card_title, 
    .Zero_Downtime_practice_static_Card .card_list_title, 
    .Zero_Downtime_practice_static_Card .download_link {
        font-size: 17px !important;
    }
}
@media screen and (max-width:480px) {
    .legacy_application_hero_banner .banner_list_col {
        width: 100%;
    }
}
/*new css for  services legacy pages developer 19-2-2026*/