button[type="submit"]:hover svg { animation: iconMove 0.35s ease-out; } .home .abc_header { background: transparent; } .home #brx-header { position: absolute; } .splide__arrow--prev:before { content: ""; background-image: url(/wp-content/uploads/2026/03/left_arrow.svg); filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(203deg) brightness(102%) contrast(101%); z-index: 9; width: 19px; height: 100%; position: absolute; background-repeat: no-repeat; background-position: center; background-size: contain; } .splide__arrow--next:before { content: ""; width: 19px; background-image: url(https://abc-expo.voorbeeld.net/wp-content/uploads/2026/03/right_arrow.svg); background-repeat: no-repeat; background-size: contain; background-position: center; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(203deg) brightness(102%) contrast(101%); position: absolute; z-index: 9; height: 100%; } .splide__arrow { transition: 0.3s !important; } .brxe-button:hover svg{ animation: iconMove 0.35s ease-out; } @keyframes iconMove{ 0% { transform: translateX(0); } 30% { opacity: 0; } 31% { transform: translateX(1.25rem); } 32% { transform: translateX(-1.25rem); } 84% { opacity: 1; } 100% { transform: translateX(0); } }  html, body{scroll-behavior: smooth;}  #brx-header { z-index: 100; } .abc_hero_section { position: relative; z-index: 1; }