.services-content {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.services-content p {
  font-size: 1.1rem;
}

/* FIRST */
.serv-first-sec {
  width: 100%;

  display: flex;
  justify-content: center;

  padding: 7rem 0 2rem 0;

  background-image: url('../../assets/imgs/services/serv-wave.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serv-first-sec-cont {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 2rem;

  color: var(--white9);
}
.serv-first-sec-cont p {
  text-align: center;
}
.serv-cards {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.serv-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 1rem;
  border-radius: 1rem;

  transition: .3s ease;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
}
.serv-card i {
  color: var(--blue8);
}
.serv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0.5rem 0 var(--black6);
}

/* SECOND */
.serv-secon-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-secon-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-secon-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-secon-sec > p {
  margin-bottom: 1rem;
}
.serv-secon-sec p strong {
  font-weight: 600;
}
.serv-secon-sec div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.serv-secon-sec div i {
  display: flex;

  border-radius: 50%;
  padding: 0.5rem;

  color: var(--white9);
  background: var(--black9);
}

/* THIRD */
.serv-third-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-third-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-third-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-third-sec > p {
  margin-bottom: 1rem;
}
.serv-third-sec p strong {
  font-weight: 600;
}
.serv-third-sec-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.serv-third-sec-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;

  position: relative;
  padding: 1rem 1rem 2.5rem 1rem;
  border-radius: 0.5rem;

  box-shadow: 0 0 0.5rem 0 var(--gray8);
}
.serv-third-sec-card h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;

  font-family: 'Poppins';
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.3rem 1rem;

  background: var(--blue5);
}
.serv-third-sec-card p {
  font-size: 1rem;
  text-align: center;
}
.serv-third-sec a {
  display: flex;
  align-items: center;
  gap: 0.3rem;

  font-size: 0.8rem;
  font-weight: 600;

  transition: .3s ease;
  position: absolute;
  bottom: 1rem;

  color: var(--blue7);
}
.serv-third-sec a:hover {
  transform: translateX(5px);
}

/* FOURTH */
.serv-fourth-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-fourth-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-fourth-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-fourth-sec > p {
  margin-bottom: 1rem;
}
.serv-fourth-sec-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.serv-fourth-sec-cards > div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.3rem;
}
.serv-fourth-sec-cards div div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.serv-fourth-sec-cards div div i {
  display: flex;

  border-radius: 50%;
  padding: 0.5rem;

  color: var(--white9);
  background: var(--black9);
}
.serv-fourth-sec-cards div div span {
  font-size: 1.1rem;
  font-weight: 600;
}

/* FIFTH */
.serv-fifth-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.serv-fifth-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-fifth-sec p {
  padding: 2rem;
  border-radius: 1rem;

  box-shadow: 0 0 0.5rem 0 var(--gray8);
}
.serv-fifth-sec p strong {
  font-weight: 600;
}

/* SIXTH */
.serv-sixth-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-sixth-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-sixth-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-sixth-sec div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-sixth-sec div p {
  line-height: 1.5rem;
}
.serv-sixth-sec div p strong {
  font-weight: 600;
}

/* SEVENTH */
.serv-seventh-sec {
  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.serv-seventh-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-seventh-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-seventh-sec > p {
  margin-bottom: 1rem;
}
.serv-seventh-sec p strong {
  font-weight: 600;
}
.serv-seventh-sec > div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.serv-seventh-sec div div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.serv-seventh-sec div div i {
  display: flex;

  border-radius: 50%;
  padding: 0.5rem;

  color: var(--white9);
  background: var(--black9);
}

/* EIGHT */
.serv-eight-sec {
  width: 100%;
  max-width: 1000px;
}
.serv-eight-sec h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
.serv-eight-sec h2 strong {
  font-size: 2.3rem;
  font-weight: 600;

  color: var(--blue8);
}
.serv-eight-sec > p {
  margin-bottom: 1rem;
}
.serv-eight-sec p strong {
  font-weight: 600;
}
.serv-eight-sec > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.serv-eight-sec > div div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;

  position: relative;
  padding-bottom: 3rem;
  border-bottom-right-radius: 5rem;

  box-shadow: 0 0 0.5rem 0 var(--gray8);
}
.serv-eight-sec > div div i {
  width: 3rem;
  height: 3rem;

  display: flex;
  justify-content: center;
  align-items: center;

  border-bottom-right-radius: 1rem;

  background: var(--blue6);
}
.serv-eight-sec > div div h3 {
  font-weight: 600;
  margin-top: 1rem;
  padding: 0 1rem;
}
.serv-eight-sec > div div p {
  padding: 0 1rem;
}
.serv-eight-sec > div div p strong {
  font-weight: 600;
}
.serv-eight-sec > div div a {
  display: flex;
  align-items: center;
  gap: 0.3rem;

  font-size: 0.8rem;
  font-weight: 600;

  transition: .3s ease;
  position: absolute;
  bottom: 1rem;
  left: 1rem;

  color: var(--blue7);
}
.serv-eight-sec a:hover {
  transform: translateX(5px);
}

/* RESPONSIVE LAYOUT */
@media (max-width: 1060px) {
  .serv-first-sec {
    padding: 7rem 1rem 2rem 1rem;
  }
  .serv-secon-sec {
    padding: 0 1rem;
  }
  .serv-third-sec {
    padding: 0 1rem;
  }
  .serv-fourth-sec {
    padding: 0 1rem;
  }
  .serv-fifth-sec {
    padding: 0 1rem;
  }
  .serv-sixth-sec {
    padding: 0 1rem;
  }
  .serv-seventh-sec {
    padding: 0 1rem;
  }
  .serv-eight-sec {
    padding: 0 1rem;
  }

  .serv-cards {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 960px) {
  .serv-third-sec-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 725px) {
  .serv-first-sec {
    padding: 7rem 1rem 6rem 1rem;
  }
  .serv-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .serv-secon-sec {
    margin-top: -5rem;
  }
  .serv-eight-sec > div {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 560px) {
  .serv-fourth-sec-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 460px) {
  .serv-third-sec-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 400px) {
  .serv-cards .serv-card span {
    font-size: 0.8rem;
  }
}