.sticky-contact-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #B8A087;
    color: white;
    padding: 15px 10px;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sticky-contact-button:hover {
    background-color: #e4bd94;
    color: white;
    padding-right: 15px;
}
