.footer-menu  a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-inline-start: 8px;
    vertical-align: middle;

    background-image: url("https://blog.profix-app.com/wp-content/uploads/2026/06/chevron-left-svgrepo-com.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transition: transform 0.3s ease;
    opacity: 1 !important;
    background-color: transparent !important;
    inset: unset;
    left: unset;
    inset-inline-end: -20px;
}

.footer-menu  a:hover::after {
    transform: translateX(-3px);
	filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(212%) hue-rotate(202deg) brightness(115%) contrast(100%);
}