.services-section {
  background-color: #f8f9fa;
}

.service-item {
  background-color: #fff;
  padding: 30px;

  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-10px);
}

.animated-services-section {
  background-image: url("img/bg1_Gr.jpg"); /* Background image*/
  background-repeat: no-repeat;

  background-position: 70% 85%;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: self-start;
  padding: 100px 0;
  justify-content: center;
  align-items: center;
  position: relative;
}

.animated-services-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);

  display: flex;

  justify-content: center;
  align-items: center;
}

.container002 {
  display: flex;
  justify-content: center;
}

.animated-service-item {
  transition: all 0.3s ease;
  height: 100%;
  border-left: 1px solid #308e98 !important;
  border-right: 1px solid #308e98 !important;
  border-top: 1px solid #308e98 !important;
  border-image: linear-gradient(
    9180deg,
    rgba(15, 143, 130, 1) 0%,
    rgba(2, 0, 36, 0) 95%,
    rgba(0, 212, 255, 0) 100%
  );
  border-image-slice: 1;
  padding: 30px 30px 60px;

  cursor: pointer;
}

.animated-service-item:hover {
  transform: translateY(-10px);
  background: linear-gradient(
    9180deg,
    rgba(56, 20, 118, 1) 0%,
    rgba(2, 0, 36, 0) 95%,
    rgba(0, 212, 255, 0) 100%
  );
}

.lottie-animation {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}

.col-md-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
