/* Hover effects for services content-box */
#services .content-box {
    transition: color 0.3s ease;
}

#services .content-box:hover {
    color: #ffffff !important;
}

/* Ensure all text elements inside content-box change color on hover */
#services .content-box:hover h3,
#services .content-box:hover p,
#services .content-box:hover .hover-text a {
    color: #ffffff !important;
}

/* Ensure the hover text link remains readable */
#services .content-box:hover .hover-text a {
    color: #ffffff !important;
    text-decoration: none;
}

#services .content-box:hover .hover-text a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}
