#call-us-plugin {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.call-us-box {
    background-color: #0B6CBB;
    color: white;
    padding: 10px 15px 16px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.call-icon {
    font-size: 20px;
    margin-right: 10px;
}

.call-text .phone-number {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
    
}