﻿.gd-bga {
    width: 100%;
    position: relative;
    background-image: url("../Images/Banking/finance-software-page-slider.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    opacity: 0.9;
}

    .gd-bga h1 {
        width: 100%;
        height: 100%;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        display: grid;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        font: bold;
    }

    .gd-bga:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.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;
}

@media (max-width: 576px) {
    .gd-bga h1 {
        font-size: 30px;
    }
}
.background-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0faff;
    flex-shrink: 0;
}

.background-icon img {
    width: 30px;
    height: 30px;
}

