/* sozlesmeler.css */

/* Genel Stil Ayarları */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff; /* Arka plan rengi beyaz yapıldı */
  padding: 20px;
}

/* Sözleşmeler Bölümü */
.sozlesmeler-section {
    background-color: rgb(249, 249, 249); /* Arka plan rengi değiştirildi */
  padding: 30px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sozlesmeler-section h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  color: #2c3e50;
}

.sozlesmeler-section h2 {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8em;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 5px;
}

.sozlesmeler-section p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 1em;
}

.sozlesmeler-section ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.sozlesmeler-section ul li {
  margin-bottom: 10px;
}

/* Madde Numaraları ve Vurgu */
.sozlesmeler-section p strong {
  color: #e74c3c;
}

.sozlesmeler-section ul li strong {
  color: #e74c3c;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .sozlesmeler-section {
    padding: 20px;
  }

  .sozlesmeler-section h1 {
    font-size: 2em;
  }

  .sozlesmeler-section h2 {
    font-size: 1.5em;
  }
}
