/* WhatsApp ikonunu sağ altta sabitle */
.fixed-whatsapp-icon {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 9999;
  font-size: 30px;
}

/* Çağrı ikonunu WhatsApp ikonunun üstünde sabitle */
.fixed-call-icon {
  position: fixed;
  bottom: 120px; /* WhatsApp ikonunun 60px yukarısında durması için ayar */
  right: 10px;
  z-index: 9999;
  font-size: 24px;
}

/* Ortak ikon stili */
.whatsapp-icon, .call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;

  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

/* İkonların üzerine gelindiğinde büyüme efekti */
.whatsapp-icon:hover, .call-icon:hover {
    transform: scale(1.1);
}

/* WhatsApp ikonu rengi */
.whatsapp-icon {
  background-color: #25d366;
}

/* Çağrı ikonu rengi */
.call-icon {
  background-color: #dc3545;
}
/* Google Translate Üst Barını Komple Yok Et */
.goog-te-banner-frame.skiptranslate, .goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
}

body {
    top: 0 !important;
    position: static !important;
}

/* Google ikonunu ve "Powered by" yazısını gizle */
.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget .goog-te-combo {
    display: none !important;
}

/* Sayfa çevrildiğinde oluşan boşluğu kapat */
.skiptranslate {
    display: none !important;
}

iframe#\3a 1\.container {
    display: none !important;
}
