body {
  background: url('/images/background/iletisim-bg.jpg') no-repeat center center fixed;
  background-size: cover;
}

/* Türkiye Ofisi */
.turkiye-ofisi li i {
  margin-right: 5px;
  color: #00334e;
}

.turkiye-ofisi {
  max-width: 800px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.turkiye-ofisi .logo {
  display: block;
  margin: 0 auto 10px auto; /* ortalanır ve altta boşluk bırakır */
  max-width: 100px;
}

.turkiye-ofisi .office-content {
  text-align: left; /* yazılar sola yaslanır */
  padding: 0 10px;
}


.turkiye-ofisi h3 {
  font-size: 24px;
  color: #1b375c;
  margin-bottom: 20px;
}

.turkiye-ofisi ul {
  list-style: none;
  padding: 0;
  color: #00334e;
  font-weight: 500;
}

.turkiye-ofisi li {
  margin-bottom: 10px;
}

.turkiye-ofisi a {
  color: #0e5176;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.turkiye-ofisi a:hover {
  color: #1e7e99;
  text-decoration: underline;
}


/* Diğer Ofisler */

.diger-ofisler {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.diger-ofisler h3 {
  font-size: 24px;
  color: #1b375c;
  margin-bottom: 30px;
}

.ofisler-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ofis-kart {
  width: 280px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s;
}

.ofis-kart:hover {
  transform: scale(1.02);
}

.ofis-kart img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
  border: 2px solid #4ca3af;
}

.ofis-kart a {
  font-weight: 600;
  font-size: 1rem;
  color: #0e5176;
  text-decoration: none;
  text-align: center;
}

.ofis-kart a:hover {
  text-decoration: underline;
}

.diger-ofisler .ofis-kart img {
  border-radius: 50%;
  border: 2px solid #4ca3af;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
