.nos-hero {
  background: linear-gradient(
    to left,
    rgba(55, 123, 183, 1) 0%,
    rgba(16, 59, 97, 1) 100%)
}
.nos-hero__text {
  padding: 3rem 2rem 2.5rem;
}
.nos-hero__text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.nos-hero__text p {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  max-width: 680px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .nos-hero__text h1 { font-size: 1.8rem; }
  .nos-hero__text p  { font-size: 1rem; }
  .nos-hero { min-height: 220px; }
}

    /* ── Section base ── */
    .nos-section {
      padding: 1.7rem 0;
    }

    .nos-section--alt {
      background-color: #f4f7fa;
    }

    /* ── Section heading ── */
    .nos-heading {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 1.5rem;
    }

    .nos-heading__icon {
      flex-shrink: 0;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: #00bbf2;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .nos-heading__icon svg {
      width: 22px;
      height: 22px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .nos-heading h2 {
      font-size: 1.75rem;
      font-weight: 700;
      color: #103b61;
      margin: 0;
    }

    .nos-divider {
      width: 48px;
      height: 4px;
      background-color: #00bbf2;
      border-radius: 2px;
      margin: 0 0 1.5rem 60px;
    }

    .nos-section p {
      color: #3a5166;
      font-size: 1.05rem;
      line-height: 1.8;
    }

    /* ── Timeline cards ── */
    .nos-timeline {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .nos-card {
      background: #fff;
      border-left: 4px solid #00bbf2;
      border-radius: 6px;
      padding: 1.25rem 1.5rem;
      box-shadow: 0 2px 10px rgba(16,59,97,0.07);
    }

    .nos-card strong {
      display: block;
      color: #103b61;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 0.3rem;
    }

    .nos-card p {
      margin: 0;
      font-size: 1rem;
    }

    /* ── Coverage grid ── */
    .nos-coverage {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.25rem;
      margin-top: 0.5rem;
    }

    .nos-coverage__item {
      background: #fff;
      border-radius: 10px;
      padding: 1.5rem;
      text-align: center;
      box-shadow: 0 2px 14px rgba(16,59,97,0.08);
      border-top: 3px solid #00bbf2;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .nos-coverage__item:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(16,59,97,0.13);
    }

    .nos-coverage__icon {
      width: 52px;
      height: 52px;
      background-color: #e8f6fd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.9rem;
    }

    .nos-coverage__icon svg {
      width: 24px;
      height: 24px;
      stroke: #00bbf2;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .nos-coverage__item h3 {
      font-size: 1rem;
      font-weight: 700;
      color: #103b61;
      margin-bottom: 0.5rem;
    }

    .nos-coverage__item ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .nos-coverage__item ul li {
      font-size: 1rem;
      color: #5a7080;
      padding: 2px 0;
    }

    /* ── Stat strip ── */
    .nos-stats {
      background-color: #103b61;
      padding: 2.5rem 0;
    }

    .nos-stats__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2.5rem;
      text-align: center;
    }

    .nos-stat__number {
      font-size: 2.6rem;
      font-weight: 700;
      color: #00bbf2;
      line-height: 1;
    }

    .nos-stat__label {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.7);
      margin-top: 4px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    /* ── CTA / Contact ── */
    .nos-cta {
      /*background: linear-gradient(135deg, #103b61 0%, #1a5a8a 100%);*/
      padding: 4rem 0 10em;
      text-align: center;
      background: #1e598c;
    }

    .nos-cta h2 {
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
    }

    .nos-cta p {
      color: rgba(255,255,255,0.8);
      font-size: 1.05rem;
      margin-bottom: 2rem;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }

    .nos-cta__btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #25D366;
      color: #fff !important;
      font-weight: 700;
      font-size: 1.05rem;
      padding: 0.85rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 6px 20px rgba(37,211,102,0.10);
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .nos-cta__btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(37,211,102,0.20);
      color: #fff;
      text-decoration: none;
    }

    .nos-cta__btn svg {
      width: 22px;
      height: 22px;
      fill: #fff;
    }

.nos-hero { margin-top: 100px; }

footer{
  margin-top: -7em;
}

@media (max-width: 768px) {
  .nos-section { padding: 1.3rem 0; }
  .nos-cta h2 { font-size: 1.5rem; }
}
.footer_nav-links a svg ,.nos-coverage svg{
  width: 13px; 
  height: 13px;
  stroke: #29b6cf; 
  fill: none;
  stroke-width: 2.5; 
  stroke-linecap: round; 
  stroke-linejoin: round;
  flex-shrink: 0;
}
.flex-center{
  display: inline-block;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-center li{
  text-align: left;
  display: flex;
  gap:7px;
  align-items: center;
}