﻿/* =====================================================
   ERP HERO
===================================================== */

.erp-hero {
    position: relative;
    display: flex;
    align-items: center;
    /* About Us hero ke barabar height */
    min-height: 430px;
    /* Fixed navbar ke neeche se section start hoga */
    margin-top: 58px;
    padding: 55px 0;
    overflow: hidden;
    color: #ffffff;
    background-image: linear-gradient( 90deg, rgba(6, 18, 44, 0.68) 0%, rgba(6, 18, 44, 0.48) 42%, rgba(6, 18, 44, 0.08) 75% ), url("/images/products/erp/erp-hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .erp-hero .container {
        position: relative;
        z-index: 2;
    }

.erp-hero-content {
    max-width: 720px;
}


/* Small Hero Label */

.erp-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 17px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 40px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* Hero Heading */

.erp-hero h1 {
    max-width: 780px;
    margin-bottom: 17px;
    color: #ffffff;
    font-size: clamp(2.5rem, 4.7vw, 4.3rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -2px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.40);
}

    .erp-hero h1 span {
        display: block;
        color: #93c5fd;
    }


/* Hero Paragraph */

.erp-hero p {
    max-width: 660px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}


/* Hero Buttons */

.erp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.erp-primary-btn,
.erp-secondary-btn,
.erp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 22px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.erp-primary-btn {
    color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

    .erp-primary-btn:hover {
        color: #1d4ed8;
        transform: translateY(-3px);
    }

.erp-secondary-btn {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    .erp-secondary-btn:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.19);
        transform: translateY(-3px);
    }


/* =====================================================
   COMMON SECTIONS
===================================================== */

.erp-overview,
.erp-modules,
.erp-benefits,
.erp-cta-section {
    padding: 60px 0;
}

.erp-overview,
.erp-benefits {
    background: #ffffff;
}

.erp-modules,
.erp-cta-section {
    background: #f8fafc;
}


/* Section Small Tag */

.erp-section-tag {
    display: inline-block;
    margin-bottom: 12px;
    color: #2563eb;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/* Section Headings */

.erp-overview h2,
.erp-benefits h2,
.erp-section-heading h2 {
    margin-bottom: 18px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 850;
    line-height: 1.2;
}

.erp-overview p,
.erp-benefits p,
.erp-section-heading p {
    color: #64748b;
    line-height: 1.75;
}


/* =====================================================
   ERP OVERVIEW IMAGE
===================================================== */

.erp-overview-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(15,23,42,.10);
}


   
    .erp-overview-image img {
        width: 100%;
        height: 500px;
        display: block;
        object-fit: cover;
        object-position: center;
        border-radius: 24px;
        transition: .5s;
    }

    .erp-overview-image:hover img {
        transform: scale(1.03);
    }



.erp-overview-image-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
/* Overview Right Content */

.erp-overview-content {
    padding-left: 15px;
}


/* Overview Check List */

.erp-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 26px;
}

    .erp-check-list div {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #334155;
        font-size: 0.92rem;
        font-weight: 750;
    }

    .erp-check-list i {
        flex-shrink: 0;
        color: #16a34a;
        font-size: 1rem;
    }


/* =====================================================
   ERP MODULE CARDS
===================================================== */

.erp-section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.erp-module-card {
    height: 100%;
    min-height: 210px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: all 0.3s ease;
}

    .erp-module-card:hover {
        border-color: rgba(37, 99, 235, 0.30);
        box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
        transform: translateY(-6px);
    }

    .erp-module-card i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
        color: #ffffff;
        background: linear-gradient(135deg, #2563eb, #4f46e5);
        border-radius: 14px;
        font-size: 1.2rem;
    }

    .erp-module-card h3 {
        margin-bottom: 9px;
        color: #0f172a;
        font-size: 1.1rem;
        font-weight: 800;
    }

    .erp-module-card p {
        margin: 0;
        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.7;
    }


/* =====================================================
   ERP BENEFITS
===================================================== */

.erp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.erp-benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

    .erp-benefit-item strong {
        flex-shrink: 0;
        color: #2563eb;
        font-size: 1.15rem;
    }

    .erp-benefit-item span {
        color: #334155;
        font-size: 0.9rem;
        font-weight: 750;
    }


/* =====================================================
   ERP CTA
===================================================== */

.erp-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 45px;
    color: #ffffff;
    background: linear-gradient(135deg, #102d68, #284dc1);
    border-radius: 28px;
}

    .erp-cta-box > div {
        max-width: 760px;
    }

        .erp-cta-box > div > span {
            display: inline-block;
            margin-bottom: 11px;
            color: #bfdbfe;
            font-size: 0.78rem;
            font-weight: 850;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }

    .erp-cta-box h2 {
        margin-bottom: 13px;
        color: #ffffff;
        font-size: clamp(1.9rem, 4vw, 2.8rem);
        font-weight: 850;
    }

    .erp-cta-box p {
        margin: 0;
        color: rgba(255, 255, 255, 0.80);
        line-height: 1.7;
    }

.erp-cta-btn {
    flex-shrink: 0;
    color: #1d4ed8;
    background: #ffffff;
}

    .erp-cta-btn:hover {
        color: #1d4ed8;
        transform: translateY(-3px);
    }


/* =====================================================
   TABLET RESPONSIVE
===================================================== */

@media (max-width: 991.98px) {

    .erp-hero {
        min-height: 430px;
        margin-top: 68px;
        padding: 55px 0;
        background-position: center;
    }

    .erp-overview-content {
        padding-left: 0;
    }

    .erp-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media (max-width: 767.98px) {

    .erp-hero {
        min-height: 410px;
        margin-top: 68px;
        padding: 50px 0;
        text-align: center;
        background-image: linear-gradient( rgba(6, 18, 44, 0.62), rgba(6, 18, 44, 0.62) ), url("/images/products/erp/erp-hero.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .erp-hero-content {
        max-width: 100%;
    }

    .erp-hero h1 {
        font-size: 2.55rem;
        letter-spacing: -1.3px;
    }

    .erp-hero p {
        margin-right: auto;
        margin-left: auto;
    }

    .erp-hero-actions {
        justify-content: center;
    }

    .erp-overview,
    .erp-modules,
    .erp-benefits,
    .erp-cta-section {
        padding: 52px 0;
    }

    .erp-overview-content {
        text-align: left;
    }

    .erp-check-list,
    .erp-benefit-grid {
        grid-template-columns: 1fr;
    }

    .erp-cta-box {
        padding: 32px 24px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575.98px) {

    .erp-hero {
        min-height: 390px;
        margin-top: 68px;
        padding: 45px 0;
    }

        .erp-hero h1 {
            font-size: 2.15rem;
            letter-spacing: -1px;
        }

        .erp-hero p {
            font-size: 0.94rem;
            line-height: 1.65;
        }

    .erp-overview-image {
        padding: 8px;
        border-radius: 19px;
    }

        .erp-overview-image img {
            width: 100%;
            height: auto;
            border-radius: 14px;
        }

    .erp-primary-btn,
    .erp-secondary-btn,
    .erp-cta-btn {
        width: 100%;
    }
}
