header.header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.nav-link {
    color: #111827 !important;
    font-weight: 700 !important;
}

.nav-link:hover, .nav-link.active {
    color: #b91c1c !important;
}

.btn-primary, 
button[type="submit"].btn-primary,
.drcta-btn-orange {
    background-color: #b91c1c !important;
    color: #ffffff !important;
    border-color: #b91c1c !important;
}

.btn-primary:hover {
    background-color: #991b1b !important;
    color: #ffffff !important;
}

.search-tabs .tab {
    background-color: #e5e7eb !important;
    color: #111827 !important;
    font-weight: 700 !important;
}

.search-tabs .tab.active {
    background-color: #b91c1c !important;
    color: #ffffff !important;
}

.marquee-wrapper {
    background-color: #000000 !important;
}

.marquee-wrapper span {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

.showcase-badge, 
.badge-vip,
.badge-premium {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: 1px solid #374151 !important;
}

.showcase-badge.electric {
    background-color: #064e3b !important;
    color: #ffffff !important;
}

.bg-soft-black {
    background-color: #0f172a !important;
    color: #ffffff !important;
}

.view-all-link {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.view-all-link:hover {
    color: #d1d5db !important;
}

.section-title.text-white {
    color: #ffffff !important;
}

.section-title.text-white .dot.text-red {
    color: #ef4444 !important;
}

.footer-links-col ul li a,
.footer-contact-col ul li span a {
    color: #f3f4f6 !important;
}

.footer-links-col ul li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.form-select, .form-control {
    border: 1px solid #4b5563 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

*:focus-visible {
    outline: 3px solid #2563eb !important;
    outline-offset: 2px !important;
}