/* Common Service Section Css  Start */
.common-service-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px !important;
}

.common-service-cards-wrap .common-card-box {
    padding: 35px 40px;
    border: 1px solid #BDBDBD;
    overflow: hidden;
    border-radius: 32px;
    background: #F6F6F6;
    transition: all 400ms linear;
}

.common-service-cards-wrap .common-card-box .card-bullets {
    list-style-type: none;
    margin: 20px 0 0px 0;
    padding: 0;
}

.common-service-cards-wrap .common-card-box .card-bullets li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.common-service-cards-wrap .common-card-box .card-bullets li img {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
}

.common-service-cards-wrap .common-card-box .card-bullets li .bullet-blue-icon {
    display: block;
}

.common-service-cards-wrap .common-card-box .card-bullets li .bullet-white-icon {
    display: none;
}

.common-service-cards-wrap .common-card-box:hover {
    background-color: #2087F0;
    border-color: #2087F0;
}

.common-service-cards-wrap .common-card-box:hover h3,
.common-service-cards-wrap .common-card-box:hover p,
.common-service-cards-wrap .common-card-box:hover .card-bullets li p {
    color: #ffffff;
}

.common-service-cards-wrap .common-card-box:hover .card-bullets li .bullet-blue-icon {
    display: none;
}

.common-service-cards-wrap .common-card-box:hover .card-bullets li .bullet-white-icon {
    display: block;
}

.common-service-cards-wrap .common-card-box .card-bullets li p {
    color: #454545;
    font-size: 18px;
}

.common-service-cards-wrap .common-card-box h3 {
    position: relative;
    font-family: "GoldplayAlt-SemiBold";
    font-size: 24px;
    color: #454545;
    margin-bottom: 22px;
}

.common-service-cards-wrap .common-card-box p {
    font-family: "GoldplayAlt-Medium";
    font-size: 18px;
    color: #454545;
    line-height: 1.6;
    margin: 0;
}

.common-service-cards-wrap .common-card-box p a:hover {
    color: #2087F0;
    text-decoration: underline;
}

.common-service-cards-wrap .common-card-box .common-btn {
    width: 100%;
    justify-content: center;
}

.common-service-cards-wrap .common-card-box:hover .common-btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.common-service-cards-wrap .common-card-box .common-btn svg {
    margin-left: 0;
}

.common-service-cards-wrap .common-card-box h3.heading-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.common-service-cards-wrap .common-card-box:hover h3.heading-line::after {
    transform: scaleX(1);
}


@media (max-width:1480px) {
    .common-service-cards-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;

    }

    .common-service-cards-wrap .common-card-box {
        padding: 30px 35px;
    }

    .common-service-cards-wrap .common-card-box h3 {

        font-size: 22px;

    }

    .common-service-cards-wrap .common-card-box p,
    .common-service-cards-wrap .common-card-box .card-bullets li p {

        font-size: 17px;

    }
}

@media (max-width:1320px) {
    .common-service-cards-wrap .common-card-box h3 {

        font-size: 20px;

    }

    .common-service-cards-wrap .common-card-box p,
    .common-service-cards-wrap .common-card-box .card-bullets li p {

        font-size: 16px;

    }
}

@media (max-width:991px) {
    .ios-dev-wrapper  .mobile-services-accordion .accordion-body ul {
        padding-left: 0px;
    }
    .ios-dev-wrapper .mobile-services-accordion .accordion-collapse .accordion-body ul li p {
         color: #000; 
    }

    .common-service-cards-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .common-service-cards-wrap .common-card-box h3 {

        font-size: 18px;

    }

    .common-service-cards-wrap .common-card-box {
        padding: 25px 30px;
        border-radius: 20px;
    }
}

@media (max-width:767px) {
    .common-service-cards-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .common-service-cards-wrap .common-card-box {
        padding: 30px 25px;
    }
}

/* Common Service Section Css  End*/
/* Metrics CSS Start Here */
.metrics-ribbon {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
    padding: 50px 0;
}

.metric-unit-cell {
    text-align: center;
    margin-bottom: 20px;
}

.metric-huge-number {
    font-size: 53px;
    line-height: 44px;
    color: white;
    margin-bottom: 6px;
    font-family: "Goldplay-Alt-500";
    margin-bottom: 15px;
}

.metric-caption-label {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 0;
    font-family: "Goldplay-Alt-500";
}

