/* ================================
   ILKAS LOGO – BASE STYLE (CLEAN)
   ================================ */

/* Navbar ve logo alanı taşma yapmasın */
.navbar,
.navbar .container,
.navbar-brand {
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

/* Logo linki */
.navbar-brand.logo-shine {
  display: flex !important;
  align-items: center !important;
}

/* Logo resmi */
img.siteLogo {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;

  max-height: 150px;   /* logo yüksekliği */
  width: auto;
  height: auto;

  object-fit: contain;
  margin: 0;
  padding: 0;

  position: relative;
  z-index: 9999;
}
