.navigation-menu-footer li a:hover {
    color: #00DAC5;
}

/* Hide only testimonial avatars, not global avatars */
.box-tes-item .avatar {
    display: none !important;
}

.flat-title-page .breadcrumb {
    position: relative;
    z-index: 2; /* keep text above overlay */
}

.flat-title-page {
    position: relative;
}

.flat-title-page::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgb(255 255 255 / 76%); /* white overlay with 40% opacity */
    z-index: 1;
}

/* Make sure text stays above overlay */
.flat-title-page .container {
    position: relative;
    z-index: 2;
}