.contact-section {
  padding: 5rem 2rem;
  background: #fffef8;
  text-align: center;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #4a3700;
  font-family: 'Georgia', serif;
}

/* Row style for side-by-side layout */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
}

/* Shared card box style (inherits .service-card) */
.contact-box {
  flex: 1 1 300px;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* For text */
.contact-box p {
  font-size: 1.1rem;
  color: #4a3700;
  line-height: 1.8;
  margin: 1rem 0;
}

/* For map iframe */
.map-box {
  padding: 0; /* Remove padding inside map card */
  overflow: hidden;
}
