body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin: 0;
  background: #fff;
  line-height: 1.6;
}

header {
  background-color: #10162f;
  color: white;
  padding: 80px 20px;
  text-align: center;
}
header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  border-left: 5px solid #00bcd4;
  padding-left: 15px;
  color: #10162f;
}
section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.services {
  background-color: #f4f4f4;
}
.services ul {
  list-style: none;
  padding: 0;
}
.services ul li {
  background-color: white;
  margin: 15px 0;
  padding: 20px;
  border-left: 5px solid #10162f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.services ul li:hover {
  transform: translateY(-3px);
}
.services ul li strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #10162f;
}

#philosophy {
  background: white;
}
#philosophy blockquote {
  font-style: italic;
  border-left: 4px solid #00bcd4;
  padding-left: 15px;
  margin: 20px 0;
}

footer {
  background-color: #10162f;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  margin-top: 40px;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 2.2rem;
  }
  section h2 {
    font-size: 1.6rem;
  }
  section p, .services li {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
