.floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.whatsapp-button {
    background-color: #25D366; /* Yeşil */
    margin-bottom: 70px; /* Üstte dursun */
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

.phone-button {
    background-color: #e53935; /* Kırmızı */
}

.phone-button:hover {
    background-color: #b71c1c;
}



/* deneme test hello world  */