@media (max-width:1720px) {

    .metric-huge-number {
        font-size: 48px;
        line-height: 40px;
    }

    .metric-caption-label {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width:1620px) {
    .metric-huge-number {
        font-size: 43px;
        line-height: 38px;
    }

    .metric-caption-label {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width:1480px) {
    .metric-caption-label {
        font-size: 17px;
        line-height: 25px;
    }
}

@media (max-width:1380px) {

    .metric-huge-number {
        font-size: 34px;
        line-height: 35px;
    }
}

@media (max-width:1280px) {

    .metrics-ribbon {
        padding: 40px 0px;
    }
}

@media (max-width:767px) {
    .metrics-ribbon {
        padding: 30px 0px;
    }

    .metrics-ribbon .widescreen-frame {
        padding: 0 15px !important;
    }
}

/* Metrics CSS End Here */


.services-points ul li .pointsbcx {
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-points .pointsbcx img {
    width: auto;
    margin-bottom: 0px;
}

.services-points .pointsbcx p {
    font-size: 16px;
    line-height: 22px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 0px;
}

.ios-dev-wrapper .generative-banner-wrap .video-bg-wrap .video-overlay {
    background: url("https://www.techugo.com/new-assets/img/android-img/android-overlay.webp")no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.services-rows-bcx {
    margin-top: 50px;
}

.gen-accelerate-section .gen-acc-item {
    padding: 40px;
    background: transparent;
}

.services-rows-bcx h3 {
    flex: 1;
    font-size: 25px;
    font-family: "GoldplayAlt-SemiBold";
    color: #1A1A1A;
    line-height: 35px;
    transition: color 0.25s ease;
}

.services-rows-bcx .gen-acc-item p {
    font-size: 18px;
    font-family: "GoldplayAlt-Medium";
    color: #5C5C5C;
    line-height: 28px;
    margin: 0;
    padding: 10px 0px 0px 0px;
}

.gen-accelerate-section .gen-acc-item:hover h3 {
    color: #ffffff;
    transition: color 0.25s ease;
}

.gen-accelerate-section .gen-acc-item:hover p {
    color: #ffffff;
    transition: color 0.25s ease;
}

.gen-accelerate-section .gen-acc-item:hover {
    background-color: #2087F0;
    transition: color 0.25s ease;
}

.android-revenue-bg .gen-cta-banner-inner {
    margin-bottom: 80px;
}

.android-process-wrap .services-content-wrap {
    margin-top: 50px;
}

.android-process-wrap .tabs-list-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.services-section.healthcare-services-wrap .tabs-scroll-line {
    position: absolute;
    left: -15px;
    top: 0px;
    width: 5.5px;
    height: calc(100% - 70px);
    background: #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-title a {
    color: #fff;
    text-decoration: underline;
}

.blackcta-wrap-bg .gen-cta-text {
    max-width: 100%;
    text-align: center;
}

.blackcta-wrap-bg .banner-btn {
    margin: auto;
}

.blackcta-wrap-bg p {
    margin: 30px 0px;
}

.android-process-wrap .tabs-scroll-line {
    position: relative;
    width: 3px;
    min-height: 480px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    flex-shrink: 0;
    order: -1;
}

.services-section.healthcare-services-wrap .tabs-scroll-line .scroll-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #0A67D8;
    border-radius: 30px;
    cursor: grab;
    transition: transform 0.1s linear;
}

.android-process-wrap .scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    background: #2087F0;
    border-radius: 10px;
    cursor: grab;
    transition: transform 0.08s linear;
}

.services-section .services-content-wrap .tabs-list-box {
    background-color: #F4F4F4;
    border-radius: 43px;
    padding: 30px 35px;
    height: 663px;
    position: relative;
    /* overflow: hidden; */
}

.android-process-wrap .tabs-list-box {
    flex: 1;
    overflow-y: auto;
    max-height: 610px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.end-to-end-mobile-wrap {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
}

.end-to-end-mobile-wrap .item .ai-card {
    background: #184477;
    border-color: #184477;
}

.end-to-end-mobile-wrap .card-icon-rw h3 {
    color: white;
    display: inline-block;
}

.end-to-end-mobile-wrap p {
    color: #A1A1A1;
    padding-left: 0px;
}

#aiSolutionCarousel .owl-stage {
    display: flex;
}

#aiSolutionCarousel .owl-stage .owl-item {
    display: flex;
}

.common-build-smarter-sec .stats-cta-wrap .stats-cta-top {
    align-items: start;
}

.cta-imgbcx img {
    width: 100%;
}

.services-section.healthcare-services-wrap .services-content-wrap .tabs-list-box .tabs-list li {
    width: 100%;
}

.services-section.healthcare-services-wrap .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
    align-items: start;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active {
    background-color: #2087F0;
    color: #ffffff;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
    background-color: #E5E5E5;
    border-radius: 16px;
    padding: 24px;
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    color: #4B4B4B;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active .tab-num {
    color: #ffffff;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link .tab-num {
    margin-right: 15px;
    font-family: "GoldplayAlt-SemiBold";
    color: #2087F0;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active {
    background-color: #2087F0;
    color: #ffffff;
}

.services-section .services-content-wrap .tab-content-box {
    background-color: #F4F4F4;
    border-radius: 43px;
    padding: 55px 70px;
    height: 100%;
}

.android-process-wrap h3.tab-title {
    font-size: 35px;
    line-height: 52px;
    color: #323232;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 15px;
}

.services-points ul {
    margin: 30px 0px 50px 0px;
    padding: 0px;
    list-style: none;
}

.services-points ul li {
    margin-bottom: 20px;
}

.mobile-services-accordion .accordion-button::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border-right: 2px solid #4B4B4B !important;
    border-bottom: 2px solid #4B4B4B !important;
    transform: translateY(-50%) rotate(45deg) !important;
    transition: transform 0.2s ease;
    margin-top: -2px;
    z-index: 10;
}

