/* Privacy Policy Page Styling */
.privacy-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

h1, h2 {
    color: #4caf50; /* A shade of green for distinction */
    text-align: center;
}

p {
    line-height: 1.6;
    text-align: justify; /* Justified text for a professional look */
}

section {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

section:last-child {
    border-bottom: none;
}

.contact-section p {
    text-align: center;
    font-weight: bold;
}

ul {
    margin: 15px 0;
    padding-left: 20px;
    list-style: disc;
}

li {
    margin-bottom: 10px;
    line-height: 1.6;
}
