/* CSS  for Fintech Industry page start here */
.fintech-industry-page .generative-banner-wrap .video-bg-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.techugo.com/new-assets/img/fintech-img/fintech-video-overlay.webp');
    z-index: 1;
}

.fintech-industry-page .generative-banner-wrap .hero-content .heading .text-gold {
    display: inline-block;
}

.fintech-industry-page .our-fitech-app-section .gen-benefits-cards {
    grid-template-columns: repeat(3, 1fr);
}

.fintech-industry-page .our-fitech-app-section .gen-benefit-card--white:nth-child(1) {
    border-left: 1px;
    padding: 0;
}

.fintech-industry-page .our-fitech-app-section .gen-benefit-card--white:nth-child(1) .engage-mg {
    width: 100%;
    max-height: 307px;
}

.fintech-industry-page .our-fitech-app-section .gen-benefit-card--white:nth-child(1) .engage-mg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner {
    background: url(https://www.techugo.com/new-assets/img/fintech-img/accelerate-growth-banner.webp) no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
}

.fintech-industry-page .ready-to-elevate-section .gen-cta-banner-inner {
    background: url(https://www.techugo.com/new-assets/img/fintech-img/ready-transform-banner.webp) no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}

.still-evaluating-section .gen-cta-banner-inner {
    background: url(https://www.techugo.com/new-assets/img/fintech-img/still-evalation-banner.webp) no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul {
    list-style-type: circle;
    padding-left: 0;
    display: flex;
    gap: 20px;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul li {
    position: relative;
    display: inline-block;
    list-style-type: circle;
    padding-left: 20px;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner .gen-cta-text {
    max-width: 1050px;
}

.gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul li p.gen-cta-desc {
    max-width: 100%;
}

.fintech-industry-page .ai-solution-wrap .owl-stage-outer {
    padding-left: 1px;
}

.technologies-ecosystem-wrap .eco-accordion .eco-body-inner .modelimg img {
    border-radius: 40px;
}

.fintech-industry-page .our-fitech-app-section {
    padding-top: 0px;
    margin-bottom: 0;
}

/* Fintech Stats Section */
.fintech-stats-wrap {
    background: linear-gradient(90deg, #021a3f 0%, #063169 50%, #021a3f 100%);
    border-bottom: 0px solid #00a3ff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.fintech-stats-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    position: relative;
    gap: 15px;
    z-index: 1;
}

.fintech-stat-item {
    text-align: center;
    position: relative;
}

.fintech-stat-num {
    font-size: 53px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "GoldplayAlt-Medium";
    line-height: 1.2;
}

.fintech-stat-desc {
    font-size: 22px;
    font-weight: 400;
    color: #e2e8f0;
    line-height: 1.5;
    font-family: "GoldplayAlt-Medium";
}

/* Delivered Fintech App Solutions Section */
.fintech-portfolio-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.fintech-portfolio-header {
    margin-bottom: 50px;
}

.heading-leaf {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin: 0px;
}

.fintech-portfolio-card {
    border-radius: 20px;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    height: 100%;
}



.fintech-portfolio-carousel .owl-stage {
    display: flex;
}

.fintech-portfolio-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.fintech-portfolio-carousel .item {
    padding: 0 10px;
    width: 100%;
}

.fintech-portfolio-nav .nav-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.portfolio-mockup {
    object-fit: contain;
}

.fintech-industry-page .agent-development-wrap {
    padding-bottom: 10px;
}

.fintech-industry-page .development-services-section.technologies-ecosystem-wrap {
    margin-top: 0;
}

/* Fintech Regulatory Standards Section */
.fintech-compliance-section {
    padding: 10px 0 40px 0;
    background-color: #ffffff;
    position: relative;
}

.fintech-compliance-section .sub-heading {
    color: #1a1a1a;
}

.compliance-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.compliance-logos-grid.row-1 .compliance-item,
.compliance-logos-grid.row-2 .compliance-i {
    width: 100%;
    min-width: 110px;
}

.compliance-item {
    text-align: center;
}

.comp-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.comp-icon img {
    max-height: 100%;
    max-width: 100%;
    height: 260px;
    object-fit: contain;
}

.compliance-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
    white-space: nowrap;
}



.compliance-item p {
    font-size: 11px;
    color: #666666;
    line-height: 1.3;
    margin-bottom: 0;
}

.security-found-sec .services-content-wrap img.service-banner-img {
    width: 85%;
}

.fintech-industry-page .agent-development-wrap .ai-tech-content p {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.fintech-industry-page .core-features-row {
    position: relative;
    margin-top: 70px;
}

.fintech-industry-page .agent-development-wrap .ai-tech-content {
    margin: auto auto 0px auto;

}

.fintech-industry-page .agent-development-wrap .ai-tech-content .core-features-row .item-row-2 {
    padding-left: 70px;
}

.fintech-industry-page .card-title.ent-card-title {
    margin-bottom: 20px;
    display: flex;
}

.fintech-industry-page .ent-card-title .icon-wrap {
    position: relative;
    top: -3px;
}

.fintech-industry-page .ent-card-title .icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
}

.fintech-industry-page .ent-card-title .ent-title-text {
    display: inline-block;
    color: #151515;
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    line-height: 31.75px;
}


.fintech-industry-page .accelerate-growth-section .banner-btn {
    padding: 15px 20px;
    min-width: 400px;

}

/* CSS  for Fintech Industry page End here */

/* Media Query for Fintech Industry page start here */
@media (max-width: 1720px) {
    .fintech-portfolio-section {
        padding: 80px 0 40px 0;

    }

    .fintech-industry-page .gen-cta-heading {
        max-width: 80%;
    }

    .comp-icon img {
        height: 240px;

    }
}

@media (max-width: 1680px) {

    .fintech-industry-page .gen-cta-heading {
        max-width: 90%;
    }

    .fintech-industry-page .ent-card-title .icon-wrap img {
        width: 38px;
        height: 38px;

    }

    .fintech-industry-page .core-features-row {
        position: relative;
        margin-top: 35px;
    }
}

@media (max-width: 1480px) {
    .fintech-industry-page .ent-card-title .ent-title-text {

        font-size: 16px;

    }

    .fintech-industry-page .gen-cta-heading {
        max-width: 80%;
        font-size: 36px;
    }

    .fintech-industry-page .tech-sticky-content .sub-desc {
        margin: 30px 0px 40px 0px;
        color: #A1A1A1;
    }

    .security-found-sec .services-content-wrap img.service-banner-img {
        width: 90%;
    }

    .fintech-industry-page .ent-card-title .icon-wrap img {
        width: 35px;
        height: 35px;

    }

    .comp-icon img {
        height: 220px;

    }
}

@media (max-width: 1380px) {
    .fintech-industry-page .ent-card-title .ent-title-text {

        font-size: 16px;

    }

}

@media (max-width: 991px) {

    .fintech-compliance-section,
    .fintech-portfolio-section {
        padding: 30px 0;

    }

    .fintech-industry-page .agent-development-wrap .ai-tech-content .core-features-row .item-row-2 {
        padding-left: 15px;
    }

    .fintech-industry-page .agent-development-wrap .ai-tech-content p {
        max-width: 100%;
    }

    .fintech-industry-page .ai-model-tech-wrap {
        padding-bottom: 0;
    }

    .fintech-industry-page .card-title.ent-card-title {
        margin-bottom: 10px;
        display: flex;
    }

    .fintech-industry-page .agent-development-wrap .ai-tech-content {
        margin: auto auto 0px auto;
    }

    .fintech-industry-page .ent-card-title .icon-wrap img {
        width: 30px;
        height: 30px;
    }

    .fintech-industry-page .ent-card-title .ent-title-text {

        font-size: 16px;

    }

    .fintech-industry-page .gen-cta-heading {
        max-width: 100%;
        font-size: 25px;
    }

    .fintech-industry-page .accelerate-growth-section .banner-btn {
        min-width: 100%;

    }

    .security-found-sec .services-content-wrap img.service-banner-img {
        width: 100%;
    }

    .fintech-stats-inner {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }

    .comp-icon img {
        height: auto;
    }

    .fintech-stat-num {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .fintech-industry-page .our-fitech-app-section .gen-benefits-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .fintech-industry-page .our-fitech-app-section .gen-benefit-card--white:nth-child(1) .engage-mg {
        height: 100%;
    }

    .fintech-industry-page .our-fitech-app-section .gen-benefit-card--white:nth-child(1) {
        padding: 0 !important;
    }

    .fintech-industry-page .development-services-section .sub-desc {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul {

        display: block;

    }

    .gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul li {
        display: block;
        text-align: left;
    }

    .gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner ul li::before {
        top: 7px;
    }

    .technologies-ecosystem-wrap .eco-accordion .eco-body-inner .modelimg img {
        border-radius: 20px;
        margin-bottom: 0;
    }

    .fintech-compliance-section .row.align-items-center.mb-5 {
        margin-bottom: 20px !important;
    }

    .fintech-compliance-section .sub-heading br {
        display: none;
    }

    .fintech-compliance-section,
    .fintech-portfolio-section {
        padding: 30px 0 0px 0;
    }

    .comp-icon {
        margin-bottom: 0px;
    }

    .fintech-portfolio-header {
        margin-bottom: 20px;
    }

    .fintech-portfolio-header .sub-heading {
        position: relative;
        padding: 0 20px;
    }

    .fintech-portfolio-header .sub-heading .heading-leaf {
        position: absolute;
        left: 0;
        width: 30px;
    }

    .fintech-portfolio-header .sub-heading .heading-leaf.right-leaf {
        left: auto;
        right: 0;
        top: 0;
    }

    .fintech-portfolio-nav.text-center.mt-5 {
        margin-top: 25px !important;
    }

    .gen-cta-banner-section.accelerate-growth-section .custom-container .gen-cta-banner-inner,
    .fintech-industry-page .ready-to-elevate-section .gen-cta-banner-inner,
    .still-evaluating-section .gen-cta-banner-inner {
        background-size: cover;
        background-position: bottom;
    }

    .fintech-industry-page .gen-benefits-section {
        padding-top: 35px;
    }

    .ai-consulting-page.fintech-industry-page .emerging-tech-section .tech-list-wrap .tech-item {
        margin-bottom: 20px;
    }

    .fintech-industry-page .tech-sticky-content .sub-desc {
        margin: 30px 0px 30px 0px;

    }

    .stats-cta-section {
        padding: 40px 0 0px 0;
    }
}

@media (max-width:767px) {
    .fintech-stats-wrap {
        padding: 40px 0;
    }

    .fintech-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .fintech-stat-num {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .fintech-stat-desc {
        font-size: 15px;
    }

    .fintech-industry-page .our-fitech-app-section .gen-benefits-cards {
        grid-template-columns: repeat(1, 1fr);
    }


}

@media (max-width:480px) {
    .fintech-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-content: center;
    }

    .fintech-stats-inner .fintech-stat-item:last-child {
        grid-column: 1 / -1;
        /* full row */
        justify-self: center;
        /* center card */
        max-width: 160px;
        /* optional */
    }
}

/* Media Query for Fintech Industry page start here */