/* Target common header logo text elements and change color to #ff0000 */
.site-title,
.site-title a,
.header-logo-text,
.custom-logo-link,
.elementor-widget-theme-site-title .elementor-heading-title,
.elementor-widget-site-title .elementor-heading-title,
/* Added more specific selectors to ensure the color applies */
header .site-title,
header .site-title a,
header h1.site-title a,
header .custom-logo-link,
.site-header .site-title a,
#masthead .site-title a,
.navbar-brand,
.logo a,
.header-logo a {
    color: #ff0000 !important;
}
