.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:28px;height:28px;border-radius:50%;background:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease}.custom-arrow span{font-size:18px}@media(max-width:576px){.custom-arrow span{font-size:14px}}.custom-arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.25)}.custom-arrow.next{right:12px}.custom-arrow.prev{left:12px}@media(max-width:576px){.custom-arrow.next{right:4px}.custom-arrow.prev{left:4px}}