body {
    background-color: #0f172a;
    color: #e2e8f0;
}

.navbar {
    background-color: #1e2937 !important;
}

.card, .table {
    background-color: #1e2937;
    border: 1px solid #334155;
}

.btn-primary {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.btn-success {
    background-color: #10b981;
}

.jumbotron {
    background: linear-gradient(135deg, #1e40af, #312e81);
    color: white;
    padding: 4rem 2rem;
    border-radius: 12px;
}

h1, h2, h3 {
    color: #f1f5f9;
}

.footer-logo {
    width: 180px;
    max-width: 100%;
    margin-bottom: 20px;
}

footer {
    background-color: #111827;
    padding-top: 60px;
    padding-bottom: 30px;
}

footer h4,
footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

footer p,
footer a {
    color: #e5e7eb;
    line-height: 1.8;
}

footer a:hover {
    color: #3b82f6;
    text-decoration: none;
}

footer h4,
footer h5 {
    color: #ffffff !important;
}

footer p,
footer a {
    color: #ffffff !important;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #3b82f6 !important;
}

.footer-logo {
    width: 300px;
    height: auto;
    max-width: 100%;
}
.stats-box {
    text-align: center;
    padding: 40px 20px;
}

.stats-box .counter {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(0,123,255,.6);
}

.stats-box p {
    color: #ffffff !important;
    font-size: 22px;
    margin: 0;
}
.stats-box {
    color: #ffffff !important;
}

.stats-box * {
    color: #ffffff !important;
}