.elementor-573 .elementor-element.elementor-element-c5d573c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5295f16 */.contact-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
}

.contact-title {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 3px solid #ffcc00;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.contact-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-card ul {
  list-style: none;
  padding: 0;
}

.contact-card li {
  margin: 0.8rem 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.contact-card li i {
  color: #ffcc00;
  margin-right: 10px;
  font-size: 1.2rem;
}

.contact-card a {
  color: #007bff;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}/* End custom CSS */