/* Privacy Policy Page Styles */

#privacy_policy_section {
    background: #fff;
    min-height: 70vh;
}

#privacy_policy_section .container {
    max-width: 1280px;
    width: 90%;
}

.privacy_title {
    font-size: 40px;
    font-weight: 700;
    color: #06337e;
    margin-bottom: 1.5rem;
    font-family: "Outfit", sans-serif;
}

.intro_text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 90ch;
}

.policy_section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.policy_heading {
    font-size: 22px;
    font-weight: 600;
    color: #06337e;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #06337e;
    line-height: 1.3;
    font-family: "Outfit", sans-serif;
}

.policy_section p {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.policy_list {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.policy_list li {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    list-style-type: disc;
}

.policy_list li strong {
    color: #000;
    font-weight: 600;
}

.rights_contact {
    margin-top: 1rem;
    font-size: 15px;
    color: #333;
}

.rights_contact a {
    color: #06337e;
    text-decoration: underline;
}

.rights_contact a:hover {
    color: #0c53cd;
}

.policy_section a {
    color: #06337e;
    text-decoration: underline;
}

.policy_section a:hover {
    color: #0c53cd;
}

@media (max-width: 768px) {
    .privacy_title {
        font-size: 30px;
    }

    .policy_heading {
        font-size: 18px;
    }

    .intro_text,
    .policy_section p,
    .policy_list li {
        font-size: 14px;
    }
}
