/* ================================
   Contact Page — Info Block Overrides
   Page ID: 1882
   ================================ */

/* Left-align all text */
.page-id-1882 .info-block,
.page-id-1882 .info-block .text {
  text-align: left !important;
}

/* Constrain content width */
.page-id-1882 .info-block .row1375 {
  max-width: 800px;
  margin: 0 auto;
}

/* H1 — smaller on this page */
.page-id-1882 .info-block h1 {
  font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 576px) / (1440 - 576))), 32px) !important;
  margin-bottom: 5px;
}

/* H2/H4 section headings — tighter */
.page-id-1882 .info-block h4.font-bold {
  font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 576px) / (1440 - 576))), 20px) !important;
  margin-top: 25px;
  margin-bottom: 8px;
  padding-bottom: 0;
}

/* Body text — tighter line height, controlled size */
.page-id-1882 .info-block p,
.page-id-1882 .info-block .text p {
  font-size: clamp(13px, calc(13px + (15 - 13) * ((100vw - 576px) / (1440 - 576))), 15px) !important;
  line-height: 1.6 !important;
  margin-bottom: 8px;
  padding-bottom: 0;
}

/* Contact detail lines (Phone/Email/Office) — tight spacing */
.page-id-1882 .info-block strong {
  font-weight: 600;
}

/* Links */
.page-id-1882 .info-block a {
  color: #102342;
  text-decoration: underline;
  font-size: clamp(13px, calc(13px + (15 - 13) * ((100vw - 576px) / (1440 - 576))), 15px) !important;
}
.page-id-1882 .info-block a:hover {
  color: #8c8c8c;
}

/* Reduce overall section padding */
.page-id-1882 .info-block.default-margin {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Tablet — wide */
@media (max-width: 1024px) {
  .page-id-1882 .info-block .row1375 {
    max-width: 90%;
    padding: 0 30px;
  }
}

/* Tablet — narrow */
@media (max-width: 850px) {
  .page-id-1882 .info-block .row1375 {
    max-width: 100%;
    padding: 0 40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-id-1882 .info-block,
  .page-id-1882 .info-block .text {
    text-align: center !important;
  }
  .page-id-1882 .info-block .row1375 {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-id-1882 .info-block h1 {
    font-size: 22px !important;
  }
  .page-id-1882 .info-block h4.font-bold {
    font-size: 16px !important;
  }
  .page-id-1882 .info-block p,
  .page-id-1882 .info-block .text p {
    font-size: 13px !important;
  }
  .page-id-1882 .info-block.default-margin {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }
}
