.elementor-nav-menu--dropdown hr {
  border: none;
  border-top: 1px solid #8F8FA6;
  margin: 1rem !important;
}

.custom-menu-item {
    font-family: 'Poppins', sans-serif;

    .custom-link {
        display: flex;
        align-items: center;
        color: var(--color-text) !important;
        padding: 0.5rem 1rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: 0.04rem;
        text-decoration: none;
        gap: 0.625rem;

        --color-text: #8F8FA6;
        
        &:hover {
            --color-text: #ffffff;
        }
    }

    .menu-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        path {
            stroke: var(--color-text);
        }
    }

    svg:nth-of-type(1) {
        width: 1.375rem;
    }

    svg:nth-of-type(2) {
        width: 1.2rem;
    }

    svg:nth-of-type(3) {
        width: 1.5rem;
    }

    &::marker {
        display: none;
        content: none;
    }
}
}
