.elementor-112 .elementor-element.elementor-element-f744a3f{--display:flex;}.elementor-112 .elementor-element.elementor-element-35f5cf8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-011d700 */.contact-section {
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  text-align: center;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.contact-box {
  flex: 1;
  min-width: 280px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.info-box {
  background: linear-gradient(to bottom right, #eaf5ff, #f7fcff);
  text-align: left;
}

.email-box {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-box h2 {
  margin-top: 0;
  font-size: 26px;
  color: #002244;
}

.email-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.email-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.email-link:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #005dcf;
}

.company-info {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.company-info a {
  color: #007bff;
  text-decoration: none;
}

.company-info a:hover {
  text-decoration: underline;
}/* End custom CSS */