.project-intro {
  max-width: 980px;
  margin: 0 auto;
}

/* =========================================
PREMIUM PROJECT DELIVERY PROCESS
========================================= */

.delivery-process {
  margin-top: 55px;
}

.delivery-process-heading {
  max-width: 820px;
  margin: 0 auto 48px;
}

.delivery-process-heading p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.8;
  color: #747474;
}

.delivery-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

/* Connecting timeline */
.delivery-process-grid::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(
          90deg,
          rgba(47, 126, 216, 0.15),
          rgba(47, 126, 216, 0.85),
          rgba(47, 126, 216, 0.15)
  );
  z-index: 0;
}

.delivery-process-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 300px;
  padding: 30px 20px 26px;
  background: #ffffff;
  border: 1px solid #e5eaf1;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 8px 26px rgba(10, 34, 66, 0.06);
  transition:
          transform 0.3s ease,
          border-color 0.3s ease,
          box-shadow 0.3s ease;
}

/* Blue bottom accent */
.delivery-process-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #2f7ed8;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.delivery-process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(47, 126, 216, 0.55);
  box-shadow: 0 18px 38px rgba(47, 126, 216, 0.16);
}

.delivery-process-card:hover::after {
  width: 100%;
}

.delivery-step-number {
  position: absolute;
  top: 10px;
  right: 14px;
  color: rgba(47, 126, 216, 0.10);
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.delivery-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, #368ce8, #1d64b4);
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 10px 24px rgba(47, 126, 216, 0.28);
  transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;
}

.delivery-process-card:hover .delivery-icon {
  transform: translateY(-3px) rotate(-4deg);
  box-shadow: 0 14px 28px rgba(47, 126, 216, 0.38);
}

.delivery-process-card h3 {
  margin-bottom: 13px;
  color: #252525;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
}

.delivery-process-card p {
  margin-bottom: 0;
  color: #777777;
  font-size: 14px;
  line-height: 1.7;
}

/* Tablet */
@media screen and (max-width: 1199px) {
  .delivery-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .delivery-process-grid::before {
    display: none;
  }

  .delivery-process-card {
    min-height: 280px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .delivery-process {
    margin-top: 40px;
  }

  .delivery-process-heading {
    margin-bottom: 32px;
  }

  .delivery-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .delivery-process-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .delivery-icon {
    width: 58px;
    height: 58px;
    font-size: 22px;
  }

  .delivery-step-number {
    font-size: 38px;
  }
}

.spotlight-section {
  padding: 85px 0;
  border-top: 1px solid #ededed;
}

.spotlight-section:nth-of-type(even) {
  background: #f7f9fc;
}

.spotlight-label {
  display: inline-block;
  color: #2f7ed8;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.spotlight-title {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #202020;
}

.spotlight-summary {
  font-size: 17px;
  line-height: 1.8;
  color: #6d6d6d;
  margin-bottom: 24px;
}

.project-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.client-logo-wrap {
  margin-bottom: 20px;
}

.client-logo-wrap img {
  width: auto;
  max-width: 170px;
  max-height: 74px;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 25px 0;
}

.project-fact {
  border-left: 3px solid #2f7ed8;
  background: #fff;
  padding: 13px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.project-fact span {
  display: block;
  color: #818181;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.project-fact strong {
  color: #262626;
  font-size: 15px;
}

.service-tags {
  margin: 0 -4px 18px;
}

.service-tag {
  display: inline-block;
  margin: 4px;
  padding: 7px 11px;
  border: 1px solid #dfe7f2;
  background: #fff;
  color: #3e5269;
  font-size: 13px;
  border-radius: 2px;
}

.project-cta-link {
  display: inline-block;
  margin-top: 8px;
  color: #2f7ed8;
  font-weight: 600;
}

.project-cta-link:hover {
  color: #1f5fa6;
}

.portfolio-cta {
  background: #080f1d;
  padding: 70px 0;
  color: #fff;
}

.portfolio-cta h2,
.portfolio-cta p {
  color: #fff;
}

.faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
}

.faq-item h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.faq-item p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .project-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .spotlight-section {
    padding: 60px 0;
  }

  .spotlight-content {
    margin-top: 35px;
  }

  .spotlight-title {
    font-size: 29px;
  }

  .spotlight-section .order-lg-2 .spotlight-content {
    margin-bottom: 35px;
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .project-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-facts {
    grid-template-columns: 1fr;
  }

  .spotlight-title {
    font-size: 25px;
  }
}

/* =========================================
   PROJECT INTRODUCTION AND UK COVERAGE
========================================= */

.projects-intro-section {
  padding: 90px 0;
  background: #ffffff;
}

.projects-intro-content {
  max-width: 640px;
  padding-right: 40px;
}

.projects-intro-title {
  margin-bottom: 26px;
  color: #252525;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 600;
}

.projects-intro-content p {
  margin-bottom: 20px;
  color: #727272;
  font-size: 17px;
  line-height: 1.85;
}

.coverage-highlights {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.coverage-highlight {
  display: flex;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid #e6ebf2;
  background: #ffffff;
  box-shadow: 0 7px 22px rgba(10, 34, 66, 0.05);
}

.coverage-highlight i {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #368ce8, #1d64b4);
  color: #ffffff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(47, 126, 216, 0.24);
}

.coverage-highlight strong,
.coverage-highlight span {
  display: block;
}

.coverage-highlight strong {
  margin-bottom: 2px;
  color: #262626;
  font-size: 15px;
}

.coverage-highlight span {
  color: #818181;
  font-size: 13px;
}

/* Map Panel */

.uk-coverage-panel {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 8px;
  background:
          radial-gradient(
                  circle at 75% 20%,
                  rgba(47, 126, 216, 0.22),
                  transparent 35%
          ),
          linear-gradient(145deg, #0b1424, #050a12);
  box-shadow: 0 24px 55px rgba(4, 17, 35, 0.22);
}

.uk-coverage-panel::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(91, 167, 255, 0.16);
  border-radius: 50%;
}

.coverage-panel-heading {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.coverage-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #58a8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.coverage-panel-heading h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
}

.coverage-panel-heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

/* Map */

.uk-map {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 430px;
  margin: 20px auto 10px;
}

.uk-map-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.uk-map-main,
.uk-map-wales {
  fill: rgba(38, 126, 223, 0.18);
  stroke: rgba(83, 168, 255, 0.72);
  stroke-width: 3;
  filter: drop-shadow(0 0 12px rgba(47, 126, 216, 0.3));
}

/* Pins */

.map-pin {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
}

.pin-dot {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #2f8ce6;
  box-shadow:
          0 0 0 5px rgba(47, 140, 230, 0.18),
          0 0 18px rgba(70, 163, 255, 0.9);
}

.pin-dot::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(84, 169, 255, 0.6);
  border-radius: 50%;
  animation: mapPinPulse 2.2s infinite;
}

.pin-label {
  margin-left: 9px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  background: rgba(5, 12, 22, 0.88);
  color: #ffffff;
  font-size: 11px;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.24);
}

