.elementor-100 .elementor-element.elementor-element-29509bd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d931ec6 */body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
}

.hero {
  background: #800000;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
}

section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

h2 {
  color: #800000;
  margin-bottom: 20px;
}

.intro, .assurance {
  background: #f5f5f5;
  padding: 40px;
  border-left: 5px solid #800000;
  border-radius: 4px;
}

.process .stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.stage {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.stage:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stage h3 {
  margin-top: 0;
  color: #800000;
}

.machines {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 4px;
}

.machines ul {
  list-style: none;
  padding: 0;
}

.machines ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.machines ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #800000;
  font-size: 18px;
}/* End custom CSS */