.call-widget,
.whatsapp-widget {
    position: fixed;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: block !important;
    z-index: 2147483647 !important;
    font-size: 14px;
}

.call-link,
.whatsapp-link {
    display: block;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 700;
}

/* Arama butonunu sola taşıyoruz */
.call-widget {
    left: 20px;
    /* Sağ yerine sol konumlandırma */
    bottom: 20px;
}

/* WhatsApp butonunu sağa taşıyoruz */
.whatsapp-widget {
    right: 20px;
    /* Sol yerine sağ konumlandırma */
    bottom: 20px;
}

.call-link:hover,
.whatsapp-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.call-link:active,
.whatsapp-link:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.call-widget-full {
    right: 0;
    bottom: 0;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 768px) {

    .call-widget,
    .whatsapp-widget {
        font-size: 14px;
        border-radius: 15px;
    }

    .call-widget-full {
        width: 100%;
        text-align: center;
    }
}

.whatsapp-qr-container {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.whatsapp-qr-background {
    width: 100%;
    height: 100%;
    background-image: url('../images/whatsapp-layout.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-qr-background img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

/* Icon alignment matches Bootstrap's default */
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}