.elementor-30 .elementor-element.elementor-element-9400ae4{--display:flex;}.elementor-30 .elementor-element.elementor-element-717c1b4{--spacer-size:80px;}/* Start custom CSS for html, class: .elementor-element-e1afd62 */.services-titre {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 80px;
  line-height: 1.3;
  text-align: center;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto 100px;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-col {
  flex: 1 1 50%;
  max-width: 50%;
}

.service-titre {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.service-col p {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin: 12px 0;
  font-family: "Poppins", sans-serif;
}

.service-col p strong {
  color: #000;
}

.service-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border-radius: 10px !important;
}

.service-image:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-radius: 10px !important;
}

@media (max-width: 900px) {
  .services-titre {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .service-row,
  .service-row.reverse {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .service-col {
    max-width: 100%;
  }

  .service-titre {
    font-size: 24px;
  }

  .service-col p {
    font-size: 16px;
    line-height: 1.7;
  }

  .service-image {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .services-titre {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .service-titre {
    font-size: 20px;
  }

  .service-col p {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */