/* Active footer link styles - matching header navigation */
.footer-links a.active,
.legal-links a.active {
    color: #ffffff;
    font-weight: bold;
}

.footer-links a:hover,
.legal-links a:hover {
    color: #252223;
}

/* Base footer link styles */
.footer-links a,
.legal-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 2px;
}

/* Adjust spacing for footer links to accommodate border */
.footer-links li {
    margin-bottom: 8px;
}

.legal-links a {
    margin: 0 8px;
}
.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    transition: all 0.3s ease;
}
.bg-primary {
  background-color: var(--accent-color) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--accent-color) !important;
}

.btn-outline-primary {
    --bs-btn-color: #252223 !important;
    --bs-btn-border-color: #252223 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #252223 !important;
    --bs-btn-hover-border-color: #252223 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253 !important;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #252223 !important;
    --bs-btn-active-border-color: #252223 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #252223;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #252223 !important;
    --bs-gradient: none;
}
.btn-view-all {
    color: #252223 !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #252223;
    border-color: #252223;
}

.select2-container .select2-selection--single {
    height: 44px !important;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    /* Match same height */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}
