/* ERPNEXT SERVICESBanner Section Starts Here */
.erpnext-services-banner-section {
    background-image: url('/wp-content/uploads/2025/09/erpnext-services-banner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
    padding: 94px 0px 86px 0px;
    text-align: center;
    position: relative;
    min-height: 350px;
    /* margin-top: 45px; */
}

.erpnext-services-banner-content {
    display: block;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.erpnext-services-banner-content h1 {
    margin-bottom: 18px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.erpnext-services-banner-content h3 {
    margin-bottom: 18px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.erpnext-services-banner-content h1 span {
    color: #D48C14;
}

.erpnext-services-banner-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {

    .erpnext-services-banner-section {
        padding: 40px 0px;
        min-height: auto;
    }

    .erpnext-services-banner-content {
        display: block;
        text-align: center;
        width: max-content;
        max-width: 100%;
    }


    .erpnext-services-banner-content h1 {
        margin-bottom: 10px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        text-transform: uppercase;
    }

    .erpnext-services-banner-content h3 {
        margin-bottom: 18px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
    }

    .erpnext-services-banner-content p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #626262;
        margin: 0;
    }
}

/* ERPNEXT SERVICESBanner Section Starts Here */

/* ERP TRUE BUSINESS Section Starts Here */
.erp-true-business-section {
    padding: 80px 0 80px 0;
}

.erp-true-business-section .erp-true-business-container {
    display: flex;
    align-items: start;
    gap: 60px;
}

.erp-true-business-section .info-text-wrapper {
    flex: 1;
}

.erp-true-business-section .info-text-wrapper .info-title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 17px;
}


.erp-true-business-section .info-text-wrapper .info-para {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #585858;
    margin-bottom: 20px;
}

.erp-true-business-section .info-text-wrapper .info-para:last-child {
    margin-bottom: 0px;
}

.erp-true-business-section .info-image-wrapper {
    flex: 1;
}

.erp-true-business-section .info-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.get-consulatation-btn {
    display: inline-block;
    background: #D48C14;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

@media (max-width: 992px) {
    .erp-true-business-section {
        padding: 70px 0 70px 0;
    }

    .erp-true-business-section .info-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .erp-true-business-section .erp-true-business-container {
        gap: 30px;
        flex-direction: column-reverse;
    }


}

/* Mobile View */
@media (max-width: 768px) {
    /* Reverse the column order for the first section on mobile */
    .erp-true-business-section .erp-true-business-container {

        flex-direction: column-reverse;
    }

    .case-study-choose-erpnext-section h2 {
        font-size: 1.5rem;
    }

    .choose-erpnext-list {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .erp-true-business-section .info-text-wrapper .info-title {
        font-size: 22px;
        line-height: 30px;
    }

}

/* @media screen {
    .case-study-choose-erpnext-section h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
} */

/* ERP TRUE BUSINESS Section Ends Here */

/* --- Our ERPNEXT Services Section Starts Here --- */

.our-erpnext-services-section {
    /* background-image: url('images/our-erpnext-services.jpg');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center; */
    background-color: #F2F4F3;
    padding: 72px 0 85px 0;
    position: relative;
}

.our-erpnext-services-section {
    position: relative;
    /* Ensure pseudo-element is positioned correctly */
    z-index: 1;
    /* Keep the section above the pseudo-element */
}





/* --- Header Styling --- */
.our-erpnext-services-header {
    text-align: center;
    margin-bottom: 42px;
}

.our-erpnext-services-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}


.our-erpnext-services-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

.our-erpnext-services-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 48%;
}


.our-erpnext-services-item {
    background-color: #ffffff;
    padding: 25px 30px;
    border: 1px solid #D48C144D;
    border-radius: 8px;
    box-shadow: 0px 4px 49px 0px #0000000F;
    position: relative;
}

.our-erpnext-services-item h4 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #D48C14;
    margin-bottom: 19px;
}

.our-erpnext-services-item .erp-service-img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.our-erpnext-services-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.our-erpnext-services-item p {
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.our-erpnext-services-list {
    padding: 0;
    margin: 0;
}

.our-erpnext-services-list-item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #585858;
    margin-top: 0;
}

.our-erpnext-services-benefit {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #585858;
    margin-bottom: 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
    .our-erpnext-services-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }

    .our-erpnext-services-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 47%;
    }

    .our-erpnext-services-item .erp-service-img {
        position: absolute;
        top: 14px;
        right: 20px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .our-erpnext-services-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {


    .our-erpnext-services-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .our-erpnext-services-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .our-erpnext-services-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }
}

