body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

/* Header Section */
.privacy-header {
    background-color: #0F3739;
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.privacy-header h1 {
    font-weight: 700;
}

/* Content Card */
.privacy-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Main Headings */
.privacy-content h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0F3739;
}

/* Sub Headings */
.privacy-content h5 {
    margin-top: 20px;
    font-weight: 600;
    color: #0F3739;
}

/* Lists */
.privacy-content ul {
    padding-left: 20px;
}

.privacy-content li {
    margin-bottom: 8px;
}

/* Links */
.privacy-content a {
    color: #0F3739;
    font-weight: 600;
    text-decoration: underline;
}

.privacy-content a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #0F3739;
    color: #ffffff;
    padding: 20px 0;
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .privacy-content {
        padding: 25px;
    }

    .privacy-header {
        padding: 40px 0;
    }
}
