.text-center {
    text-align: center;
}
.text-center .section-subheading {
    display: inline-flex;
}
section.erp-services-solution-section {
    padding: 60px 0;
}
.page-template-template-erp-services .banner-general .banner-image img {
    width: 52%;
    max-width: 563px;
    min-width: 0;
    min-height: 0;
    top: auto;
    left: auto;
    bottom: 0;
    right: calc(100% / 2 - 46.2%);
    transform: none;
    z-index: 0;
    opacity: 0.4;
}
.page-template-template-erp-services .banner-general .banner-image:after {
    opacity: 0.8;
    z-index: -1;
}
section.erp-services-solution-section {
    padding: 60px 0;
}

.erp-services-solution-item {
    transition: all 0.45s;
    border-radius: 20px;
}

.erp-services-solution-item .title {
    font-weight: 400;
    font-size: 32px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 112px;
    padding: 25px;
    cursor: pointer;
    gap: 10px;
}
.erp-services-solution-item.active .title {
    min-height: 103px;
}
.erp-services-solution-item.active-prev .title,
.erp-services-solution-item.active .title {
    border-color: transparent;
}
.erp-services-solution-item:last-child .title {
    border: none;
}
.erp-services-solution-item .title .number {
    width: 60px;
    min-width: 60px;
}
.erp-services-solution-item.active {
    background: rgba(255, 255, 255, 0.05);
}

.erp-services-solution-item .content {
    padding: 0 95px 46px;    
    letter-spacing: 0.02em;
}
.erp-services-solution-item .content > *:last-child {
    margin-bottom: 0;
}
.our-services-section .assessment-description {
    margin-bottom: 50px;
}
section.erp-about-us.erp-services-solution-section {
    padding: 140px 0 59px;
}
section.erp-testimonials {
    background: #DCDCE6;
    padding: 100px 0 90px;
}
section.erp-case-studies {
    padding: 80px 0;
}
.erp-services-solution-section .news-grid .news-first article.news-card {
    width: 100%;
}
.erp-case-studies .news-rest {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.erp-case-studies .news-first {
    width: 50%;
}

.erp-case-studies .news-grid .news-rest article.news-card {
    width: calc((100% - 18px ) / 2);
}
.erp-case-studies .news-rest .news-image img {
    height: 248px;
}

.erp-case-studies .news-image img {
    height: 514px;
}

.erp-case-studies .news-grid  article.news-card {
    border-radius: 0;
}

.erp-case-studies .news-card .news-content {
    background: rgba(44, 51, 119, 0.8);
    opacity: 0;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100%);
    height: 100%;
    z-index: 3;
    padding: 71px 60px;
}
.erp-case-studies .news-image:before {
    display: none;
}

.erp-case-studies .news-card:hover .news-content {
    opacity: 1;
    transform: translateY(0);
}

section.erp-case-studies .section-title {
    margin-bottom: 29px;
}

.erp-case-studies .news-card .news-content .news-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    color: #ffffff;
}

.erp-case-studies .news-card .news-content  .news-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04em;
    padding: 0;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 0 18px;
    box-shadow: none;
}

.erp-case-studies .news-card .news-content .news-excerpt {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    max-width: 336px;
    max-height: 120px;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 24px;
}
.erp-case-studies .news-card .discover-more {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    margin-top: 44px;
    display: inline-flex;
/* Discover more */
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
/* identical to box height, or 150% */
    color: #FEF4EA;


/* Inside auto layout */
    padding-right: 68px;
}

.erp-case-studies .news-card .discover-more:before {
    background-image: url(../images/arrow-right-yellow.svg);
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(0);
    transition: transform 0.3s;
    pointer-events: none;
    top: 5px;
    right: 0;
}

.erp-case-studies .news-card .discover-more:hover {
    padding-left: 10px;
}

.erp-case-studies .news-card .discover-more:hover:before {
    transform: translateX(-30px);
}
.erp-case-studies .news-card .discover-more:hover:before {
    transform: translateX(-30px);
}

.erp-case-studies .news-rest .news-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.erp-case-studies .news-rest .news-content .news-title {
    font-size: 18px;
}

.erp-case-studies .news-rest .news-content .news-excerpt {
    display: none;
}

.erp-case-studies .news-rest .news-content .discover-more {margin-top: 0;}
.erp-case-studies .news-grid {
    flex-wrap: nowrap;
}

