body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: #D9DFC6;
}
header, footer {
  background: #1e3d59;
  color: white;
  padding: 15px;
  text-align: center;
}
nav a {
  margin: 0 10px;
  color: #ffc107;
  text-decoration: none;
}
main {
  padding: 20px;
}
.carousel-inner img {
  height: 50vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
  background-color: rgba(0, 0, 0, 0.5); /* arka plan şeffaf siyah */
  padding: 20px;
  border-radius: 8px;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107; /* Samsun Lojistik temasıyla uyumlu */
  text-shadow: 2px 2px 4px #000;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.liman-page .liman-gorsel {
  width: 50%;
  height: 300px; /* masaüstü için ideal yükseklik */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.gumruk-gorseller {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  gap: 15px;
  max-width: 900px; /* isteğe bağlı */
  margin: 0 auto; /* ortala */
}

.gumruk-page .gumruk-gorsel {
  width: 50%; /* grid hücresini tamamen kapla */
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bosaltma-gorseller {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  gap: 15px;
  max-width: 900px; /* isteğe bağlı */
  margin: 0 auto; /* ortala */
}

.bosaltma-page .bosaltma-gorsel {
  width: 100%; /* grid hücresini tamamen kapla */
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.demiryolu-page .demiryolu-gorsel {
  width: 40%;
  height: 200; /* masaüstü için ideal yükseklik */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.navbar .btn-outline-warning {
  font-weight: 600;
  border-radius: 20px;
}
.musteri-page h2 {
  color: #1e3d59;
  font-weight: bold;
}

.musteri-page .btn {
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 12px;
}

