﻿
.features-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 30px;
}

.feature-item {
    display: flex;
    margin-bottom: 25px;
}

    .feature-item i {
        font-size: 32px;
        color: #007bff;
        margin-right: 15px;
    }

.feature-title-hrm {
    font-weight: 600;
    color: #500073;
}

.HR_Desc{
    text-align:center;
}

.main-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4b0055;
    margin-bottom: 30px;
    text-align: center;
}

.legal-box {
    background-color: #f4faff; /* light blue background */
    border-radius: 16px;
    padding: 30px;
}

.legal-heading {
    font-weight: 700;
    color: #002c6b;
    padding-left: 27px;
}

.highlight-start {
    border-left: 4px solid #ffd500;
    padding-left: 25px;
    padding-right: 10px;
    text-align:justify;
}

.legals-img {
    max-width: 90%;
    height: auto;
    border-radius: 12px;
    margin-left: 20px;
}



.legal-text {
    margin-top: 20px;
    padding-left: 5%;
}

@media (max-width: 767.98px) {
    .legal-box {
        text-align: center;
    }

    .legal-text {
        margin-top: 20px;
    }
}

.section {
    background-color: #f4faff;
}

.ERP_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.erp {
    /*border: 1px solid #03A9F4;*/
    padding: 1px 8px;
    border-radius: 18px;
    color: #03A9F4 !important;
}

.featu_sec {
    margin-left: 6px;
}