
body {
    direction: rtl;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #FCF7EE;
    margin: 0;
}

.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.navbar-brand img {
    height: 40px;
}

.card {
    border: none;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.card-title {
    font-weight: bold;
}

.btn {
    border-radius: 10px !important;
    transition: 0.3s all ease-in-out;
}

.btn-outline-primary:hover {
    background-color: #229C90 !important;
    border-color: #229C90 !important;
    color: white !important;
}

footer {
    background-color: #FFC809;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    font-weight: bold;
}
