
/* Duru v1.9.3 — sadece yeni logo ve WhatsApp butonu */
.duru-brand{
  height:88px!important;
  display:flex!important;
  align-items:center!important;
}
.duru-brand img.duru-bundled-logo{
  width:88px!important;
  height:88px!important;
  max-width:88px!important;
  max-height:88px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  filter:drop-shadow(0 7px 14px rgba(0,0,0,.24))!important;
}
.duru-footer-logo{
  display:inline-flex!important;
  align-items:center!important;
}
.duru-footer-logo img{
  width:112px!important;
  height:112px!important;
  max-width:112px!important;
  max-height:112px!important;
  object-fit:contain!important;
  background:transparent!important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.2))!important;
}
.duru-floating-wa{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  font-size:0!important;
  line-height:0!important;
  background:#18a957!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.2)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.25)!important;
}
.duru-wa-icon{
  width:31px!important;
  height:31px!important;
  display:block!important;
  color:#fff!important;
}
.duru-floating-wa:hover{
  transform:translateY(-2px) scale(1.03)!important;
  background:#20b860!important;
}
@media(max-width:820px){
  .duru-brand{height:64px!important}
  .duru-brand img.duru-bundled-logo{
    width:62px!important;height:62px!important;
    max-width:62px!important;max-height:62px!important;
  }
  .duru-floating-wa{
    width:52px!important;height:52px!important;min-width:52px!important;
  }
  .duru-wa-icon{width:28px!important;height:28px!important}
}
