.elementor-14 .elementor-element.elementor-element-4448006{margin-top:-30px;margin-bottom:0px;}.elementor-14 .elementor-element.elementor-element-d8c211d > .elementor-widget-container{margin:-30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d8c211d *//* HERO SECTION */
.hero-services {
  background: linear-gradient(135deg, #1A1A49, #3A3A8C);
  color: #fff;
  padding: 120px 20px 80px;
  text-align: center;
  border-radius: 15px; /* bords arrondis */
  max-width: 1100px;   /* respecter la largeur globale de la page */
  margin: 40px auto 60px auto; /* centré horizontalement avec marges supérieures et inférieures */
  box-sizing: border-box; /* pour que le padding ne dépasse pas la largeur */
}
}

.hero-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #FFD457;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.9);
}

.cta {
  display: inline-block;
  background: #FFD457;
  color: #1A1A49;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(255, 212, 87, 0.4);
  transition: all 0.3s ease;
}

.cta:hover {
  background: #ffc933;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 24px rgba(255, 212, 87, 0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46a322c *//* SERVICES SECTION */
.services {
  background: #EEF4FF;
  padding: 80px 20px;
  border-radius: 15px;
}

.services-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
}

.service-block {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.block-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #1A1A49;
}

.block-description {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #444;
}

.service-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.service-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFD457;
  font-weight: bold;
}

.service-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-primary {
  background: #1A1A49;
  color: #FFD457;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #33336B;
}

.btn-secondary {
  background: #FFD457;
  color: #1A1A49;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: #ffc933;
}/* End custom CSS */