/* === Gardenya Suite – TR karakter düzeltmesi === */

/* 1) Contact kutusundaki metinlerde TR destekli fontu zorla */
.get_in_touch h3,
.get_in_touch .address_wrapper,
.get_in_touch p,
.get_in_touch a {
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 2) Başlığı otomatik büyük harfe çeviren kuralları kapat
   (i → I / İ problemi bu yüzden olur) */
.get_in_touch h3 {
  text-transform: none !important;
  font-weight: 700;
  letter-spacing: .2px;
}

/* 3) Genel başlıkları da güvenli tarafa al (isteğe bağlı) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif !important;
}

/* 4) Linklerin görünümü – okunaklılık (isteğe bağlı) */
.get_in_touch a {
  text-decoration: none;
}
.get_in_touch a:hover {
  text-decoration: underline;
}

.logo img {
    max-height: 100px;
    height: auto;
}