[data-bs-theme="dark"] {
    --bs-body-bg: #212529;
    --bs-body-color: #dee2e6;
}

[data-bs-theme="dark"] .card {
    background-color: #343a40;
    border-color: #495057;
    color: #dee2e6;
}

[data-bs-theme="dark"] .navbar {
    background-color: #343a40 !important;
}

[data-bs-theme="dark"] .bg-body-tertiary {
    background-color: #343a40 !important;
}

[data-bs-theme="dark"] .text-dark {
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .text-muted {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .carousel-caption {
    background-color: rgba(0,0,0,0.8) !important;
}

[data-bs-theme="dark"] .form-control {
    background-color: #495057;
    border-color: #6c757d;
    color: #dee2e6;
}

[data-bs-theme="dark"] .form-control:focus {
    background-color: #495057;
    border-color: #86b7fe;
    color: #dee2e6;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

[data-bs-theme="dark"] .btn-outline-primary {
    color: #86b7fe;
    border-color: #86b7fe;
}

[data-bs-theme="dark"] .btn-outline-primary:hover {
    background-color: #86b7fe;
    border-color: #86b7fe;
    color: #000;
}

[data-bs-theme="dark"] .btn-outline-danger {
    color: #ea868f;
    border-color: #ea868f;
}

[data-bs-theme="dark"] .btn-outline-danger:hover {
    background-color: #ea868f;
    border-color: #ea868f;
    color: #000;
}

[data-bs-theme="dark"] .dropdown-menu {
    background-color: #343a40;
    border-color: #495057;
}

[data-bs-theme="dark"] .dropdown-item {
    color: #dee2e6;
}

[data-bs-theme="dark"] .dropdown-item:hover {
    background-color: #495057;
    color: #fff;
}

[data-bs-theme="dark"] .modal-content {
    background-color: #343a40;
    border-color: #495057;
}

[data-bs-theme="dark"] .modal-header {
    border-bottom-color: #495057;
}

[data-bs-theme="dark"] .modal-footer {
    border-top-color: #495057;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #495057 !important;
}

[data-bs-theme="dark"] .border {
    border-color: #495057 !important;
}

[data-bs-theme="dark"] .color-info {
    background-color: #495057 !important;
    border-color: #6c757d !important;
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .alert-info {
    background-color: #495057 !important;
    border-color: #6c757d !important;
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] img[style*="background-color: #f8f9fa"] {
    background-color: #495057 !important;
}

[data-bs-theme="dark"] .card-img-top {
    background-color: #495057 !important;
}

[data-bs-theme="dark"] .img-fluid {
    background-color: #495057 !important;
}

[data-bs-theme="dark"] .feature-box {
    background-color: #343a40 !important;
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .carousel-item {
    background-color: #212529 !important;
}

[data-bs-theme="dark"] .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel-control-next-icon {
    background-color: #495057 !important;
    border-radius: 50%;
}

[data-bs-theme="dark"] .table {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #495057;
    color: #dee2e6;
}

[data-bs-theme="dark"] .table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #495057;
}

[data-bs-theme="dark"] .pagination .page-link {
    background-color: #343a40;
    border-color: #495057;
    color: #dee2e6;
}

[data-bs-theme="dark"] .pagination .page-link:hover {
    background-color: #495057;
    border-color: #6c757d;
    color: #fff;
}

[data-bs-theme="dark"] .pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

[data-bs-theme="dark"] .footer {
    background-color: #212529 !important;
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .footer-bottom {
    background-color: #1a1e21 !important;
}

[data-bs-theme="dark"] .social-icons a {
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .contact-info {
    color: #dee2e6 !important;
}

[data-bs-theme="dark"] .list-unstyled a {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .list-unstyled a:hover {
    color: #dee2e6 !important;
}