.hr-testimonial-card {
	border-radius: 10px;
	border: 2px solid #e1e1e1cc;
	height: calc(100% - 25px);
	margin-bottom: 25px;
	background: #fff;
	position: relative;
}
.hr-testimonial-card:hover{
    box-shadow:0 4px 8px rgb(0 0 0 / .1)
}
.hr-testimonial-card .hr-testimonial-card-body{
    padding:40px 24px
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image{
    margin:0 auto;
    margin-bottom:20px
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image img{
    width:102px;
    height:102px;
    border-radius:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review{
    margin-bottom:10px
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-link{
    padding:0;
    margin-right:10px;
    font-size:16px
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-link{
    color:#6b728080
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-item .active{
    color:#ffce0a
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name{
    font-size:26px;
    line-height:36px;
    color:#000
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name h4,.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name .h4{
    font-size:26px;
    line-height:36px;
    color:#000
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos{
    font-size:18px;
    line-height:28px;
    color:#6b7280cc
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos span{
    font-size:18px;
    line-height:28px;
    color:#6b7280cc
}
.hr-testimonial-card .hr-testimonial-dec{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    font-size:18px;
    line-height:28px;
    font-weight:var(--weight-400);
    color:#6b7280
}
.hr-testimonial-card .hr-testimonial-dec p{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    font-size:18px;
    line-height:28px;
    font-weight:var(--weight-400);
    color:#6b7280
}
/*11-01-2025*/
.our-testimonials-modal .modal-body img {
	border-radius: 5px;
}