.ewallet-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;
}

.process-card{
    background: url(https://www.techugo.com/new-assets/img/e-wallet-img/ewallet-process-bg.webp)no-repeat;
    background-size: 100% 100%;
}

.android-revenue-bg .gen-cta-text .banner-btn{
    margin-top: 50px;
}

.software-challenges-section .sc-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.software-challenges-section .sc-card {
    background-color: #E8E8E8;
    border-radius: 40px;
    padding: 40px;
    transition: all 0.3s ease;
}
.software-challenges-section .sc-card h3 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}
.software-challenges-section .sc-card h3 {
    position: relative;
    display: inline-block;
}

.software-challenges-section .sc-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.software-challenges-section .sc-card:hover h3::after {
    width: 50px;
}
.software-challenges-section .sc-card:hover {
    background-color: #2087F0;
}
.software-challenges-section .sc-card h3,
.software-challenges-section .sc-card p {
    transition: color 0.35s ease;
}

.software-challenges-section .sc-card:hover h3,
.software-challenges-section .sc-card:hover p {
    color: #fff;
}
.software-challenges-section .sc-card p {
    font-family: "GoldplayAlt-Medium";
    font-size: 19px;
    color: #868686;
    line-height: 1.6;
    margin: 0;
}
.software-challenges-section{
    padding: 80px 0px;
}

.gen-cta-text ul {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}
.gen-cta-text ul li{
    position: relative;
        font-size: 19px;
    font-family: "Goldplay-Alt-500";
    color: rgba(255, 255, 255, 0.60);
    line-height: 25px;
    margin: 10px 0px 1px 0;
    max-width: 90%;
}
.gen-cta-text ul li::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #2087F0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.ewallet-dev-wrapper .ai-solution-wrap .owl-stage{
    display: flex;
    height: 100%;
}

.ewallet-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%;
}
.stats-cta-section {
    padding: 80px 0;
}
.stats-cta-section .stats-cta-wrap {
    border-radius: 59.17px;
    padding: 80px;
    color: #ffffff;
    background-image: url(https://www.techugo.com/new-assets/img/software-consulting-services-img/cost-estimate-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
    font-size: 44px;
    line-height: 56px; 
    font-family: "Goldplay-Alt-600";
    margin-bottom: 10px;
}
.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading  span{
    color: #FFC107;
}
.btn-mobile-hide {
    display: block;
}
.stats-cta-section .stats-cta-wrap .cta-btn {
    background-color: #ffffff;
    color: #191919;
    font-family: "Goldplay-Alt-600";
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    padding: 22px 45px;
    display: inline-flex;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
}
.stats-cta-software .stats-cta-wrap .stats-cta-top .cta-desc-wrap {
    margin-bottom: 20px;
    border: 0 !important;
    text-align: center;
}
.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc {
    font-size: 18px;
    font-family: "Goldplay-Alt-500";
    color: #FFFFFF;
    line-height: 28.39px;
    margin: 0;
    text-align: left;
}
.stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
    font-size: 120px;
    font-family: "Goldplay-Alt-400";
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}
.stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc {
    font-size: 18px;
    font-family: "Goldplay-Alt-500";
    color: #FFFFFF;
    line-height: 28px;
    margin: 0;
}
.btn-desktop-hide {
    display: none;
}
.stats-cta-bottom{
    margin-top: 50px;
}



@media (max-width:1720px){
    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc,.stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc{
        font-size: 17px;
        line-height: 26px;
    }
.software-challenges-section .sc-card p {
        font-size: 17px;
    }
    .software-challenges-section .sc-card h3 {
        font-size: 28px;
    }
    .gen-cta-text ul li{
                font-size: 17px;
        line-height: 23px;
    }
    .stats-cta-section .stats-cta-wrap{
        padding: 70px;
    }
     .software-challenges-section{
        padding: 70px 0px;
    }
    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading{
        font-size: 42px;
        line-height: 54px;
    }
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 110px;
    }
}

@media (max-width:1620px){
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 100px;
    }
    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading{
        font-size: 38px;
        line-height: 50px;
    }
