/* Custom Colors Generated from Site Settings */
:root {
    --primary-red: #8B2635;
    --secondary-color: #2c3e50;
    --footer-bg: #000000;
    --footer-text: #ffffff;
}

/* Footer Colors */
.footer {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.footer h3,
.footer p,
.footer a,
.footer .footer-links li a {
    color: #ffffff !important;
}

.footer .social-links a {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.footer .social-links a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Primary Color Applications */
.btn-primary,
.btn-primary:hover,
.nav-menu a.active,
.stat-item i,
.feature-icon,
.program-icon i,
.language-switcher .lang-btn.active {
    background-color: #8B2635 !important;
}

.btn-outline {
    border-color: #8B2635 !important;
    color: #8B2635 !important;
}

.btn-outline:hover {
    background-color: #8B2635 !important;
}

.section-title::after {
    background-color: #8B2635 !important;
}

/* Secondary Color Applications */
h1, h2, h3, h4, h5, h6 {
    color: #2c3e50 !important;
}

.contact-item i {
    color: #8B2635 !important;
}