.elementor-260 .elementor-element.elementor-element-644514f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-13eb0e5 */.services-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.services-hero {
  padding: 90px 20px;
  background: linear-gradient(135deg, #062b55, #0b4b8f);
  text-align: center;
}

.services-eyebrow {
  color: #a7ff00;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.services-hero h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.08;
  margin: 12px 0 18px;
}

.services-hero p {
  color: #e7f2ff;
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.services-page {
  padding: 80px 20px;
  background: #f5f9fd;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.service-feature.reverse .service-image {
  order: 2;
}

.service-image {
  min-height: 390px;
  background: #dfeaf3;
}

.service-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}

.service-image.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dce8f2, #f8fbff);
  border: 2px dashed #9fb7cc;
}

.service-image.placeholder span {
  color: #003b73;
  font-weight: 800;
  font-size: 20px;
}

.service-content {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-content > span {
  color: #a7ff00;
  background: #063b70;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
}

.service-content h2 {
  color: #07194b;
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.service-content p {
  color: #34445d;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 26px;
}

.service-content a {
  background: #a7ff00;
  color: #003b73;
  padding: 15px 24px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 800;
  width: fit-content;
}

@media (max-width: 900px) {
  .services-hero h1 {
    font-size: 36px;
  }

  .service-feature {
    grid-template-columns: 1fr;
  }

  .service-feature.reverse .service-image {
    order: 0;
  }

  .service-content {
    padding: 32px;
  }

  .service-content h2 {
    font-size: 29px;
  }
}/* End custom CSS */