.hr-testimonial-info .hr-text p {
	color: #555555;
	font-size: 18px;
	line-height: 1.722;
	max-width: 400px;
}
.hr-testimonial-info .hr-testimonial-profile {
	padding: 20px;
	border-radius: 10px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image {
	width: 100%;
	height: 206px;
	margin-right: 10px;
	display: block;
	max-width: 206px;
	position: relative;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image img {
	width: 206px;
	height: 100%;
	object-fit: cover;
}
.testi-quote img {
	width: 100%;
	max-width: 70px;
	rotate: 180deg;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding-left: 18px;
	position: relative;
	padding-bottom: 0px;
	margin: 0;
}
.hr-user-info {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.hr-dark-section .hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
  color: var(--white);
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info span {
	color: #949494;
	font-size: 16px;
	font-weight: 500;
}
.home-testimonial h2 {
	font-size: 40px;
	line-height: 1.2;
	text-align: left;
	font-weight: 700;
}

.home-testimonial h1 {
  color: var(--color-3);
  font-family: var(--font-02);
  font-size: 24px;
}
.home-testimonial h2 span {
  color: var(--color-3);
  font-family: var(--font-02);
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4::before {
	left: 0;
	top: 14px;
	content: "";
	height: 3px;
	width: 12px;
	position: absolute;
	background-color: #000;
}
.hr-user-image::before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
.hr-swiper-x3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border-radius: 100%;
  display: inline-block;
  border: 3px solid #cdcdcd;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: transparent;
}
.hr-swiper-x3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}
.hr-swiper-x3 {
	padding-bottom: 30px;
}
.home-testimonial .card .card-body{
	padding: 0;
	border: none;
}
.quote-blob {
	width: 300px;
	height: 190px;
	background-color: #fdf1dd;
	border-radius: 58% 42% 65% 35% / 50% 55% 45% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.blue-inner-blob i {
	font-size: 70px;
}

.blue-inner-blob {
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50% 48% 45% 55% / 55% 50% 50% 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon {
  width: 48px;
  height: 48px;
  fill: white;
}

.client-review-star {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  column-gap: 5px;
}
.client-review-star li {
  list-style: none;
  color: #ffc500;
}

.testi-one-img {
  position: absolute;
  bottom: -40px;
  right: -40px;
}
.hr-testimonial-info {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	height: 100%;
}

.hr-swiper-x3 .swiper-button-prev, .hr-swiper-x3 .swiper-button-next {
  border: 1px solid var(--color-3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-3);
  position: absolute;
  top: -80px;
  right: 0;
}
.hr-swiper-x3 .swiper-button-prev {
  right: 60px !important;
  left: auto;
}
.testi-one-img img {
	border-radius: 50%;
	max-width: 170px;
	height: 170px;
}
.hr-swiper-x3 .swiper-slide {
	height: auto;
}

/* Parent wrapper to hide horizontal overflow */
.home-testimonial .swiper-overflow-wrapper {
  overflow-x: hidden !important;
  position: relative;
}

/* Inside swiper, allow vertical overflow to show (e.g., dropdowns or tooltips) */
.home-testimonial .swiper-container {
  overflow-y: visible !important;
  position: relative;
  z-index: 1;
}

/* Make sure slides don’t clip vertical overflow */
.home-testimonial .swiper-slide {
  overflow: visible !important;
}

@media(max-width:1200px){
	.home-testimonial h2 {
	font-size: 35px;
}
}
@media screen and (max-width:575px) {
  .home-testimonial h2 {
	font-size: 26px;
	text-align: left;
}
  .testi-quote{
  	display: none;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-image img{
  	width: 100px;
    height: 100px;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-image{
  	width: 100px;
    height: 100px;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	font-size: 18px;	
}
.hr-testimonial-info .hr-text p {
	font-size: 16px;
	line-height: 25px;
}
.testi-one-img img {
	border-radius: 50%;
	max-width: 150px;
	height: 150px;
}
}