/* General Styles */
body {
   
    background-color: #f8f9fa;
    color: #333;
}

/* Main Container */
main {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Header */
.Privacy-Policy {
    text-align: center;
    padding: 20px 0;
     background-image: url(../../assets/img/privacy_banner.jpg);
}

.Privacy-Policy h1 {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

/* Content */
.Privacy-Policy-content p {
    line-height: 1.6;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.Privacy-Policy-content h2 {
    font-size: 22px;
    color: #007bff;
    margin-top: 25px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.Privacy-Policy-content ul {
    padding-left: 20px;
}

.Privacy-Policy-content ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
}

/* Image */
.privacy_image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 8px;
}

/* Footer */
h3, p {
    text-align: center;
}

/* Social Icons */
div i {
    font-size: 24px;
    margin: 0 10px;
    color: #007bff;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

div i:hover {
    color: #0056b3;
}
