.android-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;
}

.android-process-wrap .tabs-list-main {
    position: relative;
}

.android-process-wrap h3.tab-title {
    font-size: 35px;
    line-height: 52px;
    color: #323232;
    font-family: "Goldplay-Alt-600";
    margin-bottom: 15px;
}

.android-process-wrap p.tab-desc {
    font-size: 25px;
    line-height: 36px;
    color: #5C5C5C;
    font-family: "Goldplay-Alt-500";
}

.services-section.healthcare-services-wrap {
    padding: 80px 0px;
}

.services-section .services-content-wrap .tabs-list-box {
    background-color: #F4F4F4;
    border-radius: 43px;
    padding: 30px 35px;
    height: 663px;
    position: relative;
    /* overflow: hidden; */
}

.services-section.healthcare-services-wrap .tabs-scroll-line {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 5.5px;
    height: calc(100% - 70px);
    background: #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
}

/* android-process-wrap scrollbar */
.android-process-wrap .tabs-list-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.android-process-wrap .tabs-list-box {
    flex: 1;
    overflow-y: auto;
    max-height: 480px;
    /* adjust to match your design */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.android-process-wrap .tabs-list-box::-webkit-scrollbar {
    display: none;
}

.android-process-wrap .tabs-scroll-line {
    position: relative;
    width: 3px;
    min-height: 480px;
    /* must match tabs-list-box max-height */
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    flex-shrink: 0;
    order: -1;
    /* puts track to the LEFT of the list */
}

.android-process-wrap .scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    /* overridden by JS dynamically */
    background: #2087F0;
    border-radius: 10px;
    cursor: grab;
    transition: transform 0.08s linear;
}

.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;
    transition: transform 0.1s linear;
}

.services-section .services-content-wrap .tab-content-box {
    background-color: #F4F4F4;
    border-radius: 43px;
    padding: 55px 70px;
    height: 100%;
}

.services-points ul {
    margin: 30px 0px 50px 0px;
    padding: 0px;
    list-style: none;
}

.services-points ul li {
    margin-bottom: 20px;
}

.services-points ul li .pointsbcx {
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-points .pointsbcx p {
    font-size: 16px;
    line-height: 22px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 0px;
}

.services-points .pointsbcx img {
    width: auto;
    margin-bottom: 0px;
}

.services-section.healthcare-services-wrap .services-content-wrap .tab-content-box .service-tab-pane .tab-title {
    font-size: 45px;
    line-height: 56px;
    font-family: "GoldplayAlt-SemiBold";
}

.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: "Goldplay-Alt-600";
    color: #4B4B4B;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active {
    background-color: #2087F0;
    color: #ffffff;
}

.services-section.healthcare-services-wrap .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
    align-items: start;
}

.services-section.healthcare-services-wrap .services-content-wrap .tabs-list-box .tabs-list li {
    width: 100%;
}

.android-process-wrap .services-content-wrap {
    margin-top: 50px;
}

.services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link .tab-num {
    margin-right: 15px;
    font-family: "Goldplay-Alt-600";
    color: #2087F0;
}

.services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link.active .tab-num {
    color: #ffffff;
}

.android-dev-wrapper .technologies-ecosystem-wrap ,.android-dev-wrapper .development-services-section{
    margin-top: 80px;
}

.development-services-section .tabs-list-main{
    padding-right: 0px;
}

.android-dev-wrapper .ai-solution-wrap .owl-stage{
    display: flex;
    height: 100%;
}

.android-dev-wrapper .ai-model-tech-wrap.ai-solution-wrap .owl-stage .owl-item{
    display: flex;
}

.services-section .services-content-wrap.revenue-cost-bcx  .tabs-list-box{
    height: 100%;
}

 .android-process-wrap  .accordion-button {
    position: relative;
    background-color: #fff;
    color: #666;
    font-weight: 500;
    border: none;
    border-radius: 12px !important;
    box-shadow: none;
    padding: 16px 20px;
    font-family: "GoldplayAlt-SemiBold";
}

.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;
    }

    .eco-body{
    display:none;
}

.eco-accordion.open>.eco-body{
    display:block;
}

.technologies-ecosystem-wrap  .services-content-wrap img{
        border-radius: 42px;
    }

    .higher-perform-wrap .gen-cta-banner-inner{
  background: url("https://www.techugo.com/new-assets/img/android-img/higher-perform-bg.webp")no-repeat;
  background-size: 100% 100%;
    }

    .buildsmart-cta .gen-cta-banner-inner{
  background: url("https://www.techugo.com/new-assets/img/android-img/build-smart-bg.webp")no-repeat;
  background-size: 100% 100%;
    }

    .turnindustry-bg .gen-cta-banner-inner{
  background: url("https://www.techugo.com/new-assets/img/android-img/competative-bg.webp")no-repeat;
  background-size: 100% 100%;
    }

    .android-revenue-bg .gen-cta-banner-inner{
  background: url("https://www.techugo.com/new-assets/img/android-img/android-revnue-bg.png")no-repeat;
  background-size: 100% 100%;
    }

     

