.elementor-970 .elementor-element.elementor-element-c2fcb9a{--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-970 .elementor-element.elementor-element-c2fcb9a:not(.elementor-motion-effects-element-type-background), .elementor-970 .elementor-element.elementor-element-c2fcb9a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6FBFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e11bc3f */.team-section{
  padding:90px 20px;
  background:#f6fbff;
  font-family: "Segoe UI", sans-serif;
}

.team-heading{
  text-align:center;
  font-size:40px;
  font-weight:700;
  color:#083c6d;
  margin-bottom:70px;
}

.team-grid{
  max-width:1200px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:80px;
}

.team-member{
  display:flex;
  align-items:center;
  gap:60px;
}

.team-member.reverse{
  flex-direction:row-reverse;
}

.member-img img{
  width:260px;
  height:320px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.member-content{
  max-width:650px;
  position:relative;
}

.member-content::before{
  content:"";
  position:absolute;
  left:-25px;
  top:10px;
  width:6px;
  height:60px;
  background:linear-gradient(to bottom,#0b5ed7,#20c997);
  border-radius:10px;
}

.member-content h3{
  font-size:26px;
  color:#083c6d;
  margin-bottom:8px;
}

.designation{
  display:block;
  font-size:15px;
  font-weight:600;
  color:#1a7f8e;
  margin-bottom:18px;
}

.member-content p{
  font-size:16px;
  color:#333;
  line-height:1.7;
  margin-bottom:14px;
}

/* Responsive */
@media(max-width:900px){
  .team-member,
  .team-member.reverse{
    flex-direction:column;
    text-align:center;
  }

  .member-content::before{
    display:none;
  }
}/* End custom CSS */