#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none; /* Hidden by default */
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 10%;
    padding: 12px 18px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, background-color 0.3s;
}

#backToTop:hover {
    background-color: #0056b3;
}


a.avlabsai {
    position: fixed;
    bottom: 100px;
    right: 20px; /* Hidden by default */
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 10%;
    padding: 12px 16px;
    font-size: 15px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, background-color 0.3s;
}

a.avlabsai:hover {
    background-color: #0056b3;
}
