.elementor-400 .elementor-element.elementor-element-ff4b0ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-400 .elementor-element.elementor-element-155664a{--display:flex;}@media(min-width:768px){.elementor-400 .elementor-element.elementor-element-ff4b0ac{--width:95%;}}/* Start custom CSS for html, class: .elementor-element-44eb9eb */body {
  font-family: "Segoe UI", sans-serif;
  color: #444;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.history-mission {
  background: #f9f9f9;
  padding: 40px 20px;
}

.history-mission .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.page-title {
  text-align: center;
  font-size: 2.5rem;
  color: #762049;
  margin-bottom: 20px;
}

.intro {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-bottom: 50px;
}

.section h2 {
  color: #762049;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.section p {
  margin-bottom: 10px;
  font-size: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1 1 500px;
}

.img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mission {
  text-align: center;
}

.mission-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: #f3eef2;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card h3 {
  color: #762049;
  margin-bottom: 10px;
}

.closing {
  text-align: center;
  font-style: italic;
  font-size: 1rem;
  color: #666;
}/* End custom CSS */