
.how-deliver-hero {
  min-height: 760px;
  overflow: hidden;
}

.how-deliver-hero .hero-bg {
  height: 760px;
  object-position: center;
}

.how-deliver-hero .hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.68) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.42) 100%);
}

.how-deliver-hero-title {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.how-deliver-hero-title h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 0;
}

.how-deliver-hero-copy {
  position: absolute;
  z-index: 2;
  left: 6%;
  right: 12%;
  bottom: 9%;
  max-width: 820px;
  color: #fff;
}

.how-deliver-hero-copy h2 {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.how-deliver-hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 500;
  max-width: 820px;
  margin-bottom: 1.6rem;
}

.how-deliver-dots {
  position: absolute;
  z-index: 3;
  right: 3%;
  top: 58%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transform: translateY(-50%);
}

.how-deliver-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.how-deliver-dots span:nth-child(3) {
  background: var(--yellow);
}

.how-deliver-process {
  background: #fdf7e8;
}

.aspire-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 5rem;
  row-gap: 3rem;
  align-items: start;
}

.aspire-process-item span {
  display: block;
  color: #030303;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.aspire-process-item span::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background: #111;
  margin-top: 0.85rem;
}

.aspire-process-item h2 {
  color: #111;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.aspire-process-item p {
  color: #222;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 500;
  margin-bottom: 0;
}

.aspire-process-action {
  grid-column: 4;
  justify-self: end;
  align-self: end;
  padding-top: 1.5rem;
}

.how-deliver-process .btn-cta:hover,
.delivery-standards-wrapper .btn-cta:hover {
  color: var(--black);
  border-color: var(--black);
}

.digital-tools-wrapper {
  background: #050505;
  color: #fff;
}

.digital-tools-heading h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1rem;
}

.digital-tools-heading p,
.digital-tools-summary {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.48;
  margin-bottom: 0;
}

.digital-tools-summary {
  max-width: 520px;
  margin-left: auto;
}

.digital-tool-card {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border-bottom: 5px solid var(--yellow);
  padding: 1.6rem;
}

.digital-tool-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(243, 196, 0, 0.15);
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
}

.digital-tool-icon i {
  color: var(--yellow);
  font-size: 1.45rem;
  line-height: 0;
}

.digital-tool-card h3 {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.digital-tool-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.42;
  margin-bottom: 0;
}

.delivery-standards-wrapper {
  background: #f7efd5;
}

.delivery-standards-intro h2 {
  color: #434343;
  font-size: 2.8rem;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 1rem;
}

.delivery-standards-intro p {
  color: var(--dark-grey);
  font-size: 1.12rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.delivery-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.delivery-standards-grid div {
  background: #fffdf7;
  border-radius: 8px;
  padding: 1.5rem;
  border-top: 5px solid var(--yellow);
}

.delivery-standards-grid span {
  display: block;
  color: #8a6c00;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.delivery-standards-grid h3 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.delivery-standards-grid p {
  color: var(--dark-grey);
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}



@media (max-width: 1199.98px) {
  .five-cols > .col {
    flex: 1 0 50%;
  }
  .site-header .main-logo {
    max-width: 160px;
  }
  .aspire-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
  }
  .aspire-process-action {
    grid-column: 3;
  }
  .digital-tools-heading h2,
  .how-deliver-hero-title h1 {
    font-size: 3.35rem;
  }
}


@media (max-width: 991.98px) {
  .services-nav-item::after {
        display: none;
      }

      .services-dropdown {
        position: static;
        min-width: 100%;
        padding: 0.4rem 0 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      .services-dropdown::before {
        display: none;
      }

      .services-dropdown a {
        padding: 0.65rem 1rem 0.65rem 1.3rem;
      }
  .hero-section,
  .hero-bg {
    min-height: 560px;
    height: 560px;
  }
  .services-hero {
    min-height: 650px;
    height: 650px;
  }
  .services-hero .hero-bg {
    min-height: 650px;
    height: 650px;
  }
  .services-hero .hero-content {
    padding: 1.5rem;
  }
  .hero-content {
    left: 5%;
    max-width: 88%;
  }
  .theme-head .badge-link {
    float: none;
    margin-top: 1rem;
  }
  .nav-pill-wrap {
    border-radius: 1rem;
    margin-top: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom a {
    margin-left: 0;
    margin-right: 1rem;
  }
  .main-container {
    margin-top: 0;
  }
  .services-hero .service-hero-item i {
    font-size: 2rem;
  }
  .team-hero,
  .team-hero .hero-bg {
    min-height: 850px;
    height: 850px;
  }
  .team-hero-points {
    grid-template-columns: 1fr;
  }
  .network-summary-stats {
    max-width: 520px;
  }
  .how-deliver-hero,
  .how-deliver-hero .hero-bg {
    min-height: 650px;
    height: 650px;
  }
  .how-deliver-hero-copy {
    left: 1.5rem;
    right: 3rem;
    bottom: 7%;
  }
  .how-deliver-hero-copy p {
    font-size: 1.18rem;
    line-height: 1.32;
  }
  .aspire-process-grid,
  .delivery-standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aspire-process-action {
    grid-column: 2;
  }
  .digital-tools-summary {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-section,
  .hero-bg {
    min-height: 500px;
    height: 500px;
  }
  .section,
  .theme-head,
  .theme-body,
  .why-section,
  .vision-section,
  .site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cap-card,
  .value-card,
  .info-box,
  .mini-box {
    padding: 1.25rem;
  }
  .five-cols > .col {
    flex: 1 0 100%;
  }
  .brand {
    font-size: 1.6rem;
  }
  .team-hero,
  .team-hero .hero-bg {
    min-height: 900px;
    height: 900px;
  }
  .team-hero .hero-content {
    padding: 1.25rem;
    justify-content: flex-end;
  }
  .team-member-photo,
  .team-member-photo img {
    min-height: 340px;
    height: 340px;
  }
  .team-member-content,
  .network-coverage {
    padding: 1.35rem;
  }
  .network-summary-stats {
    grid-template-columns: 1fr;
  }
  .how-deliver-hero,
  .how-deliver-hero .hero-bg {
    min-height: 640px;
    height: 640px;
  }
  .how-deliver-hero-title {
    top: 36%;
  }
  .how-deliver-hero-title h1,
  .digital-tools-heading h2 {
    font-size: 2.45rem;
  }
  .how-deliver-hero-copy {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 2rem;
  }
  .how-deliver-hero-copy h2 {
    font-size: 1.15rem;
  }
  .how-deliver-hero-copy p {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 1rem;
  }
  .how-deliver-dots {
    right: 1rem;
    top: 50%;
  }
  .aspire-process-grid,
  .delivery-standards-grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  .aspire-process-action {
    grid-column: 1;
    justify-self: start;
    padding-top: 0;
  }
  .aspire-process-item span {
    font-size: 2.65rem;
  }
  .delivery-standards-intro h2 {
    font-size: 2.25rem;
  }
}/*# sourceMappingURL=style.css.map */
