/* ===== Global Site Styles ===== */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

/* ===== Scope of Appointment Checkbox Fix ===== */

.soa-products {
    margin-top: 20px;
}

.soa-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.soa-row input[type="checkbox"] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.soa-row span {
    line-height: 1.4;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 768px) {

  body {
      font-size: 18px;
      line-height: 1.6;
  }

  .container, .card {
      padding: 18px !important;
  }

  img {
      max-width: 100%;
      height: auto;
  }

  table {
      width: 100% !important;
      display: block;
  }

  td {
      display: block;
      width: 100% !important;
  }

  button, .pdf-button {
      width: 100%;
      text-align: center;
      font-size: 18px;
  }

  h1 { font-size: 26px; }
  h2 { font-size: 22px; }

  ul {
      padding-left: 20px;
  }body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.hero img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100% !important;
}
ul {
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.6rem;
}
.video-thumb {
  max-width: 100%;
  height: auto;
  float: right;
  margin: 0 0 15px 20px;
  cursor: pointer;
}
.content-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}
.nav-btn {
  max-width: 192px;
  height: auto;
}

