
.fixed-whatsapp {
    position: fixed;
    bottom: 65px; /* Sayfanın altından biraz yukarıda */
    right: 15px;  /* Sayfanın sağından biraz içeride */
    z-index: 1000;
    background-color: #25D366;
    color: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;

    height: 50px;
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
}
