.ta-scale-section {
    overflow: hidden;
    padding: 60px 0;
    color: #fff;
    background: radial-gradient(circle at 14% 10%, rgba(33, 111, 167, .75) 0, rgba(33, 111, 167, 0) 32%),
        radial-gradient(circle at 88% 86%, rgba(25, 90, 140, .70) 0, rgba(25, 90, 140, 0) 34%),
        linear-gradient(115deg, #0f3652 0, #216fa7 44%, #081825 100%);
}

.ta-scale-section .main-heading {
    margin: 0 0 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0;
}

.ta-scale-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 64px;
}

.ta-scale-stat {
    min-height: 170px;
    padding: 26px 28px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.ta-scale-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
}

.ta-scale-stat p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}

.ta-scale-trusted-title {
    margin: 0 0 30px;
    padding: 0 16px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 4%;
}

.ta-scale-logo-marquee {
    width: 100%;
    overflow: hidden;
}

.ta-scale-logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: 50s linear infinite taScaleMarquee;
    will-change: transform;
}

.ta-scale-logo-group {
    display: flex;
    align-items: center;
    gap: 64px;
    flex-shrink: 0;
    padding-right: 64px;
}

.ta-scale-logo-item {
    min-width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
}

.ai-ta-scale .ta-scale-logo-item img {
    display: block;
    height: 70px;
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

@keyframes taScaleMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.technologies_service_card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1.5rem;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    min-height: 150px;
}

.technologies_service_card .card-body {
    display: flex;
    flex-direction: column;
    padding: 2.5rem !important;
    gap: .5rem !important;
    text-align: left;
}

h3.technologies_service_card_title a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000;
}

h3.technologies_service_card_title {
    margin: 0;
}

.technologies_service_card_subtext {
    font-size: 18px;
    line-height: 1.5rem;
    color: #767676;
    font-weight: 400;
}

.techno_area_mn .tab-content,
.techno_area_mn {
    margin-top: 40px;
}

h3.technologies_service_card_title .up_icn {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.25s;
}

.technologies_service_card:hover h3.technologies_service_card_title .up_icn {
    transform: rotate(45deg);
}

.techno_area {
    padding: 50px 0;
    background-color: #F5F5F580 !important
}


.case-study-list {
    display: flex;
    flex-direction: column;
}

.case-study-card.case-study-wegram {
    position: relative;
    background-color: #D73B48 !important;
    overflow: hidden;
    border-radius: 0px;
}

.case-study-card {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.case-study-card.case-study-reverse {
    flex-direction: row-reverse;
}

.case-study-visual,
.case-study-content {
    width: 50%;
}

.case-study-visual img {
    width: min(100%, 360px);
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain
}

.case-study-visual {
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 28px;
    position: relative;
}


.case-study-content {
    padding: 40px 38px;
    position: relative;
    padding-left: 110px;
}

.case-study-content-reverse {
    padding-left: 40px;
    padding-right: 110px;
}

.case-study-content h3 {
    font-size: 34px;
    line-height: 100%;
    color: #000000;
    /* margin-bottom: 14px; */
    font-weight: 700;
}

.case-study-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #000000CC;
}

.case-study-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 999px;
    background: #fff;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 1px 1px 8.2px 0px #00000040;
    border: .5px solid #003E6E;
    max-width: 257px;
    width: 100%;
    justify-content: space-between;
    height: 55px;
    padding-left: 30px;
}

.case-study-link::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-image: url('../img/healthcare-software-development-images/arrow-icon.webp') !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.case-study-card.case-study-wegram .case-study-link::after {
    background: #D73B48;
}

.case-study-card.case-study-cherlish .case-study-link::after {
    background: #de3249;
}


.case-study-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/healthcare-software-development-images/our-case-study-background.webp') no-repeat;
}

.case-study-card.case-study-cherlish::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/healthcare-software-development-images/our-case-study-background.webp') no-repeat;
}

.case-study-card.case-study-cherlish {
    background-color: #ffeaed !important;
    position: relative;
    overflow: hidden;
}

.case-study-card.case-study-wegram .case-study-link::after {
    background: #D73B48;
}

.case-study-card.case-study-cherlish .case-study-link::after {
    background: #de3249;
}

.flip-card {
    background-color: #fff0;
    width: 100%;
    perspective: 1000px;
    height: 460px;
    border-radius: 20px;
    margin-top: 20px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2);
}

.flip-card-inner,
.ftr_sec .admin-img {
    text-align: center;
    border-radius: 20px;
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    top: 0;
}

