.project-detail {
  color: #333;
}

.project-banner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.project-banner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}

.project-section {
  margin-bottom: 4rem;
}

.project-section h2, 
.project-section h3 {
  color: #00224F;
  font-weight: 700;
  margin-bottom: 1rem;
}

.project-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

.image-text img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.centered-text h3 {
  color: #0B20C6;
}

.centered-text p {
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
}

.back-link a {
  color: #0B20C6;
  font-weight: 600;
  transition: color 0.2s ease;
}

.back-link a:hover {
  color: #001A8E;
  text-decoration: none;
}

.back-link svg {
  vertical-align: middle;
  margin-right: 6px;
  transition: transform 0.2s ease;
}

.back-link a:hover svg {
  transform: translateX(-3px);
}
