/* Specific Card Styling: Solid Black (Standard Text Color) */
.bento-card.services h3,
.bento-card.location h3,
.bento-card.interests h3 {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentcolor;
    background-clip: border-box;
    color: var(--text-color);
}

.bento-card.services .card-icon,
.bento-card.location .card-icon,
.bento-card.interests .card-icon {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentcolor;
    background-clip: border-box;
    color: var(--text-color);
}