
/* static/css/main.css */
body {
    font-family: 'Amiri', sans-serif;
    direction: rtl;
}

.navbar-brand img {
    max-height: 50px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #e6b507;
    margin-bottom: 1rem;
}

footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0;
    margin-top: 50px;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.disabled-link {
    color: #6c757d;
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
}
.hero-section {
    background:lightgray;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
