.submit-project {
  background: #fdfcf9;
  padding: 3rem 2rem;
  max-width: 800px;
  margin: auto;
}
.submit-project h1 {
  font-size: 2rem;
  color: #002147;
  margin-bottom: 2rem;
  text-align: center;
}

.acf-form .acf-field {
  margin-bottom: 1.5rem;
}
.acf-form .acf-label label {
  font-weight: bold;
  color: #002147;
  margin-bottom: 0.5rem;
  display: block;
}
.acf-form input[type="text"],
.acf-form input[type="number"],
.acf-form input[type="email"],
.acf-form textarea,
.acf-form select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background: #fff;
}
.acf-form input[type="submit"] {
  background: #b8860b;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.acf-form input[type="submit"]:hover {
  background: #daa520;
}

.project-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}

.project-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.confirmation-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.confirmation-heading {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #2c3e50;
}

.confirmation-subheading {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #27ae60;
}

.project-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}

.project-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.project-fields p {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
}

.project-fields strong {
  color: #2c3e50;
}

.acf-field[data-name="project_title"] {
  order: 2;
}
.acf-field[data-name="sector"] {
  order: 1;
}

.acf-field-image .acf-button {
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.acf-field-image .acf-button:hover {
  background-color: #005a87;
}