.elementor-14117 .elementor-element.elementor-element-27ca960{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d9afbc3 */.itegra-services-list-page {
  background: #f2f3f3;
  padding: 95px 20px 110px;
  font-family: 'Montserrat', sans-serif;
}

.itegra-services-list-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.itegra-services-list-head {
  max-width: 820px;
  margin-bottom: 56px;
}

.itegra-services-list-head span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 800;
  color: #2fb8ab;
}

.itegra-services-list-head h1 {
  margin: 0 0 22px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(42px, 5vw, 55px);
  line-height: 1;
  letter-spacing: -0.055em;
  color: #0d1323;
  font-weight: 700;
}

.itegra-services-list-head p {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.9;
  color: #555d6b;
}

.itegra-services-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(13, 19, 35, 0.14);
}

.itegra-service-line {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr 130px;
  gap: 28px;
  align-items: center;
  min-height: 145px;
  padding: 34px 28px;
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 19, 35, 0.14);
  overflow: hidden;
  transition: 0.3s ease;
}

.itegra-service-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0d1323;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.32s ease;
  z-index: 0;
}

.itegra-service-line::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(160, 214, 203, 0.45);
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: 0.32s ease;
  z-index: 1;
}

.itegra-service-line > * {
  position: relative;
  z-index: 2;
}

.itegra-service-line span {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: #2fb8ab;
  font-weight: 800;
}

.itegra-service-line h2 {
  margin: 0 0 10px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #0d1323;
  font-weight: 700;
}

.itegra-service-line p {
  margin: 0;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.75;
  color: #5d6573;
}

.itegra-service-line strong {
  justify-self: end;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0d1323;
  font-weight: 800;
}

.itegra-service-line strong::after {
  content: " →";
  color: #2fb8ab;
  font-size: 18px;
}

.itegra-service-line:hover {
  padding-left: 46px;
  border-color: #0d1323;
}

.itegra-service-line:hover::before {
  transform: scaleY(1);
}

.itegra-service-line:hover::after {
  transform: translateY(-50%) scale(1);
}

.itegra-service-line:hover h2,
.itegra-service-line:hover p,
.itegra-service-line:hover strong {
  color: #ffffff;
}

.itegra-service-line.featured {
  background: rgba(160, 214, 203, 0.22);
}

.itegra-service-line.dark {
  background: #0d1323;
}

.itegra-service-line.dark h2,
.itegra-service-line.dark p,
.itegra-service-line.dark strong {
  color: #ffffff;
}

.itegra-service-line.dark p {
  color: rgba(255, 255, 255, 0.72);
}

.itegra-service-line.dark::before {
  background: #a0d6cb;
}

.itegra-service-line.dark:hover h2,
.itegra-service-line.dark:hover p,
.itegra-service-line.dark:hover strong {
  color: #0d1323;
}

.itegra-service-line.dark:hover span {
  color: #0d1323;
}

@media (max-width: 767px) {
  .itegra-services-list-page {
    padding: 68px 18px 78px;
  }

  .itegra-services-list-head {
    margin-bottom: 38px;
  }

  .itegra-services-list-head h1 {
    font-size: 38px;
  }

  .itegra-services-list-head p {
    font-size: 14px;
    line-height: 1.8;
  }

  .itegra-service-line {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 28px 22px;
  }

  .itegra-service-line:hover {
    padding-left: 22px;
  }

  .itegra-service-line::after {
    right: 22px;
    top: 34px;
    width: 44px;
    height: 44px;
  }

  .itegra-service-line h2 {
    font-size: 28px;
    padding-right: 54px;
  }

  .itegra-service-line p {
    font-size: 13.5px;
  }

  .itegra-service-line strong {
    justify-self: start;
  }
}/* End custom CSS */