.call-box {
	display: flex !important;
	align-items: center !important;
	line-height: unset !important;
	padding: 10px 15px;
	border-radius: 8px;
	color: var(--color-black);
	max-width: 220px;
}

.call-icon {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.call-icon i {
	animation: ring 1s infinite ease-in-out; 
}

@keyframes ring {
	0% { transform: rotate(0deg); }
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-15deg); }
	60% { transform: rotate(10deg); }
	80% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
}

.call-icon i {
	font-size: 24px;
	color: var(--color-main); 
}

.call-info {
	display: flex;
	flex-direction: column;
}

.call-text {
	font-size: 14px;
	margin: 0;
	color: var(--color-main);
}

.call-number {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: var(--color-main);
}

.anh img {
	border-radius: 14px;
}

.tam_nhin {
	background: var(--color-white);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 10px;
}

/* Đánh giá */
.danh_gia {
    position: relative;
    overflow: hidden;
}

.danh_gia::before {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 163px;
	height: 163px;
	background: url('/wp-content/uploads/2026/05/h1_decor-3.png') no-repeat top right;
	background-size: contain;
	pointer-events: none;
	z-index: 999;
}

.herbal-review-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.herbal-review-content {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.herbal-stars {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #d68a2d;
	font-size: 28px;
	margin-bottom: 28px;
}

.herbal-review-text {
	max-width: 950px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.7;
	font-weight: 400;
	color: var(--color-black);
	transition: all .35s ease;
	min-height: 190px;
}

.herbal-review-users {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 35px;
}

.herbal-user {
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
	opacity: .7;
}

.herbal-user:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.herbal-user .name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #8a8a8a;
	transition: .3s;
}

.herbal-user .date {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
	color: var(--sage-green);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: all .3s ease;
}

.herbal-user.active {
	opacity: 1;
}

.herbal-user.active .name {
	color: var(--color-main);
}

.herbal-user.active .date {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* BUTTON */
.herbal-review-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	border: 1px solid var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	transition: all .3s ease;
	z-index: 10;
}

.herbal-review-btn i {
	font-size: 20px;
	color: var(--color-main);
	transition: .3s ease;
}

.herbal-review-btn:hover {
	background: var(--color-main);
	transform: translateY(-50%) scale(1.08);
}

.herbal-review-btn:hover i {
	color: var(--color-white);
}

.herbal-prev {
	left: 15px;
}

.herbal-next {
	right: 15px;
}

/* TABLET */
@media(max-width: 991px) {
	.herbal-review-text {
		font-size: 26px;
		min-height: 150px;
	}

	.herbal-user .name {
		font-size: 18px;
	}

	.herbal-review-users {
		gap: 25px;
	}
}

/* MOBILE */
@media(max-width: 767px) {
	.danh_gia::before {
		top: 10%;
		right: -10%;
		width: 110px;
		height: 110px;
	}
	
	.herbal-stars {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.herbal-review-text {
		font-size: 19px;
		line-height: 1.65;
		min-height: auto;
	}

	/* ẨN NÚT QUA LẠI */
	.herbal-review-btn {
		display: none;
	}

	/* USER CHỈ HIỆN 1 HÀNG */
	.herbal-review-users {
		margin-top: 25px;
		gap: 0;
		justify-content: center;
	}

	/* ẨN TẤT CẢ */
	.herbal-user {
		display: none;
	}

	/* CHỈ HIỆN ACTIVE */
	.herbal-user.active {
		display: block;
	}

	.herbal-user .name {
		font-size: 15px;
	}

	.herbal-user .date {
		font-size: 13px;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	/* DOTS */
	.herbal-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		margin-top: 22px;
	}

	.herbal-dot {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #d6d6d6;
		transition: .3s ease;
	}

	.herbal-dot.active {
		width: 26px;
		border-radius: 30px;
		background: var(--color-main);
	}
}