* ===== ONLYSKILLS THEME - RED & BLACK ===== */

body {
    background-color: #0f0f0f !important;
    color: #ffffff !important;
}

/* Header */
header, .navbar, .topbar {
    background-color: #000000 !important;
    border-bottom: 2px solid #ff0000 !important;
}

/* Logo */
.logo, .brand, .navbar-brand {
    color: #ff0000 !important;
    font-weight: 700 !important;
}

/* Links */
a {
    color: #ffffff !important;
    transition: 0.3s;
}

a:hover {
    color: #ff0000 !important;
}

/* Buttons */
button, .btn, .button {
    background-color: #ff0000 !important;
    border: none !important;
    color: white !important;
}

button:hover, .btn:hover, .button:hover {
    background-color: #cc0000 !important;
}

/* Cards */
.card, .product-card {
    background-color: #1a1a1a !important;
    border: 1px solid #222 !important;
}

.card:hover, .product-card:hover {
    border: 1px solid #ff0000 !important;
}

/* Footer */
footer {
    background-color: #000000 !important;
    border-top: 2px solid #ff0000 !important;
}