.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.direct-contact {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.direct-contact a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 500px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.direct-contact small {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}

.direct-contact strong { font-size: 13px; font-weight: 500; }
.turkish-only { display: none !important; }
.turkish-only.language-visible { display: flex !important; }

@media (max-width: 480px) {
  .direct-contact a { flex-direction: column; gap: 2px; }
}

.social-links a {
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  font-size: 12px;
}

.social-links a span { margin-left: 8px; color: var(--clay); }
.footer-social { display: flex; justify-content: center; gap: 10px; }
.footer-centre { display: flex; flex-direction: column; align-items: center; gap: 17px; }
.brokerage-logo { display: block; width: min(220px, 80%); }
.brokerage-logo img { display: block; width: 100%; height: auto; }
.footer-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px 11px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #0c3320;
  box-shadow: 0 8px 30px rgba(20, 65, 43, .22);
  font-size: 12px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 34px rgba(20, 65, 43, .28);
}

.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

@media (max-width: 480px) {
  .whatsapp-float { right: 14px; bottom: 14px; padding: 12px; }
  .whatsapp-float span { display: none; }
}
