body {
    padding-top: 70px;
    font-family: Arial, sans-serif;
}

.hero-section {
    background: linear-gradient(120deg, #0d6efd, #0a58ca);
    padding: 120px 0;
}

.feature-box {
    padding: 30px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: 0.3s;
}

.feature-box i {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.module-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.industry-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.industry-box:hover {
    background: #0d6efd;
    color: #fff;
}

.user-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.user-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.user-card h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.user-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.industry-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.industry-card:hover {
    background: #0d6efd;
    color: #fff;
}

.erp-footer {
    font-size: 14px;
}

.erp-footer h5 {
    margin-bottom: 15px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
    transition: 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.erp-footer hr {
    margin: 20px 0;
}

.module-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.module-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s ease;
}

.module-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}