.hero-section.x2 {
    background-image: url(../img/fintech-software/Fintech-Software-Development-bg.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: center;
}

/* .banner-heading.x2{
border-left: 1px solid rgba(63, 94, 251, 1);
border-radius: 0px !important;

} */
.hero-section.x2 h1 {
    font-weight: 700;
    line-height: 55px;
    border-left: 1px solid #3F5EFB;
    padding-left: 25px;
    border-radius: 0px !important;
    text-align: left;
}

/* basic-tab-section */
.inner-basic-tab {
    background: rgba(150, 167, 253, 0.1);
    box-shadow: 0px 6px 4px 0px rgba(63, 94, 251, 0.4);
    padding: 32px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 278px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}


/* .feature-section {
      padding: 50px 20px;
      max-width: 1200px;
      margin: auto;
    } */

.feature-section h2 {
    margin-bottom: 10px;
    font-size: 2rem;
}

.feature-section p {
    margin-bottom: 30px;
    line-height: 1.6;
}

.tabs.x4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

.tab-button.x3 {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: linear-gradient(157.62deg, rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0.2) 100%);
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    border-radius: 50px;
}

.tab-button.x3.active {
    background: #007bff;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

/* .feature-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    } */

.feature-img {
    flex: 1 1 45%;
    max-width: 100%;
}

.feature-text {
    flex: 1 1 45%;
}

.feature-text label {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.col-6.x3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tab-right-con {
    padding: 32px;
}

/* .tab-heading-section{
        padding-bottom: 10px;
        border-bottom: ;
    } */
.hr-tab-cls {
    background: rgba(70, 70, 70, 1);
    height: 3px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .feature-wrapper {
        flex-direction: column;
    }
}

.fintech-product {
    background-image: url('../img/fintech-software/fintech-product.webp');
    background-size: cover;
}

.Fintech-Product-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.fintech-cta {
    background: rgba(240, 244, 247, 1);
    border-radius: 14px;
    position: relative;
}

.img-relative-cta {
    position: absolute;
    bottom: 0px;
}

.cta-fintech {
    margin-top: 100px;
}

/* .fintech-cta{
        background-image: url(../img/fintech-software/fintech-idea.webp);
    } */
/* .section-fintech-slide ,  */
.section-mrg-t {
    background: rgba(234, 234, 234, 1);
}

.section-2.x3 {
    max-width: 100%;
}

.new-slide-num {
    max-width: 1100px;
    margin: 60px auto;
}

.outer-circle.x3 {
    left: 166px;
}

.technology-cls {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */

}

/* .techno-hr{
        background-color: #000;
        height: 1px;
    } */
.bottom-line {
    border-bottom: 1px solid rgba(177, 177, 177, 1);
    padding-bottom: 15px;
}

.tech-fontt {
    font-size: 20px;
    font-weight: 700;
}

.tab-button:not(.x2).active::before,
.tab-button:not(.x2):hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: unset;
    background: none !important;
    left: 0;
    bottom: -6px;
}

.tab-button.active::before,
.tab-button:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: unset !important;
    background: none !important;
    left: 0;
    bottom: -6px;
}
.slider .service-card.x4{
min-height: 290px;
}
.slick-p{
    color: rgba(170, 173, 177, 1) !important;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.inner-basic-tab a{
color:  rgb(31 111 228);
}

@media (max-width: 1199.98px) {
    .hero-section.x2 h1 {
        text-align: center;
        border-left: none !important;
        font-size: 31px !important;
    }

    .hero-section.x2 {
        background-image: none !important;
        background-color: #000;
    }

    .cta-media-off {
        display: none;
    }

    .media-cta-content {
        text-align: center;
    }
    .cta-fintech {
        margin-top: 0px ;
    }
}
@media (max-width:768.98px) {
    .img-disply{
        display: none;
    }
    .tab-button.x3 {
        display: none;
    }
    .tab-content.x5{
        display: block;
    }
   .md-tech{
    text-align: center;
    margin-bottom: 20px;
   }
   .tab-right-con{
    padding: 10px;
   }
   .slick-p{
    width: 100%;
   }
}
@media (max-width:576.98px) {
    .technology-cls{
        flex-wrap: wrap;
    }
    .container.x6{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .forex-grid{
        padding: 40px 10px;
    }
   .slider-navigation button{
        padding: 13px 18px;
        font-size: 26px;
        width: 50px;
        height: 50px;
    }

}