.elementor-1255 .elementor-element.elementor-element-99f7429{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-1255 .elementor-element.elementor-element-1c43b58{--display:flex;--justify-content:center;}.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-1255 .elementor-element.elementor-element-3fee8c5{text-align:center;}.elementor-1255 .elementor-element.elementor-element-3fee8c5 .elementor-heading-title{font-family:"iranyekanwebmedium", Sans-serif;font-size:25px;font-weight:400;color:#000000;}.elementor-1255 .elementor-element.elementor-element-e2c8e82{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1255 .elementor-element.elementor-element-e2c8e82 .elementor-heading-title{font-family:"iranyekanweblight", Sans-serif;font-size:15px;font-weight:600;color:#252525;}/* Start custom CSS for container, class: .elementor-element-99f7429 */.team-card{ 
  position: relative; 
  overflow: hidden; 
}

.team-card img{ 
  display: block; 
  width: 100%; 
  height: auto; 

}


.team-card .team-name{
  position: absolute; 
  inset: 0;                  
  background: rgba(255,255,255,.85);
  color: #fff;
  display: flex; 
  align-items: center; 
  justify-content: center;   
  text-align: center;
  padding: 16px;
  margin: 0;

  opacity: 0; 
  transition: opacity .25s ease;

  pointer-events: none;
}

.team-card:hover .team-name{ 
  opacity: 1; 
}/* End custom CSS */