section.testimonial-section {
    padding: 60px 0;
    background-image: url(https://nsuniv.ac.in/wp-content/uploads/2025/02/Approval.png);
    background-repeat: repeat;
    position: relative;
    background-size: contain;
}

section.testimonial-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff85;
    top: 0;
    left: 0;
}
.department-tab {
    position: relative;
}
section.testimonial-section .department-tab .nav-tabs .nav-item.show .nav-link, section.testimonial-section .department-tab .nav-tabs .nav-link {
width: 49%;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
margin-right: 2px;
line-height: 27px;
letter-spacing: 0em;
/* text-align: center; */
color: #000000;
height: 50px;
border-radius: 18px;
margin: 0px;
border: none;
position: relative;
z-index: 1;
border: 1px solid #c7c7c7;
margin-bottom: 30px;
text-align: center;
background: #fff;
}

section.testimonial-section .department-tab .nav-tabs .nav-link:first-child {
    margin-right: 2% !important;
}

.department-tab div#nav-tab {
    background: unset;
    border-color: white;
    position: relative;
}

section.testimonial-section .department-tab button.active {
    background: #d39009!important;
    color: #fff!important;
    border: none!important;
}
.testimonial-box {
    padding: 45px 15px 20px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px #0003;
    margin-top: 10px;
    border-radius: 10px;
}

.testimonial-box .icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.icon i.fa-solid.fa-quote-left {
    font-size: 32px;
}

.testimonial-box figure {
    display: inline-block;
    height: 70px;
    width: 70px;
    z-index: 1;
    position: relative;
}

.testimonial-content {
    text-align: left;
    /* border-bottom: 1px solid #c5bebe; */
    margin-bottom: 15px;
    height: 245px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    text-align: justify;
}

.testimonial-img {
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c5bebe;
    padding-top: 10px;
}

.testimonial-box figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
    /* transform: scale(1);
transition: all 0.9s ease 0s; */
}

.testimonial-img .dsgn {
    padding: 0 0 0 15px;
    height: 100px;
    /* overflow: scroll; */
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
}

.filter-box {
    position: relative;
}

.filter-box input.btn.btn-success {
    position: absolute;
    top: 0;
    right: 0;
}



.testimonial-wrapper p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
}
@media only screen and (max-width: 1400px) {
    .testimonial-img .dsgn h5 {
        font-size: 17px;
    }
    .testimonial-img .dsgn h6 {
        font-size: 14px;
    }
    .testimonial-img .dsgn {
        height: 120px;
        /* overflow: scroll; */
    }
}
@media only screen and (max-width: 576px) {

    section.testimonial-section .department-tab .nav-tabs .nav-item.show .nav-link,
    section.testimonial-section .department-tab .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 10px;
    }

}