* {
    font-family: 'Cairo', sans-serif !important;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    padding: 20px 0;
}

a {
    text-decoration: none;
}

.navbar-brand img {
    margin-left: 10px;
}

/* RTL Adjustments */
.me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.btn {
    transition: all 0.3s ease;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