/* --- Our ERPNEXT Services  Section Ends Here --- */

/* ERPNext Modules Section Starts Here */
.erpnext-modules-section {
    padding: 72px 0;
}

/* Header Styles */
.erpnext-modules__header {
    text-align: center;
    margin-bottom: 4rem;
    /* 64px */
}

.erpnext-modules__header h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.erpnext-modules__header h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #585858;
}

.erpnext-modules__header .b-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}


/* Grid for Service Items */
.erpnext-modules__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 37px 60px;
}

/* Individual Service Item */
.erpnext-modules__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-basis: 140px;
}

.erpnext-modules__icon-wrapper {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}



.erpnext-modules__title {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}

/* Hover Effects */
.erpnext-modules__item:hover .erpnext-modules__icon-wrapper {
    transform: scale(1.05);
}


/* --- Tablet Styles --- */
/* For this specific design, tablet and desktop are very similar, 
           so major changes are only needed for mobile. This is a placeholder
           if you need tablet-specific overrides. */
@media (max-width: 990px) {
    .erpnext-modules__grid {
        gap: 30px;
    }
}

/* --- Mobile Styles --- */
@media (max-width: 767px) {
    .erpnext-modules {
        padding: 4rem 1.5rem;
        /* 64px 24px */
    }

    .erpnext-modules__header {
        margin-bottom: 3rem;
        /* 48px */
    }

    .erpnext-modules__header h1 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .erpnext-modules__grid {
        gap: 30px;
    }
}

/* ERPNext Modules Section Starts Here */

/* Choose ERPNEXT Section Starts Here */
.choose-erpnext-section {
    padding-bottom: 80px;
    padding-top: 0px;
}


.choose-erpnext-section .choose-erpnext-container {
    display: flex;
    align-items: start;
    gap: 60px;
}

.choose-erpnext-section .choose-erpnext-text-wrapper {
    flex: 1;
}

.choose-erpnext-section .choose-erpnext-image-wrapper {
    flex: 1;
}

.choose-erpnext-section .choose-erpnext-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.choose-erpnext-section h2 {
    color: #000;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
}

.choose-erpnext-section .choose-erpnext-text-wrapper p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #585858;
    margin-bottom: 13px;
}

.choose-erpnext-list {
    padding-left: 0;
    margin: 10px 0 15px 0;
    list-style: none;
    padding: 0;
}

.choose-erpnext-list li {
    position: relative;
    margin-bottom: 10px;
}

.choose-erpnext-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 15px;
}

.choose-erpnext-icon {
    margin-right: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.choose-erpnext-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
}

.we-serve-section {
    padding-top: 100px;
}

