body {
    background: #191c24 !important;
    color: #fff !important; /* اللون الأساسي للنص */
    font-family: 'Tajawal', Arial, sans-serif;
    direction: rtl;
}
.card, .bg-dark {
    background: #23253b !important;
    color: #fff !important;
}
label, .form-label {
    color: #e5fff5 !important;
    font-weight: 600 !important;
    font-size: 1.09rem !important;
    letter-spacing: .07rem;
}
input, select, textarea {
    background: #23253b !important;
    color: #fff !important;
    border: 1px solid #384258 !important;
    border-radius: 11px !important;
}
input:focus, select:focus, textarea:focus {
    background: #23294a !important;
    color: #fff !important;
    border: 1.5px solid #66e399 !important;
    box-shadow: 0 0 8px #66e3993a;
}
.navbar, .navbar-dark, .navbar-brand {
    background: #1c1f2a !important;
    color: #fff !important;
}
footer {
    background: #1c1f2a !important;
    color: #66e399 !important;
    font-size: 1.08rem;
}
.btn, .btn-success, .btn-outline-light {
    color: #23253b !important;
    background: linear-gradient(120deg,#50e3c2 60%,#2ecc71 100%) !important;
    border: none !important;
    font-weight: 700 !important;
}
.btn-outline-light, .btn-outline-light:focus {
    color: #fff !important;
    background: transparent !important;
    border: 1.5px solid #66e399 !important;
}
.btn-outline-light:hover {
    background: #66e399 !important;
    color: #23253b !important;
}
a, a:visited {
    color: #66e399 !important;
}
a:hover {
    color: #fff !important;
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    color: #66e399 !important;
    font-weight: bold !important;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px #191c2470;
}
.alert-success {
    background: #223c2e !important;
    border: 1px solid #2ecc71 !important;
    color: #b6f3cc !important;
}
.alert-danger {
    background: #41282d !important;
    border: 1px solid #ee6c85 !important;
    color: #ffc7c7 !important;
}
