.elementor-2335 .elementor-element.elementor-element-8421387{--display:flex;}body.elementor-page-2335:not(.elementor-motion-effects-element-type-background), body.elementor-page-2335 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-7fd18af */#about-us {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
}

#about-us h2 {
  text-align: center;
  color: #800080;
  font-size: 2.5em;
  margin-bottom: 20px;
}

#about-us p {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.team-card {
  background: #f9f9f9;
  border: 2px solid #800080;
  border-radius: 15px;
  padding: 20px;
  width: 280px;
}

.team-card h3 {
  color: #800080;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.team-card p,
.team-card ul {
  color: #555;
  font-size: 1em;
  line-height: 1.4;
}

.team-card ul li {
  margin-bottom: 8px;
}

.history-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.history-text {
  flex: 1;
  min-width: 280px;
}

.history-text h3 {
  color: #800080;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.history-text p {
  color: #555;
  line-height: 1.5;
}

.history-img img {
  max-width: 100%;
  border-radius: 12px;
}

.cta {
  text-align: center;
  font-size: 1.2em;
  margin-top: 20px;
}

.btn-secondary {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background-color: #00ff00;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #800080;
  color: #fff;
}
.history-img {
  text-align: center;
}

.history-img img {
  max-width: 250px;
  height: auto;
}

@media (max-width: 768px) {
  .team-wrapper,
  .history-wrapper {
    flex-direction: column;
  }

  .team-card,
  .history-text,
  .history-img {
    width: 100%;
  }
}
.history-img {
  text-align: center;
}

.history-img img {
  max-width: 250px;
  height: auto;
}/* End custom CSS */