@import "vendor/swiper-bundle.min.css";
@import "partials/general.css";
@import "partials/inner-banner.css";
@import "partials/testimonial-block.css";
@import "partials/support-block.css";
@import "partials/pdf-block.css";
.our-comittee-section{
    padding-top: 6rem;
}
.our-comittee-section .comitte-link-wrapper{
    border: 0.1rem solid var(--commitee-border-color);
    border-radius: 10rem;    
    padding: 0.4rem;
    position: sticky;
    top: 0rem;
    background-color: var(--background-yellow-color);
    z-index: 3;
    overflow: hidden;
}
.our-comittee-section .link-wrapper{    
    display: flex;    
    overflow-x: auto;
    margin: 0 -0.5rem;
}
.our-comittee-section .link-wrapper li{
    max-width: 20%;
    flex:0 0 20%;    
    padding: 0 0.5rem;
}
.our-comittee-section .link-wrapper li a{
    height: 5.2rem;
    line-height: 5.2rem;
    color: var(--black-color);
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-radius: 5.2rem;
    padding: 0 3rem;
    white-space: nowrap;
}
.our-comittee-section .link-wrapper li a:hover,
.our-comittee-section .link-wrapper li a.active{
    background-color: var(--primary-blue-color);
    color: var(--white-color);
}
.our-comittee-section .blog-list .body-content p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
}
.our-comittee-section .blog-list .body-content p.expanded {
  -webkit-line-clamp: unset;
  max-height: 100rem;
  display: block;
}
.our-comittee-section .blog-list .body-content .black-link{
    margin-top: 3rem;
}

.our-comittee-section .member-info-wrapper .member-block{
    max-width: 100%;
    display: flex;
    align-items: flex-start;
}
.our-comittee-section .member-info-wrapper.image-right-block .member-block{
    flex-direction: row-reverse;
}
.our-comittee-section .member-info-wrapper:first-child{
    padding-top: 6rem;
}
.our-comittee-section .member-info-wrapper:last-child{
    padding-bottom: 0;
}
.our-comittee-section .member-info-wrapper{
    padding: 5rem 0;
}
.our-comittee-section .member-block .blog-list{
    padding-left: 4rem;
    flex: 0 0 58%;
    max-width: 58%;
    padding-top: 1rem;
}
.our-comittee-section .member-info-wrapper.image-right-block .member-block .blog-list{
    padding-left: 0;
    padding-right: 4rem;
}
.our-comittee-section .member-block .blog-list .intro-para{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 2.7rem;
}
.our-comittee-section .member-info-wrapper .member-block .left-block{
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    padding-bottom: 42%;
    border-radius: 20px;
    overflow: hidden;
}
.our-comittee-section .member-info-wrapper .member-block .left-block img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-comittee-section .member-info-wrapper .member-block .member-position{
    position: absolute;
    bottom: 0;
    max-width: 30rem;
    background-color: #FFFDF6;
    padding: 2rem;
    line-height: 1.4;
    border-radius: 0 2rem 0 0;
}
.our-comittee-section .member-block .blog-list .body-content{
    padding: 0.7rem 2.4rem 0;
    border-left: 0.2rem solid var(--black-color);
}
.our-comittee-section .member-detail-info {    
    margin-top: 3rem;
    display: none;
}
.our-comittee-section .member-detail-info ul li,
.our-comittee-section .member-detail-info p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;   
}
.our-comittee-section .member-detail-info p+p{
    margin-top: 1.5rem;
}
.our-comittee-section .member-detail-info h3{
    font-size: 1.6rem;
    margin: 1.5rem 0 0 0;    
}
.our-comittee-section .member-detail-info ul {
    margin: 1rem 0 2rem 1.5rem;
}
.our-comittee-section .member-detail-info ul li{
    position: relative;
    padding-left: 1.5rem;
}
.our-comittee-section .member-detail-info ul li::before{
    position: absolute;
    content:'';
    left: 0;
    top: 0.8rem;
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    background-color: var(--black-color);
}
.our-comittee-section .member-detail-info ul li+li{
    margin-top: 0.5rem;
}
.our-comittee-section .blog-list .body-content .black-link.detail-open em {
    transform: rotate(90deg);
}
@media(max-width: 1199px){
    .our-comittee-section{
        padding-top: 6rem;
    }
    .our-comittee-section .member-info-wrapper {
        padding: 3rem 0;
    }
}
@media(max-width: 991px){
    .our-comittee-section .member-block .blog-list .body-content{
        padding: 0rem 0rem 0 1.5rem;
    }
    .our-comittee-section .member-block .blog-list{
        padding-left: 2rem;
    }
    .our-comittee-section .member-block .blog-list .intro-para{
        font-size: 1.6rem;
    }
    .our-comittee-section .member-info-wrapper.image-right-block .member-block .blog-list{
        padding-right: 2rem;
    }
    .our-comittee-section .member-info-wrapper .member-block .member-position{
        max-width: 26rem;
    }
    .our-comittee-section .blog-list .body-content .black-link {
        margin-top: 1rem;
    }
    .our-comittee-section .member-info-wrapper:first-child {
        padding-top: 5rem;
    }
    .our-comittee-section .link-wrapper{
        justify-content: space-between;
        padding-bottom: 1.5rem;
    }
    .our-comittee-section .link-wrapper li {
        max-width: inherit;
        flex: 0 0 auto;
    }
    .our-comittee-section .link-wrapper li a{
        height: 4rem;
        line-height: 4rem;
        padding: 0 2rem;
    }
    .our-comittee-section .comitte-link-wrapper{
        position: relative;
        height: 5rem;
    }
}
@media(max-width: 767px){
    .our-comittee-section .member-info-wrapper:first-child {
        padding-top: 3rem;
    }
    .our-comittee-section{
        padding-top: 4rem;
    }
    .our-comittee-section .member-info-wrapper .member-block{
        flex-wrap: wrap;
    }
    .our-comittee-section .member-block .blog-list{
        max-width: 100%;
        flex:0 0 100%;
        padding: 0;
        margin-top: 2rem;
    }
    .our-comittee-section .member-block .blog-list .body-content{
        border: none;
        padding: 0;
    }
    .our-comittee-section .member-block .blog-list .intro-para{
        margin-bottom: 1rem;
    }
    .our-comittee-section .member-info-wrapper .member-block .left-block{
        max-width: 60%;
        flex:0 0 60%;
        padding-bottom: 60%;
    }
    .our-comittee-section .member-info-wrapper.image-right-block .member-block {
        flex-direction: row;
    }
    .our-comittee-section .member-info-wrapper {
        padding: 2rem 0;
    }
    .our-comittee-section .member-info-wrapper .member-block .member-position{
        padding: 1.5rem;
    }    
}
@media(max-width: 479px){
    .our-comittee-section .member-info-wrapper .member-block .left-block {
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 100%;
    }
    .our-comittee-section .link-wrapper li a{
        padding: 0 1.5rem;
    }
}