﻿
.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-spa {
    font-weight: 600;
    color: #500073;
}

.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%;
}

@media (max-width: 767.98px) {
    .legal-box {
        text-align: center;
    }

    .legal-text {
        margin-top: 20px;
    }
}

.section {
    background-color: #f4faff;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.gd-purple {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-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;
}

    .feature-icon img {
        width: 30px;
        height: 30px;
    }
