

.jcl-leadership{

padding:100px 0;
background:#fff;

}



.jcl-title{

text-align:center;
margin-bottom:70px;

}


.jcl-title span{

color:#f7941d;
font-size:14px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;

}


.jcl-title h2{

font-size:45px;
font-weight:800;
color:#111;
margin:15px 0;

}


.orange-line{

height:4px;
width:80px;
background:#f7941d;
margin:20px auto;
border-radius:20px;
animation:lineMove 2s infinite alternate;

}



@keyframes lineMove{

from{
width:70px;
}

to{
width:130px;
}

}



.jcl-title p{

max-width:750px;
margin:auto;
color:#666;
font-size:17px;
line-height:30px;

}



/* DIRECTORS */


.jcl-director{

background:#f8f8f8;
padding:35px;
display:flex;
align-items:center;
gap:30px;
border-left:5px solid #f7941d;
transition:.5s;
margin-bottom:30px;

}



.jcl-director:hover{

transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.12);

}


.director-image{

width:220px;
height:270px;
overflow:hidden;
border-radius:10px;
position:relative;
border:4px solid #f7941d;
flex-shrink:0;

}


.director-image img{

width:100%;
height:100%;
object-fit:cover;
object-position:center;
transition:.5s;

}


.jcl-director:hover .director-image img{

transform:scale(1.08);

}



.director-content h3{

font-size:24px;
font-weight:800;
color:#111;

}


.director-content h5{

color:#f7941d;
font-weight:700;

}



.director-content p{

color:#666;
line-height:28px;

}




/* TEAM IMAGE */


.jcl-team{

margin-top:80px;

}


.team-image{

position:relative;
overflow:hidden;

}


.team-image img{

width:100%;
height:550px;
object-fit:cover;

}



.team-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:30px;
color:white;


}



.team-overlay h2{

font-size:45px;
color: orange;
font-weight:800;

}


.team-overlay p{

max-width:650px;
line-height:30px;

}



.team-overlay a{

margin-top:25px;
background:#f7941d;
padding:15px 40px;
color:#fff;
border-radius:40px;
font-weight:700;
transition:.4s;

}



.team-overlay a:hover{

background:#fff;
color:#111;

}



/* STATS */


.jcl-stats{

margin-top:70px;

}


.stat-box{

text-align:center;
padding:35px;
background:#111;
color:#fff;
margin-bottom:20px;
transition:.4s;

}


.stat-box:hover{

background:#f7941d;

}


.stat-box h2{

font-size:45px;
font-weight:800;

}



.stat-box p{

margin:0;

}




/* MOBILE */

@media(max-width:768px){


.jcl-director{

display:block;
text-align:center;

}


.director-image{

margin-bottom:25px;

}


.jcl-title h2{

font-size:32px;

}


.team-image img{

height:450px;

}


.team-overlay h2{

font-size:30px;

}


}