.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/*.service-details-two h4 {
    color: #3b4443; /* Ensure the text remains visible */
   /* transition: color 0.3s ease-in-out;
}
*/
.service-details-two h4:hover {
    color: white; /* Change color on hover if needed */
}

.service-details-two p {
    color: white !important; /* Ensure text is always white */
}

.service-details-two h4  {
    color: var(--uniqo-black);
}


.service-link:hover h4 {
    color: white; /* Ensures h4 remains white on hover */
}