section.erp-solutions {
    padding: 90px 0 70px;
}

.solutions-tab-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 26px;
    margin-bottom: 50px;
}

.solutions-tab-heading .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #616161;
    padding: 4px 8px 2px;
    margin: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.solutions-tab-heading .title.active {
    border-color: #2C3377;
    color: #000000;
}

.solutions-tab-content {
    display: none;
}

.solutions-tab-content.active {
    display: block;
}

.solutions-tab-content-solution {
    display: flex;
    gap: 60px;
}

.solutions-tab-content-solution .solutions-tab-image {
    width: 46%;
}

.solutions-tab-content-solution .solutions-tab-description {
    width: 38.5%;
    padding: 32px 32px 32px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2C3377;
}
.solutions-tab-content-solution .solutions-tab-description > *:last-child {
    margin-bottom: 0;
}
.solutions-tab-content-solution .solutions-tab-image img {
    width: 100%;
    border-radius: 40px;
    aspect-ratio: 1.483;
    object-fit: cover;
}

.solutions-tab-content-inner h6 {
    font-size: 18px;
    line-height: 24px;
}

.solutions-tab-content-inner h2, 
.solutions-tab-content-inner h3, 
.solutions-tab-content-inner h4, 
.solutions-tab-content-inner h5,
.solutions-tab-content-inner h6 {
    font-weight: 700;
    margin-bottom: 13px;
    color: #2C3377;
}

.solutions-tab-content-inner ul {
    margin-left: 0;
    list-style: none;
}

.solutions-tab-content-inner ol {
    margin-left: 0;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
}

.solutions-tab-content-inner ul li {
    background-image: url(../images/star-icon.svg);
    background-repeat: no-repeat;
    background-position: top 19px left;
    margin: 0;
    padding: 19.5px 0 19.5px 32px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
}

.solutions-tab-content-inner ol li {
    margin: 0;
    padding: 19.5px 0 19.5px 25px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
    counter-increment: my-counter;
    position: relative;
}

.solutions-tab-content-inner ol li::before {
    content: counter(my-counter) ".";
    position: absolute;
    left: 0;
    top: 20px;
}
.solutions-tab-content-inner p {
    margin-bottom: 12px;
}
section.erp-platforms {
    padding: 0;
}
.solutions-tab-content-platforms .tab-content-top {
    display: flex;
    justify-content: space-between;
}

.solutions-tab-content-platforms .solutions-tab-icon {
    max-width: 262px;
    padding: 16px 0;
}

.solutions-tab-content-platforms .solutions-tab-icon img {
    max-height: 53px;
}

.solutions-tab-content-platforms .tab-content-top-inner {
    width: 62%;
}

.tab-content-top-inner .solutions-tab-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.solutions-tab-content-platforms .items {
    display: flex;
    margin-top: 27px;
    max-width: 1152px;
}
.solutions-tab-content-platforms .item {
    padding: 32px;
}
.solutions-tab-content-platforms .items .item-heading {
    font-size: 18px;
    line-height: 24px;
    color: #2C3377;
    display: flex;
    gap: 12px;
    font-weight: 700;
    margin-bottom: 32px;
}

.solutions-tab-content-platforms .items .item-heading img {
    width: 25px;
    height: 25px;
}

.solutions-tab-content-platforms .item-content {
    color: #746F6F;
}
.items-col.items-col--left {
    width: 43.4%;
}

.items-col.items-col--right {
    width: 43.4%;
    margin-left: auto;
}
.solutions-tab-content-platforms .item ol {
    margin-top: -19px;
}
.items-col.items-col--right .item:first-child .item-content {
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
    padding-bottom: 19px;
}

section.erp-capabilities {
    padding: 92px 0 20px;
}

.erp-capabilities .section-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2C3377;
}

.erp-capabilities .section-header .section-content {
    width: 46.8%;
    margin-left: auto;
    letter-spacing: 0.02em;
    color: #2C3377;
    margin-top: 8px;
}

.erp-capabilities .section-header .section-header-heading {
    width: 50%;
}

.erp-capabilities .section-header .section-header-heading .section-title {
    margin-bottom: 13px;
}

.erp-capabilities-grid {
    margin-top: 71px;
}

.erp-capabilities-grid .capabilities-item {
    display: flex;
    padding: 31px 6px;
    border-bottom: 2px solid #DDDBDB;
}

.capabilities-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2C3377;
    margin: 0;
}

