/* 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;
}

/* Sağ - sol okları gizle */
.tp-leftarrow,
.tp-rightarrow {
    display: none !important;
}

/* Küçük resim (thumb) alanını gizle */
.tp-thumbs {
  display: none !important;
}

.menu_wrapper {
  background-color: #000; /* siyah */
}

/* Menü linkleri yazı rengi */
.menu_wrapper .menu li a span {
  color: #8f8f8f; /* beyaz */
}

/* Üzerine gelince (hover) farklı renk istersen */
.menu_wrapper .menu li a span:hover {
  color: #e78617; /* örnek: altın sarısı */
}

.logo {
  background-color: #000; /* siyah */
}

.container {
  background-color: #000; /* siyah */
}

#Top_bar {
  background: #000; /* siyah arka plan */
  width: 100%;
}

/* Footer full width */
#Footer {
  background: #000; /* siyah arka plan istersen */
  width: 100%;
}

#Top_bar .menu_wrapper {
  margin-left: 100px; /* logo ile menü arasındaki mesafe */
}

.text-wrapper {
  max-width: 600px; /* yazının dar olması için */
  margin: 0 auto;   /* ortalama */
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.text-wrapper p {
  text-indent: 2em; /* her paragraf başına tab / girinti */
  margin-bottom: 2em; /* paragraf arası boşluk */
}

