.elementor-128 .elementor-element.elementor-element-209557d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-8cb823a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-c681f58{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-1661e62{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-128:not(.elementor-motion-effects-element-type-background), body.elementor-page-128 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}/* Start custom CSS for html, class: .elementor-element-994cdd0 */.our-team-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.team-title h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.team-title p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.team-member {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-member h3 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 5px;
}

.team-member .position {
  font-size: 0.95rem;
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1661e62 */.what-sets-us-apart {
  padding: 80px 20px;
  background-color: #f0f4f8;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.what-sets-us-apart h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  width: 280px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
}

.feature-box img {
  width: 60px;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #111;
}

.feature-box p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}/* End custom CSS */