.services-section.android-grade-wrap .services-content-wrap .tabs-list-box{
  height: 480px;
}
@media (max-width:1720px) {
    .android-process-wrap h3.tab-title {
        font-size: 35px;
        line-height: 50px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 23px;
        line-height: 32px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 17px;
        padding: 22px;
    }
}

@media (max-width:1620px) {
    .android-process-wrap h3.tab-title {
        font-size: 32px;
        line-height: 45px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 16px;
        padding: 20px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 21px;
        line-height: 30px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 40px 50px;
    }
}

@media (max-width:1480px) {
    .android-process-wrap h3.tab-title {
        font-size: 32.41px;
        line-height: 42.38px;
    }

    .android-dev-wrapper .technologies-ecosystem-wrap,.android-dev-wrapper .development-services-section {
        margin-top: 60px;
    }

    .services-section.healthcare-services-wrap{
        padding: 60px 0px;
    }



    .android-process-wrap p.tab-desc {
        font-size: 18px;
        line-height: 32px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 35px 40px;
    }

    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        padding: 22px;
        font-size: 16px;
    }
}

@media (max-width:1380px) {
    .android-process-wrap h3.tab-title {
        font-size: 28px;
        line-height: 36px;
    }
 .services-section.healthcare-services-wrap{
        padding: 50px 0px;
    }
    .android-dev-wrapper .technologies-ecosystem-wrap,.android-dev-wrapper .development-services-section {
        margin-top: 50px;
    }

    .services-section.android-grade-wrap .services-content-wrap .tabs-list-box{
  height: 430px;
  max-height: 430px;
}


    .services-section .services-content-wrap .tabs-list-box .tabs-list .nav-item .nav-link {
        font-size: 15px;
        padding: 18px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:1280px) {
     .services-section.healthcare-services-wrap{
        padding: 40px 0px;
    }
    .android-dev-wrapper .technologies-ecosystem-wrap,.android-dev-wrapper .development-services-section {
        margin-top: 40px;
    }

    .services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-title {
        font-size: 26px;
        line-height: 34px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 30px 35px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width:991px) {
    .btn-mobile-hide{
        display: none;
    }
    .technologies-ecosystem-wrap .services-content-wrap img{
        margin-bottom: 0px;
    }
        .services-section.android-grade-wrap .services-content-wrap .tabs-list-box {
        height: 100%;
        max-height: 100%;
    }
        .mobile-services-accordion .accordion-button {
        background-color: #E5E5E5;
        border-radius: 10.94px !important;
        padding: 18px 45px 18px 18px;
        font-size: 14px;
        font-family: "Goldplay-Alt-600";
        color: #4B4B4B;
        border: none;
        box-shadow: none;
        display: flex !important;
        align-items: center;
        justify-content: start;
        text-align: left;
        width: 100%;
        position: relative;
    }
    .services-points .pointsbcx p{
        font-size: 14px;
        line-height: 20px;
    }
    .services-points ul li {
    margin-bottom: 10px;
}
    .services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-title {
        font-size: 24px;
        line-height: 32px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 25px 30px;
    }
        .mobile-services-accordion .accordion-header {
        margin: 0;
    }
        .mobile-services-accordion .accordion-item{
        border: none;
        margin-bottom: 20px;
        background: transparent;
    }
        .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-button .tab-num {
        color: #2087F0;
        font-family: "Goldplay-Alt-700";
        font-size: 13.68px;
        width: 25px;
    }
    .mobile-services-accordion .accordion-button:not(.collapsed) .tab-num {
        color: white;
    }
    .ecommercepg .mobile-services-accordion .accordion-button .tab-num {
        display: block;
    }

        .mobile-services-accordion {
        margin-top: 30px;
    }
    .services-points ul{
        margin: 20px 0px 30px 0px;
    }
}

@media (max-width:767px) {
    .android-process-wrap .services-content-wrap{
        margin-top: 30px;
    }
    .turnindustry-bg .gen-cta-banner-inner,.buildsmart-cta .gen-cta-banner-inner,.android-revenue-bg .gen-cta-banner-inner,.higher-perform-wrap .gen-cta-banner-inner{
        background-size: cover;
    }
    
        .android-process-wrap p.tab-desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .services-section .services-content-wrap .tab-content-box .service-tab-pane .tab-title {
        font-size: 22px;
        line-height: 30px;
    }
    
     .services-section.healthcare-services-wrap{
        padding: 30px 0px;
    }

    .services-section .services-content-wrap .tab-content-box {
        padding: 20px 25px;
    }

    .android-process-wrap p.tab-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .android-dev-wrapper .technologies-ecosystem-wrap,.android-dev-wrapper .development-services-section {
        margin-top: 30px;
    }

}