.elementor-257 .elementor-element.elementor-element-fc2fc69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-26d0042 */.contact-us-page {
  max-width: 850px;
  margin: 30px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #222;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

.contact-us-page h1 {
  text-align: center;
  color: #0f172a;
  font-size: 28px;
  margin-bottom: 25px;
}

.contact-us-page h2 {
  font-size: 20px;
  color: #1e3a8a;
  margin-top: 25px;
  margin-bottom: 10px;
}

.contact-us-page p {
  font-size: 16px;
  margin-bottom: 12px;
}

.contact-form-box {
  background: #f9fafb;
  padding: 15px;
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  margin-bottom: 20px;
}

.social-links {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-links li {
  margin-bottom: 8px;
}

.social-links a {
  color: #dc2626;
  text-decoration: underline;
  font-weight: 500;
}

/* ✅ Mobile Responsive */
@media (max-width: 600px) {
  .contact-us-page {
    padding: 20px;
  }

  .contact-us-page h1 {
    font-size: 22px;
  }

  .contact-us-page h2 {
    font-size: 18px;
  }

  .contact-us-page p,
  .social-links li {
    font-size: 15px;
  }
}/* End custom CSS */