.elementor-16 .elementor-element.elementor-element-360c3ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-faadfe0 */.contact-section {
  width: 100vw;
  position: relative;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
  background: #f7f9fb;
  padding: 60px 0 40px 0;
  text-align: center;
}
.contact-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 24px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
}
.contact-section h1 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 32px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}
.info-item i {
  color: #10b981;
  font-size: 1.6em;
  margin-top: 2px;
}
.info-label {
  color: #6b7a90;
  font-size: 1.02rem;
  margin-bottom: 2px;
}
.info-value {
  color: #23263a;
  font-size: 1.13rem;
  font-weight: 600;
}
.contact-note {
  margin-top: 24px;
  color: #2563eb;
  font-size: 1.05rem;
  background: #eaf6fd;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.contact-note i {
  color: #2563eb;
  font-size: 1.2em;
}
@media (max-width: 600px) {
  .contact-container {
    padding: 0 8px;
  }
  .contact-section h1 {
    font-size: 1.3rem;
  }
}/* End custom CSS */