/* Professional Red Color Theme - Override All Bootstrap Defaults */

/* Buttons */
.btn-primary {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #b91c1c !important;
    border-color: #b91c1c !important;
    color: white !important;
}

.btn-secondary {
    background-color: #b91c1c !important;
    border-color: #b91c1c !important;
    color: white !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #991b1b !important;
    border-color: #991b1b !important;
    color: white !important;
}

.btn-outline-primary {
    color: #dc2626 !important;
    border-color: #dc2626 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: white !important;
}

.btn-outline-secondary {
    color: #b91c1c !important;
    border-color: #b91c1c !important;
    background-color: transparent !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: #b91c1c !important;
    border-color: #b91c1c !important;
    color: white !important;
}

.btn-outline-danger {
    color: #dc2626 !important;
    border-color: #dc2626 !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: white !important;
}

/* Badges */
.badge.bg-primary {
    background-color: #dc2626 !important;
}

.badge.bg-secondary {
    background-color: #b91c1c !important;
}

.badge.bg-success {
    background-color: #dc2626 !important;
}

/* Text Colors */
.text-primary {
    color: #dc2626 !important;
}

.text-secondary {
    color: #b91c1c !important;
}

.text-success {
    color: #dc2626 !important;
}

.text-info {
    color: #dc2626 !important;
}

/* Links */
a.text-primary:hover,
a.text-primary:focus {
    color: #b91c1c !important;
}

/* Stat Numbers */
.stat-number {
    color: #dc2626 !important;
}

/* Navbar */
.navbar-brand {
    color: #dc2626 !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #dc2626 !important;
}

.nav-link.active {
    color: #dc2626 !important;
}

/* Social Icons */
.social-icons a {
    background: #dc2626 !important;
}

.social-icons a:hover,
.social-icons a:focus {
    background: #b91c1c !important;
}

/* Footer */
.footer h5 {
    color: #dc2626 !important;
}

.footer a:hover,
.footer a:focus {
    color: #dc2626 !important;
}

/* WhatsApp Float */
.whatsapp-float {
    background: #25d366 !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    background: #128c7e !important;
}

/* Form Controls */
.form-control:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, 0.25) !important;
}

.form-select:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, 0.25) !important;
}

/* Author Image Border */
.author-img {
    border-color: #dc2626 !important;
}

/* Icons */
.fas.fa-check-circle,
.fa-check-circle {
    color: #dc2626 !important;
}

/* Alerts */
.alert-success {
    background-color: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #991b1b !important;
}

/* Progress Bars */
.progress-bar {
    background-color: #dc2626 !important;
}

/* List Group */
.list-group-item.active {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

/* Pagination */
.page-link {
    color: #dc2626 !important;
}

.page-link:hover,
.page-link:focus {
    color: #b91c1c !important;
    background-color: #fee2e2 !important;
    border-color: #dc2626 !important;
}

.page-item.active .page-link {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

/* Dropdown */
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
}

.dropdown-item.active {
    background-color: #dc2626 !important;
}

/* Card Borders */
.border-primary {
    border-color: #dc2626 !important;
}

/* Background Colors */
.bg-primary {
    background-color: #dc2626 !important;
}

.bg-secondary {
    background-color: #b91c1c !important;
}