.elementor-10038 .elementor-element.elementor-element-3b56033{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d8d8d9b */.tme-contact-page{
  background:
    linear-gradient(180deg, #faf7f8 0%, #ffffff 45%, #f8f2f7 100%);
  padding: 90px 20px;
}

.tme-contact-wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.tme-contact-hero{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.tme-contact-kicker{
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b0477d;
}

.tme-contact-hero h1{
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.08;
  color: #4b2142;
}

.tme-contact-intro{
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #5e5360;
}

.tme-contact-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 0 38px;
}

.tme-contact-card{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(176,71,125,.12);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(72, 33, 66, 0.07);
  backdrop-filter: blur(6px);
  text-align: center;
}

.tme-contact-card h3{
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #4b2142;
}

.tme-contact-card p{
  margin: 0;
  font-size: .98rem;
  line-height: 1.7;
  color: #655a66;
}

.tme-contact-form-box{
  max-width: 860px;
  margin: 0 auto;
  padding: 38px 30px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(176,71,125,.12);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(72, 33, 66, 0.08);
}

.tme-contact-form-box h2{
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #4b2142;
}

.tme-form-note{
  margin: 0 0 24px;
  text-align: center;
  color: #6a5f6c;
  line-height: 1.7;
}
.tme-form-embed .cf-turnstile {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.tme-contact-footer-note{
  margin-top: 18px;
  text-align: center;
}

.tme-contact-footer-note p{
  margin: 0;
  font-size: .92rem;
  color: #857987;
}

@media (max-width: 900px){
  .tme-contact-cards{
    grid-template-columns: 1fr;
  }

  .tme-contact-form-box{
    padding: 28px 20px;
  }
}/* End custom CSS */