/* Ortak kurumsal logo varlıkları */
.logo{
  min-width:225px;
  min-height:62px;
  background:url('../images/logo.svg') left center / contain no-repeat;
}
.logo > *{display:none!important}
.footer-logo{
  min-width:240px;
  min-height:70px;
  background-image:url('../images/logo_footer.svg');
}
.footer-logo:hover{transform:none!important}
.topbar .container>div:last-child{display:flex;align-items:center;gap:20px}
.topbar .container>div:last-child a{margin-left:0}
.topbar .gtranslate_wrapper{display:flex;align-items:center;min-height:24px;padding-left:3px}
.topbar .gtranslate_wrapper select{max-width:110px;background:transparent;border:0;color:#fff;font:600 12px var(--sans);outline:0;cursor:pointer}
.topbar .gtranslate_wrapper option{color:#17213c}
.whatsapp{display:none!important}
.quick-contact{position:fixed;right:22px;bottom:26px;z-index:70;display:flex;flex-direction:column;gap:9px}.quick-contact a{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;box-shadow:0 8px 22px #07123835;transition:transform .2s,box-shadow .2s;position:relative}.quick-contact a:hover{transform:translateX(-4px) scale(1.05);box-shadow:0 12px 28px #07123845}.quick-contact span{font:700 22px/1 Arial}.quick-contact svg{width:25px;height:25px;display:block}.quick-contact b{position:absolute;right:59px;white-space:nowrap;opacity:0;pointer-events:none;padding:9px 12px;border-radius:3px;background:var(--navy);color:#fff;font:700 12px var(--sans);box-shadow:0 5px 15px #07123822;transition:opacity .2s,transform .2s;transform:translateX(6px)}.quick-contact a:hover b{opacity:1;transform:none}.quick-instagram{background:linear-gradient(145deg,#7d38bd,#ed5e58 55%,#f4a247)}.quick-youtube{background:#e42d2d}.quick-whatsapp{background:#25b95f}.quick-call{background:var(--orange)}
/* WebP logo beyaz zemini footer rengiyle karışır; kart görünümü oluşmaz. */
.site-footer .healthturkiye-badge{
  width:215px;
  min-height:70px;
  padding:0;
  background:transparent!important;
  border-radius:0;
  overflow:visible;
}
.site-footer .healthturkiye-badge img{
  width:100%;
  height:70px;
  max-height:none;
  object-fit:contain;
  mix-blend-mode:normal;
  transform:none!important;
}
@media (max-width:850px){
  .logo{min-width:205px;min-height:58px}
  .footer-logo{min-width:220px;min-height:64px}
  .site-footer .healthturkiye-badge{width:195px}
  .topbar .gtranslate_wrapper{display:none}
  .quick-contact{right:14px;bottom:18px;gap:7px}.quick-contact a{width:43px;height:43px}.quick-contact b{display:none}
}
