/* Text visibility fixes for dark theme */
.feature-card h5 {
    color: #ffffff !important;
}

.feature-card p {
    color: #ffffff !important;
}

.feature-card .text-muted {
    color: #ffffff !important;
}

.text-center {
    color: #ffffff !important;
}

/* Ensure all headings are visible */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Ensure paragraph text is visible */
p {
    color: #ffffff !important;
}

/* Override Bootstrap text utilities */
.text-muted {
    color: #ffffff !important;
}