/* CSS  for software-consulting page start here */
.software-page-wrapper {
    position: relative;
}

.software-page-wrapper .generative-banner-wrap .video-bg-wrap .video-overlay {
    background: url('https://www.techugo.com/new-assets/img/software-consulting-services-img/video-overlay.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.build-smater-banner .gen-cta-banner-inner {
    background: url('https://www.techugo.com/new-assets/img/software-consulting-services-img/build-smater-banner.webp') no-repeat;
    background-size: 100% 100%;
}

.backend-by-banner-cta .gen-cta-banner-inner {
    background: url('https://www.techugo.com/new-assets/img/software-consulting-services-img/backend-by-banner.webp') no-repeat;
    background-size: 100% 100%;
}

.software-page-wrapper .hero-content .heading .text-gold {
    display: inline-block;
}

/* Software Challenges Section CSS Start */
.software-challenges-section {
    padding: 80px 0 20px 0;
    background-color: #ffffff;
}

.software-challenges-section .sc-heading-wrap {
    margin-bottom: 50px;
}

.software-challenges-section .sc-heading-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
}

.software-challenges-section .sc-heading-left h2 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 42px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.2;
    margin: 0;
}

.software-challenges-section .sc-heading-left h2 .text-blue {
    color: #2087F0;
}

.software-challenges-section .sc-heading-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.software-challenges-section .sc-heading-right p {
    font-family: "GoldplayAlt-Medium";
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.software-challenges-section .sc-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.software-challenges-section .sc-card {
    background-color: #E8E8E8;
    /* EFEFEF or F2F2F2 matching design */
    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 p {
    font-family: "GoldplayAlt-Medium";
    font-size: 19px;
    color: #868686;
    line-height: 1.6;
    margin: 0;
}

.software-page-wrapper .gen-benefit-card--white:nth-child(1),
.software-page-wrapper .gen-benefit-card--white:nth-child(3) {
    border: 1px solid #BDBDBD;

}

.software-page-wrapper .gen-benefit-card--white:nth-child(1) {
    padding: 0 !important;
}

.software-page-wrapper .gen-benefit-card--white:nth-child(1) img {
    height: 307px;
    object-fit: cover;
}

.software-page-wrapper .gen-benefit-card--white {
    padding: 40px 70px 40px 50px;

}

.software-page-wrapper .tabs-list-box .eco-body-inner .modelimg img {
    border-radius: 43px;
    width: 100%;
}

/* Software Challenges Section CSS End */

/* Tech Consulting Expertise Section CSS Start */
.tech-expertise-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.tech-expertise-section .tech-exp-heading {
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.tech-expertise-section .tech-exp-heading h2 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 42px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.3;
    margin-bottom: 20px;
}

.tech-expertise-section .tech-exp-heading h2 .text-blue {
    color: #2087F0;
}

.tech-expertise-section .tech-exp-heading p {
    font-family: "GoldplayAlt-Medium";
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.tech-expertise-section .tech-exp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    /* Border color */
    border: 0px solid #BDBDBD;
    gap: 0px;
    /* Creates 1px borders between cells */
}

.tech-expertise-section .tech-exp-card {
    background: linear-gradient(95.59deg, #FBFDFF 0.9%, #E5F2FF 98.57%);
    border: 1px solid #BDBDBD;
    padding: 40px;
    transition: all 0.3s ease;
}

.software-page-wrapper .services-row {
    margin-top: 30px;
}

.software-page-wrapper .development-services-section .services-content-wrap img {
    width: 90%;
}

.stats-cta-software .stats-cta-wrap {
    padding: 60px 60px 30px 60px;
}

.stats-cta-software .stats-cta-wrap .stats-cta-top {
    align-items: start !important;
    margin-bottom: 30px;
}

.stats-cta-software .stats-cta-wrap .stats-cta-top .cta-heading {
    margin-bottom: 30px;

}

.stats-cta-software .stats-cta-wrap .stats-cta-top .cta-desc-wrap {
    margin-bottom: 20px;
    border: 0 !important;
    text-align: center;
}

.tech-expertise-section .tech-exp-card h3 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 25px;
    color: #505050;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.tech-expertise-section .tech-exp-card p {
    font-family: "GoldplayAlt-Medium";
    font-size: 15px;
    color: #5C5C5C;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}


.tech-expertise-section .tech-exp-card:hover {
    background: #2087F0;
}

.tech-expertise-section .tech-exp-card:hover h3,
.tech-expertise-section .tech-exp-card:hover p {
    color: #ffffff;
}

/* Tech Consulting Expertise Section CSS End */

/* Trusted Software Consulting Section CSS Start */
.trusted-consulting-section {
    padding: 20px 0 0px 0;
    background-color: #ffffff;
}

.trusted-consulting-section .trusted-header .sub-heading {
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
}

.trusted-consulting-section .trusted-header .sub-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.trusted-tabs-left {
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    position: relative;
    height: fit-content;
}


.trusted-tab-btns {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.trusted-tab-btn {
    background-color: #E8E8E8;
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    text-align: left;
    font-family: 'GoldplayAlt-SemiBold', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.trusted-tab-btn .t-num {
    font-weight: 700;
    margin-right: 14px;
    font-size: 15px;
    color: #2087F0;
}

.trusted-tab-btn.active {
    background-color: #2087F0;
    color: #ffffff;
}

.trusted-tab-btn.active .t-num {
    color: #ffffff;
}

.trusted-tab-content-wrap {
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.trusted-tab-pane {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.trusted-tab-pane.active {
    display: block;
}

.trusted-tab-pane {
    height: 100%;
}

.trusted-tab-pane .trusted-tab-text-wrap {
    padding: 0px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.trusted-tab-pane h3 {
    font-family: 'GoldplayAlt-SemiBold', sans-serif;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.trusted-tab-pane p {
    font-family: 'GoldplayAlt-Medium';
    font-size: 20px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.trusted-tab-pane .btn-blue-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2087F0;
    color: #ffffff;
    font-family: 'GoldplayAlt-SemiBold';
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.trusted-tab-pane .btn-blue-solid:hover {
    background-color: #186ac0;
}

.trusted-tab-pane .btn-blue-solid svg {
    margin-left: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.software-page-wrapper .faq-wrap .accordion-item .accordion-header {
    padding-right: 25px;
}

/* Trusted Software Consulting Section CSS End */
/* Unlock the Full Potential CSS Start Here */
.stats-cta-section {
    padding: 80px 0 0px 0;
}

.stats-cta-section .stats-cta-wrap {
    border-radius: 59.17px;
    padding: 60px 60px;
    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 {
    margin-bottom: 0px;
    align-items: center;
}

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
    font-size: 38.06px;
    font-family: "Goldplay-Alt-600";
    line-height: 46.73px;
    margin-bottom: 10px;
}

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading .text-yellow {
    color: #FFFF00;
}

.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: 30px;
}

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    color: #2087F0;
}

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
}

.stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc {
    font-size: 18px;
    font-family: "Goldplay-Alt-500";
    color: 28.39px;
    line-height: 28.39px;
    margin: 0;
}

.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;
}

.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: 28.39px;
    margin: 0;
}

/* Unlock the Full Potential CSS End Here */
/* AI Models We Use to Develop CSS End Here */
.btn-desktop-hide {
    display: none;
}

.btn-mobile-hide {
    display: block;
}

/* Media Query for software-consulting page start here */
@media (max-width: 1720px) {
    .trusted-tabs-left {
        border-radius: 20px;
        padding: 30px 20px;
    }

    .software-page-wrapper .gen-benefit-card--white {
        padding: 30px 40px 30px 40px;
    }

    .software-page-wrapper .gen-benefit-card--white:nth-child(1) img {
        height: 260px;

    }

    .trusted-tab-pane h3 {

        font-size: 30px;

    }

    .software-challenges-section .sc-card h3 {
        font-size: 26px;
    }

    .software-challenges-section .sc-card p {
        font-size: 17px;
    }

    .trusted-tab-btn {
        font-size: 16px;
    }

    .trusted-tab-pane p {
        font-size: 20px;
        line-height: 1.3;
    }

    .trusted-tab-pane .btn-blue-solid {
        font-size: 18px;

    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 110px;
    }

}

@media (max-width: 1680px) {
    .software-page-wrapper .gen-benefit-card--white:nth-child(1) img {
        height: 244px;
        object-fit: cover;
    }

    .trusted-tab-pane h3 {
        font-size: 26px;
    }

    .trusted-tab-pane p {
        font-size: 18px;
        line-height: 1.5;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 110px;
    }

    .software-page-wrapper .gen-benefits-header {
        gap: 40px;
        margin-bottom: 40px;
    }

    .trusted-tab-pane .trusted-tab-text-wrap {
        padding: 10px 10px;

    }
}

@media (max-width: 1480px) {
    .software-challenges-section .sc-card h3 {
        font-size: 26px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 80px;
    }

    .trusted-tab-content-wrap {

        padding: 40px 50px;

    }

    .trusted-consulting-section .trusted-header .sub-heading,
    .software-challenges-section .sc-heading-left h2,
    .tech-expertise-section .tech-exp-heading h2 {
        font-size: 36px;

    }

    .software-challenges-section .sc-card h3 {
        font-size: 24px;
    }

    .software-challenges-section .sc-card p {

        font-size: 17px;

    }

    .tech-expertise-section .tech-exp-card h3 {

        font-size: 22px;

    }

    .banner-btn {
        padding: 15px 30px;
    }

    .tech-expertise-section .tech-exp-card {

        padding: 30px;

    }
}

@media (max-width: 1380px) {
    .software-challenges-section .sc-card h3 {
        font-size: 24px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 85px;
    }

    .software-page-wrapper .gen-benefit-card--white:nth-child(1) img {
        height: 266px;

    }

    .software-page-wrapper .gen-benefits-header {
        gap: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1280px) {
    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 55px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-heading {
        font-size: 25px;
        line-height: 40px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc {
        font-size: 16px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-top .cta-desc-wrap .cta-desc br {
        display: none;
    }

    .stats-cta-section .stats-cta-wrap .cta-btn {

        padding: 22px 15px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-desc {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .btn-mobile-hide {
        display: none;
    }

    .btn-desktop-hide {
        display: block;
    }

    .software-challenges-section .sc-card h3 {
        font-size: 20px;
    }

    .stats-cta-section .stats-cta-wrap {
        border-radius: 30px;
        padding: 40px 40px;
    }

    .stats-cta-section .stats-cta-wrap .stats-cta-bottom .stat-item .stat-num {
        font-size: 45px;
    }

    .stats-cta-section .stats-cta-wrap .gen-cta-banner-inner {
        border-radius: 30px;
    }

    .stats-cta-section .stats-cta-wrap .moible-cta.btn-desktop-hide {
        text-align: center;
    }

    .stats-cta-section .stats-cta-wrap .cta-btn {
        padding: 15px 15px;

    }

    .common-btn {

        padding: 13px 20px;
    }

    .software-page-wrapper .technologies-ecosystem-wrap .tabs-list-box {
        padding: 10px 10px;
        border-radius: 20px;
    }

    .software-page-wrapper .emerging-tech-section .tech-list-wrap {
        padding-left: 0px;
    }

    .software-page-wrapper .gen-acc-item {
        border-radius: 20px;
    }

    .software-page-wrapper .emerging-tech-section .tech-list-wrap .tech-item {
        position: relative;
        padding-left: 0px;
        margin-bottom: 15px;
        border-left: 0px solid #ffffff;
    }

    .software-page-wrapper .emerging-tech-section .common-slider-mob .owl-nav {
        margin-bottom: 20px;
    }

    .software-page-wrapper .build-smater-banner .gen-cta-banner-inner {
        border-radius: 30px;
    }

    .software-page-wrapper .eco-accordion {
        border-radius: 20px;
    }

    .software-page-wrapper .technologies-ecosystem-wrap .eco-accordion {
        border-radius: 16px;
    }

    .software-page-wrapper .eco-toggle-title {
        font-size: 15px;
        line-height: 24px;
    }

    .software-page-wrapper .technologies-ecosystem-wrap .eco-accordion .eco-toggle {
        padding: 5px 10px;
    }

    .software-page-wrapper .ai-consulting-our-section .owl-nav {
        margin: 30px 0 30px 0;
    }

    .software-page-wrapper .backend-by-banner-cta .gen-cta-banner-inner {
        border-radius: 30px;
    }

    .gen-benefits-cards {

        grid-template-columns: inherit;
        grid-template-rows: inherit;

    }

    .software-challenges-section .sc-card p {
        font-size: 17px;
        line-height: 1.3;

    }

    .software-page-wrapper .tech-sticky-content .sub-desc {
        margin: 30px 0px 30px 0px;

    }

    .build-smater-banner .gen-cta-banner-inner,
    .backend-by-banner-cta .gen-cta-banner-inner {
        background-size: cover;
        background-position: bottom;
    }

    .software-challenges-section .sc-heading-left,
    .software-challenges-section .sc-heading-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .software-challenges-section .sc-heading-left {
        margin-bottom: 20px;
    }

    .software-challenges-section .sc-heading-left h2 {
        font-size: 25px;
    }

    .software-challenges-section .sc-cards-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Software Challenges Section Media Query End */

    /* Tech Consulting Expertise Section Media Query Start */
    .tech-expertise-section .tech-exp-heading h2 {
        font-size: 25px;
    }

    .tech-expertise-section .tech-exp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .software-page-wrapper .faq-wrap .accordion-item .accordion-header {
        padding-right: 15px;
    }

    /* Tech Consulting Expertise Section Media Query End */

    /* Trusted Software Consulting Section Media Query Start */
    .trusted-consulting-section .trusted-header .sub-heading {
        font-size: 32px;
    }

    .trusted-tabs-left {
        padding: 30px 20px;
    }

    .trusted-tab-content-wrap {
        padding: 20px;

    }

    .trusted-tab-pane h3 {
        font-size: 20px;
    }

    .software-page-wrapper .gen-benefit-card--white:nth-child(1) img {
        height: auto;
        width: 100%;
    }

    .software-page-wrapper .stats-cta-section {
        padding: 50px 0 0px 0;
    }

    .stats-cta-software .stats-cta-wrap .stats-cta-top .cta-heading {
        margin-bottom: 10px;
    }

    .stats-cta-software .stats-cta-wrap .stats-cta-top .cta-desc-wrap {
        margin-bottom: 0px;
        border: 0 !important;
        text-align: center;
    }

    .trusted-tabs-left {
        border-radius: 20px;
        padding: 30px 20px;
        min-height: auto;
    }

    .trusted-tab-btn {
        font-size: 16px;
    }

    .trusted-tab-pane .trusted-tab-text-wrap {
        padding: 10px 5px;
    }

    .trusted-tab-pane p {
        font-size: 18px;
        line-height: 1.3;
    }

    .trusted-tab-pane .btn-blue-solid {
        font-size: 16px;
        text-align: center;
    }

    .development-services-section .services-content-wrap img {
        margin-bottom: 30px !important;
    }

    .software-page-wrapper .tabs-list-box .eco-body-inner .modelimg img {
        border-radius: 20px;
        margin-bottom: 0px !important;
    }

    .tech-expertise-section .tech-exp-card h3 {
        font-size: 20px;
    }

    /* Trusted Software Consulting Section Media Query End */
}

@media (max-width:767px) {
    .software-challenges-section .sc-card h3 {
        font-size: 18px;
    }

    .software-page-wrapper .stats-cta-software .stats-cta-wrap .stats-cta-top .cta-heading {
        text-align: center;
    }

    .software-page-wrapper .trusted-tab-pane p {
        font-size: 16px;
        line-height: 1.3;
    }

    .software-page-wrapper .gen-benefit-card {
        gap: 2px;
    }

    /* Software Challenges Section Media Query Start */
    .software-challenges-section .sc-cards-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .software-challenges-section {
        padding: 20px 0 20px 0;
    }

    .software-challenges-section .sc-card {
        padding: 20px;
        border-radius: 20px;
    }

    .tech-expertise-section .tech-exp-card {
        padding: 20px;
    }

    .tech-expertise-section .tech-exp-card h3 {

        font-size: 18px;

    }

    .software-page-wrapper .development-services-section .services-content-wrap img {
        width: 100%;
        margin-bottom: 0;
    }

    /* Software Challenges Section Media Query End */

    /* Tech Consulting Expertise Section Media Query Start */
    .tech-expertise-section {
        padding: 50px 0;
    }

    .development-services-section .sub-desc {
        margin-bottom: 10px;
    }

    .tech-expertise-section .tech-exp-grid {
        grid-template-columns: 1fr;
    }

    .tech-expertise-section .tech-exp-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    /* Tech Consulting Expertise Section Media Query End */

    /* Trusted Software Consulting Section Media Query Start */
    .trusted-consulting-section {
        padding: 30px 0;
    }

    .trusted-consulting-section .trusted-header .sub-heading {
        font-size: 25px;
    }

    .software-challenges-section .sc-card p {
        font-size: 16px;
        line-height: 1.3;
    }

    /* Trusted Software Consulting Section Media Query End */
}

@media (max-width:480px) {}

/* Media Query for software-consulting page start here */