.android-process-wrap p.tab-desc {
    font-size: 25px;
    line-height: 36px;
    color: #5C5C5C;
    font-family: "GoldplayAlt-Medium";
}

.services-section.android-process-wrap {
    background: transparent;
}

.agileprocess-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-top: 60px;
}

.agileprocess-wrap .ai-card:nth-child(1),
.agileprocess-wrap .ai-card:nth-child(2),
.agileprocess-wrap .ai-card:nth-child(3) {
    grid-column: span 2;
}

.agileprocess-wrap .ai-card:nth-child(4) {
    grid-column: 2 / span 2;
    margin-top: -1px;
}

.agileprocess-wrap .ai-card:nth-child(5) {
    grid-column: 4 / span 2;
    margin-top: -1px;
}

.ai-model-tech-wrap.end-to-end-ios-wrap .custom-container {
    padding-right: 70px;
}

.websiteprocess-wrap {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
}

.gen-accelerate-section.websiteprocess-wrap .gen-acc-item {
    background: linear-gradient(95.59deg, #FBFDFF 0.9%, #E5F2FF 98.57%);
    border: 1px solid #BDBDBD;
    border-radius: 15px;
}

.gen-accelerate-section.websiteprocess-wrap .gen-acc-body {
    max-height: 100%;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease, padding 0.3s ease;
    padding: 0;
}

.gen-accelerate-section.websiteprocess-wrap .gen-acc-item:hover {
    background: #2087F0;
    border: 1px solid #2087F0;
}

.gen-accelerate-section.websiteprocess-wrap .gen-acc-item:hover .gen-acc-title-text {
    color: #fff;
}

.gen-accel-right {
    margin-top: 30px;
}

.blackcta-wrap-bg {
    background: url(https://www.techugo.com/new-assets/img/saas-img/saas-black-bg.webp) no-repeat !important;
    background-size: 100% 100%;
}

.blackcta-wrap-bg .gen-cta-banner-inner {
    background: none !important;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active .tab-num {
    color: #fff;
}

.services-section.ioscost-wrap .services-content-wrap .tabs-list-box {
    max-height: 410px;
}

@media (max-width:1720px) {
    .android-process-wrap p.tab-desc {
        font-size: 23px;
        line-height: 32px;
    }

    .android-process-wrap h3.tab-title {
        font-size: 35px;
        line-height: 50px;
    }

    .gen-accelerate-section .gen-acc-item {
        padding: 35px;
    }

    .services-rows-bcx h3 {
        font-size: 24px;
        line-height: 43px;
    }

    .services-rows-bcx .gen-acc-item p {
        font-size: 17px;
        line-height: 26px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 17px;
        padding: 22px;
    }
}

@media (max-width:1620px) {
    .ai-model-tech-wrap.end-to-end-ios-wrap .custom-container {
        padding-right: 50px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 21px;
        line-height: 30px;
    }

    .android-process-wrap h3.tab-title {
        font-size: 32px;
        line-height: 45px;
    }

    .services-rows-bcx h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 16px;
        padding: 20px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 40px 50px;
    }
}

@media (max-width:1480px) {
    .ai-model-tech-wrap.end-to-end-ios-wrap .custom-container {
        padding-right: 35px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 18px;
        line-height: 32px;
    }

    .android-process-wrap h3.tab-title {
        font-size: 32.41px;
        line-height: 42.38px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 35px 40px;
    }

    .gen-accelerate-section .gen-acc-item {
        padding: 30px;
    }

    .services-rows-bcx h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .services-rows-bcx .gen-acc-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .android-revenue-bg .gen-cta-banner-inner {
        margin-bottom: 60px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        padding: 22px;
        font-size: 16px;
    }

    .android-process-wrap .tabs-list-box {
        max-height: 540px;
    }
}

@media (max-width:1380px) {
    .android-process-wrap p.tab-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .android-process-wrap h3.tab-title {
        font-size: 28px;
        line-height: 36px;
    }

    .services-rows-bcx .gen-acc-item p {
        font-size: 15px;
        line-height: 22px;
    }

    .android-revenue-bg .gen-cta-banner-inner {
        margin-bottom: 50px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 15px;
        padding: 18px;
    }
}

@media (max-width:1280px) {
    .android-process-wrap h3.tab-title {
        font-size: 24px;
        line-height: 30px;
    }

    .android-revenue-bg .gen-cta-banner-inner {
        margin-bottom: 40px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .gen-accelerate-section .gen-acc-item {
        padding: 25px;
    }
}

@media (max-width:991px) {
    .android-process-wrap h3.tab-title {
        font-size: 20px;
        line-height: 28px;
    }

    .cta-imgbcx img {
        display: none;
    }

    .gen-accelerate-section .gen-acc-item {
        padding: 20px;
    }

    .gen-accel-right {
        width: auto;
        margin-top: 0px;
    }

    .mobile-services-accordion {
        margin-top: 30px;
    }

    .mobile-services-accordion .accordion-item {
        border: none;
        margin-bottom: 20px;
        background: transparent;
    }

    .mobile-services-accordion .accordion-header {
        margin: 0;
    }

    .mobile-services-accordion .accordion-button {
        background-color: #E5E5E5;
        border-radius: 10.94px !important;
        padding: 18px 45px 18px 18px;
        font-size: 14px;
        font-family: "GoldplayAlt-SemiBold";
        color: #4B4B4B;
        border: none;
        box-shadow: none;
        display: flex !important;
        align-items: center;
        justify-content: start;
        text-align: left;
        width: 100%;
        position: relative;
    }

    .mobile-services-accordion .accordion-button .tab-num {
        color: #2087F0;
        font-family: "GoldplayAlt-SemiBold";
        font-size: 13.68px;
        width: 25px;
    }

    .mobile-services-accordion .accordion-button:not(.collapsed) .tab-num {
        color: white;
    }

    .mobile-services-accordion .accordion-button:not(.collapsed) {
        background-color: #2087F0;
        color: #fff;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .mobile-services-accordion .accordion-header {
        margin: 0;
    }

    .services-points ul {
        margin: 20px 0px 30px 0px;
    }

    .services-points ul li {
        margin-bottom: 10px;
    }

    .services-points .pointsbcx p {
        font-size: 14px;
        line-height: 20px;
    }

    .mobile-services-accordion .accordion-body {
        margin-top: 10px;
        background: #fff;
        padding: 0px 15px 0px 15px;
    }

    .ai-model-tech-wrap.end-to-end-ios-wrap .custom-container {
        padding-right: 25px;
    }

    .agileprocess-wrap {
        display: block;
    }

    .agileprocess-wrap .card-icon-rw {
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .android-process-wrap h3.tab-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .services-section.ioscost-wrap .services-points ul {
        margin: 20px 0px 0px 0px;
    }

    .android-revenue-bg .gen-cta-banner-inner {
        margin-bottom: 30px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0px;
    }

    .ai-model-tech-wrap.end-to-end-ios-wrap .custom-container {
        padding-right: 15px;
    }

    .blackcta-wrap-bg p {
        margin: 20px 0px;
    }
}