/*
Theme Name: Zokey1 Teması
Theme URI: https://sohbettemalari.net
Author: Sohbettemalari.Net
Author URI: https://sohbettemalari.net
Description: Sohbettemalari.net HTML yapısından dönüştürülmüş özel WordPress teması.
Version: 1.0
*/
<style>
  .whatsapp-footer {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease;
  }

  .whatsapp-footer.visible {
    opacity: 1;
    transform: translateY(0px);
    animation: flash 1.5s infinite;
  }

  .whatsapp-footer a {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    box-shadow: 0 0 10px #25D366;
  }

  .whatsapp-footer a img {
    margin-right: 10px;
  }

  @keyframes flash {
    0%, 100% {
      box-shadow: 0 0 10px #25D366;
    }
    50% {
      box-shadow: 0 0 20px #1ebe5d;
    }
  }
</style>
