.ctc-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.ctc-button {
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: block;
}

.ctc-button span {
    display: block;
    font-weight: bold;
}
