.elementor-5061 .elementor-element.elementor-element-7b785300 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-5061 .elementor-element.elementor-element-7b785300 > .elementor-container{min-height:65px;}.elementor-5061 .elementor-element.elementor-element-7b785300{padding:0% 3% 0% 3%;}.elementor-5061 .elementor-element.elementor-element-3cf5458a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5061 .elementor-element.elementor-element-644c730b{text-align:start;}.elementor-5061 .elementor-element.elementor-element-1151020:not(.elementor-motion-effects-element-type-background), .elementor-5061 .elementor-element.elementor-element-1151020 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pulmocare.linkshowcase3.in/wp-content/uploads/2026/01/Team-01-scaled.webp");background-position:center center;background-size:cover;}.elementor-5061 .elementor-element.elementor-element-1151020 > .elementor-container{min-height:400px;}.elementor-5061 .elementor-element.elementor-element-1151020{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:040px 0px 0px 0px;}.elementor-5061 .elementor-element.elementor-element-1151020 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5061 .elementor-element.elementor-element-908aba4{width:var( --container-widget-width, 96.319% );max-width:96.319%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0100px;--container-widget-width:96.319%;--container-widget-flex-grow:0;}.elementor-5061 .elementor-element.elementor-element-908aba4 .elementor-heading-title{font-family:"gotham", Sans-serif;font-size:50px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;color:#FFFFFF;}.elementor-5061 .elementor-element.elementor-element-e3d80d9{margin:0px 0px 0px 0px;}body.elementor-page-5061:not(.elementor-motion-effects-element-type-background), body.elementor-page-5061 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-5061 .elementor-element.elementor-element-7b785300{padding:0% 5% 0% 5%;}.elementor-5061 .elementor-element.elementor-element-1151020{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-5061 .elementor-element.elementor-element-1151020:not(.elementor-motion-effects-element-type-background), .elementor-5061 .elementor-element.elementor-element-1151020 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-579px 0px;}.elementor-5061 .elementor-element.elementor-element-1151020{margin:0px 0px 0px 0px;}.elementor-5061 .elementor-element.elementor-element-908aba4{margin:2px 2px calc(var(--kit-widget-spacing, 0px) + 2px) 025px;}.elementor-5061 .elementor-element.elementor-element-908aba4 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-bfb5dc4 *//* =====================================
   TEAM SECTION – FULL FINAL CSS
===================================== */

.team-section{
  background:#f8f9fc;
  padding:90px 20px;
  font-family:"Montserrat","Poppins",system-ui,sans-serif;
}

.team-container{
  max-width:1400px;
  margin:0 auto;
}

/* =====================================
   ROW LAYOUT (50 / 50)
===================================== */

.team-row{
  display:flex;
  align-items:flex-start;
  margin-bottom:100px;
}

.team-row.reverse{
  flex-direction:row-reverse;
}

/* FORCE EXACT 50% */
.team-image,
.team-content{
  width:50%;
  flex:0 0 50%;
}

/* =====================================
   IMAGE STYLING
===================================== */

.team-image{
  position:relative;
}

.team-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

/* =====================================
   CONTENT STYLING
===================================== */

.team-content{
  padding-left:50px;
  padding-right:20px;
}

.team-row.reverse .team-content{
  padding-left:20px;
  padding-right:50px;
}

.team-content h3{
  font-size:30px;
  font-weight:700;
  color:#03002E;
  margin-bottom:6px;
}

.team-role{
  display:inline-block;
  margin-bottom:18px;
  padding:6px 16px;
  border-radius:20px;
  background:linear-gradient(135deg,#03002E,#1e3c72);
  color:#ffffff;
  font-size:14px;
  font-weight:600;
}

/* =====================================
   READ MORE / READ LESS (10 LINES)
===================================== */

.team-description{
  /* Line calculation */
  --font-size:19.5px;
  --line-height:1.75;

  font-size:var(--font-size);
  line-height:var(--line-height);

  /* SHOW EXACTLY 10 LINES */
  max-height:calc(10 * var(--font-size) * var(--line-height));
  overflow:hidden;
  position:relative;
  transition:max-height .45s ease;
}

/* Fade effect */
.team-description::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:50px;
  background:linear-gradient(
    to bottom,
    rgba(248,249,252,0),
    #f8f9fc
  );
}

/* Expanded state */
.team-description.expanded{
  max-height:3000px;
}

.team-description.expanded::after{
  display:none;
}

/* Paragraphs */
.team-description p{
  font-size:15.5px;
  line-height:1.75;
  color:#42526e;
  margin-bottom:14px;
}

/* =====================================
   READ TOGGLE BUTTON
===================================== */

.read-toggle{
  background:none;
  border:none;
  color:#03002E;
  font-weight:600;
  cursor:pointer;
  font-size:14px;
  padding:0;
  margin-top:10px;
}

.read-toggle:hover{
  text-decoration:underline;
}

/* =====================================
   TABLET VIEW
===================================== */

@media(max-width:1024px){
  .team-image img{
    min-height:460px;
  }

  .team-content{
    padding-left:40px;
  }

  .team-row.reverse .team-content{
    padding-right:40px;
  }
}

/* =====================================
   MOBILE VIEW
===================================== */

@media(max-width:768px){
  .team-row,
  .team-row.reverse{
    flex-direction:column;
  }

  .team-image,
  .team-content{
    width:100%;
    flex:0 0 100%;
  }

  .team-image img{
    min-height:auto;
  }

  .team-content{
    padding:25px 0 0;
  }

  .team-row.reverse .team-content{
    padding:25px 0 0;
  }

  /* Mobile – show 6 lines before Read More */
  .team-description{
    max-height:calc(6 * var(--font-size) * var(--line-height));
  }

  .team-content h3{
    font-size:26px;
  }
}/* End custom CSS */