.elementor-2401 .elementor-element.elementor-element-7197b61{--display:flex;}.elementor-2401 .elementor-element.elementor-element-e736d36{--display:flex;}/* Start custom CSS for html, class: .elementor-element-455b28c */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f5f8fc;
  color: #333;
}

.contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1 {
  text-align: center;
  font-size: 2.5em;
  color: #0056b3;
  margin-bottom: 20px;
}

.intro {
  text-align: center;
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.contact-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 30px;
  flex: 1 1 500px;
  max-width: 600px;
}

.contact-card h2 {
  font-size: 1.6em;
  color: #0077cc;
  margin-bottom: 15px;
}

.contact-card p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.info-item {
  margin: 12px 0;
}

.info-item strong {
  display: block;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 4px;
}

.info-item span,
.info-item a {
  font-size: 1em;
  color: #333;
  text-decoration: none;
}

.form-wrapper {
  background-color: #eef6ff;
  border: 1px solid #cce0ff;
  padding: 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */