.elementor-nav-menu .menu-item:last-child::after {
content: '';
display: block;
position: absolute;
width: 1px;
background: #1F233E;
z-index: 1;
top: 0;
left: 0;
height: 50%;
transform: translateY(50%);
opacity: 30%;
}