.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
}

/* Mobilde butonu kesin olarak 75px yukarı al */
@media only screen and (max-width: 768px) {
    .whatsapp-container {
        bottom: 75px !important;
        right: 20px !important;
    }

    .whatsapp-button {
        bottom: 0 !important;
    }
}
