/* district list anim */
.eb-districtList{
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease;
}
/* Footer – Hizmet Bölgeleri altı saat küçültme */
#districtClockInline {
  font-size: 11px;          /* genel yazı küçültme */
  padding: 4px 8px;         /* iç boşluk */
  border-radius: 9999px;    /* pill görünüm */
  gap: 6px;
  opacity: 0.85;
}

#districtClockInline i {
  font-size: 12px;          /* ikon biraz küçük */
}

#districtClockInline .clock-text {
  font-weight: 600;         /* footer için daha sakin */
  letter-spacing: 0.02em;
}

/* ===============================
   FOOTER – SOSYAL MEDYA (KUTULU KÜÇÜLTME)
   =============================== */

/* Kutunun kendisi */
.eb-footer a.group {
  font-size: 11px;            /* yazı küçülsün */
  padding: 6px 8px;           /* kutu küçülsün */
  gap: 6px;
  border-radius: 8px;
  min-height: unset;
  line-height: 1.2;
  opacity: 0.85;
}

/* İkon */
.eb-footer a.group i {
  font-size: 13px;
}

/* Hover sade */
.eb-footer a.group:hover {
  opacity: 1;
  transform: translateY(-1px);
}

#mobileDestekClock {
  opacity: 0.85;
}

#mobileDestekClock .clock-text {
  letter-spacing: 0.02em;
}

.enb-scrollHint{
  animation: enb-bob 1.15s ease-in-out infinite;
}
@keyframes enb-bob{
  0%,100%{ transform: translate(-50%,0); }
  50%{ transform: translate(-50%,-8px); }
}
@media (prefers-reduced-motion: reduce){
  .enb-scrollHint{ animation:none; }
}

