body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f2f2f2;
}

.contact-section {
  text-align: center;
  padding: 20px 20px;
}

.contact-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.card {
  width: 300px;
  padding: 20px;
  border-radius: 15px;
  color: white;
  text-align: left;
}

.orange-card {
  background-color: #e4570c;
}

.black-card {
  background-color: #1e1e1e;
}

.message-section {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.message-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.message-section p {
  color: #555;
  margin-bottom: 30px;
}

form input, form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background-color: #f3b63a;
  padding: 10px 30px;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

/* footer {
  background-color: #000;
  color: white;
  padding: 40px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.footer-content p {
  margin: 5px 0;
}

.social-icons a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 20px;
} */
