.elementor-4439 .elementor-element.elementor-element-03baed6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fb1693b */.custom-contact-section {
  padding: 60px 20px;
  background: #f4f4f4;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.contact-details {
  flex: 1;
}

.contact-details h2 {
  font-family: var(--wd-title-font);
  color: var(--wd-title-color);
  margin-bottom: 15px;
}

.contact-details p {
  font-family: var(--wd-text-font);
  color: var(--wd-text-color);
}

.contact-item {
  margin-top: 20px;
}

.contact-item strong {
  color: var(--wd-primary-color);
}

.contact-map {
  flex: 1;
  min-height: 350px;
  border-radius: 8px;
  overflow: hidden;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-map {
    height: 300px;
  }
}/* End custom CSS */