.hr-testimonial-card {
  border-radius: 10px;
  border: 2px solid #e1e1e1cc;
  height: calc(100% - 25px);
  margin-bottom: 25px;
  background: #fff;
}
.hr-testimonial-card:hover {
  box-shadow: 0 4px 8px rgb(0 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;
}

/*26-12-2024*/


.client-speak {
  height: auto;
  position: relative;
  padding: 0;
  border-radius: 10px;
  min-height: 420px;
  box-shadow: 0 16px 24px 9px rgba(27,29,35,0);
  border: 1px solid hsla(0,0%,93%,0);
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;  
  margin-top: 80px;
}
.client-img img {
	display: block;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	box-shadow: 0 10px 15px rgba(0,0,0,.2);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: -80px;
}
.client-speak-head h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.client-speak-head h4 {
  color: #666;
  font-size: 17px;
  margin: 0;
}
.client-speak:hover {
  box-shadow: 0 16px 24px 9px rgba(27,29,35,.08);
  border: 1px solid #eee;
}
.client-speak-bottom {
  position: relative;
}
.client-speak-bottom p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.client-shape {
	margin: 0;
	position: absolute;
	top: -30px;
	left: 0;
}
.client-speak-content .row {
	row-gap: 20px;
}
/*New page css*/
.testimonial-two__single {
    position: relative;
    display: block;
    background: linear-gradient(184deg, #00ace1 0%, #a62f75 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 0px 30px 30px;
    padding-right: 0;
    margin-left: 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.testimonial-two__single {
    margin-bottom: 30px;
}
.testimonial-two__single:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 40px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #3D72FC, #5CB0E9) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.testimonial-two__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 30px 0px;
    padding-left: 0;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}
.testimonial-two__single-inner:before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.05);
    z-index: -1;
}
.testimonial-two__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    color: #ffffff;
}
.testimonial-two__single-inner:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -40px;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.05);
    z-index: -1;
}
.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
/*    margin-left: -60px;*/
}
.testimonial-two__client-img {
    position: relative;
    display: block;
/*    width: 64px;*/
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-two__client-img img {
    border-radius: 50%;
    border: 2px solid rgba(var(--white), .80);
}
.testimonial-two__client-content {
    position: relative;
    display: block;
    flex: 1;
}
.testimonial-two__client-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.testimonial-two__client-name a {
    color: var(--white);
    text-decoration: none;
}
.testimonial-two__sub-title {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    color: #fff;
}
.testimonial-two__quote {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    background: linear-gradient(270deg, #ffffef 0%, #a62f75 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}