.theme-footer-eight a {
    color: #5880c0; /* Blue for links */
}
.theme-footer-eight a:hover {
    color: #42b653; /* Green for hover effect */
}
.theme-footer-eight .footer-title {
    color: #42b653; /* Green for section titles */
}
.theme-footer-eight .social-icon a {
    color: #f2c118; /* Yellow for social icons */
}
.theme-footer-eight .social-icon a:hover {
    color: #e02b30; /* Red for social icon hover */
}