.navigation-arrows {
    position: relative;
    margin-top: -50px;
    /* Adjust the margin as needed */
    text-align: center;
}

.arrow-btn {
    font-size: 24px;
    color: #fff;
    background-color: #007bff;
    /* Arrow background color */
    border: none;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}

.arrow-btn:hover {
    background-color: #0056b3;
    /* Hover color */
}