.capabilities-content {
    width: 62.4%;
    margin-left: auto;
    letter-spacing: 0.02em;
    color: #746F6F;
}

.capabilities-content > *:last-child {
    margin-bottom: 0;
}
.solutions-tab-label.visible-mobile {
    display: none;
}
@media (max-width: 1199px) {
    section.erp-about-us.erp-services-solution-section {
        padding-top: 0;
    }
    .solutions-tab-content-solution {
        gap: 30px;
    }
    
    .solutions-tab-content-solution .solutions-tab-description {
        width: 50%;
    }
    .items-col.items-col--left {
        width: 49%;
    }
    
    .items-col.items-col--right {
        width: 49%;
    }
}
@media (max-width: 1023px) {
    .erp-case-studies .news-grid {flex-wrap: wrap;}

    .erp-case-studies .news-first {
        width: 100%;
    }

    .erp-case-studies .news-rest {
        width: 100%;
    }
    .solutions-tab-label.visible-mobile {
        display: block;
        margin-bottom: 0;
    }
    
    .solutions-tab-label .title.active {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #616161;
        padding: 4px 8px 2px;
        margin: 0;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        border-color: #2C3377;
        color: #000000;
        position: relative;
    }
    .solutions-tab-label .title.active:after {
        content: '';
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        top: 0;
        background-image: url(../images/arrow-down.svg);
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.35s;
    }
    .solutions-tab-label.active .title.active:after {
        transform: rotate(-180deg);
    }
    .solutions-tab-heading {
        flex-direction: column;
        gap: 10px;
        display: none;
        margin-bottom: 0;
        padding-top: 10px;
    }
    
    .solutions-tab-heading .title {
        border: none;
    }
    .solutions-tab-content {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {    
    .erp-services-solution-item .title {
        padding: 15px;
        font-size: 24px;
        line-height: 1.2;
        min-height: 80px;
    }

    .erp-services-solution-item .title .number {
        width: 35px;
        min-width: 35px;
    }

    .erp-services-solution-item .content {
        padding: 0 15px 25px 62px;
    }
    .erp-case-studies .news-grid .news-rest article.news-card {
        width: 100%;
    }
    .erp-case-studies .news-grid {flex-wrap: wrap;}

    .erp-case-studies .news-first {
        width: 100%;
    }

    .erp-case-studies .news-rest {
        width: 100%;
    }

    .erp-case-studies .news-grid .news-rest article.news-card {
        width: 100%;
    }

    .erp-case-studies .news-image img,.erp-case-studies .news-rest .news-image img {
        height: 275px;
    }

    .erp-case-studies .news-rest .news-content,.erp-case-studies .news-card .news-content {
        opacity: 1;
        transform: translateY(0);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .erp-case-studies .news-card .news-content .news-excerpt {
        display: none;
    }
    .erp-case-studies .news-rest .news-content .news-title {
        font-size: 20px;
        line-height: 25px;
    }
    .erp-case-studies .news-card .discover-more {
        margin-top: 0;
    }
    section.erp-case-studies {
        padding: 50px 0;
    }
    .solutions-tab-content-solution .solutions-tab-description {
        width: 100%;
        padding: 0;
    }
    
    .solutions-tab-content-solution {
        flex-wrap: wrap;
    }
    
    .solutions-tab-content-solution .solutions-tab-image {
        width: 100%;
    }
    
    .solutions-tab-content-solution .solutions-tab-image img {
        border-radius: 20px;
    }
    
    .solutions-tab-content-platforms .tab-content-top-inner {
        width: 100%;
    }
    
    .erp-capabilities .section-header {
        flex-wrap: wrap;
    }
    
    .erp-capabilities .section-header .section-header-heading {
        width: 100%;
    }
    
    .erp-capabilities .section-header .section-content {
        width: 100%;
    }
    .solutions-tab-content-platforms .tab-content-top {
        flex-direction: column;
    }
    
    .solutions-tab-content-platforms .solutions-tab-icon {
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    
    .solutions-tab-content-platforms .solutions-tab-icon img {width: auto;}
    
    .items-col.items-col--left {
        width: 100%;
    }
    
    .solutions-tab-content-platforms .items {
        flex-direction: column;
    }
    
    .items-col.items-col--right {
        width: 100%;
    }
    
    .solutions-tab-content-platforms .item {
        padding: 20px 0;
    }

    section.erp-capabilities {
        padding-top: 0;
    }
}