/* Perfume Testimonial Slider — widget styles */

.ptsl-section {
	width: 95%;
	margin: 0 auto;
}

/* ---------- Heading block ---------- */

.ptsl-subtitle h4 {
	letter-spacing: 3px;
	font-size: 14px;
	margin: 0 0 10px;
}

.ptsl-heading h2 {
	margin: 0;
	font-weight: 400;
	font-size: clamp(40px, 7vw, 96px);
	line-height: 1.05;
	text-transform: uppercase;
}

.ptsl-heading .ptsl-line1 {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.ptsl-heading .ptsl-users img {
	height: .85em;
	width: auto;
	display: block;
}

.ptsl-heading .ptsl-stars {
	font-size: .45em;
	letter-spacing: 8px;
	vertical-align: middle;
	margin-right: 15px;
}

/* ---------- Slider card ---------- */

.ptsl-slider {
	margin-top: 50px;
	position: relative;
}

.ptsl-box {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.ptsl-image-box {
	display: flex;
	gap: 15px;
	width: 60%;
}

.ptsl-image-box img {
	width: 49%;
	object-fit: contain;
	border-radius: 30px;
	overflow: hidden;
}

.ptsl-content {
	width: 40%;
}

.ptsl-review {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 38px;
	text-transform: capitalize;
	color: #000;
}

.ptsl-user-info {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 15px;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.ptsl-user-info .ptsl-name {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ptsl-user-info .ptsl-name img {
	width: 60px;
	border-radius: 18px;
}

.ptsl-user-info .ptsl-name h4,
.ptsl-user-info .ptsl-rating h5 {
	margin: 0;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 21.95px;
}

.ptsl-user-info .ptsl-name p,
.ptsl-user-info .ptsl-rating p {
	margin: 0 0 6px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 21.95px;
	color: #797777;
}

.ptsl-user-info .ptsl-rating span {
	color: #000;
	margin-right: 6px;
}

.ptsl-user-info .ptsl-rating p {
	color: #E8B623;
}

/* ---------- Arrows ---------- */

.ptsl-slider .swiper-button-next,
.ptsl-slider .swiper-button-prev {
	color: #000;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
	.ptsl-box {
		flex-direction: column;
	}

	.ptsl-image-box,
	.ptsl-content {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.ptsl-image-box {
		flex-direction: column;
	}

	.ptsl-image-box img {
		width: 100%;
	}

	.ptsl-user-info {
		flex-wrap: wrap;
	}
}
