.elementor-29457 .elementor-element.elementor-element-08a3811{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:15px;--padding-right:15px;}.elementor-29457 .elementor-element.elementor-element-08a3811:not(.elementor-motion-effects-element-type-background), .elementor-29457 .elementor-element.elementor-element-08a3811 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(max-width:1024px){.elementor-29457 .elementor-element.elementor-element-08a3811{--padding-top:60px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:768px){.elementor-29457 .elementor-element.elementor-element-08a3811{--padding-top:30px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-005913d */.le-about-page {
  font-family: 'Inter', sans-serif;
  color: #0F172A;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* Hero */
.le-about-hero {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.le-about-hero-content h1 {
  font-size: 36px;
  margin-bottom: 12px;
}
.le-about-hero-content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.le-about-hero-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(15,23,42,0.06);
}
.le-btn-primary, .le-btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 12px;
}
.le-btn-primary {
  background: #2563EB;
  color: #fff;
}
.le-btn-primary:hover { opacity: 0.9; }
.le-btn-secondary {
  border: 1px solid #2563EB;
  color: #2563EB;
}
.le-btn-secondary:hover { background: #2563EB; color: #fff; }

/* Sections */
.le-about-section {
  margin-bottom: 60px;
}
.le-about-section h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
.le-about-section p {
  font-size: 16px;
  line-height: 1.6;
}

/* Timeline */
.le-timeline {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.le-timeline-item {
  background: #f1f5f9;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
}

/* Core Values */
.le-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.le-value-card {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
}
.le-value-card .le-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Team */
.le-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.le-team-card img {
  width: 120px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
}

/* CTA */
.le-about-cta {
  text-align: center;
  padding: 60px 20px;
  background: #f1f5f9;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .le-about-hero {
    flex-direction: column;
    text-align: center;
  }
  .le-about-hero-img img { max-width: 100%; }
}/* End custom CSS */