﻿.gd-baners {
    width: 100%;
    position: relative;
    background-image: url("../Images/Inventory/Inventory-software-Page-Slider.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    opacity: 0.9;
}

    .gd-baners 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-baners: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-inv {
    font-weight: 600;
    color: #725CAD;
}

.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;
}

.legal-img {
    max-width: 90%;
    height: auto;
    border-radius: 12px;
}


.legal-text {
    margin-top: 20px;
    padding-left: 5%;
}

.compitions-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

    .compitions-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.6;
        /* color: #b8adad;*/
    }

        /* Custom checkmark bullet */
        .compitions-list li::before {
            content: "➣";
            position: absolute;
            left: 0;
            top: 0;
            color: #2ecc71;
            font-weight: bold;
        }

@media (max-width: 767.98px) {
    .legal-box {
        text-align: center;
    }

    .legal-text {
        margin-top: 20px;
    }
}

.section {
    background-color: #f4faff;
}

@media (max-width: 576px) {
    .gd-baners h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .compitions-list li {
        text-align: left;
    }
}
@media (min-width: 320px) {
    icon-backgrounds {
        margin-left: 0px !important;
    }
}
.icon-background {
    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;
}   

.icon-backgrounds {
    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;
    margin-left: 56px;
}

.icon-background img {
    width: 30px;
    height: 30px;
}
.icon-backgrounds img {
    width: 30px;
    height: 30px;
}
@media (max-width: 320px) {
    .icon-backgrounds {
        margin-left: 0px !important;
    }
}


@media (min-width: 321px) and (max-width: 480px) {
    .icon-backgrounds {
        margin-left: 5px !important;
    }
}


@media (min-width: 481px) and (max-width: 768px) {
    .icon-backgrounds {
        margin-left: 10px !important;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .icon-backgrounds {
        margin-left: 3px !important;
    }
}

 
