﻿.erp-hero-section {
    padding: 90px 0;
    background: #fff;
}

    .erp-hero-section h2 {
        font-size: 48px;
        font-weight: 800;
        color: #111;
        line-height: 60px;
        margin: 25px 0;
    }

        .erp-hero-section h2 span {
            color: #d71920;
        }

    .erp-hero-section p {
        font-size: 17px;
        color: #666;
        line-height: 32px;
        margin-bottom: 35px;
    }

.erp-feature-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-bottom: 40px;
}

    .erp-feature-list div {
        font-weight: 600;
        color: #333;
    }

    .erp-feature-list i {
        color: #d71920;
        margin-right: 10px;
    }

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-demo {
    background: #d71920;
    color: #fff;
    padding: 15px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}

    .btn-demo:hover {
        background: #111;
        color: #fff;
    }

.btn-outline {
    border: 2px solid #d71920;
    color: #d71920;
    padding: 13px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}

    .btn-outline:hover {
        background: #d71920;
        color: #fff;
    }

.erp-dashboard-image {
    text-align: center;
}

    .erp-dashboard-image img {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 30px 70px rgba(0,0,0,.12);
    }


/*==================================
ERP Modules
==================================*/

.erp-modules-section {
    padding: 100px 0;
    background: #f8f9fc;
}

.erp-module-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 300px;
    transition: .35s;
    border: 1px solid #ececec;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
}

    .erp-module-card:hover {
        transform: translateY(-10px);
        border-color: #d71920;
        box-shadow: 0 20px 60px rgba(0,0,0,.12);
    }

.module-icon {
    width: 85px;
    height: 85px;
    background: #d71920;
    color: #fff;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    transition: .35s;
}

.erp-module-card:hover .module-icon {
    background: #111;
    transform: rotate(10deg);
}

.erp-module-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.erp-module-card p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

/*==================================
Business Benefits
==================================*/

.erp-benefits-section {
    padding: 100px 0;
    background: #ffffff;
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eee;
    transition: .35s;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
    min-height: 280px;
}

    .benefit-card:hover {
        transform: translateY(-10px);
        border-color: #d71920;
        box-shadow: 0 20px 60px rgba(0,0,0,.12);
    }

.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: .35s;
}

.benefit-card:hover .benefit-icon {
    background: #d71920;
    transform: rotate(10deg);
}

.benefit-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.benefit-card p {
    color: #666;
    line-height: 28px;
}


/*==================================
Statistics
==================================*/

.erp-counter-section {
    padding: 90px 0;
    background: #111;
}

.counter-box {
    padding: 25px;
}

    .counter-box h2 {
        color: #d71920;
        font-size: 52px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .counter-box span {
        color: #fff;
        font-size: 18px;
        letter-spacing: .5px;
    }

/*==============================
ERP PROCESS
===============================*/

.erp-process-section {
    padding: 100px 0;
    background: #f8f9fb;
}

.process-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    min-height: 280px;
    overflow: hidden;
}

    .process-card:hover {
        transform: translateY(-10px);
    }

.process-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 42px;
    color: #f2f2f2;
    font-weight: 800;
}

.process-card i {
    font-size: 42px;
    color: #d71920;
    margin: 25px 0;
}

.process-card h4 {
    font-size: 22px;
    font-weight: 700;
}

.process-card p {
    color: #666;
    line-height: 28px;
}



/*==============================
Industries
===============================*/

.erp-industries {
    padding: 90px 0;
    background: #111;
}

.industry-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 45px;
}

    .industry-grid span {
        background: #1c1c1c;
        color: #fff;
        border: 1px solid rgba(255,255,255,.08);
        padding: 14px 28px;
        border-radius: 50px;
        transition: .35s;
        font-size: 15px;
    }

        .industry-grid span:hover {
            background: #d71920;
            border-color: #d71920;
        }


/*==================================
NEXT ERP
==================================*/

.erp-next-section {
    padding: 110px 0;
    background: #ffffff;
}

    .erp-next-section h2 {
        font-size: 46px;
        font-weight: 800;
        color: #111;
        margin: 25px 0;
        line-height: 60px;
    }

    .erp-next-section p {
        color: #666;
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 40px;
    }

.erp-feature-box {
    margin-top: 35px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

    .feature-item i {
        width: 65px;
        height: 65px;
        background: #d71920;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        flex-shrink: 0;
    }

    .feature-item h4 {
        margin: 0 0 8px;
        font-size: 21px;
        font-weight: 700;
    }

    .feature-item p {
        margin: 0;
        color: #666;
        line-height: 28px;
    }

.erp-dashboard-preview {
    position: relative;
    text-align: center;
}

    .erp-dashboard-preview img {
        border-radius: 18px;
        box-shadow: 0 25px 70px rgba(0,0,0,.12);
    }

.floating-card {
    position: absolute;
    background: #fff;
    padding: 16px 24px;
    border-radius: 14px;
    box-shadow: 0 15px 45px rgba(0,0,0,.15);
    font-weight: 700;
}

    .floating-card i {
        color: #d71920;
        margin-right: 8px;
    }

.top-card {
    top: 30px;
    left: -20px;
}

.bottom-card {
    bottom: 35px;
    right: -20px;
}

/*==================================
FINAL CTA
==================================*/

.erp-final-cta {
    padding: 110px 0;
    background: linear-gradient(135deg,#111111,#1d1d1d);
    position: relative;
    overflow: hidden;
}

    .erp-final-cta:before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        background: rgba(215,25,32,.08);
        border-radius: 50%;
        right: -180px;
        top: -180px;
    }

    .erp-final-cta h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 800;
        line-height: 60px;
        margin: 25px 0;
    }

    .erp-final-cta p {
        color: #d8d8d8;
        font-size: 17px;
        line-height: 32px;
    }

