/* parts.css */

body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

.full-width-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.divider {
  max-width: 1000px;
  margin: 20px auto;
  border: none;
  border-top: 1px solid #ccc;
}

.parts-section {
  max-width: 1400px;
  margin: 0 auto 40px auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background-color: #fdfdfd;
}

.parts-section h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8em;
}

.subheading {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 20px;
}

.parts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
}

.parts-item img {
  max-height: 175px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.parts-item p {
  margin-top: 10px;
  font-size: 1em;
}






.parts-navigation-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  margin: 0 auto 30px auto;
  max-width: 1600px;
}

.parts-navigation-buttons a {
  background-color: #004f66;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.parts-navigation-buttons a:hover {
  background-color: #929596;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .parts-navigation-buttons a {
    width: 100%;
    text-align: center;
  }
}



.parts-subsection {
  margin-top: 30px;
}

.parts-subsection h4 {
  font-size: 1.4em;
  color: #004f66;
  text-align: center;
  margin-bottom: 15px;
}

.parts-description {
  max-width: 1000px;
  margin: 10px auto 30px auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 20px;
}


.parts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.parts-item {
  flex: 1 1 150px;
  max-width: 200px;
}
