
body {
  background-color: #fdf6f0;
  color: #333;
  font-family: Arial, sans-serif;
}

h1, h2 {
  color: #a2836e;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

nav ul li a {
  background-color: #443627;
  padding: 8px 12px;
  border-radius: 5px;
  color: #FFF0BD;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #D98324;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

table thead {
  background-color: #f8d7da;
  color: #5a2a2a;
}

table tbody tr:nth-child(odd) {
  background-color: #fef6f9;
}

table tbody tr:nth-child(even) {
  background-color: #f3e8ed;
}

th, td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

button, .btn {
  background-color: #E50046;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

button:hover, .btn:hover {
  background-color: #80c9bf;
}

.alert {
  background-color: #ffb3b3;
  color: #5a2a2a;
  padding: 10px;
  border-radius: 4px;
  margin-top: 1rem;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ffd59e;
  border-radius: 3px;
  font-size: 12px;
  color: #5e482b;
}

body {
  background-color: #fdf6f0;
  color: #333;
  font-family: Arial, sans-serif;
}

h1, h2 {
  color: #a2836e;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

nav ul li a {
  background-color: #443627;
  padding: 8px 12px;
  border-radius: 5px;
  color: #FFF0BD;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #D98324;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

table thead {
  background-color: #f8d7da;
  color: #5a2a2a;
}

table tbody tr:nth-child(odd) {
  background-color: #fef6f9;
}

table tbody tr:nth-child(even) {
  background-color: #f3e8ed;
}

th, td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

button, .btn {
  background-color: #E50046;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

button:hover, .btn:hover {
  background-color: #80c9bf;
}

.alert {
  background-color: #ffb3b3;
  color: #5a2a2a;
  padding: 10px;
  border-radius: 4px;
  margin-top: 1rem;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ffd59e;
  border-radius: 3px;
  font-size: 12px;
  color: #5e482b;
}
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
header, footer {
  background: #1e3d59;
  color: white;
  padding: 10px;
  text-align: center;
}
nav a {
  margin: 0 10px;
  color: #ffc107;
  text-decoration: none;
}
main {
  padding: 10px;
}
.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;
}

