/* Breadcrumb container */
.about-us-breadcrumb{
    background-image: url(../images/about_us_banner.jpg);
}
.glance-section strong {
    color: #00457C;
}
/* Glance Section */
.glance-list-item{
    display: inline-flex;
    align-items: center;
    color:#565656;
    margin-bottom: 24px;
}
.glance-list-item::before{
    content: url(../images/icon_check.svg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00457C;
    border-radius: 50%;
    padding: 4px;
    height: 24px;
    aspect-ratio: 1;
    margin: 0 0 0 8px;
}
.glance-list .glance-list-item:last-of-type{
    margin-bottom: 0px;
}
.profile-download-link{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #EEF2F6;
    border-radius: 30px;
    padding: 20px;
    margin-top: 40px;
}
.profile-download-link img{
    max-width: fit-content;
}
.download-link .icon-arrow{
    margin: 0 8px 0 14px;
}
.download-link:hover .icon-arrow{
    background-color: #17242a;
}
.glance-section .img-placeholder-container{
    margin-left: 32px;
}
.glance-section p:last-child {
    margin-bottom: 16px;
}
/* Glance Section End*/

/* Directors Section */
.directors-section{
    background: #EEF2F6 url(../images/direactor_sec_bg_img.svg) no-repeat right top;
}
.management-person-img{
    border-radius: 50%;
    margin: 0 auto;
}
.management-person-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 24px 0 8px;
    color: #1A1B1C;
}
/* Directors Section End*/
/* Management Section */
.management-section{
    background: #EEF2F6 url(../images/management_sec_img.svg) no-repeat left center;
}
/* Management Section End*/
@media(max-width:991px){
    .glance-list-item {
        margin-bottom: 14px;
    }
    .glance-list-item::before {
        height: 20px;
    }
    .profile-download-link {
        align-items: start;
        gap: 10px;
        padding: 10px;
        margin-top: 30px;
    }
    .profile-download-link img {
        max-width: 100%;
        height: auto;
    }
    .download-link .icon-arrow {
        margin: 0 6px;
    }
    .glance-section .img-placeholder-container {
        margin-left: 0;
    }
    /* Management Section */
    .management-person-name {
        font-size: 16px;
        line-height: 25px;
        margin: 14px 0 6px;
    }
    .management-person-img{
        width: 180px;
        height: 180px;
    }
    
}
@media(max-width:767px){
    .profile-download-link {
        margin-top: 20px;
    }
    .glance-section-info-container,
    .vision-section-info-container,
    .mission-section-info-container .mission-section-text{
        margin-top: 20px;
    }

    .management-person-name {
        font-size: 14px;
        line-height: 25px;
        margin: 6px 0 0px;
    }
    .management-person-img{
        width: 160px;
        height: 160px;
    }
   
}
@media(max-width:575px){
    .glance-section-info-container,
    .vision-section-info-container,
    .mission-section-info-container .mission-section-text{
        margin-top: 16px;
    }
    .glance-list-item {
        margin-bottom: 10px;
    }
    .profile-download-link {
        margin-top: 16px;
    }
    .management-person-img{
        width: 140px;
        aspect-ratio: 1;
        height: 140px;
    }
}
@media(max-width:480px){
    .underline-link {
        font-size: 12px;
        line-height: 16px;
    }
    .download-link .icon-arrow {
        width: 18px;
        height: 18px;
        margin: 0;
    }
    .download-link{
        gap: 5px;
    }
    .pdf-img{
        display: none;
    }
    .management-person-info{
        max-width: 80%;
        margin: 0 auto;
    }
    
}
/* .glance-list-item::before {
    margin: 0 0 0 8px;
} */
/* .download-link .icon-arrow {
    margin: 0 8px 0 14px;
} */
/* @media (max-width: 991px) {
    .download-link .icon-arrow {
        margin: 0 6px;
    }
} */