﻿.privacy-policy-section {
    background: #f8fbff;
    position: relative;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg,#0d47c7,#2a75ff);
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
       margin-bottom: 15px;
}

    .section-title span {
        color: #1f6bff;
    }

.section-desc {
    max-width: 750px;
    margin: auto;
    color: #666;
    font-size: 17px;
}

.privacy-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

   
.policy-block {
    margin-top: 35px;
}

    .policy-block h4 {
        color: #081b6f;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
    }

        .policy-block h4:after {
            content: '';
            width: 60px;
            height: 3px;
            background: #1f6bff;
            display: block;
            margin-top: 10px;
        }

    .policy-block ul {
        list-style: none;
        padding-left: 0;
        margin-top: 20px;
    }

        .policy-block ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
        }

            .policy-block ul li:before {
                content: "\f058";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                color: #1f6bff;
                position: absolute;
                left: 0;
                top: 2px;
            }

.contact-box {
    background: #f6f9ff;
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid #1f6bff;
}

    .contact-box a {
        color: #1f6bff;
        text-decoration: none;
    }

        .contact-box a:hover {
            text-decoration: underline;
        }

@media(max-width:768px) {

    .privacy-card {
        padding: 30px 20px;
    }

    .policy-block h4 {
        font-size: 18px;
    }
}
