.elementor-112 .elementor-element.elementor-element-6199974{--display:flex;}/* Start custom CSS for html, class: .elementor-element-085240b */body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f9f9f9;
  color: #333;
}

.hero {
  background: #800000;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.timeline {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  border-left: 4px solid #800000;
  position: relative;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.step .circle {
  width: 40px;
  height: 40px;
  background: #800000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}

.step .content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #800000;
}

.step .content p {
  margin: 0;
  line-height: 1.5;
}

.areas {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.areas h2 {
  color: #800000;
  margin-bottom: 40px;
  font-size: 32px;
}

.area-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.area-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 50px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.area-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.area-card .icon {
  font-size: 50px;
  color: #800000;
  margin-bottom: 20px;
}

.area-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.area-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .timeline {
    border-left: none;
  }
  .step {
    flex-direction: column;
    align-items: flex-start;
  }
  .step .circle {
    margin-bottom: 10px;
  }
}/* End custom CSS */