.cookiealert{position:fixed;bottom:0;left:0;width:100%;margin:0!important;z-index:999;opacity:0;border-radius:0;background:#212327;transform:translateY(100%);transition:all 500ms ease-out;color:#ecf0f1}
.cookiealert.show{opacity:1;transform:translateY(0%);transition-delay:1000ms}
.cookiealert a{text-decoration:underline}
.cookiealert .acceptcookies{margin-left:10px;vertical-align:baseline}

.whatsapp { background-color: #25d366; }
.telefon { background-color: #34b7f1; }

@keyframes golgeEfekti {0%, 100% {filter: brightness(100%);}50% {filter: brightness(80%);}}

.icon-link:hover {transform: scale(1.1);filter: brightness(100%);animation-play-state: paused;}
.sol-alt-butonlar {position: fixed;left: 20px;bottom: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 9999;}

.icon-link {width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-decoration: none;color: white;font-size: 24px;box-shadow: 0 4px 10px rgba(0,0,0,0.3);transition: all 0.4s ease;animation: golgeEfekti 3s infinite ease-in-out;}