﻿/* houston-deferred.css — brace-safe extract of used foreign rules */

/* Improwise services: Houston uses h3 titles; main-style only whitened h5 on hover */
.improvise_section .stack_box .stack_item .stack_title h3 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
.improvise_section .stack_box .stack_item .stack_title a {
    text-decoration: none;
}
.improvise_section .stack_box .stack_item:hover .stack_title h3,
.improvise_section .stack_box .stack_item:hover .stack_title a,
.improvise_section .stack_box .stack_item:hover .stack_title a h3 {
    color: #fff !important;
}

/* ===== from new-assets/css/h_city-app-revamp/h_city-app.css (18) ===== */

.trusted-leaders-energy {
    padding: 50px 0;
}

.trusted-leaders-energy hr {
    margin: 30px 0;
    color: #898989;
    height: 1px;
}

.trusted-leaders-energy .top-img {
    /* border: 1px solid #f47a14; */
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}

.trusted-leaders-energy .rating-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-leaders-energy .rating-lead .rating-item {
    position: relative;
}

.trusted-leaders-energy .rating-lead .rating-item:after {
    position: absolute;
    content: "";
    background: #bababa;
    height: 35px;
    width: 1px;
    right: -100px;
    top: 0;
}

.trusted-leaders-energy .rating-lead .rating-item:last-child:after {
    content: unset;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content {
    display: flex;
    align-items: center;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 strong {
    color: #898989;
    font-weight: 600;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content span {
    margin-right: 7px;
}

.trusted_ecommerce_web.ecommerce_why_choose.serv-temp-new .trusted_ecomm_box {
    background: #062738;
    border-radius: 20px;
    text-align: left;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .mvp-company .mvp-main .mvp-card {
        height: 420px;
        padding: 20px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 60px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .success-stories-man.success-houston .man-story-content > p {
        font-size: 16px;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 30px;
        width: auto;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 300px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
        height: 31px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .mvp-company .mvp-main .mvp-card {
        height: 350px;
        padding: 20px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 55px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }
    .success-stories-man.success-houston .man-story-content > p {
        font-size: 15px;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 30px;
        width: auto;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 300px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }
    .clutch-official-sec .swiper-button-next {
        right: -50px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -50px;
    }

    .case-studies-temp-3 .box {
        padding: 60px 40px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .trusted-leaders-energy {
        padding: 40px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -50px;
        height: 30px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mvp-company .mvp-main .mvp-card {
        height: 350px;
        padding: 20px 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 50px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 25px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 250px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .grid-layout {
        grid-template-columns: 1fr 200px; /* Remove the tiny left column, merge it */
    }
    .project-info {
        grid-column: 1 / span 2;
        display: flex;
        gap: 40px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        right: -40px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -40px;
    }

    .case-studies-temp-3 .box {
        padding: 50px 30px;
        border-radius: 20px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 30px;
        aspect-ratio: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -16px;
        height: 28px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 20px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mvp-company .mvp-main {
        display: block;
    }

    .mvp-company .mvp-main .mvp-card {
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 50px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box {
        border-radius: 10px;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box .img img {
        height: 350px;
        width: auto;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 25px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 250px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .reviewer-col {
        border-left: none;
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-top: 20px;
    }
    .project-info {
        flex-direction: column;
        gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .case-studies-temp-3 .box {
        padding: 50px 30px;
        border-radius: 10px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 20px;
        aspect-ratio: unset;
    }

    .trusted-leaders-energy {
        padding: 35px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 18px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner .achivements-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .flex {
        align-items: center;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .mvp-company .mvp-main {
        display: block;
    }

    .mvp-company .mvp-main .mvp-card {
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 45px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .success-stories-man.success-houston .swiper-button-prev.custom-prev,
    .success-stories-man.success-houston .swiper-button-next.custom-next {
        bottom: 0;
        top: unset;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box {
        border-radius: 10px;
        background-image: none !important;
        background: #051827;
    }

    .clutch-clients .google-box {
        padding: 25px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-icon img {
        height: 100px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 20px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 25px 20px;
    }

    .clutch-clients .slider-box p {
        height: 200px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }
    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card-body {
        padding: 20px;
    }
    .rating-flex {
        flex-wrap: wrap;
    }
    .review-flex-container {
        flex-direction: column;
        align-items: center;
    }
    .score-card {
        width: 100%;
        box-sizing: border-box;
    }
    .project-main-title {
        font-size: 18px;
    }
    .card-header {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .case-studies-temp-3 .box {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 5px;
        height: 5px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 20px;
        aspect-ratio: unset;
    }

    .sa-animate-btn.houston-btn {
        margin-top: 0px;
        font-size: 12px;
    }

    .trusted-leaders-energy {
        padding: 30px 0;
    }

    .trusted-leaders-energy .rating-lead {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        column-gap: 20px;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 17px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner .achivements-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .flex {
        align-items: start;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner
        .achivements-main
        .item
        .flex
        .icon
        img {
        height: 50px;
        width: auto;
        margin-top: 0;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 100px 0 50px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

/* ===== from new-assets/css/mobile-app-du_city/du_city.css (32) ===== */

.premium-du_city-services .pre-services-main .blue-box p,
.results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content p,
.why-choose-custom-du_city .why-choose-app-box .why-choose-flex .head h5,
.why-choose-custom-du_city .why-choose-app-box p {
    margin-bottom: 0;
    color: #fff;
}

.why-choose-custom-du_city .why-choose-app-box {
    background: #051827;
    border: 1px solid #f47a1f;
    border-radius: 20px;
    height: 100%;
    padding: 40px 25px;
}

.why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
    padding: 50px 65px 50px;
}

.top_health_features.it-staff-tools.sau_city-tools .medical_item .nav-link {
    width: auto;
}

.top_health_features.it-staff-tools.sau_city-tools .medical_item {
    justify-content: center;
}

.du_city-pro-cost .costmobileapp_form {
    background: linear-gradient(67.42deg, #051b2b 8.49%, #115b91 138.77%);
    border-radius: 20px;
    padding: 30px 30px;
    border-radius: 20px;
    height: 419px;
}

.du_city-pro-cost .costmobileapp_form .multi-step-form h3 {
    color: #fff;
    font-weight: 500;
}

.du_city-pro-cost .costmobileapp_form .progress-bar {
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.du_city-pro-cost .costmobileapp_form .progress-fill {
    height: 100%;
    width: 0%;
    background: #ff6600;
    transition: width 0.4s ease;
}

.du_city-pro-cost .costmobileapp_form .progress-bar div.active {
    background: #ff6600;
}

/* Multi-step radios — original du_city rules (were dropped in extract) */
.radiobtnsstep input[type="radio"] {
    display: none !important;
}

.radiobtnsstep > div {
    margin-bottom: 10px;
}

.costmobileapp_form .radiobtnsstep label {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    padding-left: 35px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
}

.costmobileapp_form .radiobtnsstep label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.costmobileapp_form .radiobtnsstep label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 12px;
    background-color: #f47a14;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
    z-index: 2;
}

.radiobtnsstep input[type="radio"]:checked + label::before {
    transform: scale(1) !important;
}

.radiobtnsstep input[type="radio"]:checked + label {
    color: #f47a14;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.du_city-pro-cost .costmobileapp_form .form-actions {
    margin-top: 25px;
}

.du_city-pro-cost .costmobileapp_form .form-actions button {
    background: transparent;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.du_city-pro-cost .costmobileapp_form .form-actions button:hover {
    background: #f47a14;
    color: #fff;
}

.du_city-pro-cost .costmobileapp_form .form-actions .looder_img {
    height: 80px;
    width: auto;
}

.du_city-pro-cost .costmobileapp_form .form-control {
    margin-bottom: 25px;
}

.new-case-temp .case-box {
    border-radius: 20px;
    padding: 40px 30px;
}

.new-case-temp .case-box .extra-padd {
    padding-left: 35px;
}

.new-case-temp .case-box h5 {
    margin-bottom: 10px;
}

.new-case-temp .case-box ul li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.new-case-temp .case-box ul li svg {
    margin-right: 6px;
}

.new-case-temp .case-box h5,
.new-case-temp .case-box p,
.new-case-temp .case-box h3 {
    color: #fff;
}

.sidebtns-du_city {
    z-index: 1111;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: 1;
        padding: 0 20px;
    }
    .premium-du_city-services .pre-services-main .content {
        bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex {
        column-gap: 40px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 70px;
        width: 70px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: 100%;
        padding: 40px 25px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 70px 50px;
        background-position: center right;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 380px;
        padding: 35px 25px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 36px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 16px;
        line-height: 22px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        bottom: -80px;
    }

    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 16px;
        padding: 20px 20px;
    }
    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 15px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 14px;
        padding: 15px 20px;
    }
    .top_health_features.it-staff-tools.sau_city-tools .tab-content .tech-logos-main ul li img {
        height: 55px;
        width: auto;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .comparision-table-tek .cell {
        padding: 20px 20px;
        gap: 10px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: 1;
        padding: 0 20px;
        background-size: 100%;
    }
    .premium-du_city-services .pre-services-main .content {
        bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex {
        column-gap: 30px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 60px;
        width: 60px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .icon svg {
        height: 45px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 17px;
        line-height: 27px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: 100%;
        padding: 40px 25px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .results-kinekt .result-achieve-box.uae-market {
        padding: 60px 0;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main {
        column-gap: 40px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item {
        flex: unset;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content img {
        margin-bottom: 10px;
        height: 190px;
        width: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section
        .flex-column
        nav.nav-pills
        .red_item,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tekgrip_tabs .redefine_tabs {
        /* height: 560px; */
        height: 510px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li {
        padding-left: 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li:before {
        height: 20px;
        width: 20px;
        top: 6px;
        left: -8px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 60px 45px;
        background-position: center right;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 350px;
        padding: 35px 25px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 34px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 15px;
        line-height: 21px;
    }
    .cost-build-dubai .cost-build-box,
    .why-choose-custom-du_city .why-choose-app-box {
        padding: 30px 20px;
    }
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
        margin-bottom: 10px;
    }
    .why-choose-custom-du_city .why-choose-app-box p {
        font-size: 14px;
        line-height: 23px;
    }
    .cost-build-dubai .cost-build-box .num {
        width: 45px;
        height: 45px;
        font-size: 19px;
        margin-bottom: 10px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        bottom: -70px;
    }
    .latestblog_usa.latest-dubai-blogs .main_blogs .latest-blogbox .blog-img {
        height: unset;
    }

    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 15px;
        padding: 20px 20px;
    }
    .du_city-compliance-mob .tab-content .box {
        padding: 30px 20px;
    }
    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 15px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 13px;
        padding: 15px 20px;
    }
    .top_health_features.it-staff-tools.sau_city-tools .tab-content .tech-logos-main ul li img {
        height: 55px;
        width: auto;
    }
    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
        padding: 40px 40px 45px;
    }

    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body .content-wrap .title {
        line-height: normal;
    }

    .lp-awards-main ul {
        column-gap: 70px;
    }

    .lp-awards-main ul li img {
        height: 120px;
        width: auto;
    }

    .Robustand.robust-dubai .robustscroll .robust-box .robust-content ul li:before {
        width: 7px;
        height: 7px;
        top: 11px;
    }

    .new-case-temp .case-box ul li {
        font-size: 15px;
        line-height: 27px;
    }

    .meet-asim-cta .box {
        padding-left: 50px;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 17px;
        line-height: 27px;
    }
    .comparision-table-tek .cell {
        padding: 20px 20px;
        gap: 10px;
    }

    .rating_usa.rating_web_dev.rating_du_city .box {
        padding: 60px 30px 0 30px;
    }

    .comparision-table-tek .cell-content {
        font-size: 15px;
        line-height: 26px;
    }

    .comparision-table-tek .factor-text {
        font-size: 19px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: 1;
        padding: 0 20px;
        background-size: 100%;
    }
    .premium-du_city-services .pre-services-main .content {
        bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex,
    .results-kinekt .result-achieve-box.uae-market .result-main {
        column-gap: 30px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 60px;
        width: 60px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .icon svg {
        height: 45px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .arrow svg {
        height: 32px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: 100%;
        padding: 35px 25px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .results-kinekt .result-achieve-box.uae-market {
        padding: 55px 0;
        background-size: cover;
        background-position: center;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item {
        flex: unset;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content img {
        margin-bottom: 10px;
        height: 170px;
        width: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section
        .flex-column
        nav.nav-pills
        .red_item,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tekgrip_tabs .redefine_tabs {
        /* height: 520px; */
        height: 470px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content {
        /* height: 520px; */
        height: 470px;
        padding: 30px 35px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul,
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
        margin-bottom: 10px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li {
        padding-left: 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li:before {
        height: 20px;
        width: 20px;
        top: 4px;
        left: -8px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 55px 40px;
        background-size: cover;
        background-position: center right;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 310px;
        padding: 30px 20px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 30px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3
        svg {
        height: 25px;
        width: auto;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 14px;
        line-height: 20px;
    }
    .why-choose-custom-du_city {
        background-position: center right;
    }
    .cost-build-dubai .cost-build-box,
    .why-choose-custom-du_city .why-choose-app-box {
        padding: 25px 20px;
    }
    .why-choose-custom-du_city .why-choose-app-box P {
        font-size: 13px;
        line-height: 23px;
    }
    .cost-build-dubai .cost-build-box .num {
        width: 45px;
        height: 45px;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        bottom: -50px;
    }
    .Robustand .robust-box .robust-flex svg {
        height: 44px;
        width: auto;
    }
    .latestblog_usa.latest-dubai-blogs .main_blogs .latest-blogbox .blog-img {
        height: unset;
    }

    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 14px;
        padding: 15px 20px;
    }
    .du_city-compliance-mob .tab-content .box {
        padding: 25px 20px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 6px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 12px;
    }

    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
        padding: 20px 35px 30px;
    }
    .top_health_features.it-staff-tools.sau_city-tools .tab-content .tech-logos-main ul li img {
        height: 50px;
        width: auto;
    }
    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body .content-wrap .title {
        line-height: normal;
    }

    .lp-awards-main ul {
        column-gap: 70px;
    }

    .lp-awards-main ul li img {
        height: 110px;
        width: auto;
    }

    .success-stories-man.sucess-uae-story .man-story-content p {
        font-size: 14px;
    }

    .Robustand.robust-dubai .robustscroll .robust-box .robust-content ul li:before {
        width: 7px;
        height: 7px;
        top: 11px;
    }

    /* multi step form css */

    .du_city-pro-cost .costmobileapp_form {
        padding: 30px 30px;
        height: 378px;
    }

    .costmobileapp_form .radiobtnsstep label {
        font-size: 16px;
        padding-left: 30px;
        line-height: 23px;
    }

    .costmobileapp_form .radiobtnsstep label::before {
        margin-top: -5px;
        height: 10px;
        width: 10px;
    }

    .costmobileapp_form .radiobtnsstep label::after {
        height: 17px;
        width: 17px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control {
        margin-bottom: 22px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control::placeholder {
        font-size: 16px;
    }

    /* dubai revamp css */
    .clutch-official-sec .swiper-button-next {
        right: -50px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -50px;
    }

    .new-case-temp .case-box ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .new-case-temp .case-box {
        height: 636px;
    }

    .entry-level-buss .box {
        padding: 30px 20px;
    }

    .entry-level-buss .box .icon svg {
        height: 70px;
        width: auto;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .meet-asim-cta .box {
        padding-left: 40px;
    }

    .meet-asim-cta .box .upper-text {
        font-size: 20px;
    }
    .comparision-table-tek .cell {
        padding: 15px 17px;
        gap: 10px;
    }

    .rating_usa.rating_web_dev.rating_du_city .box {
        padding: 50px 30px 0 30px;
    }

    .comparision-table-tek .cell-content {
        font-size: 14px;
        line-height: 24px;
    }

    .comparision-table-tek .factor-text {
        font-size: 17px;
        line-height: 1.2;
    }

    .comparision-table-tek .col-label {
        font-size: 18px;
    }

    .new-sec-faqs-accord .faq-tabs .nav-link {
        font-size: 20px;
        padding: 14px 20px;
    }

    .new-case-temp .case-box .extra-padd {
        padding-left: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: 1;
        padding: 0 20px;
    }
    .premium-du_city-services .pre-services-main .content {
        bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex {
        column-gap: 70px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 55px;
        width: 55px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon svg,
    .premium-du_city-services .pre-services-main .content .content-flex .icon svg {
        height: 40px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 15px;
        line-height: 25px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: 100%;
        padding: 30px 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 17px;
        line-height: 27px;
    }
    .results-kinekt .result-achieve-box.uae-market {
        padding: 50px 0;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main {
        column-gap: 10px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item {
        flex: 0 0 32.33%;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul,
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content,
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
        margin-bottom: 10px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content img {
        height: 160px;
        width: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section
        .flex-column
        nav.nav-pills
        .red_item,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tekgrip_tabs .redefine_tabs {
        /* height: 500px; */
        height: 450px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content {
        /* height: 500px; */
        height: 450px;
        padding: 30px 25px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li {
        padding-left: 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li:before {
        height: 20px;
        width: 20px;
        top: 4px;
        left: -8px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 50px 35px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 250px;
        padding: 30px 20px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 28px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3
        svg {
        height: 22px;
        width: auto;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 13px;
        line-height: 19px;
    }
    .why-choose-custom-du_city {
        background-image: none !important;
        background: #051628;
    }
    .why-choose-custom-du_city .why-choose-app-box {
        padding: 30px 20px;
    }
    .cost-build-dubai .cost-build-box {
        padding: 25px 20px;
    }
    .cost-build-dubai .cost-build-box .num {
        width: 45px;
        height: 45px;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        bottom: -40px;
    }
    .Robustand .robust-box .robust-flex svg {
        height: 42px;
        width: auto;
    }
    .latestblog_usa.latest-dubai-blogs .main_blogs .latest-blogbox .blog-img {
        height: unset;
    }

    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 13px;
        padding: 13px 15px;
    }

    .du_city-compliance-mob .medical_item {
        column-gap: 10px;
    }
    .du_city-compliance-mob .tab-content .box {
        padding: 25px 20px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 6px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 12px;
    }

    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
        padding: 35px 35px 30px;
    }

    .lp-awards-main ul {
        column-gap: 50px;
    }

    .lp-awards-main ul li img {
        height: 100px;
        width: auto;
    }

    .Robustand.robust-dubai .robustscroll .robust-box .robust-content ul li:before {
        width: 7px;
        height: 7px;
        top: 9px;
    }

    /* multi step form css */

    .du_city-pro-cost .costmobileapp_form {
        padding: 30px 30px;
        height: auto;
        margin-top: 40px;
    }

    .costmobileapp_form .radiobtnsstep label {
        font-size: 16px;
        padding-left: 30px;
        line-height: 23px;
    }

    .costmobileapp_form .radiobtnsstep label::before {
        margin-top: -5px;
        height: 10px;
        width: 10px;
    }

    .costmobileapp_form .radiobtnsstep label::after {
        height: 17px;
        width: 17px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control {
        margin-bottom: 22px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control::placeholder {
        font-size: 16px;
    }

    .grid-layout {
        grid-template-columns: 1fr 200px; /* Remove the tiny left column, merge it */
    }
    .project-info {
        grid-column: 1 / span 2;
        display: flex;
        gap: 40px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        right: -40px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -40px;
    }

    .new-case-temp .case-box ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .entry-level-buss .box {
        padding: 30px 20px;
    }

    .entry-level-buss .box .icon svg {
        height: 70px;
        width: auto;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .meet-asim-cta .box {
        padding: 40px 30px 40px 30px;
        border-radius: 20px;
        background: #051628;
        background-image: none !important;
        aspect-ratio: unset;
    }

    .meet-asim-cta .box .upper-text {
        font-size: 20px;
        margin-top: 0;
    }
    .comparision-table-tek .cell {
        padding: 15px 10px;
        gap: 7px;
    }

    .rating_usa.rating_web_dev.rating_du_city .box {
        padding: 30px 20px 0 20px;
    }

    .comparision-table-tek .cell-content {
        font-size: 13px;
        line-height: 23px;
    }

    .comparision-table-tek .factor-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .comparision-table-tek .col-label {
        font-size: 17px;
    }

    .new-sec-faqs-accord .faq-tabs .nav-link {
        font-size: 18px;
        padding: 13px 18px;
    }

    .new-case-temp .case-box .extra-padd {
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: 1;
        padding: 0 10px;
    }
    .premium-du_city-services .pre-services-main .content {
        bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .content .content-flex {
        column-gap: 50px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 55px;
        width: 55px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon svg,
    .premium-du_city-services .pre-services-main .content .content-flex .icon svg {
        height: 40px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 15px;
        line-height: 25px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: 100%;
        padding: 30px 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 17px;
        line-height: 27px;
    }
    .results-kinekt .result-achieve-box.uae-market,
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 45px 30px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main {
        column-gap: 10px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item {
        flex: 0 0 49%;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul,
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content,
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
        margin-bottom: 10px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content img {
        height: 150px;
        width: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section
        .flex-column
        nav.nav-pills
        .red_item,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tekgrip_tabs .redefine_tabs {
        /* height: 440px; */
        height: 400px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content {
        /* height: 440px; */
        height: 400px;
        padding: 30px 25px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li {
        padding-left: 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li:before {
        height: 20px;
        width: 20px;
        top: 3px;
        left: -8px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 320px;
        padding: 30px 20px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 28px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 13px;
        line-height: 19px;
    }
    .why-choose-custom-du_city {
        background-image: none !important;
        background: #051628;
    }
    .why-choose-custom-du_city .why-choose-app-box {
        padding: 30px 20px;
    }
    .cost-build-dubai .cost-build-box {
        padding: 25px 20px;
    }
    .cost-build-dubai .cost-build-box .num {
        width: 45px;
        height: 45px;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        bottom: -40px;
    }
    .latestblog_usa.latest-dubai-blogs .main_blogs .latest-blogbox .blog-img {
        height: unset;
    }
    .Robustand .robust-box .robust-flex svg {
        height: 42px;
        width: auto;
    }

    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 13px;
        padding: 13px 15px;
    }

    .du_city-compliance-mob .medical_item {
        column-gap: 10px;
    }
    .du_city-compliance-mob .tab-content .box {
        padding: 25px 20px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 6px;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 12px;
    }

    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
        padding: 30px 15px;
    }

    .top_health_features.it-staff-tools.sau_city-tools .medical_item {
        column-gap: 20px;
    }

    .lp-awards-main ul {
        column-gap: 40px;
    }

    .lp-awards-main ul li img {
        height: 80px;
        width: auto;
    }
    .Robustand.robust-dubai .robustscroll .robust-box .robust-content ul li:before {
        width: 7px;
        height: 7px;
        top: 9px;
    }
    /* multi step form css */

    .du_city-pro-cost .costmobileapp_form {
        padding: 30px 30px;
        height: auto;
        margin-top: 40px;
    }

    .costmobileapp_form .radiobtnsstep label {
        font-size: 16px;
        padding-left: 30px;
        line-height: 23px;
    }

    .costmobileapp_form .radiobtnsstep label::before {
        margin-top: -5px;
        height: 10px;
        width: 10px;
    }

    .costmobileapp_form .radiobtnsstep label::after {
        height: 17px;
        width: 17px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control {
        margin-bottom: 22px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control::placeholder {
        font-size: 16px;
    }

    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .reviewer-col {
        border-left: none;
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-top: 20px;
    }
    .project-info {
        flex-direction: column;
        gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .new-case-temp .case-box ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .entry-level-buss .box {
        padding: 30px 20px;
    }

    .entry-level-buss .box .icon svg {
        height: 70px;
        width: auto;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .meet-asim-cta .box {
        padding: 40px 30px 40px 30px;
        border-radius: 20px;
        background: #051628;
        background-image: none !important;
        aspect-ratio: unset;
    }

    .meet-asim-cta .box .upper-text {
        font-size: 20px;
        margin-top: 0;
    }
    .comparision-table-tek .cell {
        padding: 15px 10px;
        gap: 7px;
    }

    .rating_usa.rating_web_dev.rating_du_city .box {
        padding: 30px 20px 20px 20px;
        aspect-ratio: unset;
        border-radius: 20px;
    }

    .comparision-table-tek .cell-content {
        font-size: 13px;
        line-height: 23px;
    }

    .comparision-table-tek .factor-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .comparision-table-tek .col-label {
        font-size: 17px;
    }

    .comparision-table-tek .row.row-table-col {
        border-radius: 5px;
    }

    .new-sec-faqs-accord .faq-tabs .nav-link {
        font-size: 17px;
        padding: 13px 15px;
    }

    .trustedtop_brands.trusted-dubai-brands .top_brands_item_img img {
        max-height: 110px;
        width: auto;
    }

    .new-case-temp .case-box .extra-padd {
        padding-left: 10px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .premium-du_city-services .pre-services-main {
        aspect-ratio: unset;
        padding: 0 10px;
        background-image: none !important;
    }
    .premium-du_city-services .pre-services-main .content {
        display: none;
    }
    .premium-du_city-services .pre-services-main .content .content-flex {
        column-gap: 50px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon,
    .premium-du_city-services .pre-services-main .content .content-flex .icon {
        height: 50px;
        width: 50px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .icon svg,
    .premium-du_city-services .pre-services-main .content .content-flex .icon svg {
        height: 35px;
        width: auto;
    }
    .premium-du_city-services .pre-services-main .content .content-flex .head h5 {
        font-size: 14px;
        line-height: 24px;
    }
    .premium-du_city-services .pre-services-main .blue-box {
        width: auto;
        padding: 25px 20px;
        opacity: 1;
        visibility: visible;
        height: 300px;
        position: relative;
        left: unset;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex {
        margin-bottom: 20px;
    }
    .premium-du_city-services .pre-services-main .blue-box .service-blue-flex .head h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .results-kinekt .result-achieve-box.uae-market {
        padding: 30px 20px;
        background-image: none !important;
        background: #051628;
        aspect-ratio: unset;
        border-radius: 10px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main {
        column-gap: 10px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item {
        flex: 0 0 48%;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul,
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content,
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex {
        margin-bottom: 10px;
    }
    .results-kinekt .result-achieve-box.uae-market .result-main .results-item .results-content img {
        height: 110px;
        width: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section
        .flex-column
        nav.nav-pills
        .red_item,
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content {
        height: auto;
        padding: 25px 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li {
        padding-left: 20px;
    }
    .redefinepatient_services.business-tabs-du_city.tekgrip_section .tab-content ul li:before {
        height: 20px;
        width: 15px;
        top: 5px;
        left: -4px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box {
        padding: 30px 20px;
        border-radius: 10px;
        aspect-ratio: unset;
        background-image: none !important;
        background: #051628;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app {
        column-gap: 20px;
        row-gap: 20px;
    }
    .trusted-app-dubai-new .trusted-dubai-app-box .trusted-main-app .trusted-item-app .trusted-box {
        max-width: 230px;
        padding: 30px 20px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3 {
        margin-bottom: 10px;
        line-height: 25px;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        h3
        svg {
        height: 20px;
        width: auto;
    }
    .trusted-app-dubai-new
        .trusted-dubai-app-box
        .trusted-main-app
        .trusted-item-app
        .trusted-box
        p {
        font-size: 13px;
        line-height: 19px;
    }
    .why-choose-custom-du_city {
        background-image: none !important;
        background: #051628;
    }
    .why-choose-custom-du_city .why-choose-app-box {
        padding: 30px 20px;
    }
    .why-choose-custom-du_city .why-choose-app-box .why-choose-flex .icon svg {
        height: 25px;
        width: auto;
    }
    .cost-build-dubai .cost-build-box {
        padding: 25px 20px;
    }
    .cost-build-dubai .cost-build-box .num {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .delivered_apps_dubai.arab-men-cta .delivered_apps_img {
        position: relative;
        bottom: unset;
    }
    .latestblog_usa.latest-dubai-blogs .main_blogs .latest-blogbox .blog-img {
        height: unset;
    }
    .Robustand .robust-box .robust-flex svg {
        height: 40px;
        width: auto;
    }
    .end_to_end_dubai.lets-turn-cta-dubai,
    .expand_growth_dubai.scale-up-dubai {
        background-image: none !important;
        background: #f8f8f8;
    }
    /* new sec added on dubai page*/

    .du_city-compliance-mob .medical_item .nav-link {
        font-size: 13px;
        padding: 12px 15px;
    }

    .du_city-compliance-mob .medical_item {
        column-gap: 10px;
        flex-wrap: wrap;
    }
    .du_city-compliance-mob .tab-content .box {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .du_city-compliance-mob .tab-content .box .icon {
        margin-bottom: 10px;
    }

    .du_city-compliance-mob .tab-content .box svg {
        height: 25px;
        width: auto;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item {
        column-gap: 6px;
        justify-content: center;
    }

    .du_city-compliance-mob.industry-award-du_city .medical_item .nav-link {
        font-size: 11px;
    }

    .du_city-compliance-mob.industry-award-du_city .tab-content ul {
        margin-bottom: 30px;
    }

    .du_city-compliance-mob.industry-award-du_city .tab-content ul li svg {
        height: 15px;
        width: auto;
    }

    .pricing-table thead {
        display: none;
    }

    .pricing-table,
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }

    .pricing-table tr {
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
    }

    .pricing-table td {
        padding: 14px 16px;
        position: relative;
    }

    .pricing-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #888;
        margin-bottom: 6px;
    }

    .pricing-table .highlight td {
        background: #f7f7f7;
    }

    .tekrevol-home-discovery.flutter-approach.qat_city-process .card-body {
        padding: 30px 15px;
    }
    .tekrevol_gray_bg.acc_section.qatar-acc-sec .accordion .accordion-item {
        border-radius: 10px;
    }

    .lp-awards-main {
        padding: 30px 0;
    }

    .lp-awards-main ul {
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .lp-awards-main ul li img {
        height: 70px;
        width: auto;
    }

    .success-stories-man.sucess-uae-story .swiper-button-prev.custom-prev,
    .success-stories-man.sucess-uae-story .swiper-button-next.custom-next {
        bottom: 0;
        top: unset;
    }

    .Robustand.robust-dubai .robustscroll .robust-box .robust-content ul li:before {
        width: 7px;
        height: 7px;
        top: 9px;
    }

    .du_city-pro-cost .costmobileapp_form {
        padding: 25px 20px;
        height: auto;
        margin-top: 0px;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .costmobileapp_form .radiobtnsstep label {
        font-size: 14px;
        padding-left: 25px;
        line-height: 21px;
    }

    .costmobileapp_form .radiobtnsstep label::before {
        margin-top: -4px;
        height: 8px;
        width: 8px;
    }

    .costmobileapp_form .radiobtnsstep label::after {
        height: 15px;
        width: 15px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control {
        margin-bottom: 20px;
    }

    .du_city-pro-cost .costmobileapp_form .form-control::placeholder {
        font-size: 15px;
    }

    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card-body {
        padding: 20px;
    }
    .rating-flex {
        flex-wrap: wrap;
    }
    .review-flex-container {
        flex-direction: column;
        align-items: center;
    }
    .score-card {
        width: 100%;
        box-sizing: border-box;
    }
    .project-main-title {
        font-size: 18px;
    }
    .card-header {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .new-case-temp .case-box {
        border-radius: 10px;
        padding: 30px 20px;
    }

    .new-case-temp .case-box ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .new-case-temp .case-box img {
        margin-top: 30px;
    }

    .entry-level-buss .box {
        padding: 25px 20px;
    }

    .entry-level-buss .box .icon svg {
        height: 50px;
        width: auto;
    }

    .meet-asim-cta .box .orange-text h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .meet-asim-cta .box {
        padding: 30px 20px 30px 20px;
        border-radius: 10px;
        background: #051628;
        background-image: none !important;
        aspect-ratio: unset;
    }

    .meet-asim-cta .box .upper-text {
        font-size: 16px;
        margin-top: 0;
    }
    .comparision-table-tek .cell {
        padding: 15px 10px;
        gap: 7px;
    }

    .rating_usa.rating_web_dev.rating_du_city .box {
        padding: 30px 20px 20px 20px;
        aspect-ratio: unset;
        border-radius: 20px;
    }

    .comparision-table-tek .col-labels {
        display: none;
    }

    .comparision-table-tek .cell-content {
        font-size: 13px;
        line-height: 23px;
    }

    .comparision-table-tek .factor-text {
        font-size: 13px;
        line-height: 1.2;
    }

    .comparision-table-tek .col-label {
        font-size: 16px;
    }

    /* Each row becomes card */
    .comparision-table-tek .row.row-table-col {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .new-sec-faqs-accord .faq-tabs {
        justify-content: start;
    }

    .new-sec-faqs-accord .faq-tabs .nav-link {
        font-size: 13px;
        padding: 10px 15px;
    }

    .new-case-temp .case-box .extra-padd {
        padding-left: 10px;
    }

    .new-case-temp .case-box h3 {
        font-size: 22px;
    }

    .sa-animate-btn.dxb-btn {
        display: none;
        margin-top: 10px;
    }

    .trustedtop_brands.trusted-dubai-brands .top_brands_item_img img {
        max-height: 100px;
        height: 100px;
        width: auto;
    }
}

/* ===== from new-assets/css/healthcare-revamp/healthccare.css (10) ===== */

.reimagine-health .reimagine-health-box {
    aspect-ratio: 2.614379085;
    border-radius: 30px;
    padding: 0 50px;
}

.reimagine-health .reimagine-health-box .img {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.health-cta-2 .reimagine-health-box {
    padding: 0 0 0 60px;
    aspect-ratio: 2.8520499109;
    border-radius: 30px;
}

.health-cta-2.health-cta-3 {
    aspect-ratio: 2.7972027972;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .reimagine-health .reimagine-health-box {
        padding: 0 50px;
    }
    .reimagine-health .reimagine-health-box .img {
        right: 100px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 600px;
        width: auto;
    }
    .success-stories-man.healthare-portfolio .man-story-content p {
        font-size: 15px;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 30px 0 30px 0;
    }

    .top_health_features.healthcare-structured .medical_item {
        column-gap: 28px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .reimagine-health .reimagine-health-box {
        padding: 0 50px;
    }
    .reimagine-health .reimagine-health-box .img {
        right: 100px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 550px;
        width: auto;
    }
    .ai-agent-solution.healthcare-solution-app .ai-agent-sol-box .ai-flex .icon svg {
        height: 70px;
        width: auto;
    }

    .success-stories-man.healthare-portfolio .man-story-content p {
        font-size: 15px;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 30px 0 30px 0;
    }

    .service_usa.healthcare_banner ul li svg {
        height: 20px;
        width: auto;
    }

    .healthcare-app-tabs .tab-content .tabs-list li svg {
        height: 20px;
        width: auto;
    }

    .flutter_app_choice.enterprises-top-sweden.healthcare-app-features .scroll-accordion {
        height: 495px;
    }

    .top_health_features.healthcare-structured .medical_item {
        column-gap: 17px;
        justify-content: start;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .reimagine-health .reimagine-health-box {
        padding: 0 50px;
    }
    .reimagine-health .reimagine-health-box .img {
        right: 100px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 500px;
        width: auto;
    }
    .health-cta-2 .reimagine-health-box {
        padding: 0 0 0 50px;
    }
    .compiledriven-slider .compile-slider {
        height: 100%;
        padding-bottom: 70px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .compiledriven-slider
        .compile-slider
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 22px;
        width: 22px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet::before {
        content: "";
        width: 6px;
        height: 6px;
    }
    .compiledriven-slider .compile-box {
        padding: 35px 20px;
        height: 100%;
    }
    .compiledriven-slider .compile-box .compile-flex {
        margin-bottom: 20px;
    }
    .compiledriven-slider .compile-box .compile-flex .num {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .compiledriven-slider .swiper-nav-wrap {
        position: absolute;
        top: 20%;
        right: 80px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev {
        left: -95px;
        height: 40px;
        width: 40px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev::after {
        height: 30px;
        width: 30px;
        font-size: 20px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-next {
        height: 40px;
        width: 40px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-next::after {
        height: 30px;
        width: 30px;
        font-size: 18px;
    }
    .ai-agent-solution.healthcare-solution-app .ai-agent-sol-box .ai-flex .icon svg {
        height: 65px;
        width: auto;
    }

    .success-stories-man.healthare-portfolio .man-story-content p {
        font-size: 14px;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 20px 0 20px 0;
    }

    .service_usa.healthcare_banner ul li svg {
        height: 18px;
        width: auto;
    }

    .service_usa.healthcare_banner ul {
        row-gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service_usa.healthcare_banner ul li {
        font-size: 13px;
    }

    .healthcare-app-tabs .tab-content .tabs-list li svg {
        height: 16px;
        width: auto;
    }

    .flutter_app_choice.enterprises-top-sweden.healthcare-app-features .scroll-accordion {
        height: 455px;
    }

    .top_health_features.healthcare-structured .medical_item {
        column-gap: 16px;
        justify-content: start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .reimagine-health .reimagine-health-box {
        padding: 0 40px;
    }
    .reimagine-health .reimagine-health-box .img {
        right: 100px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 450px;
        width: auto;
    }
    .compiledriven-slider .compile-slider {
        height: 100%;
        padding-bottom: 70px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .compiledriven-slider
        .compile-slider
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 22px;
        width: 22px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet::before {
        content: "";
        width: 6px;
        height: 6px;
    }
    .compiledriven-slider .compile-box {
        padding: 35px 20px;
        height: 100%;
    }
    .compiledriven-slider .compile-box .compile-flex {
        margin-bottom: 20px;
    }
    .compiledriven-slider .compile-box .compile-flex .num {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .compiledriven-slider .swiper-nav-wrap {
        position: absolute;
        top: 20%;
        right: 10px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev {
        left: -95px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev::after {
        font-size: 17px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-next::after {
        font-size: 16px;
    }
    .health-cta-2 .reimagine-health-box {
        padding: 0 0 0 50px;
    }
    .ai-agent-solution.healthcare-solution-app .ai-agent-sol-box .ai-flex .icon svg {
        height: 60px;
        width: auto;
    }
    .workflow_process.workflow-healthcare .workflow_main .workflow_process_item {
        flex: 0 0 47%;
    }
    .success-stories-man.healthare-portfolio .man-story-content p {
        font-size: 14px;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 20px 0 20px 0;
    }

    .service_usa.healthcare_banner ul li svg {
        height: 18px;
        width: auto;
    }

    .service_usa.healthcare_banner ul {
        row-gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service_usa.healthcare_banner ul li {
        font-size: 13px;
    }

    .healthcare-app-tabs .tab-content .tabs-list li svg {
        height: 16px;
        width: auto;
    }

    .flutter_app_choice.enterprises-top-sweden.healthcare-app-features .scroll-accordion {
        height: 360px;
    }

    .healthcare-app-tabs ul {
        margin-bottom: 40px;
    }

    .top_health_features.stream-app-manchester.healthcare-structured .medical_item {
        column-gap: 10px;
        justify-content: start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reimagine-health .reimagine-health-box {
        padding: 30px 40px;
        aspect-ratio: unset;
    }
    .reimagine-health .reimagine-health-box .img {
        right: 100px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 400px;
        width: auto;
    }
    .compiledriven-slider .compile-slider {
        height: 100%;
        padding-bottom: 70px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .compiledriven-slider
        .compile-slider
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 22px;
        width: 22px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet::before {
        content: "";
        width: 6px;
        height: 6px;
    }
    .compiledriven-slider .compile-box {
        padding: 30px 20px;
        height: 100%;
    }
    .compiledriven-slider .compile-box .compile-flex {
        margin-bottom: 20px;
    }
    .compiledriven-slider .compile-box .compile-flex .num {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .compiledriven-slider .swiper-nav-wrap {
        position: absolute;
        bottom: 0;
        right: 10px;
        top: unset;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev {
        left: -95px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev::after {
        font-size: 15px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-next::after {
        font-size: 15px;
    }
    .health-cta-2 .reimagine-health-box {
        padding: 0 0 0 40px;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 20px 0 20px 0;
    }

    .service_usa.healthcare_banner ul li svg {
        height: 18px;
        width: auto;
    }

    .service_usa.healthcare_banner ul {
        row-gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service_usa.healthcare_banner ul li {
        font-size: 13px;
    }

    .healthcare-app-tabs .tab-content .tabs-list li svg {
        height: 16px;
        width: auto;
    }

    .flutter_app_choice.enterprises-top-sweden.healthcare-app-features .scroll-accordion {
        height: 300px;
    }

    .healthcare-app-tabs ul {
        margin-bottom: 40px;
    }

    .top_health_features.stream-app-manchester.healthcare-structured .medical_item {
        justify-content: start;
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .reimagine-health .reimagine-health-box {
        padding: 30px 20px;
        aspect-ratio: unset;
        border-radius: 40px;
    }
    .reimagine-health .reimagine-health-box .img {
        right: unset;
        position: relative;
        margin-top: 30px;
    }
    .reimagine-health .reimagine-health-box .img img {
        height: 500px;
        width: auto;
    }
    .compiledriven-slider .compile-slider {
        height: 100%;
        padding-bottom: 70px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .compiledriven-slider
        .compile-slider
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 22px;
        width: 22px;
    }
    .compiledriven-slider .compile-slider .swiper-pagination .swiper-pagination-bullet::before {
        content: "";
        width: 6px;
        height: 6px;
    }
    .compiledriven-slider .compile-box {
        padding: 30px 20px;
        height: 100%;
    }
    .compiledriven-slider .compile-box .compile-flex {
        margin-bottom: 20px;
    }
    .compiledriven-slider .compile-box .compile-flex .num {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .compiledriven-slider .swiper-nav-wrap {
        display: none;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev {
        left: -95px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-prev::after {
        font-size: 15px;
    }
    .compiledriven-slider .swiper-nav-wrap .custom-next::after {
        font-size: 15px;
    }
    .health-cta-2 .reimagine-health-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        border-radius: 10px;
    }
    .health-cta-2.health-cta-3 {
        aspect-ratio: unset;
    }
    .health-cta-2.health-cta-3 .reimagine-health-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        position: relative;
        z-index: 1;
    }
    .health-cta-2.health-cta-3 .reimagine-health-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }

    .flutter_app_choice.enterprises-top-sweden .accordion {
        margin-bottom: 30px;
    }
    .workflow_process.workflow-healthcare .workflow_main .workflow_process_item {
        height: auto;
    }

    .success-stories-man.healthare-portfolio .man-list {
        margin: 20px 0 20px 0;
    }

    .service_usa.healthcare_banner ul li svg {
        height: 18px;
        width: auto;
    }

    .service_usa.healthcare_banner .main-btn-sa {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        margin-bottom: 30px;
    }

    .service_usa.healthcare_banner ul {
        row-gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .service_usa.healthcare_banner ul li {
        font-size: 13px;
    }

    .healthcare-app-tabs .tab-content .tabs-list li svg {
        height: 14px;
        width: auto;
    }

    .flutter_app_choice.enterprises-top-sweden.healthcare-app-features .scroll-accordion {
        height: 330px;
        margin-bottom: 30px;
    }

    .healthcare-app-tabs ul {
        margin-bottom: 20px;
    }

    .top_health_features.stream-app-manchester.healthcare-structured .medical_item {
        justify-content: center;
        column-gap: 10px;
        row-gap: 0px;
    }
}

/* ===== from new-assets/css/mobile-app-qat_city/qat_city.css (17) ===== */

.deploy-local-growth {
    position: relative;
    z-index: 1;
}

.deploy-local-growth .main-box {
    height: 180px;
    background: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.4s ease; /* smooth transition */
}

.deploy-local-growth .main-box.box-space {
    position: relative;
    left: 60px;
}

.deploy-local-growth .main-box h5 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 31px;
}

.deploy-local-growth .main-box p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.deploy-local-growth .main-box:hover {
    background: linear-gradient(114.87deg, #051b2b 25.45%, #115b91 110.28%);
    border-color: transparent; /* optional: cleaner look */
    transform: translateY(-5px);
}

.deploy-local-growth .main-box:hover * {
    color: #fff;
}

.deploy-local-growth .img {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%); /* FIX */
    z-index: -11;
}

.tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
    position: relative;
    padding: 30px 25px;
    max-width: 700px;
    border-radius: 20px;
    border: 2px solid #f47a14;
    background: linear-gradient(135deg, #0f2a3a, #0c2230);
    color: #fff;
    margin-top: 30px;
    margin-left: 150px;
}

.tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 40px;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #0f2a3a, #0c2230);
    border-left: 2px solid #ff7a1a;
    border-top: 2px solid #ff7a1a;
    transform: rotate(45deg);
}

.new-case-temp.new-case-qatar .case-box {
    height: 770px;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .cta-temp-version-updated p {
        font-size: 15px;
        line-height: 25px;
    }

    .verified-indus .main-box .top-indus-box {
        column-gap: 20px;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 58px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 25px 20px;
    }

    .deploy-local-growth .main-box p {
        font-size: 15px;
        line-height: 25px;
    }

    .client-say .box {
        padding: 30px 25px;
    }

    .client-say .box p {
        font-size: 16px;
        line-height: 26px;
    }

    .client-say .box h3 {
        font-size: 17px;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: 730px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .cta-temp-version-updated p {
        font-size: 14px;
        line-height: 24px;
    }

    .verified-indus .main-box {
        column-gap: 20px;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 55px;
        width: auto;
    }

    .cta-temp-version-updated .box .list svg {
        height: 20px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 25px 20px;
    }

    .deploy-local-growth .main-box p {
        font-size: 15px;
        line-height: 25px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
        padding: 25px 20px;
        max-width: 570px;
        margin-left: 80px;
    }

    .client-say .box {
        padding: 30px 25px;
    }

    .client-say .box p {
        font-size: 15px;
        line-height: 25px;
    }

    .client-say .box h3 {
        font-size: 17px;
    }

    .client-say .box span {
        font-size: 17px;
    }

    .why-choose-temp-new .box .box-flex .icon svg {
        height: 22px;
        width: auto;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: 711px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .cta-temp-version-updated p {
        font-size: 13px;
        line-height: 20px;
    }

    .verified-indus .main-box {
        column-gap: 16px;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 50px;
        width: auto;
    }

    .cta-temp-version-updated .box .list ul {
        column-gap: 30px;
        row-gap: 10px;
    }

    .cta-temp-version-updated .box .list svg {
        height: 18px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 25px 20px;
    }

    .deploy-local-growth .main-box.box-space {
        left: 30px;
    }

    .main-box.box-space-right {
        right: 30px;
    }

    .deploy-local-growth .main-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
        padding: 20px 20px;
        max-width: 550px;
        margin-left: 60px;
    }

    .client-say .box {
        padding: 25px 20px;
    }

    .client-say .box p {
        font-size: 13px;
        line-height: 23px;
    }

    .client-say .box h3 {
        font-size: 16px;
    }

    .client-say .box span {
        font-size: 16px;
    }

    .why-choose-temp-new .box .box-flex .icon svg {
        height: 20px;
        width: auto;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: 680px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta-temp-version-updated .box {
        background-image: none !important;
        aspect-ratio: unset;
        background: #051b2b;
        padding: 40px 30px;
        border-radius: 20px;
    }

    .verified-indus .main-box {
        column-gap: 20px;
        justify-content: center;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 56px;
        width: auto;
    }

    .cta-temp-version-updated .box h2 {
        margin-top: 0px;
    }

    .cta-temp-version-updated p {
        font-size: 13px;
        line-height: 20px;
    }

    .cta-temp-version-updated .box .list ul {
        column-gap: 30px;
        row-gap: 10px;
    }

    .cta-temp-version-updated .box .list svg {
        height: 18px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 25px 20px;
        height: 120px;
    }

    .deploy-local-growth .main-box.box-space {
        left: 0px;
    }

    .deploy-local-growth .img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: -11;
        margin-top: 20px;
        text-align: center;
    }

    .main-box.box-space-right {
        right: 0px;
    }

    .deploy-local-growth .main-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
        padding: 15px 20px;
        max-width: 420px;
        margin-left: 40px;
        margin-top: 10px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box p {
        font-size: 12px;
        line-height: 19px;
    }

    .client-say .box {
        padding: 25px 20px;
    }

    .client-say .box p {
        font-size: 13px;
        line-height: 23px;
    }

    .client-say .box h3 {
        font-size: 16px;
    }

    .client-say .box span {
        font-size: 16px;
    }

    .why-choose-temp-new .box .box-flex .icon svg {
        height: 20px;
        width: auto;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: auto;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul {
        flex-wrap: wrap;
        width: auto;
        justify-content: start;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul .nav-link {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cta-temp-version-updated .box {
        background-image: none !important;
        aspect-ratio: unset;
        background: #051b2b;
        padding: 30px 20px;
        border-radius: 20px;
    }

    .verified-indus .main-box {
        column-gap: 20px;
        justify-content: center;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 54px;
        width: auto;
    }

    .cta-temp-version-updated .box h2 {
        margin-top: 0px;
    }

    .cta-temp-version-updated p {
        font-size: 13px;
        line-height: 20px;
    }

    .cta-temp-version-updated .box .list ul {
        column-gap: 30px;
        row-gap: 10px;
    }

    .cta-temp-version-updated .box .list svg {
        height: 18px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 25px 20px;
        height: 120px;
    }

    .deploy-local-growth .main-box.box-space {
        left: 0px;
    }

    .deploy-local-growth .img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: -11;
        margin-top: 20px;
        text-align: center;
    }

    .main-box.box-space-right {
        right: 0px;
    }

    .deploy-local-growth .main-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
        padding: 15px 20px;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 30px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box p {
        font-size: 12px;
        line-height: 19px;
    }

    .client-say .box {
        padding: 25px 20px;
    }

    .client-say .box p {
        font-size: 13px;
        line-height: 23px;
    }

    .client-say .box h3 {
        font-size: 16px;
    }

    .client-say .box span {
        font-size: 16px;
    }

    .why-choose-temp-new .box .box-flex .icon svg {
        height: 20px;
        width: auto;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: auto;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul {
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul .nav-link {
        font-size: 17px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .cta-temp-version-updated .box {
        background-image: none !important;
        aspect-ratio: unset;
        background: #051b2b;
        padding: 30px 20px;
        border-radius: 10px;
    }

    .verified-indus .main-box {
        column-gap: 20px;
        justify-content: center;
    }

    .verified-indus .main-box .top-indus-box {
        border-radius: 10px;
        padding: 10px 8px;
    }

    .verified-indus .main-box .top-indus-box img {
        height: 43px;
        width: auto;
    }

    .cta-temp-version-updated .box h2 {
        margin-top: 0px;
    }

    .cta-temp-version-updated p {
        font-size: 13px;
        line-height: 20px;
    }

    .cta-temp-version-updated .box .list ul {
        column-gap: 30px;
        row-gap: 10px;
    }

    .cta-temp-version-updated .box .list svg {
        height: 18px;
        width: auto;
    }

    .deploy-local-growth .main-box {
        padding: 20px 20px;
        height: auto;
    }

    .deploy-local-growth .main-box.box-space {
        left: 0px;
    }

    .deploy-local-growth .img {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: -11;
        margin-top: 20px;
        text-align: center;
    }

    .deploy-local-growth .main-box h5 {
        font-size: 17px;
        line-height: 27px;
    }

    .main-box.box-space-right {
        right: 0px;
    }

    .deploy-local-growth .main-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box {
        padding: 15px 20px;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 30px;
    }

    .tekrevol-home-discovery.b2b-portal-seamless.flutter-approach.qat_city-process .custom-box p {
        font-size: 12px;
        line-height: 19px;
    }

    .client-say .box {
        padding: 25px 20px;
    }

    .client-say .box p {
        font-size: 13px;
        line-height: 23px;
    }

    .client-say .box h3 {
        font-size: 16px;
    }

    .client-say .box span {
        font-size: 16px;
    }

    .why-choose-temp-new .box .box-flex .icon svg {
        height: 20px;
        width: auto;
    }

    .new-case-temp.new-case-qatar .case-box {
        height: auto;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul {
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
    }

    .healthcare-app-tabs.features-build.buss-qatar ul .nav-link {
        font-size: 15px;
    }

    .health-cta-2.ecomm-cta.cta-want-talk .reimagine-health-box {
        background: #051b2b;
    }
}

/* ===== from new-assets/css/flutter-app/flutter-app.css (16) ===== */

.tekrevol-home-discovery.flutter-approach {
    padding-top: 100px;
}

.tekrevol-home-discovery.flutter-approach .card-body {
    background: #062738;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 50px 50px 0;
    padding: 100px 65px 50px;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body .discovery-bg,
.tekrevol-home-discovery.flutter-approach .card-body .discovery-bg {
    display: none;
}

.tekrevol-home-discovery.flutter-approach .accordion.width .card {
    height: 650px;
}

.tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
    min-height: 750px;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body {
    width: calc(100vw - 720px);
    padding: 30px 55px 50px;
    height: 700px;
    border-radius: 0;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap {
    max-width: 850px;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul {
    margin-top: 20px;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li {
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
}

.tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 7px;
    left: -8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBmaWxsPSIjRjQ3QTFGIiBkPSJNOC43MyAxNC4xM2EuODM2LjgzNiAwIDAgMS0uNTY0LS4yODNMNC43NzggMTAuNDZhLjg0Ny44NDcgMCAwIDEgMS4xMy0xLjEzbDIuNzg5IDIuNzkgOS42MzQtOS41NjZhLjg0Ny44NDcgMCAwIDEgMS4xMyAxLjEzTDkuMjk1IDEzLjg0N2EuODM2LjgzNiAwIDAgMS0uNTY1LjI4M1oiLz48cGF0aCBmaWxsPSIjRjQ3QTFGIiBkPSJNMTAuNDI1IDIwLjYyNGExMC4xNjQgMTAuMTY0IDAgMCAxLTguODg4LTUuMjYzQTkuODI2IDkuODI2IDAgMCAxIC4zMjggMTEuNTFhMTAuMTY1IDEwLjE2NSAwIDAgMSA1LjE5NS05Ljk1QTkuODI2IDkuODI2IDAgMCAxIDkuMzc1LjM1MmExMC4wNTIgMTAuMDUyIDAgMCAxIDQuMDA5LjM4NC44NDcuODQ3IDAgMSAxLS40ODYgMS42MTUgOC41ODMgOC41ODMgMCAwIDAtMy4zODgtLjMxNyA4LjQ3IDguNDcgMCAwIDAtNS42OTIgMy4wODMgOC4zOCA4LjM4IDAgMCAwLTEuODUyIDYuMjI0IDguNDcgOC40NyAwIDAgMCAzLjA4MyA1LjY5MiA4LjM3OSA4LjM3OSAwIDAgMCA2LjIyMyAxLjg1MiA4LjQ3IDguNDcgMCAwIDAgNS42OTItMy4wODMgOC4zOCA4LjM4IDAgMCAwIDEuODUyLTYuMjIzLjg5Ljg5IDAgMSAxIDEuNzczLS4xNyAxMC4xNjUgMTAuMTY1IDAgMCAxLTUuMjA2IDkuOTUgOS44MjUgOS44MjUgMCAwIDEtMy45MDggMS4yNjVoLTEuMDVaIi8+PC9zdmc+");
}

.tekrevol-home-discovery.ecomm-process-bar .collapse.show {
    width: calc(100vw - 720px) !important;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .dream_moobilecta .dream_moobilecta_main,
    .transform_app_cta .transform_app_main {
        aspect-ratio: 2.614379085;
        padding: 0 60px;
    }
    .transform_app_cta .transform-app-img {
        top: -35px;
        right: 15%;
    }
    .transform_app_cta .transform-app-img img {
        height: 500px;
        width: auto;
    }
    .flutter_app_choice .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button {
        font-size: 18px;
        line-height: 22px;
    }
    .tekrevol-home-discovery.flutter-approach {
        padding-top: 70px;
    }
    .tekrevol-home-discovery.flutter-approach .card-body {
        padding: 75px 55px 40px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card {
        height: 550px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
        min-height: 600px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body {
        width: calc(100vw - 610px);
        padding: 25px 45px 30px;
        height: 700px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body .content-wrap {
        max-width: 800px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body .content-wrap ul {
        margin-top: 20px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body .content-wrap ul li {
        margin-bottom: 7px;
        padding-left: 20px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar
        .card-body
        .content-wrap
        ul
        li::before {
        top: 6px;
        left: -8px;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .tekrevol-home-discovery.ecomm-process-bar .collapse.show {
        width: calc(100vw - 610px) !important;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img img {
        height: 430px;
        width: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .dream_moobilecta .dream_moobilecta_main,
    .transform_app_cta .transform_app_main {
        aspect-ratio: 2.614379085;
        padding: 0 50px;
    }
    .transform_app_cta .transform-app-img {
        top: -35px;
        right: 15%;
    }
    .transform_app_cta .transform-app-img img {
        height: 450px;
        width: auto;
    }
    .flutter_app_choice .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button {
        font-size: 16px;
        line-height: 20px;
    }
    .tekrevol-home-discovery.flutter-approach {
        padding-top: 60px;
    }
    .tekrevol-home-discovery.flutter-approach .card-body {
        padding: 60px 45px 30px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card {
        height: 450px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
        min-height: 500px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body {
        width: calc(100vw - 400px);
        padding: 25px 30px 30px;
        height: 750px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body .content-wrap {
        max-width: 700px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul {
        margin-top: 20px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .card-body .content-wrap ul li {
        margin-bottom: 7px;
        padding-left: 20px;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar
        .card-body
        .content-wrap
        ul
        li::before {
        top: 6px;
        left: -8px;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .collapse.show {
        width: calc(100vw - 400px) !important;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img img {
        height: 400px;
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .transform_app_cta .transform_app_main {
        aspect-ratio: unset;
        padding: 50px 40px;
        background-image: none !important;
        background: #001b28;
    }
    .transform_app_cta .transform-app-img {
        position: relative;
        right: unset;
        top: unset;
    }
    .transform_app_cta .transform-app-img img {
        height: 450px;
        width: auto;
    }
    .flutter_app_choice .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button {
        font-size: 16px;
        line-height: 20px;
    }
    .tekrevol-home-discovery.flutter-approach {
        padding-top: 50px;
    }
    .tekrevol-home-discovery.flutter-approach .card-body {
        padding: 50px 40px 30px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card {
        height: 400px;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
        min-height: 450px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body {
        width: calc(100vw - 400px);
        padding: 20px;
        height: unset;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap {
        max-width: 700px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul {
        margin-top: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li {
        margin-bottom: 0;
        padding-left: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li::before {
        top: 6px;
        left: -8px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .collapse.show {
        width: calc(100vw - 400px) !important;
    }
    .dream_moobilecta .dream_moobilecta_main {
        aspect-ratio: unset;
        padding: 40px;
        background-image: none !important;
        background: #001b28;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img img {
        height: 310px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dream_moobilecta .dream_moobilecta_main,
    .transform_app_cta .transform_app_main {
        aspect-ratio: unset;
        padding: 30px;
        background-image: none !important;
        background: #001b28;
    }
    .transform_app_cta .transform-app-img {
        position: relative;
        right: unset;
        top: unset;
    }
    .transform_app_cta .transform-app-img img {
        height: 400px;
        width: auto;
    }
    .flutter_app_choice .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 18px;
    }
    .tekrevol-home-discovery.flutter-approach {
        padding-top: 30px;
    }
    .tekrevol-home-discovery.flutter-approach .card-body {
        padding: 50px 40px 30px;
        border-radius: unset;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card {
        height: unset;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
        min-height: 100%;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body {
        width: 100%;
        padding: 0 20px 20px;
        height: unset;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap {
        max-width: 700px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul {
        margin-top: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li {
        margin-bottom: 0;
        padding-left: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li::before {
        top: 5px;
        left: -7px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .collapse.show {
        width: 100% !important;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img img {
        height: 270px;
        width: auto;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .service_usa.flutter-new-banner {
        background-image: none !important;
        background: #001b28;
    }
    .service_usa.flutter-new-banner .banenr_content {
        padding-bottom: 10px;
    }
    .dream_moobilecta .dream_moobilecta_main,
    .transform_app_cta .transform_app_main {
        aspect-ratio: unset;
        padding: 30px 20px;
        background-image: none !important;
        background: #001b28;
    }
    .transform_app_cta .transform-app-img {
        position: relative;
        right: unset;
        top: unset;
    }
    .transform_app_cta .transform-app-img img {
        height: 350px;
        width: auto;
    }
    .flutter_app_choice .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button {
        font-size: 13px;
        line-height: 17px;
        padding-bottom: 5px;
    }
    .flutter_app_choice .accordion .accordion-item .accordion-header button:after {
        width: 15px;
        height: 13px;
        background-size: contain;
    }
    .tekrevol-home-discovery.flutter-approach {
        padding-top: 30px;
    }
    .tekrevol-home-discovery.flutter-approach .card-body {
        padding: 0 20px 20px;
        border-radius: unset;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card {
        height: unset;
    }
    .tekrevol-home-discovery.flutter-approach .accordion.width .card .card-header {
        min-height: 100%;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body {
        width: 100%;
        padding: 0 20px 20px;
        height: unset;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap {
        max-width: 700px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul {
        margin-top: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li {
        margin-bottom: 0;
        padding-left: 20px;
    }
    .tekrevol-home-discovery.ecomm-process-bar .card-body .content-wrap ul li::before {
        top: 5px;
        left: -7px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .tekrevol-home-discovery.flutter-approach.ecomm-process-bar .collapse.show {
        width: 100% !important;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img {
        position: relative;
        top: unset;
        bottom: unset;
        display: none;
    }
    .dream_moobilecta .dream_moobilecta_main .dream_moobilecta-img img {
        height: 270px;
        width: auto;
    }
}

/* ===== from new-assets/css/it-staff-augmentation/it-staff.css (16) ===== */

.top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
    justify-content: unset;
    column-gap: 35px;
}

.top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 40px;
}

.trusted_ecommerce_web.it-why-choose .trusted_ecomm_box .ecomm_svg {
    margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 200px;
        padding: 25px 20px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 65px;
        width: auto;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .specialize_areas_it
        .special-area-main.special-area-tech
        .special-area-item
        .special-box
        .special-content
        img {
        margin-bottom: 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
    }
    .high_demand_slider.hire-emerging-slider
        .hire-emerging-slider-main
        .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
    }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 35px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 66px;
        width: auto;
    }
    .it_stress_process .stress-box {
        padding: 30px 20px;
    }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
    }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 200px;
        padding: 25px 20px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 55px;
        width: auto;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 17px;
        line-height: 24px;
    }
    .specialize_areas_it
        .special-area-main.special-area-tech
        .special-area-item
        .special-box
        .special-content
        img {
        margin-bottom: 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
    }
    .high_demand_slider.hire-emerging-slider
        .hire-emerging-slider-main
        .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
    }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 35px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 66px;
        width: auto;
    }
    .it_stress_process .stress-box {
        padding: 30px 20px;
    }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
    }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 180px;
        padding: 25px 20px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 50px;
        width: auto;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 16px;
        line-height: 23px;
    }
    .specialize_areas_it
        .special-area-main.special-area-tech
        .special-area-item
        .special-box
        .special-content
        img {
        height: 60px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
    }
    .high_demand_slider.hire-emerging-slider
        .hire-emerging-slider-main
        .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
    }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 25px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 60px;
        width: auto;
    }
    .it_stress_process .stress-box {
        padding: 30px 20px;
    }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
    }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 160px;
        padding: 20px 10px;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 10px;
        height: 45px;
        width: auto;
    }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 14px;
        line-height: 22px;
    }
    .specialize_areas_it
        .special-area-main.special-area-tech
        .special-area-item
        .special-box
        .special-content
        img {
        height: 50px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
    }
    .high_demand_slider.hire-emerging-slider
        .hire-emerging-slider-main
        .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 20px 20px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 10px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 25px;
        width: auto;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-icon svg {
        height: 50px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
    }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 14px;
        line-height: 27px;
    }
    .it-staff-table .features-comparison .features-list .features-header,
    .it-staff-table .features-comparison .features-list .features-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 15px;
    }
    .it-staff-table .features-comparison .features-list .features-header span,
    .it-staff-table .features-comparison .features-list .features-row span {
        flex: unset;
        width: 100%;
        text-align: left;
    }
    .it-staff-table .features-comparison .features-list .features-header span:first-child,
    .it-staff-table .features-comparison .features-list .features-row span:first-child {
        font-weight: bold;
    }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 0px;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 35px;
        row-gap: 30px;
        justify-content: center;
    }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 50px;
        width: auto;
    }
    .it_stress_process .stress-box {
        padding: 25px 20px;
    }
    .it_stress_process .stress-box .num {
        font-size: 15px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
    }
    .it_stress_process .stress-box .content h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .it_stress_process .stress-box .content p {
        font-size: 13px;
        line-height: 22px;
    }
}

.top_health_features .medical_item {
    align-items: center;
    display: flex;
    margin-top: 30px;
    column-gap: 35px;
    justify-content: unset;
}

.top_health_features .medical_item .nav-link {
    align-items: center;
    border: 2px solid #314252;
    border-radius: 50px;
    color: #314252;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 66px;
    justify-content: center;
    line-height: 60px;
    padding: 20px;
    text-align: center;
    transition: 0.2s ease-in-out;
    width: 374px;
}

.top_health_features .medical_item .nav-link.active {
    background-color: #f47a1f;
    border: 2px solid #f47a1f;
    color: #fff;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .top_health_features .medical_item .nav-link {
        font-size: 18px;
        height: 60px;
        line-height: 55px;
        padding: 20px;
        width: 340px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .top_health_features .medical_item .nav-link {
        font-size: 17px;
        height: 55px;
        line-height: 50px;
        padding: 20px;
        width: 315px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .top_health_features .medical_item .nav-link {
        font-size: 15px;
        height: 50px;
        line-height: 45px;
        padding: 20px;
        width: 290px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .top_health_features .medical_item .nav-link {
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
    }
    .top_health_features .medical_item {
        column-gap: 25px;
    }
}

@media (min-width: 667px) and (max-width: 899px) {
    .top_health_features .medical_item .nav-link {
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
    }
    .top_health_features .medical_item {
        column-gap: 0px;
    }
}

@media (min-width: 0px) and (max-width: 666px) {
    .top_health_features .medical_item .nav-link {
        font-size: 12px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
        margin-top: 20px;
    }
}

/* ===== Houston page sheets (full; deferred) ===== */

/* --- new-assets/css/h_city-app-revamp/h_city-app.css --- */
.mvp-company .mvp-main {
    display: flex;
    gap: 20px;
}

.mvp-company .mvp-main .mvp-card {
    background: #051827;
    border-radius: 16px;
    padding: 30px;
    height: 450px; /* fixed height */
    flex: 1; /* all cards same base width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition:
        flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.6s ease;
    border-radius: 30px;
}

/* ONLY HEADING VISIBLE INITIALLY */
.mvp-card p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
        opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #fff;
}

.mvp-card h3 {
    color: #fff;
}

.mvp-company .mvp-card.active {
    flex: 1.5;
    background: #f47a14;
}

.mvp-company .mvp-card .icon svg path {
    fill: #f47a14;
}

.mvp-company .mvp-card.active .icon svg path {
    fill: #fff;
}

/* SHOW CONTENT FOR ACTIVE */
.mvp-card.active p {
    opacity: 1;
    max-height: 350px; /* or something large enough */
}

/* Hover effect */
.mvp-company .mvp-card:hover {
    flex: 1.5;
    background: #f47a14;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.success-stories-man.success-houston .man-list {
    background: transparent;
}

.clutch-clients .google-box {
    padding: 40px 30px;
    background: #ffffff;
    border-top: 5px solid #f47a1f;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
}

.clutch-clients .google-box .google-main {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.clutch-clients .google-box .google-main .google-content h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.clutch-clients .google-box .google-main .google-content h4 {
    margin-bottom: 10px;
    color: #4285f4;
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}

.clutch-clients .google-box .google-main .google-content .rating-main {
    display: flex;
}

.clutch-clients .google-box .google-main .google-content span svg {
    margin-left: 10px;
}

.clutch-clients .google-box .google-main .google-content .text-grey {
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1.125rem);
    color: #898989;
    display: block;
}

.clutch-clients .clutch-client-slider {
    height: 100%;
}

.clutch-clients .clutch-client-slider .swiper-slide {
    height: unset;
}

/* Force the wrapper to move at a constant rate */
.clutch-clients .clutch-client-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    margin: 0 auto;
}

.clutch-clients .slider-box {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
}

.clutch-clients .slider-box p {
    font-size: clamp(0.8125rem, 0.7625rem + 0.25vw, 1.0625rem);
    line-height: normal;
}

.clutch-clients .slider-box .client-info {
    margin-top: 20px;
}

.clutch-clients .slider-box .client-info h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1.125rem);
    line-height: 1.2;
    margin-top: 20px;
}

.clutch-clients .slider-box .client-info span {
    font-size: clamp(0.8125rem, 0.75rem + 0.3125vw, 1.125rem);
    color: #898989;
    display: block;
    margin-bottom: 20px;
}

/* The Card Structure */
.review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    text-align: left;
}

/* Header Section */
.card-header {
    background: #002e33;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.clutch-logo {
    font-weight: 700;
    font-size: 18px;
}
.header-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

/* Body Section */
.card-body {
    padding: 40px;
}

.project-main-title {
    font-size: 22px;
    color: #00424a;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.grid-layout {
    display: grid;
    grid-template-columns: 180px 1fr 200px;
    gap: 30px;
}

/* Left Col: Project Details */
.label-title {
    font-size: 11px;
    font-weight: 800;
    color: #999;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.detail-text {
    font-size: 13px;
    color: #666666;
    margin-bottom: 6px;
}
.summary {
    font-size: 13px;
    line-height: 1.6;
    color: #333333;
    margin-top: 15px;
}

/* Middle Col: The Rating Box & Review */
.rating-flex {
    display: flex;
    gap: 25px;
}

.score-card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
}
.score-card h2 {
    font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}
.stars-red {
    color: #ff3b30;
    font-size: 18px;
    margin-bottom: 15px;
}

.metric {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 4px;
}

.review-content h3 {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    line-height: 1.3;
    margin: 0 0 10px 0;
    color: #00424a;
}
.date-stamp {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}
.review-paragraph {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.5;
}

/* Right Col: Reviewer Info */
.reviewer-col {
    border-left: 1px solid #eee;
    padding-left: 25px;
}
.reviewer-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.meta-info {
    font-size: 13px;
    color: #777;
    margin-top: 15px;
    line-height: 2;
}
.verified {
    color: #2ecc71;
    font-weight: 600;
}

.clutch-official-sec .swiper-button-next,
.clutch-official-sec .swiper-button-prev {
    background: #f47a14;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.clutch-official-sec .swiper-button-next:after,
.clutch-official-sec .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.clutch-official-sec .swiper-button-next {
    right: 100px;
}

.clutch-official-sec .swiper-button-prev {
    left: 100px;
}

/* new case */

.case-studies-temp-3 .box {
    background: #fafafc;
    border-radius: 30px;
    padding: 70px 50px;
}

.case-studies-temp-3 .box ul li {
    color: #717783;
    position: relative;
    padding-left: 10px;
}

.case-studies-temp-3 .box ul {
    margin: 20px 0 20px 0;
}

.case-studies-temp-3 .box ul li:after {
    position: absolute;
    content: "";
    left: -8px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #717783;
    border-radius: 100px;
}

.meet-asim-cta.meet-abeer-cta .box {
    padding-right: 40px;
    aspect-ratio: 1550 / 677;
}

/* Footer */
/* .card-footer { text-align: center; margin-top: 30px; } */

/* trusted slider sec */

.trusted-leaders-energy {
    padding: 50px 0;
}

.trusted-leaders-energy hr {
    margin: 30px 0;
    color: #898989;
    height: 1px;
}

.trusted-leaders-energy .top-img {
    /* border: 1px solid #f47a14; */
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}

.trusted-leaders-energy .rating-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-leaders-energy .rating-lead .rating-item {
    position: relative;
}

.trusted-leaders-energy .rating-lead .rating-item:after {
    position: absolute;
    content: "";
    background: #bababa;
    height: 35px;
    width: 1px;
    right: -100px;
    top: 0;
}

.trusted-leaders-energy .rating-lead .rating-item:last-child:after {
    content: unset;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content {
    display: flex;
    align-items: center;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 strong {
    color: #898989;
    font-weight: 600;
}

.trusted-leaders-energy .rating-lead .rating-item .rating-content span {
    margin-right: 7px;
}

.locationgcc_banner.hosuton_banner.houston-updated-banner {
    padding: 100px 0 60px 0;
    height: unset;
}

.locationgcc_banner.hosuton_banner .achivements-main {
    display: flex;
    column-gap: 20px;
}

.locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
    background: rgba(0, 0, 0, 0.004);
    border-radius: 20px;
    padding: 20px 15px;
    border: 1px solid #ffffff3b;
}

.locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .flex {
    display: flex;
    column-gap: 10px;
}

.locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .content h3 {
    margin-bottom: 0;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
    font-weight: 600;
    color: #f47a14;
    line-height: 1.4;
    margin-bottom: 5px;
}

.locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .content p {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(0.8125rem, 0.775rem + 0.1875vw, 1rem);
    line-height: 1.4;
}

.trusted_ecommerce_web.ecommerce_why_choose.serv-temp-new .trusted_ecomm_box {
    background: #062738;
    border-radius: 20px;
    text-align: left;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .mvp-company .mvp-main .mvp-card {
        height: 420px;
        padding: 20px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 60px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .success-stories-man.success-houston .man-story-content > p {
        font-size: 16px;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 30px;
        width: auto;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 300px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -60px;
        height: 31px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .mvp-company .mvp-main .mvp-card {
        height: 350px;
        padding: 20px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 55px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }
    .success-stories-man.success-houston .man-story-content > p {
        font-size: 15px;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 30px;
        width: auto;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 300px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }
    .clutch-official-sec .swiper-button-next {
        right: -50px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -50px;
    }

    .case-studies-temp-3 .box {
        padding: 60px 40px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .trusted-leaders-energy {
        padding: 40px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -50px;
        height: 30px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mvp-company .mvp-main .mvp-card {
        height: 350px;
        padding: 20px 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 50px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 25px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 250px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .grid-layout {
        grid-template-columns: 1fr 200px; /* Remove the tiny left column, merge it */
    }
    .project-info {
        grid-column: 1 / span 2;
        display: flex;
        gap: 40px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        right: -40px;
    }

    .clutch-official-sec .swiper-button-prev {
        left: -40px;
    }

    .case-studies-temp-3 .box {
        padding: 50px 30px;
        border-radius: 20px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 30px;
        aspect-ratio: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        right: -16px;
        height: 28px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 20px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mvp-company .mvp-main {
        display: block;
    }

    .mvp-company .mvp-main .mvp-card {
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 50px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box {
        border-radius: 10px;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box .img img {
        height: 350px;
        width: auto;
    }

    .clutch-clients .google-box {
        padding: 30px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 25px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 30px 20px;
    }

    .clutch-clients .slider-box p {
        height: 250px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }

    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .reviewer-col {
        border-left: none;
        border-top: 1px solid #eee;
        padding-left: 0;
        padding-top: 20px;
    }
    .project-info {
        flex-direction: column;
        gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .case-studies-temp-3 .box {
        padding: 50px 30px;
        border-radius: 10px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 20px;
        aspect-ratio: unset;
    }

    .trusted-leaders-energy {
        padding: 35px 0;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 18px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner .achivements-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .flex {
        align-items: center;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 80px 0 60px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .mvp-company .mvp-main {
        display: block;
    }

    .mvp-company .mvp-main .mvp-card {
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .mvp-company .mvp-main .mvp-card .icon svg {
        height: 45px;
        width: auto;
    }

    .mvp-card.active p {
        max-height: unset;
    }

    .success-stories-man.success-houston .swiper-button-prev.custom-prev,
    .success-stories-man.success-houston .swiper-button-next.custom-next {
        bottom: 0;
        top: unset;
    }

    .reimagine-health.cta-h_city-new .reimagine-health-box {
        border-radius: 10px;
        background-image: none !important;
        background: #051827;
    }

    .clutch-clients .google-box {
        padding: 25px 20px;
    }

    .clutch-clients .google-box .google-main {
        display: block;
        text-align: center;
    }

    .clutch-clients .google-box .google-main .google-icon img {
        height: 100px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content span svg {
        margin-left: 10px;
        height: 20px;
        width: auto;
    }

    .clutch-clients .google-box .google-main .google-content .rating-main {
        display: flex;
        justify-content: center;
    }

    .clutch-clients .slider-box {
        padding: 25px 20px;
    }

    .clutch-clients .slider-box p {
        height: 200px;
        overflow-y: auto; /* Ensure vertical scrolling is still active */

        /* 1. For Chrome, Safari, and newer versions of Edge */
        &::-webkit-scrollbar {
            display: none;
        }

        /* 2. For Firefox */
        scrollbar-width: none;

        /* 3. For Internet Explorer and older Edge */
        -ms-overflow-style: none;
    }
    .grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card-body {
        padding: 20px;
    }
    .rating-flex {
        flex-wrap: wrap;
    }
    .review-flex-container {
        flex-direction: column;
        align-items: center;
    }
    .score-card {
        width: 100%;
        box-sizing: border-box;
    }
    .project-main-title {
        font-size: 18px;
    }
    .card-header {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .clutch-official-sec .swiper-button-next {
        display: none;
    }

    .clutch-official-sec .swiper-button-prev {
        display: none;
    }

    .case-studies-temp-3 .box {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .case-studies-temp-3 .box ul li:after {
        left: -8px;
        top: 10px;
        width: 5px;
        height: 5px;
    }

    .meet-asim-cta.meet-abeer-cta .box {
        padding-right: 20px;
        aspect-ratio: unset;
    }

    .sa-animate-btn.houston-btn {
        margin-top: 0px;
        font-size: 12px;
    }

    .trusted-leaders-energy {
        padding: 30px 0;
    }

    .trusted-leaders-energy .rating-lead {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        column-gap: 20px;
    }

    .trusted-leaders-energy .rating-lead .rating-item:after {
        content: unset;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content {
        align-items: start;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .trusted-leaders-energy .rating-lead .rating-item .rating-content span svg {
        height: 17px;
        width: auto;
    }

    .locationgcc_banner.hosuton_banner .achivements-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item .flex {
        align-items: start;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner
        .achivements-main
        .item
        .flex
        .icon
        img {
        height: 50px;
        width: auto;
        margin-top: 0;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner {
        padding: 100px 0 50px 0;
        height: unset;
    }

    .locationgcc_banner.hosuton_banner.houston-updated-banner .achivements-main .item {
        padding: 20px 10px;
    }
}

@media (min-width: 0px) and (max-width: 400px) {
    .sa-animate-btn.houston-btn {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }

    .mobile-client-slider .main-client .test-item .content .details .detail-item {
        flex-wrap: wrap;
    }
}

/* --- new-assets/css/lp/app-aus_city.css --- */
.lp-poc-banner.lp-poc-custom .list-banner ul li {
    font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem);
    color: #0f172acc;
}

.lp-poc-banner.lp-poc-custom .list-banner ul li svg {
    margin-right: 5px;
}

.lp-poc-banner.lp-poc-custom .banner-btn a {
    border-radius: 10px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 120, 0, 0.6);
    }
    70% {
        transform: scale(1.01);
        box-shadow: 0 0 0 12px rgba(255, 120, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}

.lp-poc-banner.lp-poc-custom .banner-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: start;
}

.lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn {
    background: #fff;
    color: #314252;
    border: 1px solid #e5e7eb;
}

.austin-business .box {
    padding: 30px 25px;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #f3f4f6;
    box-shadow:
        0px 10px 15px -3px rgba(229, 231, 235, 0.5),
        0px 4px 6px -4px rgba(229, 231, 235, 0.5);
}

.austin-business .box p {
    margin-bottom: 0;
}

.austin-business .box h5 {
    margin-bottom: 10px;
}

/* Swiper Pagination */
.success-stories-man .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    display: none;
}

/* Default bullets */
.success-stories-man .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    /* light gray */
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
    position: relative;
}

/* Active bullet with black center and pink ring via ::after */
.success-stories-man .swiper-pagination-bullet-active {
    background: #000;
    /* black center */
}

.success-stories-man .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    /* outer ring size */
    height: 25px;
    border: 1px solid #f03a5f;
    /* pink ring */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.success-stories-man .swiper-button-prev.custom-prev {
    left: unset;
    right: 100px;
    top: 9%;
    width: 72px;
    height: 72px;
}

.success-stories-man .swiper-button-next.custom-next {
    top: 9%;
    width: 72px;
    height: 72px;
}

/* Hide Swiper default arrow icons, show only SVG */
.success-stories-man .swiper-button-prev:after,
.success-stories-man .swiper-button-next:after {
    display: none !important;
}

.success-stories-man .swiper-button-prev svg,
.success-stories-man .swiper-button-next svg {
    display: block;
    transition: all 0.5s ease-in-out;
    fill: #fff;
}

.swiper-button-next svg:hover circle,
.swiper-button-prev svg:hover circle {
    stroke: #f47a1f;
}

.success-stories-man .swiper-button-next svg:hover path,
.success-stories-man .swiper-button-prev svg:hover path {
    fill: #f47a1f;
}
.success-stories-man h2 {
    margin-bottom: 50px;
}

.success-stories-man .man-container {
    aspect-ratio: 1220 / 612;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 80px;
    background: linear-gradient(266.32deg, #000e15 15.06%, #071b27 60.42%, #071b27 85.1%);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.success-stories-man .man-story-content h3 {
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.success-stories-man .man-story-content p {
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
    color: #fff;
    margin: 0;
}

.success-stories-man .man-list {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #31425257;
    padding: 18px;
    border-radius: 10px;
    margin: 60px 0px 30px 0px;
}

.success-stories-man .man-list-content h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.success-stories-man .man-list-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.success-stories-man .man-list-content {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.success-stories-man .man-list-content:last-child {
    border-right: none;
    padding-right: 0px;
}

.success-stories-man .man-view-portfolio {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}

.success-stories-man .man-view-portfolio:hover {
    color: #f47a1f;
    transition: all 0.5s ease-in-out;
}

.success-stories-man .man-card-img {
    text-align: center;
}

.pure-man-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    border-radius: 30px;
}

.austin-business.partner-austin-mob .box {
    height: auto;
}

.austin-business.partner-austin-mob .box p {
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: normal;
}

.austin-business.partner-austin-mob .box h5 {
    font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
    line-height: normal;
}

.austin-business.partner-austin-mob .sticky {
    position: sticky;
    top: 10px;
}

.gain-tek ul li {
    color: #fff;
    margin-bottom: 10px;
}

.gain-tek ul li svg {
    margin-right: 7px;
}
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 70px;
    position: relative;
    z-index: 11;
}

.steps-wrapper:after {
    position: absolute;
    top: 23%;
    background: #e5e7eb;
    width: 100%;
    height: 2px;
    content: "";
    z-index: -1;
}
.step {
    flex: 1;
    /* max-width: 200px; */
    text-align: center;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #f47a14;
    color: #f47a14;
    font-size: clamp(1.0625rem, 0.5948rem + 0.7543vw, 1.5rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: 0.3s ease-in-out;
}

.circle:hover {
    background: #f47a14;
    color: #fff;
}

.step h5 {
    font-size: clamp(0.9375rem, 0.7371rem + 0.3233vw, 1.125rem);
    line-height: normal;
}

.step p {
    margin-bottom: 0;
    font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem);
    line-height: normal;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 20%;
}

.methodology-section.methodology-lp-mvp .step p {
    max-width: 50%;
    margin: 0 auto;
}

.cta-austin a.border_btn {
    border-radius: 10px;
}

.cta-austin .banner-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}

.cta-austin .border_btn.lp-banner-btn {
    background: transparent;
    color: #fff;
}

.featured-main-logo.featured-mvp .featured-flex ul {
    margin-left: 0;
}
.featured-main-logo.featured-mvp .featured-flex h5 {
    margin-bottom: 30px;
}

.featured-main-logo.featured-mvp .featured-flex ul li {
    padding: 0 30px 0 0;
}

.lp-building-mvp .tough-list .tough-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.lp-building-mvp .tough-list .tough-item:last-child {
    margin-bottom: 0;
}
.lp-building-mvp .tough-list .tough-item .content h3 {
    font-size: clamp(0.9375rem, 0.6034rem + 0.5388vw, 1.25rem);
    line-height: normal;
}
.mvp-stats .box {
    background: #071b27;
    padding: 50px 30px;
    border-radius: 20px;
}

.mvp-stats .box .stats-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mvp-stats .box .stats-main .stats-item {
    position: relative;
}

.mvp-stats .box .stats-main .stats-item:after {
    position: absolute;
    content: "";
    top: 0;
    right: -120px;
    background: #ffffff3b;
    height: 100%;
    width: 1px;
}

.mvp-stats .box .stats-main .stats-item:last-child:after {
    display: none;
}

.mvp-stats .box .stats-main .stats-item .num {
    font-size: clamp(1.5625rem, 0.694rem + 1.4009vw, 2.375rem);
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.mvp-stats .box .stats-main .stats-item p {
    margin-bottom: 0;
    color: #fff;
}
.startups-mvp .box {
    border-radius: 16px;
    height: 100%;
    padding: 35px 25px;
    border: 2px solid #e5e7eb;
    box-shadow:
        0px 10px 15px -3px rgba(0, 0, 0, 0.1),
        0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.startups-mvp .box .content .bottom {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}

.startups-mvp .box .content .bottom span {
    font-size: clamp(0.6875rem, 0.6207rem + 0.1078vw, 0.75rem);
    padding: 5px 10px;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
}

.startups-mvp .box .content .bottom span svg {
    margin-right: 5px;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #314252;
}

.faq-section .accordion-button {
    font-size: clamp(1rem, 0.5991rem + 0.6466vw, 1.375rem);
    color: #314252;
    padding-bottom: 0;
}

.faq-section .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.accordion-body {
    padding: 0 1rem;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    /* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 14px;
} */

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 65px;
        height: 65px;
    }

    .success-stories-man .man-container {
        padding: 40px 40px;
    }

    .success-stories-man .man-list {
        padding: 15px;
        gap: 10px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 26px;
    }

    .success-stories-man .man-list-content {
        padding-right: 10px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 22px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    /* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 13px;
} */

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 55px;
        height: 55px;
    }
    .success-stories-man .swiper-button-prev.custom-prev {
        right: 80px;
    }
    .success-stories-man .man-container {
        padding: 0px 30px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 20px;
    }

    .success-stories-man .man-list {
        margin: 40px 0px 20px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 24px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 20px;
    }

    .success-stories-man .man-card-img img {
        height: 400px;
        width: auto;
    }

    .mvp-stats .box .stats-main .stats-item:after {
        right: -90px;
    }

    .methodology-section.methodology-lp-mvp .steps-wrapper:after {
        top: 18%;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 13px;
} */

    .austin-business .box .icon svg {
        height: 45px;
        width: auto;
    }
    .austin-business.partner-austin-mob .box {
        height: 290px;
    }

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 50px;
        height: 50px;
        top: 20px;
    }
    .success-stories-man .swiper-button-prev.custom-prev {
        right: 70px;
    }

    .success-stories-man .man-container {
        padding: 0px 25px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-card-img img {
        height: 370px;
        width: auto;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .circle {
        width: 50px;
        height: 50px;
    }

    .mvp-stats .box {
        padding: 40px 30px;
    }
    .mvp-stats .box .stats-main .stats-item:after {
        right: -80px;
    }

    .methodology-section.methodology-lp-mvp .steps-wrapper:after {
        top: 18%;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .austin-business .box .icon svg {
        height: 45px;
        width: auto;
    }
    .austin-business.partner-austin-mob .box {
        height: 290px;
    }
    .circle {
        width: 45px;
        height: 45px;
    }
    .steps-wrapper:after {
        top: 17%;
    }

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 50px;
        height: 50px;
        top: 20px;
    }
    .success-stories-man .swiper-button-prev.custom-prev {
        right: 70px;
    }

    .success-stories-man .man-container {
        padding: 0px 25px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-card-img img {
        height: 370px;
        width: auto;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .mvp-stats .box {
        padding: 30px 20px;
    }
    .mvp-stats .box .stats-main .stats-item:after {
        right: -50px;
    }

    .methodology-section.methodology-lp-mvp .steps-wrapper:after {
        top: 15%;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .austin-business .box .icon svg {
        height: 40px;
        width: auto;
    }
    .austin-business.partner-austin-mob .box {
        height: 230px;
    }
    .circle {
        width: 45px;
        height: 45px;
    }
    .steps-wrapper:after {
        top: 17%;
    }

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 20px;
    }
    .success-stories-man .swiper-button-prev.custom-prev {
        right: 60px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .success-stories-man .man-container {
        padding: 30px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(
            266.32deg,
            #000e15 15.06%,
            #071b27 60.42%,
            #071b27 85.1%
        ) !important;
    }

    .success-stories-man .man-card-img {
        display: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 20px;
    }

    .mvp-stats .box {
        padding: 30px 20px;
    }
    .mvp-stats .box .stats-main .stats-item:after {
        right: -60px;
    }

    .methodology-section.methodology-lp-mvp .steps-wrapper:after {
        top: 15%;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .austin-business .box .icon svg {
        height: 40px;
        width: auto;
    }
    .austin-business.partner-austin-mob .box {
        height: auto;
    }

    .steps-wrapper {
        justify-content: center;
        gap: 50px;
        row-gap: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 100%;
    }

    .circle {
        width: 35px;
        height: 35px;
    }
    .steps-wrapper:after {
        display: none;
    }

    .gain-tek ul li svg {
        height: 18px;
        width: auto;
    }

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 20px;
    }
    .success-stories-man .swiper-button-prev.custom-prev {
        right: 60px;
    }

    .success-stories-man .swiper-button-prev.custom-prev,
    .success-stories-man .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 86px;
    }
    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
        flex-wrap: wrap;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content {
        border-left: none;
        border-right: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 15px;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 10px;
        width: auto;
    }

    .success-stories-man .man-container {
        padding: 25px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(
            266.32deg,
            #000e15 15.06%,
            #071b27 60.42%,
            #071b27 85.1%
        ) !important;
        border-radius: 10px;
    }

    .success-stories-man .man-card-img {
        display: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 20px;
    }
    .mvp-stats .box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .mvp-stats .box .stats-main {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }

    .mvp-stats .box .stats-main .stats-item:after {
        display: none;
    }

    .methodology-section.methodology-lp-mvp .steps-wrapper:after {
        display: none;
    }
    .methodology-section.methodology-lp-mvp .steps-wrapper {
        gap: 0;
        row-gap: 30px;
    }

    .methodology-section.methodology-lp-mvp .step {
        flex: 0 0 48%;
    }

    .methodology-section.methodology-lp-mvp .step p {
        max-width: 100%;
        margin: 0 auto;
    }

    .startups-mvp .box {
        padding: 30px 20px;
    }

    .startups-mvp .box .icon svg {
        height: 50px;
        width: auto;
    }

    .faq-section .accordion-button {
        line-height: normal;
    }

    .lp-poc-banner.lp-poc-custom.lp-mvp-banner {
        background-image: none !important;
        background: #000e15;
    }
}

/* --- new-assets/css/app-mia_city/mia_city.css --- */
.case-miami-portfolio .case-box {
    border-radius: 40px;
    border: 1px solid #c9c9c9;
    margin-bottom: 40px;
}

.case-miami-portfolio .case-box h3 {
    margin-bottom: 10px;
}

.case-miami-portfolio .case-box.box-left {
    padding-right: 30px;
}

.case-miami-portfolio .case-box.box-right {
    padding-left: 30px;
}

.case-miami-portfolio .case-box ul {
    margin-bottom: 30px;
}

.case-miami-portfolio .case-box ul li {
    position: relative;
    padding-left: 20px;
    color: #717783;
}

.case-miami-portfolio .case-box ul li strong {
    color: #000;
}

.case-miami-portfolio .case-box ul li:before {
    position: absolute;
    content: "";
    background: #f47a14;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    top: 13px;
    left: 0;
}

.seo_results.app-miami-process .seo-result-main .seo-result-item {
    flex: 0 0 19%;
}

.seo_results .seo-result-main .seo-result-item:last-child:after {
    align-items: center;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 40% !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='20' fill='none' viewBox='0 0 32 20'%3E%3Cpath fill='%23314252' d='M30.884 10.884a1.25 1.25 0 0 0 0-1.768l-7.955-7.955A1.25 1.25 0 1 0 21.16 2.93L28.232 10l-7.07 7.071a1.25 1.25 0 1 0 1.767 1.768l7.955-7.955ZM0 11.25h30v-2.5H0v2.5Z'/%3E%3C/svg%3E");
    background-color: #fff;
    border-radius: 50px;
    content: "";
    display: flex;
    height: 60px;
    justify-content: center;
    left: -37px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 1;
}

.mia_city-office-location .address {
    background: #f7f7f7;
    padding: 20px 15px;
    border-radius: 20px;
    max-width: 730px;
}

.mia_city-office-location .address ul {
    display: flex;
    column-gap: 20px;
}

.mia_city-office-location .address ul li {
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: normal;
    column-gap: 10px;
}

.mia_city-office-location .map_loc iframe {
    height: 660px;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 730px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 8px;
    }

    .mia_city-office-location .address ul {
        column-gap: 10px;
    }

    .mia_city-office-location .address ul li svg {
        height: 40px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: 600px;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 730px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 8px;
    }

    .mia_city-office-location .address ul {
        column-gap: 10px;
    }

    .mia_city-office-location .address ul li svg {
        height: 40px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: 555px;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item:last-child:after {
        height: 50px;
        width: 50px;
    }

    .case-miami-portfolio .case-box ul li:before {
        width: 8px;
        height: 8px;
        top: 11px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 730px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 8px;
        font-size: 12px;
    }

    .mia_city-office-location .address ul {
        column-gap: 5px;
    }

    .mia_city-office-location .address ul li svg {
        height: 40px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: 510px;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item:last-child:after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px;
    }

    .case-miami-portfolio .case-box ul li:before {
        width: 8px;
        height: 8px;
        top: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 730px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 8px;
        font-size: 12px;
    }

    .mia_city-office-location .address ul {
        column-gap: 5px;
    }

    .mia_city-office-location .address ul li svg {
        height: 40px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: 420px;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item {
        flex: 0 0 32%;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item:last-child:after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px;
    }

    .case-miami-portfolio .case-box ul li:before {
        width: 8px;
        height: 8px;
        top: 11px;
    }

    .case-miami-portfolio .case-box {
        padding: 30px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 730px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 8px;
        font-size: 12px;
    }

    .mia_city-office-location .address ul {
        column-gap: 5px;
    }

    .mia_city-office-location .address ul li svg {
        height: 40px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: 370px;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item {
        flex: 0 0 32%;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item:last-child:after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px;
    }

    .case-miami-portfolio .case-box ul li:before {
        width: 7px;
        height: 7px;
        top: 8px;
    }

    .case-miami-portfolio .case-box {
        padding: 30px 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .mia_city-office-location .address {
        padding: 20px 10px;
        max-width: 100%;
        border-radius: 10px;
    }

    .mia_city-office-location .address ul li {
        column-gap: 5px;
        font-size: 11px;
    }

    .mia_city-office-location .address ul {
        column-gap: 0px;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .mia_city-office-location .address ul li svg {
        height: 30px;
        width: auto;
    }

    .mia_city-office-location .map_loc iframe {
        height: auto;
    }

    .case-miami-portfolio .case-box ul {
        margin-bottom: 10px;
    }

    .case-miami-portfolio .case-box.box-right {
        padding-left: 20px;
    }

    .case-miami-portfolio .case-box.box-left {
        padding-right: 20px;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item {
        flex: 0 0 99%;
    }

    .seo_results.app-miami-process .seo-result-main .seo-result-item:last-child:after {
        background-size: 35% !important;
        display: block;
        height: 40px;
        left: 50%;
        right: 50%;
        top: -55px;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 40px;
    }

    .case-miami-portfolio .case-box ul li:before {
        width: 7px;
        height: 7px;
        top: 8px;
    }

    .case-miami-portfolio .case-box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .case-miami-portfolio .case-box img {
        margin-top: 30px;
    }
}

/* --- new-assets/css/mobile-app-sau_city/app-sau_city.css --- */
.launch-sau_city-cta .launch-cta-box {
    aspect-ratio: 2.6101141925;
    padding: 0 0 0 80px;
    border-radius: 40px;
}
.launch-sau_city-cta.app-agency-cta .launch-cta-box {
    aspect-ratio: 1.7329127234;
    padding: 0 60px 0 0;
    padding-left: 0;
}
.launch-sau_city-cta.trusted-app-cta .launch-cta-box {
    aspect-ratio: 2.6711185309;
}
.tekrevol__services.bahr_city-services.serv-sa-app .serv-tab .serv-item .serv-inner:hover {
    background-color: #f8f8fb;
}
.tekrevol__services.bahr_city-services.serv-sa-app
    .serv-tab
    .serv-item
    .serv-inner:hover
    .serv-inner-icon {
    opacity: 1;
}
.tekrevol__services.bahr_city-services.serv-sa-app
    .serv-tab
    .serv-item
    .serv-inner:hover
    .serv-inner-icon
    svg {
    pointer-events: none;
}
.tekrevol__services.bahr_city-services.serv-sa-app
    .serv-tab
    .serv-item
    .serv-inner:hover
    .serv-inner-icon
    svg
    path {
    fill: revert-layer;
}
.tekrevol__services.bahr_city-services.serv-sa-app .serv-tab .serv-item .serv-inner:hover h5 {
    color: #314252;
    transform: unset;
}
.tekrevol__services.bahr_city-services.serv-sa-app .serv-tab .serv-item .serv-inner:hover p {
    transform: unset;
    color: #000;
}

/* new cta */
.sa-animate-btn {
    color: #fff;
    border: 0;
    font-size: 18px;
    margin-left: 20px;
    transition: 0.2s ease-in-out;
}
.sa-animate-btn:hover {
    color: #f47a14;
}
.sa-animate-btn svg path {
    fill: #f47a14;
}

.sa-animate-btn svg {
    height: 30px;
    width: auto;
    margin-right: 5px;
    animation: ring 1s infinite;
    transform-origin: center;
}

/* @keyframes ring {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(-2deg); }
  70% { transform: rotate(2deg); }
  80%, 100% { transform: rotate(0deg); }
} */

.sidebtns-du_city .side-box ul li .sa-whatsapp {
    position: relative;
}

.sidebtns-du_city .side-box ul li .sa-whatsapp img {
    height: 65px;
    width: auto;
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.sidebtns-du_city .side-box ul li .sa-whatsapp::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(96, 214, 104, 0.6); /* WhatsApp green */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: pulse-ring 1.5s ease-out infinite;
    z-index: 1;
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.border_btn.sa-banner-animate {
    position: relative;
    min-width: 200px;
    text-align: left;
}

.border_btn.sa-banner-animate.usa-pro-btn {
    min-width: 250px;
}

.border_btn.sa-banner-animate svg {
    height: 25px;
    width: auto;
    position: absolute;
    right: 20px;
    animation: 1s infinite wobble;
    transition: 0.5s;
    top: 10px;
}

@keyframes wobble {
    0%,
    100% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

.border_btn.sa-banner-animate:hover {
    padding: 0px 25px 0px 60px;
}

.border_btn.sa-banner-animate:hover svg {
    right: calc(100% - 50px);
}

.top_health_features.it-staff-tools.sau_city-tools .medical_item .nav-link {
    width: auto;
}
.top_health_features.it-staff-tools.sau_city-tools .medical_item {
    justify-content: center;
}

/* arabic page saudia css */

.rtl {
    direction: rtl;
}

.rtl.breadcrumbs_style .container ul.breadcrumb {
    right: 15px;
}

.rtl.breadcrumbs_style .container ul.breadcrumb li:after {
    left: -35px;
    right: unset;
    transform: rotate(180deg);
}

.service_usa.rtl .banenr_content {
    padding-right: 0;
}

.rating_realestate.rtl .rating-main .rating-item .rating-flex .rating-content {
    margin-right: 20px;
    margin-left: 0;
}

.launch-sau_city-cta.rtl .launch-cta-box {
    padding: 0 60px 0 0;
}

.launch-sau_city-cta.trusted-app-cta.rtl .launch-cta-box {
    padding: 0 60px 0 0;
}

.tekrevol-home-discovery.rtl .card-body .arrow {
    left: 50px;
    right: unset;
}

.tekrevol-home-discovery.rtl .card-body .arrow svg {
    transform: rotate(180deg);
}

/* .faq_loc .services_faqs .accordion-box .accordion-item svg{
    right: unset;
    left: 0;
} */

.faq_loc.faq-loc-saudia-app .services_faqs .accordion-box .accordion-item svg {
    right: 0;
    left: unset;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .sidebtns-du_city .side-box ul li .sa-whatsapp img {
        height: 45px;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp::after {
        width: 50px;
        height: 50px;
    }
    .sa-animate-btn {
        font-size: 16px;
    }
    .sa-animate-btn svg {
        height: 27px;
    }

    .border_btn.sa-banner-animate {
        min-width: 180px;
        text-align: left;
    }

    .border_btn.sa-banner-animate.usa-pro-btn {
        min-width: 220px;
    }

    .border_btn.sa-banner-animate svg {
        height: 22px;
        right: 20px;
        top: 10px;
    }

    .top_health_features.it-staff-tools.sau_city-tools .tab-content .tech-logos-main ul li img {
        height: 55px;
        width: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .launch-sau_city-cta .launch-cta-box {
        padding: 0 0 0 60px;
    }
    .launch-sau_city-cta.app-agency-cta .launch-cta-box {
        padding: 0 50px 0 0;
    }
    .launch-sau_city-cta.trusted-app-cta .launch-cta-box {
        padding: 0 0 0 60px;
    }

    .sidebtns-du_city .side-box ul li .sa-whatsapp img {
        height: 45px;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp::after {
        width: 50px;
        height: 50px;
    }
    .sa-animate-btn {
        font-size: 15px;
    }
    .sa-animate-btn svg {
        height: 25px;
    }
    .border_btn.sa-banner-animate {
        min-width: 180px;
        text-align: left;
    }

    .border_btn.sa-banner-animate.usa-pro-btn {
        min-width: 210px;
    }

    .border_btn.sa-banner-animate svg {
        height: 18px;
        right: 28px;
        top: 10px;
    }

    .border_btn.sa-banner-animate:hover {
        padding: 0px 15px 0px 60px;
    }

    .top_health_features.it-staff-tools.sau_city-tools .tab-content .tech-logos-main ul li img {
        height: 50px;
        width: auto;
    }

    .launch-sau_city-cta.trusted-app-cta.rtl .launch-cta-box {
        padding: 0 40px 0 0;
    }

    .launch-sau_city-cta.rtl .launch-cta-box {
        padding: 0 40px 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .launch-sau_city-cta .launch-cta-box {
        padding: 30px 40px 30px 40px;
        aspect-ratio: unset;
    }
    .launch-sau_city-cta.app-agency-cta .launch-cta-box {
        padding: 30px 40px 30px 0;
        aspect-ratio: unset;
    }
    .launch-sau_city-cta.trusted-app-cta .launch-cta-box {
        padding: 30px 40px 30px 40px;
        aspect-ratio: unset;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp img {
        height: 30px;
        margin-top: 0;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp::after {
        width: 35px;
        height: 35px;
    }
    .sa-animate-btn {
        font-size: 15px;
    }
    .sa-animate-btn svg {
        height: 25px;
    }
    .border_btn.sa-banner-animate {
        min-width: 180px;
        text-align: left;
    }
    .border_btn.sa-banner-animate.usa-pro-btn {
        min-width: 210px;
    }

    .border_btn.sa-banner-animate svg {
        height: 18px;
        right: 28px;
        top: 10px;
    }

    .border_btn.sa-banner-animate:hover {
        padding: 0px 15px 0px 60px;
    }
    .rtl.breadcrumbs_style .container ul.breadcrumb li:after {
        left: -26px;
    }

    .service_usa.rtl .banenr_content {
        padding-right: 0;
        margin-top: 20px;
    }

    .launch-sau_city-cta.trusted-app-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
    }

    .launch-sau_city-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .launch-sau_city-cta .launch-cta-box {
        padding: 30px 30px 30px 30px;
        aspect-ratio: unset;
    }
    .launch-sau_city-cta.app-agency-cta .launch-cta-box {
        padding: 30px 30px 30px 30px;
        aspect-ratio: unset;
    }
    .launch-sau_city-cta.trusted-app-cta .launch-cta-box {
        padding: 30px 30px 30px 30px;
        aspect-ratio: unset;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp img {
        height: 30px;
        margin-top: 0;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp::after {
        width: 35px;
        height: 35px;
    }
    .sa-animate-btn {
        font-size: 14px;
    }
    .sa-animate-btn svg {
        height: 23px;
    }
    .border_btn.sa-banner-animate {
        min-width: 180px;
        text-align: left;
    }

    .border_btn.sa-banner-animate.usa-pro-btn {
        min-width: 210px;
    }

    .border_btn.sa-banner-animate svg {
        height: 18px;
        right: 28px;
        top: 10px;
    }

    .top_health_features.it-staff-tools.sau_city-tools .medical_item {
        column-gap: 20px;
    }
    .border_btn.sa-banner-animate:hover {
        padding: 0px 15px 0px 60px;
    }
    .tekrevol-home-discovery.rtl .accordion.width .card .card-header .svg-arrow-icon {
        left: 20px;
        right: unset;
    }
    .tekrevol-home-discovery.rtl .accordion.width .card .card-header:before {
        margin-left: 25px;
    }
    .rtl.breadcrumbs_style .container ul.breadcrumb li:after {
        left: -26px;
    }

    .service_usa.rtl .banenr_content {
        padding-right: 0;
        margin-top: 20px;
    }

    .launch-sau_city-cta.trusted-app-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
    }

    .launch-sau_city-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .launch-sau_city-cta .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        border-radius: 10px;
    }
    .launch-sau_city-cta.app-agency-cta .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        border-radius: 10px;
    }
    .launch-sau_city-cta.trusted-app-cta .launch-cta-box {
        padding: 30px 20px 30px 20px;
        aspect-ratio: unset;
        border-radius: 10px;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp img {
        height: 40px;
        margin-top: 0;
    }
    .sidebtns-du_city .side-box ul li .sa-whatsapp::after {
        width: 45px;
        height: 45px;
    }
    .sa-animate-btn {
        font-size: 13px;
        margin-left: 10px;
    }
    .sa-animate-btn svg {
        height: 22px;
    }
    .border_btn.sa-banner-animate {
        min-width: 180px;
        text-align: left;
    }

    .border_btn.sa-banner-animate.usa-pro-btn {
        min-width: 190px;
    }

    .border_btn.sa-banner-animate svg {
        display: none;
    }

    .border_btn.sa-banner-animate:hover {
        padding: 0;
    }
    .rating_realestate.rating-saudia-app .rating-main {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .rating_realestate.rating-saudia-app .rating-item {
        flex: 0 0 100%;
    }

    .top_health_features.it-staff-tools.sau_city-tools .medical_item {
        justify-content: center;
    }

    .top_health_features.it-staff-tools.sau_city-tools .medical_item .nav-link {
        width: auto;
    }

    .launch-sau_city-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
    }

    .launch-sau_city-cta.trusted-app-cta.rtl .launch-cta-box {
        padding: 30px 20px 30px 20px;
    }

    .tekrevol-home-discovery.rtl .accordion.width .card .card-header .svg-arrow-icon {
        left: 20px;
        right: unset;
    }
    .tekrevol-home-discovery.rtl .accordion.width .card .card-header:before {
        font-size: 15px;
        margin-left: 15px;
    }
    .rtl.breadcrumbs_style .container ul.breadcrumb li:after {
        left: -16px;
    }
}

@media (min-width: 0px) and (max-width: 350px) {
    .main-btn-sa {
        flex-wrap: wrap;
        display: flex;
        row-gap: 10px;
        margin-bottom: 20px;
        align-items: center;
    }
}

/* --- new-assets/css/ecommerce-app-development/ecommerce-app.css --- */
.drop-shopping-cta .drop-box {
    aspect-ratio: 2.216066482;
    padding: 0 0 0 70px;
}
.drop-shopping-cta.boost-ecomm-cta .drop-box {
    aspect-ratio: 2.9357798165;
    padding: 0 0 0 70px;
}
.tekrevol-home-discovery.telecom-process .card-body,
.tekrevol-home-discovery.telecom-process .collapse.show {
    width: calc(100vw - 600px);
}
.tekrevol-home-discovery.telecom-process.ecommerce-app-process {
    padding-top: 100px;
}
.tekrevol-home-discovery.telecom-process.ecommerce-app-process .accordion.width .card .card-header {
    min-height: 650px;
}
.tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
    padding: 70px 70px 0;
}
.successful_projects.ecommerce-app-case .web_pro_item.item-1:after {
    background: #f9f4ea;
}
.successful_projects.ecommerce-app-case .web_pro_item.item-2:after {
    background: #df5156;
}
.successful_projects.ecommerce-app-case .web_pro_item.item-3:after {
    background: #095237;
}
.successful_projects.ecommerce-app-case .web_pro_item.item-4:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    background: #000;
    z-index: -1;
    border-radius: 10px;
}

/* new revamp css */

/* ── Grid ── */
.pricing-new-wrapper .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}

/* ── Card ── */
.pricing-new-wrapper .card {
    background: linear-gradient(213.92deg, #042840 4.08%, #001727 92.17%);
    border: 1px solid #042840;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    animation: fadeUp 0.7s ease both;
    height: 100%;
}

.pricing-new-wrapper .card hr {
    color: #fff;
    margin: 0;
}

.pricing-new-wrapper .card:nth-child(1) {
    animation-delay: 0.1s;
}
.pricing-new-wrapper .card:nth-child(2) {
    animation-delay: 0.22s;
}
.pricing-new-wrapper .card:nth-child(3) {
    animation-delay: 0.34s;
}

/* glow corner */
.pricing-new-wrapper .card::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #1a6bff33;
    filter: blur(50px);
    pointer-events: none;
    transition: opacity 0.4s;
}

.pricing-new-wrapper .card:hover {
    transform: translateY(-6px);
    border-color: #2a4870;
    box-shadow:
        0 24px 60px #00000055,
        0 0 0 1px #2a487066;
}

/* featured / highlighted card */
.pricing-new-wrapper .card.featured {
    background: linear-gradient(145deg, #102234, #0d1c2e);
    border-color: var(--accent);
    box-shadow: 0 0 40px #f9731660;
}

.pricing-new-wrapper .card.featured::before {
    background: #f9731620;
    top: -40px;
    left: -40px;
}

.pricing-new-wrapper .card.featured:hover {
    box-shadow:
        0 28px 70px #00000066,
        0 0 50px var(--accent-glow);
    border-color: #fb923c;
}

/* ── Badge ── */
.pricing-new-wrapper .badge {
    display: inline-block;
    padding: 20px 15px;
    border-radius: 99px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f47a14;
    border: 1px solid #f47a14;
    color: #fff;
    transition: background 0.3s;
    text-align: center;
}

.pricing-new-wrapper .badge.orange {
    background: linear-gradient(135deg, #f97316, #ea6d0b);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 18px #f9731640;
}

/* ── Price ── */
.pricing-new-wrapper .price {
    line-height: 1;
}

.pricing-new-wrapper .price-value {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/* ── Features list ── */
.pricing-new-wrapper .features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
    flex: 1;
}

.pricing-new-wrapper .features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.pricing-new-wrapper .features li .icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f9731618;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.pricing-new-wrapper .features li .icon svg {
    width: 15px;
    height: 15px;
}

/* ── Pricing model ── */
.pricing-new-wrapper .pricing-model {
    border-top: 1px solid var(--border);
    padding-top: 1rem;
    font-size: 18px;
    color: #fff;
}

.pricing-new-wrapper .pricing-model strong {
    color: #fff;
    font-weight: 600;
}
.pricing-new-wrapper .border_btn {
    background: #1a303e;
    border: 2px solid #1a303e;
    color: #fff;
}

/* ── Animations ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: scaleX(0);
        transform-origin: left;
    }
    to {
        transform: scaleX(1);
        transform-origin: left;
    }
}

.healthcare-app-tabs.features-build ul {
    justify-content: center;
    border: 1px solid #cccccc;
    width: max-content;
    margin: 0 auto 40px;
    padding: 10px;
    border-radius: 20px;
}

.healthcare-app-tabs .nav-link:focus-visible {
    box-shadow: none;
    outline: none;
}

.healthcare-app-tabs.features-build .nav-link.active {
    background: #f47a14 !important;
    color: #fff;
}

.healthcare-app-tabs.features-build .tabs-list {
    border: none;
    margin: 0;
}

.healthcare-app-tabs.features-build .nav-link.active::after {
    content: unset;
}
.services-temp-wrapper .card {
    height: 400px;
    position: relative;
    padding: 30px 20px;
    border-radius: 20px;
    overflow: hidden; /* important */
}
.services-temp-wrapper .card .icon {
    position: absolute;
    right: 10px;
    top: 20px;
}
.services-temp-wrapper .card .head {
    position: absolute;
    bottom: 20px;
}

.services-temp-wrapper .card .back-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #021125;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

/* 🔥 Hover state */
.services-temp-wrapper .card:hover .back-box {
    opacity: 1;
    visibility: visible;
}

/* Hide front content on hover */
.services-temp-wrapper .card:hover .icon,
.services-temp-wrapper .card:hover .head {
    opacity: 0;
}

.services-temp-wrapper .card .back-box h5,
.services-temp-wrapper .card .back-box p {
    color: #fff;
}

.services-temp-wrapper .card .back-box p {
    font-size: 16px;
    line-height: 28px;
}

.choice-new-wrapper .box {
    padding: 30px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    height: 744px;
}

.choice-new-wrapper .choice_new_wrapper_slider {
    height: 100%;
}

.choice-new-wrapper .box ul {
    margin: 20px 0 20px 0;
}

.choice-new-wrapper .box .border_btn {
    height: 60px;
    line-height: 60px;
}

.choice-new-wrapper .box ul li {
    color: #45556c;
}

.choice-new-wrapper .box ul li svg {
    margin-right: 8px;
}

.health-cta-2.ecomm-cta .reimagine-health-box {
    aspect-ratio: 1600 / 479;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 0 60px;
    }
    .drop-shopping-cta.arrow-cta .drop-box img {
        height: 550px;
        width: auto;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 15px;
        line-height: 27px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: 843px;
    }

    .pricing-new-wrapper .price-value {
        font-size: 38px;
    }

    .pricing-new-wrapper .features li {
        font-size: 17px;
    }

    .pricing-new-wrapper .badge {
        padding: 18px 13px;
        font-size: 18px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process {
        padding-top: 70px;
    }
    .tekrevol-home-discovery.telecom-process .card-body,
    .tekrevol-home-discovery.telecom-process .collapse.show {
        width: calc(100vw - 500px);
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process
        .accordion.width
        .card
        .card-header {
        min-height: 500px;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
        padding: 60px 60px 0;
    }
    .successful_projects.ecommerce-app-case .web_pro_item .web_pro_content .web_pro_logo img {
        height: 80px;
        width: auto;
    }
    .list_service_app.ecommerce-app-types img {
        height: 600px;
        width: auto;
    }
    .drop-shopping-cta .drop-box,
    .drop-shopping-cta.arrow-cta .drop-box,
    .drop-shopping-cta.boost-ecomm-cta .drop-box {
        padding: 0 0 0 60px;
    }
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 0 60px;
    }
    .drop-shopping-cta.arrow-cta .drop-box p {
        font-size: 15px;
        line-height: 25px;
    }
    .drop-shopping-cta.arrow-cta .drop-box img {
        height: 550px;
        width: auto;
    }
    .rating_realestate .rating-main .rating-item .rating-flex .rating-svg svg {
        height: 75px;
        width: auto;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 15px;
        line-height: 27px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 19px;
        line-height: 29px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: 820px;
    }

    .pricing-new-wrapper .price-value {
        font-size: 36px;
    }

    .pricing-new-wrapper .features li {
        font-size: 16px;
    }

    .pricing-new-wrapper .badge {
        padding: 18px 13px;
        font-size: 17px;
    }

    .choice-new-wrapper .box {
        height: 700px;
    }

    .choice-new-wrapper .box ul li svg {
        height: 18px;
        width: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process {
        padding-top: 60px;
    }
    .tekrevol-home-discovery.telecom-process .card-body,
    .tekrevol-home-discovery.telecom-process .collapse.show {
        width: calc(100vw - 330px);
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process
        .accordion.width
        .card
        .card-header {
        min-height: 370px;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
        padding: 30px 50px 0;
    }
    .successful_projects.ecommerce-app-case .web_pro_item .web_pro_content .web_pro_logo img {
        height: 65px;
        width: auto;
    }
    .drop-shopping-cta.arrow-cta .drop-box img,
    .list_service_app.ecommerce-app-types img {
        height: 500px;
        width: auto;
    }
    .drop-shopping-cta .drop-box,
    .drop-shopping-cta.arrow-cta .drop-box,
    .drop-shopping-cta.boost-ecomm-cta .drop-box {
        padding: 0 0 0 50px;
    }
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 0 50px;
    }
    .drop-shopping-cta.arrow-cta .drop-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .rating_realestate .rating-main .rating-item .rating-flex .rating-svg svg {
        height: 75px;
        width: auto;
    }

    .services-temp-wrapper .card {
        height: 350px;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: 770px;
    }

    .pricing-new-wrapper .price-value {
        font-size: 33px;
    }

    .pricing-new-wrapper .features li {
        font-size: 15px;
    }

    .pricing-new-wrapper .pricing-model {
        font-size: 15px;
    }

    .pricing-new-wrapper .badge {
        padding: 17px 12px;
        font-size: 16px;
    }

    .choice-new-wrapper .box {
        height: 650px;
    }

    .choice-new-wrapper .box ul li svg {
        height: 17px;
        width: auto;
    }

    .choice-new-wrapper .box .border_btn {
        height: 50px;
        line-height: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process {
        padding-top: 50px;
    }
    .tekrevol-home-discovery.telecom-process .card-body,
    .tekrevol-home-discovery.telecom-process .collapse.show {
        width: calc(100vw - 330px);
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process
        .accordion.width
        .card
        .card-header {
        min-height: 330px;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
        padding: 30px 30px 0;
    }
    .successful_projects.ecommerce-app-case .web_pro_item .web_pro_content .web_pro_logo img {
        height: 55px;
        width: auto;
    }
    .drop-shopping-cta.arrow-cta .drop-box img,
    .list_service_app.ecommerce-app-types img {
        height: 400px;
        width: auto;
    }
    .drop-shopping-cta .drop-box,
    .drop-shopping-cta.boost-ecomm-cta .drop-box {
        padding: 0 0 0 40px;
    }
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 0 50px;
    }
    .drop-shopping-cta.arrow-cta .drop-box {
        padding: 40px 0 40px 40px;
        aspect-ratio: unset;
        border-radius: 20px;
    }
    .drop-shopping-cta.arrow-cta .drop-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .services-temp-wrapper .card {
        height: 350px;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: auto;
    }

    .pricing-new-wrapper .price-value {
        font-size: 30px;
    }

    .pricing-new-wrapper .features li {
        font-size: 14px;
    }

    .pricing-new-wrapper .pricing-model {
        font-size: 14px;
    }

    .pricing-new-wrapper .badge {
        padding: 17px 12px;
        font-size: 15px;
    }

    .choice-new-wrapper .box {
        height: 620px;
    }

    .choice-new-wrapper .box ul li svg {
        height: 17px;
        width: auto;
    }

    .choice-new-wrapper .box .border_btn {
        height: 50px;
        line-height: 50px;
    }

    .health-cta-2.ecomm-cta .reimagine-health-box {
        aspect-ratio: unset;
        padding: 30px 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process {
        padding-top: 40px;
    }
    .tekrevol-home-discovery.telecom-process .card-body,
    .tekrevol-home-discovery.telecom-process .collapse.show {
        width: 100%;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process
        .accordion.width
        .card
        .card-header {
        min-height: unset;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
        padding: 30px;
    }
    .successful_projects.ecommerce-app-case .web_pro_item .web_pro_content .web_pro_logo img {
        height: 55px;
        width: auto;
    }
    .list_service_app.ecommerce-app-types img {
        height: 350px;
        width: auto;
    }
    .drop-shopping-cta .drop-box,
    .drop-shopping-cta.arrow-cta .drop-box,
    .drop-shopping-cta.boost-ecomm-cta .drop-box {
        padding: 30px 0 30px 30px;
        aspect-ratio: unset;
        border-radius: 20px;
    }
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 0 40px;
    }
    .drop-shopping-cta.arrow-cta .drop-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .drop-shopping-cta.arrow-cta .drop-box img {
        height: 400px;
        width: auto;
    }
    .services-temp-wrapper .card {
        height: 300px;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: auto;
    }

    .healthcare-app-tabs.features-build ul {
        justify-content: start;
        width: unset;
        margin: 0 auto 20px;
        padding: 10px;
        border-radius: 10px;
        column-gap: 20px;
        /* flex-wrap: wrap; */
    }

    .healthcare-app-tabs.features-build ul .nav-link {
        font-size: 14px;
    }

    .pricing-new-wrapper .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-new-wrapper .price-value {
        font-size: 30px;
    }

    .pricing-new-wrapper .features li {
        font-size: 14px;
    }

    .pricing-new-wrapper .pricing-model {
        font-size: 14px;
    }

    .pricing-new-wrapper .badge {
        padding: 17px 12px;
        font-size: 15px;
    }

    .choice-new-wrapper .box {
        height: 620px;
    }

    .choice-new-wrapper .box ul li svg {
        height: 17px;
        width: auto;
    }

    .choice-new-wrapper .box .border_btn {
        height: 50px;
        line-height: 50px;
    }

    .health-cta-2.ecomm-cta .reimagine-health-box {
        aspect-ratio: unset;
        padding: 30px 30px;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process {
        padding-top: 30px;
    }
    .tekrevol-home-discovery.telecom-process .card-body,
    .tekrevol-home-discovery.telecom-process .collapse.show {
        width: 100%;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process
        .accordion.width
        .card
        .card-header {
        min-height: unset;
    }
    .tekrevol-home-discovery.telecom-process.ecommerce-app-process .card-body {
        padding: 20px;
    }
    .successful_projects.ecommerce-app-case .web_pro_item.item-4:after {
        display: none;
    }
    .successful_projects.ecommerce-app-case .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px;
        width: auto;
    }
    .list_service_app.ecommerce-app-types img {
        height: unset;
    }
    .drop-shopping-cta .drop-box,
    .drop-shopping-cta.arrow-cta .drop-box,
    .drop-shopping-cta.boost-ecomm-cta .drop-box {
        padding: 30px 20px;
        aspect-ratio: unset;
        border-radius: 20px;
    }
    .drop-shopping-cta.ecoomerce-drop-shopping .drop-box {
        padding: 30px 20px;
    }
    .drop-shopping-cta.arrow-cta .drop-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .services-temp-wrapper .card {
        height: 300px;
    }

    .services-temp-wrapper .card .back-box {
        opacity: 1;
        visibility: visible;
    }

    .services-temp-wrapper .card .back-box p {
        font-size: 13px;
        line-height: 23px;
    }
    .services-temp-wrapper .card .back-box h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .new-case-temp.case-ecomm .case-box {
        height: auto;
    }

    .healthcare-app-tabs.features-build ul {
        justify-content: start;
        width: unset;
        margin: 0 auto 20px;
        padding: 10px;
        border-radius: 10px;
        column-gap: 20px;
        /* flex-wrap: wrap; */
    }

    .healthcare-app-tabs.features-build ul .nav-link {
        font-size: 14px;
    }

    .healthcare-app-tabs.features-build ul li svg {
        display: none;
    }

    .pricing-new-wrapper .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-new-wrapper .price-value {
        font-size: 27px;
    }

    .pricing-new-wrapper .features li {
        font-size: 14px;
    }

    .pricing-new-wrapper .pricing-model {
        font-size: 14px;
    }

    .pricing-new-wrapper .badge {
        padding: 17px 12px;
        font-size: 15px;
    }

    .choice-new-wrapper .box {
        height: auto;
    }

    .choice-new-wrapper .box ul li svg {
        height: 16px;
        width: auto;
    }

    .choice-new-wrapper .box .border_btn {
        height: 45px;
        line-height: 45px;
    }

    .health-cta-2.ecomm-cta .reimagine-health-box {
        aspect-ratio: unset;
        padding: 30px 20px;
        border-radius: 10px;
    }
}

/* ===== CLS locks (load last after main-style) ===== */
.locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
    min-height: 100vh !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 40px 0 40px 0 !important;
    background-image: none !important;
}
.locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
    padding-top: 100px !important;
}
.trusted-leaders-energy {
    padding: 50px 0 !important;
}
/* Keep original .top-img / img sizing — no forced height on img */

@media (min-width: 1400px) and (max-width: 1599px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 89px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 79px !important;
    }
    .trusted-leaders-energy {
        padding: 40px 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 59px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
        height: 90vh !important;
    }
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 80px !important;
    }
    .trusted-leaders-energy {
        padding: 35px 0 !important;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
        height: auto !important;
        margin-top: 0 !important;
    }
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 130px !important;
    }
    .trusted-leaders-energy {
        padding: 30px 0 !important;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
        height: auto !important;
        margin-top: -30px !important;
    }
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 110px !important;
    }
    .trusted-leaders-energy {
        padding: 30px 0 !important;
    }
}

/* ===== Houston CLS locks (final) ===== */
.locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
    min-height: 100vh !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 30px 0 40px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background-image: none !important;
}
.locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
    padding-top: 100px !important;
    position: relative !important;
    z-index: 1 !important;
}
.hero-lcp > .hero-lcp-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0 !important;
    pointer-events: none !important;
}
.banner_form {
    min-height: 520px;
}
.banner_form .recaptcha-item,
.banner_form [data-recaptcha-wrap],
.banner_form .g-recaptcha {
    min-height: 78px;
}
.trusted-leaders-energy {
    padding: 50px 0 !important;
    min-height: 280px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp {
        height: 100% !important;
        min-height: 0 !important;
        margin-top: -30px !important;
        padding-top: 0 !important;
    }
    .locationgcc_banner.hosuton_banner.houston-updated-banner.hero-lcp > .container {
        padding-top: 110px !important;
    }
}
