body {
  background: #f6f9fc;
  font-family: 'Poppins', sans-serif;
}

.info-section, .sustainability-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.info-card {
  background: #fff;
  width: 85%;
  max-width: 1100px;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.tag {
  background: #fff8dc;
  color: #2f4858;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  border: 1px solid #e2d48f;
}

h2 {
  color: #2f4858;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 20px 0;
  border-bottom: 2px solid #e2d48f;
  display: inline-block;
  padding-bottom: 8px;
}

h3 {
  color: #2f4858;
  margin-top: 20px;
  font-size: 1.3rem;
}

p {
  color: #444;
  line-height: 1.7;
  margin-top: 10px;
}

/* --- Sürdürülebilirlik düzeni --- */
.sustainability-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.sustainability-content .text {
  flex: 1;
  min-width: 300px;
}

.sustainability-content .image {
  flex: 1;
  text-align: right;
}

.sustainability-content img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
/* === HAKKIMIZDA SAYFASI NAVBAR ÇAKIŞMA DÜZELTME === */
body.hakkimizda .info-section {
  margin-top: 160px !important; /* navbar + sub-header yüksekliği kadar */
  padding-top: 0 !important;
}

/* sadece sürdürülebilirlik sayfası için de aynı şekilde */
body.surdurulebilirlik .sustainability-section {
  margin-top: 160px !important;
  padding-top: 0 !important;
}