.cta-highlights {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 40px;
}

    .cta-highlights div {
        color: #fff;
        font-weight: 600;
    }

    .cta-highlights i {
        color: #ff0000;
        margin-right: 10px;
    }

.cta-action-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(0,0,0,.18);
}

    .cta-action-box i {
        font-size: 55px;
        color: #d71920;
        margin-bottom: 20px;
    }

    .cta-action-box h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .cta-action-box p {
        color: #666;
        line-height: 28px;
        margin-bottom: 30px;
    }

.cta-btn {
    display: block;
    background: #d71920;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: .35s;
    margin-bottom: 15px;
}

    .cta-btn:hover {
        background: #111;
        color: #fff;
    }

.cta-btn-outline {
    display: block;
    border: 2px solid #d71920;
    color: #d71920;
    padding: 15px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: .35s;
}

    .cta-btn-outline:hover {
        background: #d71920;
        color: #fff;
    }


/*==================================
Section Tag
==================================*/

.section-tag {
    display: inline-block;
    background: #d71920;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 10px 25px rgba(215,25,32,.25);
    transition: .35s;
}

    .section-tag:hover {
        background: #ffffff;
        color: #d71920;
        transform: translateY(-3px);
    }

/*==================================
Section Heading (Dark Background)
==================================*/

.erp-industries .section-title {
    margin-bottom: 60px;
}

    .erp-industries .section-title h2 {
        font-size: 46px;
        font-weight: 800;
        color: #ffffff;
        line-height: 58px;
        margin: 20px 0;
        position: relative;
    }

        .erp-industries .section-title h2::after {
            content: "";
            display: block;
            width: 90px;
            height: 4px;
            background: #d71920;
            border-radius: 20px;
            margin: 20px auto 0;
        }

    .erp-industries .section-title .lead {
        max-width: 760px;
        margin: 25px auto 0;
        color: rgba(255,255,255,.75);
        font-size: 17px;
        line-height: 32px;
    }

/*==================================
Section Heading
==================================*/

.erp-process-section .section-title {
    margin-bottom: 70px;
}

    .erp-process-section .section-title h2 {
        font-size: 48px;
        font-weight: 800;
        color: #111111;
        line-height: 62px;
        margin: 22px 0;
        letter-spacing: -1px;
    }

        .erp-process-section .section-title h2 span {
            color: #d71920;
        }

        .erp-process-section .section-title h2::after {
            content: "";
            display: block;
            width: 90px;
            height: 4px;
            background: #d71920;
            border-radius: 30px;
            margin: 22px auto 0;
        }

    .erp-process-section .section-title .lead {
        max-width: 820px;
        margin: 30px auto 0;
        color: #666666;
        font-size: 17px;
        line-height: 32px;
    }

/*==================================
Business Benefits Heading
==================================*/

.erp-benefits-section .section-title {
    margin-bottom: 70px;
}

    .erp-benefits-section .section-title h2 {
        font-size: 48px;
        font-weight: 800;
        color: #111111;
        line-height: 62px;
        letter-spacing: -1px;
        margin: 22px 0;
        position: relative;
    }

        .erp-benefits-section .section-title h2 span {
            color: #d71920;
        }

        .erp-benefits-section .section-title h2::after {
            content: "";
            display: block;
            width: 90px;
            height: 4px;
            background: #d71920;
            border-radius: 30px;
            margin: 22px auto 0;
        }

    .erp-benefits-section .section-title .lead {
        max-width: 820px;
        margin: 30px auto 0;
        color: #666666;
        font-size: 17px;
        line-height: 32px;
    }

.erp-benefits-section .row {
    display: flex;
    flex-wrap: wrap;
}

.erp-benefits-section .col-lg-3,
.erp-benefits-section .col-md-6 {
    display: flex;
    margin-bottom: 30px;
}

.benefit-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 300px;
}

.erp-modules-section .row {
    display: flex;
    flex-wrap: wrap;
}

.erp-modules-section .col-lg-3,
.erp-modules-section .col-md-6,
.erp-modules-section .col-sm-6 {
    display: flex;
    margin-bottom: 30px;
}

.erp-module-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .erp-module-card h4 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .erp-module-card p {
        flex-grow: 1;
        margin-bottom: 0;
        line-height: 1.7;
    }

.erp-modules-section .section-title h2 {
    margin: 15px auto 20px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(90deg, #0d6efd, #00b894);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}