/* Additional CSS for Troo Travel Theme */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0073aa;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: #005177;
    transform: translateY(-3px);
}

.back-to-top span {
    font-size: 24px;
    line-height: 1;
}
