.contact-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-details {
  flex: 1 1 300px;
}

.contact-details h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #752E43;
}

.contact-details p {
  font-size: 16px;
  color: #444;
  margin: 8px 0;
}

.contact-details a {
  color: #752E43;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-map {
  flex: 1 1 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
