/* Cookie Banner Styles */
.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f9f9f9;
    color: #333;
    border-top: 1px solid #ccc;
    padding: 1em;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    z-index: 1000;
}

.cookie-banner a {
    color: #0073e6;
    text-decoration: underline;
}

.cookie-banner button {
    background: #0073e6;
    color: white;
    border: none;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}

/* Privacy Page Style */
.privacy-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
}

.privacy-container h1,
h2 {
    color: #0073e6;
}