/* Base header styles */
/*.elementor-element-3f68ea4 {
    transition: background-color 0.3s ease, color 0.3s ease !important;
    background: black !important;
}*/
/*
.bastion-header {
    background: black !important;
}
*/
/* Logo transition */
.logo-part {
    transition: fill 0.3s ease !important;
}

/* Menu links transition */
.ekit-menu-nav-link {
    transition: color 0.3s ease !important;
}

/* Icons transition */
.header-icon path {
    transition: fill 0.3s ease !important;
}