.talk-to-us-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.talk-to-us-button:hover {
    background-color: #0056b3;
}
.modal-bottom-fixed-right {
    max-width: 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
}