.elementor-2182 .elementor-element.elementor-element-fc1195b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-536ac05 */body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
}

.hero {
  background: #800000;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero-content h1 {
  font-size: 52px;
  margin: 0 0 10px;
}

.hero-content p {
  font-size: 22px;
  margin: 0 0 30px;
}

.hero-content a {
  display: inline-block;
  background: #fff;
  color: #800000;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.hero-content a:hover {
  background: #ddd;
}

section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

h2 {
  color: #800000;
  margin-bottom: 20px;
}

.vision, .infrastructure {
  background: #f9f9f9;
  padding: 40px;
  border-left: 5px solid #800000;
  border-radius: 4px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.card h3 {
  margin-top: 0;
  color: #800000;
}/* End custom CSS */