.aractakip-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.aractakip-section .container {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.8;
}

.bolum-baslik {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #0d325b;
  margin-bottom: 35px;
}

.baslik-cizgi {
  width: 6px;
  height: 32px;
  background-color: #ffcc00;
  margin-right: 14px;
  border-radius: 3px;
}

.aractakip-section p {
  margin-bottom: 22px;
  text-align: justify;
}

/* Kalın vurgular */
.aractakip-section strong {
  font-weight: 700;
  color: #000000;
}

/* Footer modern tasarım */
footer {
  background: #2e3e66;
  color: #f1f1f1;
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-top: 3px solid #ffcc00;
}

footer p {
  margin: 0;
}