.flip-card-front {
    background-color: #bbb;
    color: #000;
    overflow: hidden;
}

.flip-card-front-img {
    padding-bottom: 460px;
    position: relative;
    overflow: hidden;
}

.flip-card-front-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip-card-front-meta {
    position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff;
    z-index: 1;
    text-align: left;
    width: 100%;
}

.flip-card-front-ic {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front-meta h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff !important;
}

.flip-card-front::after {
    content: "";
    background: linear-gradient(180deg, #fff0 0, #000 100%);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.srvcs_itm:hover,
.fitness_background {
    background: linear-gradient(187.13deg, #1D6EAC 35.46%, #55B5FF 114.91%);
}

.flip-card-back {
    background-color: #1D6EAC;
    color: #fff;
    padding: 25px;
    z-index: 1;
    text-align: left;
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-back.fitness_background p {
    color: #fff;
    font-size: 14px !important;
}

.ai-framework {
    padding: 100px 0;
    color: #0e3150;
    background-color: #f8fafc;
    background-image:
        linear-gradient(rgba(14, 49, 80, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14, 49, 80, 0.03) 1px, transparent 1px);
    background-size: 35px 35px;
    overflow: hidden;
    position: relative;
}

.afs-head {
    margin: 0 auto 64px;
    text-align: center;
}

.afs-head .main-heading {
    font-family: 'Montserrat', sans-serif;
    color: #0e3150;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

.afs-head .main-sub-title {
    max-width: 820px;
    margin: 0 auto 36px;
}

.afs-head .main-sub-title p {
    font-family: 'Montserrat', sans-serif;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.ai-framework .afs-btn {
    color: #ffffff !important;
    background: linear-gradient(90deg, #1b6da7 0%, #216fa9 100%) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(33, 111, 169, 0.2);
    border: none;
}

.ai-framework .afs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(33, 111, 169, 0.4);
    background: linear-gradient(90deg, #216fa9 0%, #1b6da7 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.afs-btn svg {
    transition: transform 0.3s ease;
}

.ai-framework .afs-btn:hover svg {
    transform: translateX(4px);
}

.afs-inner {
    position: relative;
    margin: 0 auto;
}

.new-process-line {
    position: absolute;
    top: 30px;
    left: 8.33%;
    right: 8.33%;
    height: 2px;
    border-top: 2px dashed rgba(14, 49, 80, 0.12);
    z-index: 1;
}

.new-process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}

.new-process-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.new-process-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(14, 49, 80, 0.12);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.new-process-circle:hover {
    border-color: #1277d3;
    box-shadow: 0 0 20px rgba(18, 119, 211, 0.2);
    transform: scale(1.05);
}

.new-process-circle svg {
    width: 24px;
    height: 24px;
    color: #0e3150;
    transition: color 0.3s ease;
}

.new-process-circle:hover svg {
    color: #1277d3;
}

.new-process-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1277d3;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.new-process-step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0e3150;
    line-height: 1.4;
    margin: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-process-bullet-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    text-align: left;
    width: 100%;
}

.new-process-bullet-list li {
    position: relative;
    padding-left: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 12px;
}

.new-process-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1277d3;
}

@media (max-width: 1199px) {
    .new-process-step-title {
        font-size: 14px;
    }

    .new-process-bullet-list li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    .ta-scale-section,
    .stream-growth {
        padding: 40px 0px;
    }

    .new-process-line {
        display: none;
    }

    .new-process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 450px;
        margin: 0 auto;
    }

    .new-process-col {
        align-items: flex-start;
        text-align: left;
        gap: 10px;
    }

    .new-process-circle {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .new-process-step-title {
        justify-content: flex-start;
        min-height: auto;
        margin-bottom: 8px;
    }

    .new-process-bullet-list {
        margin-top: 0;
    }

    .connect_area_inner .buttons {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .connect_area_inner .buttons .white_btn {
        width: 100%;
        justify-content: center;
        padding: 10px 10px !important;
    }

    .whatsapp_btn {
        padding: 10px 10px !important;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .afs-head .main-heading {
        font-size: 28px;
    }

    .afs-head .main-sub-title p {
        font-size: 14px;
    }
}

.workflow-supercharge {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.new-workflow-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0e3150;
    margin-top: 0;
    margin-bottom: 56px;
    line-height: 1.25;
}

.new-workflow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: left;
}

.new-workflow-card {
    border-radius: 24px;
    padding: 40px 48px;
    padding-right: 150px;
    position: relative;
    overflow: hidden;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-workflow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(15, 45, 74, 0.1);
}

.card-orange {
    background-color: #eaf2f8;
}

.card-orange h3 {
    color: #0e3150;
}

.card-orange p {
    color: #4c6275;
}

.card-orange .new-workflow-badge {
    background: #ffffff;
    color: #4b5563;
}

.card-orange .new-workflow-link {
    color: #1277d3;
}

.card-blue {
    background-color: #1b6da7;
}

.card-blue h3 {
    color: #ffffff;
}

.card-blue p {
    color: rgba(255, 255, 255, 0.85);
}

.card-blue .new-workflow-badge {
    background: #ffffff;
    color: #1b6da7;
}

.card-blue .new-workflow-link {
    color: #ffffff;
}

.card-purple {
    background-color: #eaf2f8;
}

.card-purple h3 {
    color: #0e3150;
}

.card-purple p {
    color: #4c6275;
}

.card-purple .new-workflow-badge {
    background: #ffffff;
    color: #4b5563;
}

.card-purple .new-workflow-link {
    color: #1277d3;
}

.card-green {
    background-color: #0f2d4a;
}

.card-green h3 {
    color: #ffffff;
}

.card-green p {
    color: rgba(255, 255, 255, 0.8);
}

.card-green .new-workflow-badge {
    background: #ffffff;
    color: #0f2d4a;
}

.card-green .new-workflow-link {
    color: #ffffff;
}

.new-workflow-badge {
    align-self: flex-start;
    border-radius: 50px;
    padding: 6px 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.new-workflow-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 12px;
}

.new-workflow-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 24px;
}

.new-workflow-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
    align-self: flex-start;
}

.new-workflow-link:hover {
    text-decoration: underline !important;
}

.new-workflow-icon-box {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.card-orange .new-workflow-icon-box {
    background-color: #cbdef0;
    color: #1b6da7;
}

.card-blue .new-workflow-icon-box {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.card-purple .new-workflow-icon-box {
    background-color: #cbdef0;
    color: #1b6da7;
}

.card-green .new-workflow-icon-box {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.new-workflow-icon-box svg {
    width: 28px;
    height: 28px;
}

.button_bxs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin-top: 12px;
}



.counter-section {
    position: relative;
    margin-top: -60px;
    z-index: 9;
    padding-bottom: 40px;
}

.counter-wrapper {
    background: #fff;
    border-radius: 30px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.counter-box {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
    position: relative;
}

.border-left {
    border-left: 1px solid #e6e6e6;
}

.counter-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 50%;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 85px;
}

.counter-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.counter-content h3 {
    font-size: 38px;
    line-height: 100%;
    font-weight: 700;
    color: #0057a8;
    margin-bottom: 12px;
}

.counter-content p {
    font-size: 19px !important;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 130%;
}

.counter-content .line {
    width: 100px;
    height: 3px;
    border-radius: 30px;
    background: #1d6eac;
    display: block;
}

/* Hover Effect */
.counter-box {
    transition: all 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-6px);
}

.counter-box:hover .counter-icon {
    background: #003e6e;
}

.counter-box:hover .counter-icon img {
    filter: brightness(0) invert(1);
}

.first-div-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: relative;
}

.first-div-main.first-div-main-right {
    flex-direction: row-reverse;
}

.first-div-main-item {
    position: relative;
    border: 1px solid #c9ddf1;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 22px;
    width: 75%;
    background: #fff;
    margin-bottom: 22px;
}

.first-div-main-item:hover {
    background: linear-gradient(90deg, #226ea9 0%, #2e7db9 100%);
    border-color: #226ea9;
}


.first-div-main-item-icon {
    flex: 0 0 160px;
    width: 160px;
    position: relative;
}

.first-div-main-item-icon img {
    height: 160px;
    width: 160px;
    border-radius: 60px;
    object-fit: cover;
}

.first-div-main-step {
    position: absolute;
    top: -10px;
    right: -11px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #1D6EAC;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-shadow: 0 4px 10px rgba(29, 110, 172, 0.25);
}

.first-div-main-item:hover .first-div-main-step {
    background: #fff;
    color: #1d6eac;
}

.first-div-main-item-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1D6EAC;
    margin-bottom: 10px;
}

.first-div-main-item:hover .first-div-main-item-content h3,
.first-div-main-item:hover .first-div-main-item-content p {
    color: #fff;
}

.first-div-main-item-content p {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6;
    color: #43474E;
    margin-bottom: 14px;
}

.first-div-main-item-content-button {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.first-div-main-item-content-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf5fd;
    color: #1d6eac;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1;
}

.first-div-main-item:hover .first-div-main-item-content-button span {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.first-div-main-image {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: stretch;
    min-height: 100%;
}

.first-div-main-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

img.first-div-main-image-left-errow {
    max-width: 210px;
    height: auto;
    margin-left: -10px;
    margin-bottom: -10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.first-div-main.first-div-main-right .first-div-main-image img {
    margin-right: auto;
    margin-left: unset;
}

img.first-div-main-image-left-errow.two-design-prosess {
    right: 0;
    left: unset;
}

@media screen and (max-width: 1250px) {
    .counter-icon {
        width: 75px;
        height: 75px;
        min-width: 75px;
        flex: 0 0 75px;
    }

    .counter-section {
        margin-top: -55px;
    }

    .counter-wrapper {
        border-radius: 20px;
        padding: 25px 20px;
    }

    .sld_cont_bx1 {
        padding: 30px;
        border-radius: 20px;
        gap: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .counter-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        padding: 25px 25px;
    }

    .counter-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        padding: 25px 25px;
    }

    .counter-box {
        width: 100%;
        border-left: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .counter-box:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .counter-content h3 {
        font-size: 28px;
    }

    .new-workflow-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .new-workflow-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .counter-box {
        width: 100%;
        border-left: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .counter-box:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .counter-content h3 {
        font-size: 28px;
    }

    .first-div-main,
    .first-div-main.first-div-main-right {
        flex-direction: column;
        gap: 18px;
    }


    .first-div-main-item {
        padding: 22px 18px;
        gap: 16px;
        width: 100%;
    }

    .first-div-main-item-icon {
        flex-basis: 82px;
        width: 82px;
    }

    .first-div-main-item-icon img {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .first-div-main-item-content h3 {
        font-size: 22px;
    }

    .first-div-main-image::before,
    .first-div-main-image::after,
    .first-div-main-item::after {
        display: none;
    }

    .first-div-main-image {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .counter-section {
        margin-top: -50px;
        padding-bottom: 0;
    }

    .counter-wrapper {
        border-radius: 20px;
        padding: 25px 18px;
    }

    .counter-box {
        gap: 15px;
    }

    .counter-content .line {
        display: none;
    }

    .counter-content h3 {
        font-size: 24px;
    }

    .counter-content p {
        font-size: 14px !important;
    }

    .counter-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        flex: 0 0 55px;
    }

    .counter-icon img {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .first-div-main-item {
        flex-direction: column;
        align-items: flex-start;
    }


    .counter-wrapper {
        border-radius: 20px;
        padding: 25px 18px;
    }

    .new-workflow-card {
        padding: 32px;
        padding-right: 32px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .new-workflow-icon-box {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 24px;
        align-self: flex-start;
    }

    .new-workflow-title {
        font-size: 26px;
    }

    .new-workflow-card h3 {
        font-size: 20px;
    }
}


.edtech_social_proof_sec {
    padding: 60px 0;
    background-color: #ffffff;
}

.edtech_social_proof_card {
    background: linear-gradient(182deg, #110e29 40%, #216fa7 120%);
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.edtech_sp_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 1090px;
    margin: auto;
}

.edtech_brand_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 90px;
    margin: 45px 0px 45px;
    row-gap: 20px;
    border-bottom: 0.5px solid #ffffffc2;
    padding-bottom: 15px;
}

.brand_logo_item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.brand_logo_item img {
    max-height: 38px;
    max-width: 140px;
    width: auto;
    height: auto;
    transition: all 0.3s ease;
}

.brand_logo_item img:hover {
    transform: scale(1.05);
}

.edtech_stats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.edtech_stat_col {
    padding: 10px 15px;
    text-align: center;
}

.edtech_stat_number {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    line-height: 120%;
    margin-bottom: 12px;
    display: block;
    font-family: 'Montserrat', sans-serif !important;
}

.edtech_stat_desc {
    font-size: 14px !important;
    color: #fffffff0;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Responsive styles */
@media (min-width: 992px) {
    .edtech_stat_col:not(:last-child) {
        border-right: 1px solid #ffffffc2;
    }
}

@media (max-width: 991px) {
    .edtech_stats_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .edtech_stat_col {
        border-right: none !important;
    }
}

@media (max-width: 575px) {
    .edtech_social_proof_card {
        padding: 40px 20px;
    }

    .edtech_stats_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .edtech_sp_title {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .edtech_brand_logos {
        gap: 25px;
    }

    .brand_logo_item img {
        max-height: 30px;
    }
}

.legal_area_inner_inner {
    text-align: right;
}

.legal_area_inner_inner img {
    max-width: 500px;
    margin-left: auto;
    width: 100%;
}

.we_actually_area_inner ul {
    padding-left: 15px;
    margin: 0;
}

/* Testimonial Section Custom Classes */
.testimonials-name p.testimonial-person-title {
    font-weight: 600;
    font-size: 22px !important;
    color: #000000;
    margin-bottom: 0;
}

.testimonials-info-wrap p.testimonial-project-heading {
    font-weight: 700;
    font-size: 34px !important;
    line-height: 130%;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: #000000;
}

.testimonial-sub-heading {
    font-weight: 600;
    font-size: 18px;
    color: #559ccf;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.testimonials-item {
    position: relative;
    z-index: 99;
}

/* Testimonial Links & Rating */
.testimonial-meta-details {
    display: flex;
    flex-direction: column;
    gap: 8px 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.testimonial-rating-box {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.testimonial-rating-box .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.testimonial-rating-box .rating-stars img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.testimonials-item .invent-image img {
    border: 1px solid #ecf2fe;
    object-fit: cover;
    width: 250px;
}

.testimonial-rating-box .rating-score {
    font-weight: 700;
    color: #000000;
}

.testimonial-social-btns.testimonial-social-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.testimonial-social-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.testimonial-social-link .link-action {
    font-weight: 700;
    text-decoration: underline;
}

.testimonial-social-link.linkedin-link {
    color: #0a66c2;
    border: 1px solid #c0d8f0;
    background: #f0f6fc;
}

.testimonial-social-link.linkedin-link:hover {
    background: #0a66c2;
    color: #ffffff;
    border-color: #0a66c2;
}

.testimonial-social-link.clutch-link {
    color: #da3743;
    border: 1px solid #f7d4d7;
    background: #fdf3f4;
}

.testimonial-social-link.clutch-link:hover {
    background: #da3743;
    color: #ffffff;
    border-color: #da3743;
}

@media (max-width: 991px) {
    .testimonials-info-wrap p.testimonial-project-heading {
        font-size: 28px !important;
        line-height: 36px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .testimonial-social-btns.testimonial-social-btns {
        align-items: center;
    }
}

@media (max-width: 575px) {
    .new-solution-card-content {
        padding: 40px 20px 30px;
    }

    .industry-solution {
        background-size: cover !important;
    }

    .testimonials-info-wrap p.testimonial-project-heading {
        font-size: 22px !important;
        line-height: 30px;
        padding-bottom: 12px;
    }

    .testimonials-name p.testimonial-person-title {
        font-size: 18px !important;
    }

    .testimonial-sub-heading {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {

    article.case-study-card.case-study-wegram .case-study-content h3,
    article.case-study-card.case-study-wegram .case-study-content p {
        color: #fff !important;
    }

    .case-study-card.case-study-pink::before {
        background: linear-gradient(170.24deg, #FE6253 7.33%, #DD107D 89.91%) !important;
        right: 100%;
    }

    .case-study-card.case-study-cherlish::before {
        background: #ffeaed !important;
    }

    .case-study-card.case-study-wegram::before {
        background: #ff949d !important;
    }

    .case-study-card,
    .case-study-card.case-study-reverse {
        flex-direction: column;
    }

    .case-study-visual,
    .case-study-content {
        width: 100%;
    }

    .case-study-visual {
        min-height: 260px;
    }

    .case-study-content {
        padding: 28px 22px 30px;
    }

    .case-study-content h3 {
        font-size: 24px;

    }

    .ta-scale-stats {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 50px;
    }

    .ta-scale-stat p {
        font-size: 13px !important;
    }

    .ta-scale-stat {
        padding: 15px 15px 15px;
        min-height: 120px;
    }

    .ai-framework,
    .workflow-supercharge {
        padding: 40px 0;
    }

    .ta-scale-stat strong {
        margin-bottom: 10px;
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .ta-scale-stat:last-child {
        grid-column: 1 / -1;
        /* Dono columns cover karega */
        max-width: 220px;
        /* Box ki width */
        width: 100%;
        justify-self: center;
        /* Center me aa jayega */
    }

    .ta-scale-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    h3.technologies_service_card_title a {
        font-size: 1.2rem;
    }

    .ta-scale-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
    }
}