.team-filter{display: flex ; gap: 5%; box-sizing: border-box;}
.team-filter .left{display: flex ; flex-direction: column; width: 650px; padding: 40px; box-sizing: border-box; border-radius:25px;padding-left: 0;}
.team-filter .mob-btn{display:none;}
.team-filter .left .team-item{display: flex ; flex-direction: row; box-sizing: border-box; border-bottom: 1px solid #ffffff00; transition:0.3s all ease-in-out;padding: 5px 0px 10px 0px; justify-content: space-between;    align-items: center; }

.team-filter .left .team-item.active{border-bottom: 1px solid #fff;}
.team-filter .left .checkbox-team{display: flex ; flex-direction: column; gap: 15px; box-sizing: border-box;}
.team-filter .left .checkbox-team a{color: #fff; font-size: 24px; font-weight: 200; line-height: 31px; transition:0.3s all ease-in-out;}
.team-filter .right .dr-sec .d-img figure::after {background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.39%, #FFFFFF 100%);height: 25%;}




.team-filter .right .d-item .content h4{font-size: 22px; font-weight: 600; line-height: 27px; color: var(--wp--preset--color--base-2) !important;    text-align: left;}

.team-filter .right .d-item .content h6{

color: rgba(54, 54, 54, 1) !important;
    text-align: left;
    padding-top: 5px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    
}

.team-filter .right #leadership.d-sec .d-item .content h4{text-align:center;}


.team-filter .right #leadership.d-sec .d-item .content h6{color: var(--wp--preset--color--base-2) !important; font-size: 16px; font-weight: 300; line-height: 20px; text-align:center;}



.team-filter .right .d-sec{display: grid ; grid-template-columns: 1fr 1fr 1fr;  padding-left: 30px;     gap: 80px 0px;   box-sizing: border-box;height: auto;align-items: start;}


.team-filter .right .d-sec .content{padding-right: 20px;
/*min-height:100px;*/
    
}
.team-filter .right #leadership.d-sec .content{padding-right: 0px;}

.team-filter .right #leadership.d-sec{gap: 80px 50px;}


.team-filter .right .d-item{display: flex ; flex-direction: column; gap: 20px;box-sizing: border-box; display:none;transition:0.3s all ease-in-out;}
.team-filter .right h3{font-size: 50px; font-weight: 600; line-height: 60px; text-align:center;color: var(--wp--preset--color--base-2) !important; }
.team-filter .right{display: flex ; flex-direction: column; gap: 70px; padding-top: 20px; padding-bottom: 5%; box-sizing: border-box;width: calc(100% - 700px);}

.team-filter .left .checkbox-team .team-item.active a{font-size: 26px; font-weight: 500; line-height: 1; }
.team-filter .left .checkbox-team .team-item img{opacity:0;transition:0.3s all ease-in-out;}
.team-filter .left .checkbox-team .team-item.active img{opacity:1;}
.team-filter .right .d-item.active{display:flex;}
.team-filter .right #leadership.d-sec{grid-template-areas: "a a a";grid-template-columns: 1fr 1fr 1fr;}
.team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1){  grid-area: a;    justify-content: center;
    align-items: center;    flex-direction: row;}
    
.team-filter .right .d-sec .dr-sec.leadership:nth-child(1) .content .cta-btn{display:none;}
    
.team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content .cta-btn{display:block;}    
    
.team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content{    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;}
    .team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content h4,.team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content h6{text-align:left;}
    
  .team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content  .btn{    border: none;
    gap: 1rem;
    min-width: unset;
    padding-left: 0;
    color: #2E427F;}
    
.team-filter .right #leadership.d-sec .dr-sec.leadership:nth-child(1) .content .btn::after{display:none !important;}






.team-filter .left::-webkit-scrollbar {
  width: 4px; /* Thin scrollbar */
}

/* Track */
.team-filter .left::-webkit-scrollbar-track {
  background: transparent; /* Makes track invisible */
}

/* Handle (Thumb) */
.team-filter .left::-webkit-scrollbar-thumb {
  background: #2E427F; /* Dark blue scrollbar */
  border-radius: 10px; /* Rounded edges */
  min-height: 40px; /* Shorter scrollbar thumb */
}

/* Hover Effect */
.team-filter .left::-webkit-scrollbar-thumb:hover {
  background: #1e315a; /* Darker shade on hover */
}


.d-sec .dr-sec .d-img{display:none;}

#leadership.d-sec .dr-sec .d-img{display:block;}

.team-filter .right .d-item{
    
        /*border-bottom: 0.8px solid rgba(220, 220, 220, 1);*/
    padding-bottom: 20px;
    
}


.team-filter .right #leadership .d-item{
    
        border-bottom: unset;
    padding-bottom: 10px;
    
}


.team-filter .left .fixed{ max-height: 75vh; overflow-y: scroll; display: flex ; flex-direction: column; width: 520px; padding: 40px; box-sizing: border-box; background: rgb(22, 161, 200); border-radius: 25px; position: sticky; top: 140px; padding-top: 0;    padding-bottom: 0;}
.team-filter .left .c-item{border-radius: 25px; padding: 40px 40px 40px 0px; background: rgb(22, 161, 200); width: 100%; position: sticky; top: 120px;    width: fit-content;}
.team-filter .right #leadership .leadership.dr {
    grid-area: a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



/* Width and height */
::-webkit-scrollbar {
    width: 5px;  /* Vertical scrollbar width */
    height: 5px; /* Horizontal scrollbar height */
}

/* Track (the background) */
::-webkit-scrollbar-track {
   background: #fff;
    border-radius: 5px;
}

/* Handle (the moving part) */
::-webkit-scrollbar-thumb {
    background: rgba(46, 66, 127, 1);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(46, 66, 127, 1);
}




@media only screen and (max-width: 781px) {
    
    .team-filter .right #leadership .leadership.dr{flex-direction:column;}
    
    
}
    














