.software-challenges-section .sc-card p {
        font-size: 17px;
    }
    .software-challenges-section .sc-card h3 {
        font-size: 26px;
    }
}

@media (max-width:1480px){
     .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 90px;
    }
     .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading{
        font-size: 35px;
        line-height: 48px;
    }
     .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc,.stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc{
        font-size: 16px;
        line-height: 24px;
    }
    .stats-cta-section{
        padding: 60px 0px;
    }
.software-challenges-section .sc-card p {
        font-size: 16px;
    }
    .software-challenges-section .sc-card h3 {
        font-size: 24px;
    }
     .gen-cta-text ul li{
                font-size: 16px;
        line-height: 21px;
    }
    .gen-cta-text ul li::before{
        width: 6px;
        height: 6px;
    }
    .software-challenges-section .sc-card{
        padding: 30px;
    }
    .software-challenges-section{
        padding: 60px 0px;
    }
    .stats-cta-section .stats-cta-wrap{
        padding: 60px;
    }
}

@media (max-width:1380px){
    .android-revenue-bg .gen-cta-text .banner-btn{
        margin-top: 40px;
    }
     .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 85px;
    }
     .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc,.stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc{
        font-size: 15px;
        line-height: 23px;
    }
      .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading{
        font-size: 32px;
        line-height: 42px;
    }
    .stats-cta-section .stats-cta-wrap{
        padding: 50px;
    }
     .software-challenges-section{
        padding: 50px 0px;
    }
    .software-challenges-section .sc-card h3 {
        font-size: 24px;
    }
     .gen-cta-text ul li{
                font-size: 15px;
        line-height: 20px;
    }
     .stats-cta-section{
        padding: 50px 0px;
    }
    .stats-cta-section .stats-cta-wrap .cta-btn{
        font-size: 15px;
       padding: 20px 40px;
    }
}

@media (max-width:1280px){
     .android-revenue-bg .gen-cta-text .banner-btn{
        margin-top: 30px;
    }
 .software-challenges-section .sc-card{
        padding: 20px;
    }
        .software-challenges-section .sc-card h3 {
        font-size: 22px;
    }
     .software-challenges-section{
        padding: 40px 0px;
    }
        .stats-cta-section .stats-cta-wrap {
        padding: 40px;
    }
        .stats-cta-section {
        padding: 40px 0px;
    }
        .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
        font-size: 28px;
        line-height: 38px;
    }
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 80px;
    }
    
.stats-cta-bottom {
    margin-top: 40px;
}
}

@media (max-width:991px){
    .software-challenges-section .sc-card h3 {
        font-size: 20px;
    }
    .software-challenges-section .sc-cards-wrap{
            grid-template-columns: repeat(2, 1fr);
    }
    .process-card{
        display: none;
    }
        .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 70px;
    }
    .btn-mobile-hide {
    display: none;
}
.btn-desktop-hide {
    display: block;
}

.stats-cta-bottom {
    margin-top: 30px;
}
}

@media (max-width:767px){
     .android-revenue-bg .gen-cta-text .banner-btn{
        margin-top: 20px;
    }
    .stats-cta-section .stats-cta-wrap .cta-btn{
             font-size: 14px;
        padding: 15px 30px;
        margin: 20px 0px 20px 0px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
.stats-cta-bottom {
    margin-top: 20px;
}
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 60px;
    }
        .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc, .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc {
        font-size: 14px;
        line-height: 22px;
    }
        .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
        font-size: 24px;
        line-height: 32px;
    }
         .stats-cta-section .stats-cta-wrap {
        padding: 30px;
    }
        .stats-cta-section {
        padding: 30px 0px;
    }
     .software-challenges-section{
        padding: 30px 0px;
    }
 .software-challenges-section .sc-card{
        padding: 20px;
    }
        .software-challenges-section .sc-card h3 {
        font-size: 18px;
    }
     .software-challenges-section .sc-cards-wrap{
            grid-template-columns: repeat(1, 1fr);
    }
}