/*our-faculty*/

.faculty-member {
    padding: 40px 0;
}
a.read-more {
    color: var(--bs-darkblack) !important;
    font-weight: var(--bs-font-weight-500);
    border-top: 2px dotted #d9d9d9;
}
a.read-more:hover {
    color: #3a3285 !important;
}
a.read-more:hover svg path {
    fill: #3a3285 !important;
}
.team-qualifications {
    height: 31px;
}
.btn-svg {
    margin-left: 7px;
    margin-top: 4px;
}
li {
    font-family: "DM Sans";
    line-height: 33px;
    color: #5c5c54;
}
.profile-social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-darkblack);
}
p.team-single-social-title {
    color: var(--bs-darkblack);
}
.course-sidebar {
    max-width: 350px;
    background-color: var(--color-white);
    padding: 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    margin: -140px auto 0;
    border-radius: 10px;
}
.image-item::before {
    content: "";
    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(5, 70, 167, 0.05) 85%, #433a89f2 99%);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
.image-item .cont-text {
    position: absolute;
    bottom: 3%;
    left: 10px;
    color: white;
    z-index: 2;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
.image-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 430px;
    border-radius: 10px !important;
}
.image-item img {
    -o-object-fit: cover;
       object-fit: cover;
}

.profile {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out;
}

.profile.active {
    border: 2px solid #ff6600; /* Change color as needed */
}
.campus-activity-item img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.faculty-slider .slick-next {
    right: 38px !important;
    background: #3a3285;
    top: -84px;
    width: 58px !important;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.faculty-slider .slick-prev {
    right: 107px;
    background: #3a3285;
    top: -84px;
    left: auto;
    /* font-size: 0px; */
    width: 58px !important;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.faculty-slider .slick-next:before {
        content: ""; /* remove icon content */
      
        background-image: url(/images/right-arrow.png?113298e73c2e9ec28421338ea3370455); /* replace with your image path */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 24px;  /* adjust size as needed */
        height: 24px;
    }
    
.faculty-slider .slick-prev:before {
        content: ""; /* remove icon content */
        background-image: url(/images/left-arrrow.png?5fcd2c68d3da05b099d23fcdfb885d6f);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 24px;  /* adjust size as needed */
        height: 24px;
    }
    

ul.custom-list i {
    color: #FDB714;
}