@keyframes mapPinPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.7);
  }

  70% {
    opacity: 0;
    transform: scale(1.55);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

/* Approximate location positioning */

.pin-hartlepool {
  top: 30%;
  left: 57%;
}

.pin-durham {
  top: 34%;
  left: 49%;
}

.pin-wigan {
  top: 47%;
  left: 33%;
}

.pin-rugby {
  top: 60%;
  left: 43%;
}

.pin-yarmouth {
  top: 57%;
  left: 65%;
}

.pin-slough {
  top: 70%;
  left: 46%;
}

.pin-richmond {
  top: 73%;
  left: 49%;
}

.pin-hendon {
  top: 68%;
  left: 54%;
}

/* Location Chips */

.coverage-location-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 5px;
}

.coverage-location-list span {
  padding: 6px 9px;
  border: 1px solid rgba(87, 165, 255, 0.22);
  border-radius: 2px;
  background: rgba(47, 126, 216, 0.10);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.coverage-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 13px;
}

.coverage-footer i {
  margin-right: 9px;
  color: #58a8ff;
}

/* Delivery section separation */

.projects-intro-section .delivery-process {
  margin-top: 90px;
  padding-top: 80px;
  border-top: 1px solid #e8edf3;
}

/* Tablet */

@media screen and (max-width: 991px) {
  .projects-intro-content {
    max-width: none;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .projects-intro-title {
    font-size: 36px;
  }

  .uk-coverage-panel {
    max-width: 650px;
    margin: 0 auto;
  }

  .projects-intro-section .delivery-process {
    margin-top: 65px;
    padding-top: 60px;
  }
}

/* Mobile */

@media screen and (max-width: 575px) {
  .projects-intro-section {
    padding: 60px 0;
  }

  .projects-intro-title {
    font-size: 29px;
  }

  .uk-coverage-panel {
    padding: 28px 20px;
  }

  .uk-map {
    height: 375px;
  }

  .pin-label {
    display: none;
  }

  .coverage-panel-heading h2 {
    font-size: 24px;
  }
}