OUR SERVICES
/* Linked word hover effect only - Duda text links */
.dmNewParagraph a,
.dmText a,
.textWidget a {
color: #4d6974;
text-decoration: none !important;
box-shadow: inset 0 -1px 0 0 #4d6974;
transition: all 0.3s ease;
}
/* Hover state */
.dmNewParagraph a:hover,
.dmNewParagraph a:focus,
.dmText a:hover,
.dmText a:focus,
.textWidget a:hover,
.textWidget a:focus {
color: #012939;
text-decoration: none !important;
box-shadow: inset 0 -12px 0 0 rgba(193, 255, 114, 0.65);
outline: none;
}
/* Exclude buttons, navigation, icons, images, phone/email links, and widgets */
a.dmButtonLink,
a.button,
a[class*="button"],
a[class*="Button"],
a[href^="tel:"],
a[href^="mailto:"],
a:has(img),
nav a,
.header a,
.footer a,
.dmHeader a,
.dmFooter a,
.dmSocialHub a,
.dmWidget a,
.dmMenu a,
.dmNavigation a,
.dmNav a {
text-decoration: none !important;
box-shadow: none !important;
}

