@import url('video-content-block.css');
/* banner section */
.inner-page-banner-section.efk-meet-teacher-banner-section{
    position: relative;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
}
.inner-page-banner-section.efk-meet-teacher-banner-section img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}
/* meet teacher section */
.meet-teacher-section{
    padding: 50px 0;
    background-image: url(../images/meet-teacher-bg-image.jpg);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}
.meet-teacher-section .two-col-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.meet-teacher-section .two-col-wrapper .left-block{
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
    padding-right: 80px;
}
.meet-teacher-section .two-col-wrapper .right-block{
    flex: 0 0 500px;
    max-width: 500px;
    padding-top: 10px;
}
.meet-teacher-section .two-col-wrapper .right-block h2{
    margin: 0 0 15px
}
.meet-teacher-section h2{
    font-size: 32px;
    margin: 0 0 10px;
}
.meet-teacher-section blockquote{
    background-color: #f1f1f1;
    position: relative;
    padding: 15px 20px;
    margin-bottom: 35px;
    border-radius: 15px;
    overflow: hidden;
}
.meet-teacher-section blockquote::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background-color: #6d4199;
    width: 5px;
}
.meet-teacher-section blockquote h3{
    font-size: 18px;
    margin-bottom: 0;
}
.meet-teacher-section .two-col-wrapper .left-block h1{
    margin-bottom: 10px;
    font-size: 42px;
}
.meet-teacher-section .two-col-wrapper .left-block h1 + p{
    margin-bottom: 30px;
}
.meet-teacher-section .two-col-wrapper .left-block .que-ans-block:not(:last-child){
    margin-bottom: 30px;
}
.meet-teacher-section .two-col-wrapper .left-block .que-ans-block h4{
    margin-bottom: 7px;
}
.meet-teacher-section .two-col-wrapper .left-block .que-ans-block p{
    margin-bottom: 5px;
    padding-left: 15px;
}
.meet-teacher-section .two-col-wrapper .left-block .que-ans-block p:last-child{
    margin-bottom: 0;
}
/* right part */
.teacher-detail-block{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.teacher-detail-block:not(:last-child){
    margin-bottom: 20px;
}
.teacher-detail-block .detail-left-block{
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}
.teacher-detail-block .detail-left-block .left-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:15px 60px 15px 15px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.teacher-detail-block .left-inner .name-block{
    margin-bottom: 15px;
}
.teacher-detail-block .left-inner .name-block .name{
    display: block;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    z-index: 9;
}
.teacher-detail-block .left-inner .name-block .designation{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    font-style: italic;
}
.teacher-detail-block .left-inner .bio-block p{
    font-size: 14px;
    line-height: 1.28;
    margin-bottom: 5px;
}
.teacher-detail-block .left-inner .bio-block p:last-child{
    margin-bottom: 0;
}
.teacher-detail-block .left-inner .inner-bottom{
    margin-top: 15px;
}
.teacher-detail-block .left-inner .inner-bottom p{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 1.28;
    margin-bottom: 0;
    font-family: 'diavlo-book';
}
.teacher-detail-block .left-inner .inner-bottom p a{
    color: #000;
    word-break: break-word;
    font-weight: 400;
    transition: all 0.5s;
}
.teacher-detail-block .left-inner .inner-bottom p a:hover{
    text-decoration: underline;
}
.teacher-detail-block .detail-right-block{
    flex: 0 0 150px;
    max-width: 150px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.teacher-detail-block .detail-right-block::before{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/profile-bg-gear-icon.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 120px;
    left: -60px;
}
.teacher-detail-block .detail-right-block a{
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}
.teacher-detail-block.purple-bg .detail-right-block{
    background-color: #6d4199;
}
.teacher-detail-block.green-bg .detail-right-block{
    background-color: #8cc63f;
}
.teacher-detail-block.yellow-bg .detail-right-block{
    background-color: #f7e408;
}
.teacher-detail-block.red-bg .detail-right-block{
    background-color: #b5111b;
}

/* modal css */
.custom-modal.meet-team-member-modal .modal-body{
    position: relative;
    width: 100%;
}
.custom-modal .modal-content .modal-close{
    top: -12px;
    right: -6px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block{
    height: auto !important;
    min-height: 320px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .name {
    font-size: 28px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .designation {
    font-size: 18px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .bio-block p{
    font-size: 16px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .detail-right-block::before{
    width: 150px;
    height: 150px;
    background-size: 150px;
    left: -75px;
}
.custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .detail-right-block a{
    width: 95px;
    height: 95px;
    left: -45px;
}



@media(max-width:1199px){
    .meet-teacher-section .two-col-wrapper .left-block{
        padding-right: 30px;
    }
    .meet-teacher-section .two-col-wrapper .left-block h1{
        font-size: 38px;
    }
    .meet-teacher-section h2{
        font-size: 28px;
    }
    .teacher-detail-block .left-inner .name-block .name{
        font-size: 20px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .name {
        font-size: 24px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .designation {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .meet-teacher-section .two-col-wrapper .left-block{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .meet-teacher-section .two-col-wrapper .right-block{
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
    }
    
    .teacher-detail-block .detail-left-block{
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
    .teacher-detail-block .detail-right-block{
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media(max-width:767px){
    .meet-teacher-section {
        padding: 30px 0;
    }
    .teacher-detail-block .detail-left-block{
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
    .teacher-detail-block .detail-right-block{
        flex: 0 0 150px;
        max-width: 150px;
    }
    .meet-teacher-section .two-col-wrapper .left-block h1{
        font-size: 34px;
    }
    .meet-teacher-section h2{
        font-size: 26px;
    }
}
@media(max-width:576px){
    .teacher-detail-block{
        flex-direction: column-reverse;
        height: auto !important;
    }
    .teacher-detail-block .detail-left-block{
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top:0;
    }
    .teacher-detail-block .detail-right-block{
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 120px;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .teacher-detail-block .detail-right-block::before{
        top: auto;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: -60px;
    }
    .teacher-detail-block .detail-right-block a {
        top: auto;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: -40px;
    }
    .teacher-detail-block .detail-left-block .left-inner{
        padding: 44px 15px 15px;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .teacher-detail-block .left-inner .inner-bottom p{
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    .teacher-detail-block .left-inner .inner-bottom{
        margin-top: 15px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .name {
        font-size: 22px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .left-inner .name-block .designation {
        font-size: 14px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .detail-right-block::before{
        left: 50%;
        bottom: -50px;
        width: 100px;
        height: 100px;
        background-size: 100px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block .detail-right-block a{
        bottom: -35px;
        left: 50%;
        width: 70px;
        height: 70px;
    }
    .custom-modal.meet-team-member-modal .modal-body .teacher-detail-block{
        min-height: auto;
    }
    .teacher-detail-block .left-inner .name-block .name{
        text-align: center;
    }
    .teacher-detail-block .left-inner .name-block .designation{
        text-align: center;
    }
    .teacher-detail-block .left-inner .bio-block p{
        text-align: center;
    }
}