/* TEKTAR Corporate Theme v1.9.44 — logo clipping and Turkish menu icon matching */
/* Logo animation moves upward; keep the brand area open so the top edge is never cut. */
.tektar-brand{
  overflow:visible!important;
  padding-top:12px!important;
}
.tektar-brand .custom-logo-link{
  display:inline-flex!important;
  overflow:visible!important;
  padding-top:3px!important;
}
.tektar-brand .custom-logo{
  display:block!important;
  overflow:visible!important;
}
/* Keep the light sweep visually restricted without clipping the animated logo. */
.tektar-brand:after{
  clip-path:inset(0 0 16px 0 round 18px)!important;
}
