@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('font/Droid Arabic Kufi.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Droid Arabic Kufi';
    background: #fafafa;
}

/* الصفحة الرئيسية */
body.home {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* صفحة الخصوصية */
body.privacy {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    background: #fff;
    text-align: right;
    line-height: 1.8;
}

.page-header {
    text-align: right;
    margin-bottom: 30px;
    padding-top: 20px;
}

.header-logo {
    height: 60px;
    width: auto;
    transition: opacity 0.3s;
}

.header-logo:hover {
    opacity: 0.8;
}

h1 {
    font-family: 'Droid Arabic Kufi';
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

h2 {
    font-family: 'Droid Arabic Kufi';
    font-size: 1.1rem;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    font-family: 'Droid Arabic Kufi';
    font-size: medium;
    margin: 10px 0;
    text-align: justify;
}

.footer-note {
    margin-top: 30px;
    font-weight: normal;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    height: 100px;
    object-fit: cover;
    display: block;
    margin-bottom: 24px;
}

.soon {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    font-family: 'Droid Arabic Kufi';
}

footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-logo {
    height: 30px;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.copyright {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

footer a:hover {
    color: #333;
    text-decoration: underline;
}
