.maintenance-services-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.maintenance-services-head {
  max-width: 1220px;
}

.maintenance-services-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.maintenance-services-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.maintenance-services-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.maintenance-services-head p {
  max-width: 1050px;
  font-size: 18px;
  line-height: 1.55;
}

.maintenance-control-box {
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #031537 0%, #061d49 52%, #020b25 100%);
  color: #ffffff;
  box-shadow: 0 20px 48px rgba(3, 21, 55, 0.22);
}

.maintenance-control-logo {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6efd, #0046d9);
  color: #ffffff;
  font-size: 42px;
}

.maintenance-control-head h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.maintenance-control-head p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.support-active {
  padding-left: 34px;
  border-left: 1px solid rgba(75, 143, 255, 0.45);
}

.support-active i {
  color: #6ee64d;
  font-size: 34px;
}

.support-active h4 {
  margin: 0;
  color: #6ee64d;
  font-size: 22px;
  font-weight: 900;
}

.support-active p {
  font-size: 14px;
}

.maintenance-service-card {
  position: relative;
  border: 1px solid rgba(75, 143, 255, 0.42);
  background: rgba(5, 31, 80, 0.48);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.02);
}

.service-no {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 900;
  z-index: 3;
}

.service-icon {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 32px 0 22px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 12px 26px rgba(0, 0, 0, 0.22);
}

.service-icon::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  z-index: 1;
}

.service-icon i {
  position: relative;
  z-index: 2;
  color: #ffffff;
  opacity: 1;
  font-size: 38px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.maintenance-service-card h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.maintenance-service-card p {
  min-height: 110px;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.45;
}

.service-status {
  min-height: 40px;
  width: fit-content;
  min-width: 130px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
}

/* Number badge colors */
.bg-blue {
  background: linear-gradient(135deg, #0d6efd, #0046d9);
}

.bg-orange {
  background: linear-gradient(135deg, #ff7a00, #c94800);
}

.bg-green {
  background: linear-gradient(135deg, #4caf28, #146c2e);
}

.bg-purple {
  background: linear-gradient(135deg, #7c4dff, #34187a);
}

.bg-teal {
  background: linear-gradient(135deg, #21c7c7, #006b70);
}

/* Clear service icon circle colors */
.maintenance-service-card .icon-blue {
  background: linear-gradient(135deg, #0d6efd, #003fba);
}

.maintenance-service-card .icon-orange {
  background: linear-gradient(135deg, #ff7a00, #b83a00);
}

.maintenance-service-card .icon-green {
  background: linear-gradient(135deg, #4caf28, #0f6a2d);
}

.maintenance-service-card .icon-purple {
  background: linear-gradient(135deg, #7c4dff, #2b1468);
}

.maintenance-service-card .icon-teal {
  background: linear-gradient(135deg, #21c7c7, #00666b);
}

.status-green {
  border: 1px solid rgba(110, 230, 77, 0.42);
  background: rgba(44, 142, 46, 0.25);
  color: #6ee64d;
}

.status-blue {
  border: 1px solid rgba(53, 164, 255, 0.42);
  background: rgba(13, 110, 253, 0.18);
  color: #35a4ff;
}

.status-orange {
  border: 1px solid rgba(255, 122, 0, 0.42);
  background: rgba(255, 122, 0, 0.18);
  color: #ff9a2e;
}

.status-purple {
  border: 1px solid rgba(170, 112, 255, 0.42);
  background: rgba(124, 77, 255, 0.2);
  color: #c09cff;
}

.status-teal {
  border: 1px solid rgba(33, 199, 199, 0.42);
  background: rgba(33, 199, 199, 0.18);
  color: #57eeee;
}

.maintenance-support-cta {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.maintenance-support-img {
  width: 300px;
  max-width: 100%;
}

.maintenance-support-img img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: contain;
}

.maintenance-support-cta h3 {
  color: #071333;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

.maintenance-support-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.maintenance-support-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.maintenance-support-btn:hover {
  color: #ffffff;
}

.maintenance-support-points {
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfe1fa;
  padding-top: 18px;
}

.support-point {
  color: #071333;
  font-size: 16px;
  font-weight: 800;
}
.support-point:not(:last-child) {
  border-right: 1px solid #c4d8f4;
}

.support-point i {
  color: #0d6efd;
  font-size: 26px;
}

.service-card-content {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 18px;
}

.service-card-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(75, 143, 255, 0.32);
}

/* =========================================================
   Maintenance Services Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .maintenance-services-head h2 {
    font-size: 32px;
  }
 

  .maintenance-services-head p {
    font-size: 15px;
  }

  .maintenance-services-kicker {
    font-size: 14px;
  }

  .maintenance-control-head h3 {
    font-size: 24px;
  }

  .maintenance-control-head p {
    font-size: 15px;
  }

  .maintenance-service-card h3 {
    font-size: 16px;
  }

  .maintenance-service-card p,
  .service-status,
  .maintenance-support-btn,
  .support-point {
    font-size: 14px;
  }

  .service-icon {
    width: 76px;
    height: 76px;
  }

  .service-icon i {
    font-size: 34px;
  }

  .service-no {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .maintenance-support-cta h3 {
    font-size: 22px;
  }

  .maintenance-support-cta p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .support-active {
    padding-left: 0;
    border-left: 0;
  }

  .maintenance-support-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .maintenance-support-img {
    margin: 0 auto;
  }
  .maintenance-support-cta .col-lg-9 div{
    text-align: center;
  }
    .maintenance-support-cta .col-lg-4{
    margin-top: 15px;
  }

}

@media (max-width: 767px) {
  .maintenance-services-head h2 {
    font-size: 22px;
  }
       .maintenance-services-kicker {
        font-size: 12px;
    }

  .maintenance-services-head p {
    font-size: 16px;
  }

      .maintenance-control-head h3 {
        font-size: 20px;
    }
    .support-active h4 {
      font-size: 20px;
    }
    .service-card-content {
      justify-content: center;
    align-items: center !important;
    }

  .maintenance-services-kicker span {
    width: 34px;
  }

  .maintenance-control-head {
    align-items: flex-start !important;
  }

  .maintenance-control-logo {
    width: 64px;
    height: 64px;
    font-size: 34px;
  }

  .service-icon {
    width: 72px;
    height: 72px;
  }

  .service-icon i {
    font-size: 32px;
  }

  .maintenance-support-points {
    grid-template-columns: 1fr;
  }

  .maintenance-support-btn {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
}