.section-container {
    position: relative;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.shape1,
.shape2 {
    position: absolute;
    width: 20%;
    z-index: -1;
}
.shape1 {
    top: 30%;
    left: 15%;
}
.shape2 {
    bottom: 8px;
    right: 15%;
}
.content-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
    display: inline-block;
    text-align: center;
    position: relative;
    max-width: 600px;
}
.front-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    top: -70px;
    border: 5px solid #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.text-content {
    margin-top: -50px;
}
.text-content h4 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333;
}
.text-content p {
    font-size: 16px;
    color: #666;
}
.coe-btn {
    color: #e67422;
}
.coe-btn a i {
    margin-left: 8px;
    transition: all 0.3s ease;
}
.coe-btn a:hover i {
    transform: translateX(10px);
}
.service-scroll-section {
    display: flex;
    align-items: center;
    padding: 0 50px 50px;
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    width: 100%;
}
.scroll-container {
    display: flex;
    overflow: hidden;
    flex: 2;
    white-space: nowrap;
    width: 70%;
}
.service-scroll-cards {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease-out;
}
.service-scroll-cards {
    display: flex;
    scroll-behavior: smooth;
    gap: 7px;
    padding-bottom: 10px;
    scrollbar-width: none;
}
.service-scroll-cards::-webkit-scrollbar {
    display: none;
}
.scrolling-card {
    flex: 0 0 auto;
    width: 320px;
    height: 520px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
}
.scrolling-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-scroll-btn {
    margin-top: 12%;
}
.scrolling-card .scroll-card-heading {
    width: 305px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgb(0 0 0 / 0.6);
    color: #fff;
    padding: 20px 3px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
}
@media (max-width: 768px) {
    .service-scroll-section {
        padding: 0 20px 20px;
        flex-direction: column;
    }
    .scroll-container {
        width: 100%;
        overflow-x: auto;
    }
    .service-scroll-cards {
        gap: 5px;
    }
    .scrolling-card {
        width: 250px;
        height: 400px;
    }
    .scrolling-card .scroll-card-heading {
        width: 230px;
        font-size: 18px;
    }
    .service-scroll-btn {
        margin-top: 10%;
    }
}
.soft-m-feature-section {
    padding: 80px 0 60px;
}
.soft-m-feature-section .soft-m-feature-content {
    padding-top: 60px;
}
.soft-m-feature-inner {
    padding-left: 40px;
    margin-bottom: 40px;
    transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-inner-icon {
    left: 0;
    top: 30px;
    z-index: 1;
    position: absolute;
    transition: 0.3s all ease-in-out;
    filter: drop-shadow(0 1px 4px rgb(0 0 0 / 0.1));
}
.soft-m-feature-inner .soft-m-feature-icon {
    width: 85px;
    height: 95px;
    line-height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.soft-m-feature-inner .soft-m-feature-icon:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #e67422 0%, #59504e 100%);
}
.soft-m-feature-inner .soft-m-feature-icon img {
    width: 40px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 10px;
}
.soft-m-feature-inner:hover .soft-m-feature-icon img {
    filter: brightness(0) invert(1);
}
.soft-m-feature-inner .soft-m-feature-box {
    position: relative;
    border: 2px solid #f1f1f1;
    padding: 35px 40px 15px 70px;
    transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-feature-box:after {
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    height: 0%;
    position: absolute;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #e67422 0%, #59504e 100%);
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
    color: #102465;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    background-color: #00a8ff;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
    color: #6c8493;
    padding-bottom: 8px;
}
.soft-m-feature-inner:hover {
    margin-bottom: 10px;
}
.soft-m-feature-inner:hover .soft-m-inner-icon {
    top: 50%;
    transform: translateY(-50%);
}
.soft-m-feature-inner:hover .soft-m-feature-box {
    padding: 35px 40px 60px 70px;
    box-shadow: 0 8px 16px 0 rgb(15 42 107 / 0.06);
}
.soft-m-feature-inner:hover .soft-m-feature-box:after {
    height: 100%;
}
.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
    opacity: 1;
}
.soft-m-feature-inner:hover .soft-m-feature-icon img {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: #fff0;
}
.soft-m-feature-inner:hover .soft-m-feature-icon:after {
    opacity: 1;
}
.AI-detail {
    margin-top: 8%;
    position: relative;
    width: 100%;
    height: 60vh;
    background: url(../images/banner/AI-BigData.webp) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.AI-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 20px;
}
.partners-new {
    padding: 64px 0;
}
.logo-slider {
    overflow: hidden;
}
.overflow {
    display: flex;
    padding: 0.5rem 1rem;
    overflow: hidden;
}
.reverse .logos-wrapper {
    animation-direction: reverse;
}
.logos-wrapper {
    display: flex;
    justify-content: space-between;
    animation: logoLoop 30s linear infinite;
}
.logo-item {
    margin-left: 1rem;
    padding: 0;
    aspect-ratio: 30/9;
    display: grid;
    place-items: center;
    border-radius: 1rem;
}
.logo-item img {
    height: 8.5rem;
    width: 10rem;
}
@keyframes logoLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.xis-saas-feature-section {
    padding-top: 130px;
    padding-bottom: 8%;
}
.xis-saas-feature-img-wrapper {
    margin-top: 67px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img2 {
    left: 0;
    top: -48px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img2 img {
    width: 98%;
    margin-top: 15%;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img5 {
    left: 0;
    top: -48px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img5 img {
    width: 98%;
}
.xis-saas-feature-text-wrapper {
    padding-left: 50px;
}
.xis-saas-feature-text-wrapper .heading-title h2 {
    font-size: 36px;
    margin-bottom: 16px;
}
.xis-saas-feature-text-wrapper .xis-saas-feature-text {
    max-width: 350px;
    padding-top: 30px;
}
.xis-saas-feature-section2 {
    padding-top: 90px;
    padding-bottom: 20px;
}
.xis-saas-feature-img-wrapper-2 {
    margin-right: 100px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 {
    top: 20px;
    left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 img {
    width: 130%;
    margin-top: 38%;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 {
    top: 20px;
    left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 img {
    width: 130%;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 {
    top: 20px;
    left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 img {
    width: 130%;
}
@media (max-width: 768px) {
    .sec-mb-40 {
        margin-bottom: 40%;
    }
    .sec-mt-50 {
        margin-top: 50%;
    }
    .sec-mt-20 {
        margin-top: 20%;
    }
    .sec-mt-heading {
        margin-top: 87%;
    }
    .xis-saas-feature-text-wrapper {
        padding-left: 20px;
    }
    .xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 {
        top: 10px;
        left: 3px;
        margin-bottom: 20%;
    }
    .xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 {
        top: 0;
        left: 0;
    }
    .xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 img {
        width: 136%;
    }
    .xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 {
        top: -70px;
        left: 0;
    }
    .xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 img {
        width: 135%;
    }
    .AI-detail {
        margin-top: 15%;
    }
    .AI-content {
        width: 100%;
    }
}
.gallery {
    height: 385px;
    width: 100%;
    display: flex;
    margin: 5% auto 0;
    box-sizing: border-box;
}
.image-box {
    margin: 0 5px;
    flex-grow: 1;
    flex-basis: 100px;
    transition:
        flex-basis 0.4s ease-in-out,
        transform 0.3s ease-in-out;
    position: relative;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.image-box:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    object-fit: contain;
}
.image-box:hover {
    flex-basis: 40%;
    transform: scale(1.05);
    z-index: 999;
}
.active {
    flex-basis: 40%;
}
.gallery:hover .active {
    flex-basis: 10%;
}
.image-box:nth-child(n):hover {
    flex-basis: 40%;
}
@media (max-width: 768px) {
    .gallery {
        flex-direction: row;
        height: 170px;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }
    .image-box {
        flex-basis: 20%;
        transition:
            flex-basis 0.4s ease-in-out,
            transform 0.3s ease-in-out;
        cursor: pointer;
        overflow: hidden;
    }
    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }
    .image-box.active {
        flex-basis: 100% !important;
    }
    .gallery .image-box:not(.active) {
        flex-basis: 10%;
    }
}
