/* Lime Circle Text Fix */

/* Force text and icons in lime circles to be black */
.bg-primary.rounded-circle span,
.bg-primary.rounded-circle .text-white {
    color: #000000 !important;
}

/* Process step numbers */
.bg-primary.rounded-circle span.fw-bold {
    color: #000000 !important;
}

/* Contact section icons in lime circles */
.bg-primary.rounded-circle i.text-white {
    color: #000000 !important;
}

/* Contact hero section icons should be black - highest specificity */
section[style*="background: var(--tirupati-gradient)"] i.fas.fa-phone,
section[style*="background: var(--tirupati-gradient)"] i.fas.fa-envelope,
section[style*="background: var(--tirupati-gradient)"] i.fas.fa-clock {
    color: #000000 !important;
}

/* Override inline styles */
i[style*="color: var(--tirupati-black)"] {
    color: #000000 !important;
}