.we-serve-icon {
    margin-right: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.choose-erpnext-item h5.we-serve-text {
    color: #272727;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.choose-erpnext-item p.we-serve-subtext {
    color: #585858;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.we-serve-list li.we-serve-item {
    position: relative;
    margin-bottom: 11px;
}

.erpnext-opensource-section {
    background-color: #F2F4F3;
    padding: 80px 0;
}

.erpnext-opensource-section .choose-erpnext-list li {
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .erp-true-business-section {
        padding: 70px 0 70px 0;
    }

    .choose-erpnext-section .choose-erpnext-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .choose-erpnext-section .choose-erpnext-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

}

/* Mobile View */
@media (max-width: 768px) {



    /* Reverse the column order for the first section on mobile */
    .choose-erpnext-section .choose-erpnext-container {
        flex-direction: column-reverse;
    }

    .case-study-choose-erpnext-section h2 {
        font-size: 1.5rem;
    }

    .choose-erpnext-list {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .choose-erpnext-section h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

/* Choose ERPNEXT Section Ends Here */



/* --- ERPNEXT FAQ Section Starts Here --- */

.erpnext-faq-section {
    padding: 62px 0 78px 0;
}

.erpnext-faq-header h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.erpnext-faq-accordion .accordion-button,
.show-more-btn {
    font-family: Montserrat !important;
    line-height: 100% !important
}

.erpnext-faqs {
    margin: 50px auto 0px auto;
    max-width: 850px;
}

.erpnext-faqs .erpnext-faq-accordion {
    border-radius: 8px;
    overflow: hidden
}

.erpnext-faqs .erpnext-faq-accordion .accordion-item {
    padding-bottom: 0px !important;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000005;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-item:last-child {
    margin-bottom: 0px !important;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-header {
    margin: 0;
    padding: 18px 24px;
    border-bottom: 1px solid #E9E9E9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000005;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button {
    color: #333333;
    background: 0 0 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0px !important;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:not(.collapsed) {
    color: #333333 !important;
    background: 0 0 !important;
    box-shadow: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0;
    padding-left: 0;
    padding-bottom: 0px !important
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
    padding-left: 0
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button::after {
    background-image: url("../images/erp-faq-plus-icon.svg") !important;
    transition: transform .2s ease-in-out;
    width: 14px;
    height: 14px;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/erp-faq-cross-icon.svg") !important;
    transform: rotate(45deg) !important;
}

.erpnext-faqs .erpnext-faq-accordion .faq-number {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700
}

.erpnext-faqs .erpnext-faq-accordion .accordion-body {
    padding: 19px 23px !important;
    color: #585858;
    background-color: #f7f7f7;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important
}

@media (max-width: 600px) {
    .erpnext-faq-header h2 {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
    }
}


/* --- ERPNEXT FAQ Section Ends Here --- */


/* --- ERPNEXT Cta Section Starts Here--- */
.erpnext-cta {
    position: relative;
    padding: 66px 0px;
    background-image: url('/wp-content/uploads/2025/09/erpnext-cta-bg-1.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}



/* Container to hold content */
.erpnext-cta-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* --- Text Content Styling --- */
.erpnext-cta-text-content {
    flex-basis: 70%;
}

.erpnext-cta-text-content h2 {
    margin-top: 0;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}

.erpnext-cta-text-content p {
    margin-bottom: 33px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* --- Button Styling --- */
.erpnext-cta-action-button {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.erpnext-cta-action-button .cta-button {
    display: inline-block;
    background: #fff;
    border: 1px solid transparent;
    color: #000 !important;
    padding: 15px 27px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.erpnext-cta-action-button .book-demo-button {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff !important;
    padding: 15px 60px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}



/* --- RESPONSIVE DESIGN --- */

/* Tablet View */


/* Mobile View */
@media (max-width: 768px) {


    .erpnext-cta-container {
        flex-direction: column;
        text-align: center;
    }

    .erpnext-cta-text-content {
        flex-basis: auto;
        margin-bottom: 2rem;
    }

    .erpnext-cta-text-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 567px) {
    .erpnext-cta {
        padding: 30px 0;
    }

    .erpnext-cta-text-content h2 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .erpnext-cta-action-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .erpnext-cta-action-button .cta-button {
        padding: 15px 20px;
        width: 210px;
    }

    .erpnext-cta-action-button .book-demo-button {
        padding: 15px 20px;
        width: 200px;
    }

}

/* --- ERPNEXT Cta Section Ends Here--- */