/* Genel logo stili (masaüstü görünüm) */
.logo-img {
  height: 80px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .logo-img {
    height: 60px ;
    margin-bottom: 20px;
  }
}
