.elementor-36 .elementor-element.elementor-element-e09c6c5{--display:flex;--min-height:100vh;--justify-content:center;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-e09c6c5 *//* PAGE BACKGROUND (SOFT INSTITUTIONAL STYLE) */
body {
  background: #f4f7fb;
}

/* MAIN CONTACT CARD */
.owo-contact-page {
  max-width: 650px;
  margin: 80px auto;
  background: #ffffff;
  padding: 55px 40px;
  border-radius: 14px;

  /* subtle professional depth */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);

  text-align: center;

  /* slight refinement */
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* PARAGRAPH TEXT */
.owo-contact-page p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* EMAIL EMPHASIS */
.owo-contact-page p strong {
  font-size: 22px;
  color: #1542f7;
  letter-spacing: 0.4px;
  display: inline-block;
  margin-top: 10px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .owo-contact-page {
    margin: 40px 15px;
    padding: 35px 22px;
    border-radius: 10px;
  }

  .owo-contact-page p {
    font-size: 16px;
  }

  .owo-contact-page p strong {
    font-size: 18px;
  }
}/* End custom CSS */