/*==================================================
 Bareilly Taxi ERP V9
 Premium Testimonials
 Part : 1
 File : assets/css/testimonials.css
==================================================*/

.bt-testimonials-v9{

	position:relative;

	padding:110px 0;

	background:#ffffff;

	overflow:hidden;

}

.bt-testimonials-v9::before{

	content:"";

	position:absolute;

	top:-220px;

	right:-220px;

	width:520px;

	height:520px;

	border-radius:50%;

	background:rgba(37,99,235,.05);

}

.bt-testimonials-v9::after{

	content:"";

	position:absolute;

	left:-180px;

	bottom:-180px;

	width:420px;

	height:420px;

	border-radius:50%;

	background:rgba(245,158,11,.08);

}

.bt-testimonials-v9 .bt-container{

	position:relative;

	z-index:5;

	max-width:1300px;

	margin:auto;

	padding:0 20px;

}

.bt-testimonials-header{

	text-align:center;

	margin-bottom:70px;

}

.bt-testimonials-header h2{

	margin:0;

	font-size:48px;

	font-weight:800;

	line-height:1.2;

	color:#0f172a;

}

.bt-testimonials-header p{

	max-width:760px;

	margin:20px auto 0;

	font-size:18px;

	line-height:32px;

	color:#64748b;

}

.bt-testimonial-grid{

	display:grid;

	grid-template-columns:repeat(3,1fr);

	gap:30px;

}

.bt-testimonial-card{

	background:#ffffff;

	padding:35px;

	border-radius:28px;

	box-shadow:0 18px 45px rgba(15,23,42,.08);

	transition:.35s;

	position:relative;

	overflow:hidden;

}

.bt-testimonial-card:hover{

	transform:translateY(-8px);

	box-shadow:0 30px 70px rgba(15,23,42,.12);

}

.bt-testimonial-card::before{

	content:"";

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:5px;

	background:linear-gradient(
	90deg,
	#f59e0b,
	#2563eb
	);

}

.bt-review-stars{

	font-size:22px;

	color:#f59e0b;

	letter-spacing:3px;

	margin-bottom:22px;

}

.bt-review-text{

	margin:0;

	font-size:16px;

	line-height:31px;

	color:#64748b;

	min-height:155px;

}/*==================================================
 REVIEW USER
==================================================*/

.bt-review-user{

	display:flex;

	align-items:center;

	gap:16px;

	margin-top:30px;

	padding-top:24px;

	border-top:1px solid #e5e7eb;

}

.bt-review-avatar{

	width:64px;

	height:64px;

	border-radius:50%;

	background:linear-gradient(
	135deg,
	#f59e0b,
	#fbbf24
	);

	display:flex;

	align-items:center;

	justify-content:center;

	font-size:24px;

	font-weight:800;

	color:#ffffff;

	flex-shrink:0;

	box-shadow:0 18px 40px rgba(245,158,11,.28);

}

.bt-review-user h4{

	margin:0 0 6px;

	font-size:20px;

	font-weight:800;

	color:#0f172a;

}

.bt-review-user span{

	display:block;

	font-size:14px;

	font-weight:600;

	color:#64748b;

}

/*==================================================
 GOOGLE RATING
==================================================*/

.bt-testimonials-bottom{

	display:grid;

	grid-template-columns:1.3fr 1fr;

	gap:35px;

	margin-top:80px;

}

.bt-google-rating-box{

	display:flex;

	align-items:center;

	gap:30px;

	background:#ffffff;

	padding:40px;

	border-radius:28px;

	box-shadow:0 18px 45px rgba(15,23,42,.08);

}

.bt-google-score{

	min-width:120px;

	text-align:center;

}

.bt-google-score h2{

	margin:0;

	font-size:56px;

	font-weight:800;

	color:#f59e0b;

	line-height:1;

}

.bt-google-score span{

	display:block;

	margin-top:10px;

	font-size:22px;

	color:#f59e0b;

	letter-spacing:3px;

}

.bt-google-content h3{

	margin:0 0 15px;

	font-size:30px;

	font-weight:800;

	color:#0f172a;

}

.bt-google-content p{

	margin:0;

	font-size:16px;

	line-height:30px;

	color:#64748b;

}

/*==================================================
 REVIEW STATS
==================================================*/

.bt-review-stats{

	display:grid;

	grid-template-columns:repeat(2,1fr);

	gap:20px;

}

.bt-review-stat{

	background:#ffffff;

	padding:30px;

	border-radius:22px;

	text-align:center;

	box-shadow:0 18px 45px rgba(15,23,42,.08);

}

.bt-review-stat h3{

	margin:0 0 10px;

	font-size:34px;

	font-weight:800;

	color:#f59e0b;

}

.bt-review-stat span{

	display:block;

	font-size:15px;

	font-weight:600;

	color:#64748b;

}/*==================================================
 TESTIMONIAL CTA
==================================================*/

.bt-testimonial-cta{

	margin-top:80px;

	padding:60px;

	border-radius:30px;

	background:linear-gradient(
	135deg,
	#0f172a,
	#1e293b
	);

	text-align:center;

	color:#ffffff;

	position:relative;

	overflow:hidden;

	box-shadow:0 30px 70px rgba(15,23,42,.18);

}

.bt-testimonial-cta::before{

	content:"";

	position:absolute;

	top:-140px;

	right:-140px;

	width:320px;

	height:320px;

	border-radius:50%;

	background:rgba(255,255,255,.06);

}

.bt-testimonial-cta::after{

	content:"";

	position:absolute;

	left:-120px;

	bottom:-120px;

	width:240px;

	height:240px;

	border-radius:50%;

	background:rgba(245,158,11,.10);

}

.bt-testimonial-cta h3{

	position:relative;

	z-index:2;

	margin:0 0 18px;

	font-size:42px;

	font-weight:800;

	color:#ffffff;

}

.bt-testimonial-cta p{

	position:relative;

	z-index:2;

	max-width:760px;

	margin:0 auto;

	font-size:18px;

	line-height:32px;

	color:#cbd5e1;

}

.bt-testimonial-buttons{

	position:relative;

	z-index:2;

	display:flex;

	justify-content:center;

	flex-wrap:wrap;

	gap:20px;

	margin-top:40px;

}

.bt-testimonial-buttons .bt-book-btn,

.bt-testimonial-buttons .bt-call-btn{

	display:inline-flex;

	align-items:center;

	justify-content:center;

	min-width:220px;

	height:60px;

	padding:0 32px;

	border-radius:14px;

	text-decoration:none;

	font-size:17px;

	font-weight:700;

	transition:.35s;

}

.bt-testimonial-buttons .bt-book-btn{

	background:#f59e0b;

	color:#ffffff;

	box-shadow:0 18px 40px rgba(245,158,11,.30);

}

.bt-testimonial-buttons .bt-book-btn:hover{

	background:#d97706;

	color:#ffffff;

	transform:translateY(-5px);

}

.bt-testimonial-buttons .bt-call-btn{

	background:#ffffff;

	color:#0f172a;

	box-shadow:0 18px 40px rgba(255,255,255,.18);

}

.bt-testimonial-buttons .bt-call-btn:hover{

	background:#f8fafc;

	transform:translateY(-5px);

}

/*==================================================
 RESPONSIVE
==================================================*/

@media (max-width:1200px){

	.bt-testimonial-grid{

		grid-template-columns:repeat(2,1fr);

	}

	.bt-testimonials-bottom{

		grid-template-columns:1fr;

	}

}

@media (max-width:991px){

	.bt-testimonials-v9{

		padding:80px 0;

	}

	.bt-testimonials-header h2{

		font-size:38px;

	}

	.bt-google-rating-box{

		flex-direction:column;

		text-align:center;

	}

}

@media (max-width:767px){

	.bt-testimonial-grid{

		grid-template-columns:1fr;

	}

	.bt-review-stats{

		grid-template-columns:1fr;

	}

	.bt-testimonial-cta{

		padding:40px 25px;

	}

	.bt-testimonial-cta h3{

		font-size:32px;

	}

	.bt-testimonial-cta p{

		font-size:16px;

		line-height:28px;

	}

	.bt-testimonial-buttons{

		flex-direction:column;

	}

	.bt-testimonial-buttons .bt-book-btn,

	.bt-testimonial-buttons .bt-call-btn{

		width:100%;

		min-width:100%;

	}

}/*==================================================
 FINAL RESPONSIVE
==================================================*/

@media (max-width:576px){

	.bt-testimonials-v9{

		padding:60px 0;

	}

	.bt-testimonials-header{

		margin-bottom:45px;

	}

	.bt-testimonials-header h2{

		font-size:28px;

	}

	.bt-testimonial-card{

		padding:24px 20px;

		border-radius:20px;

	}

	.bt-review-text{

		min-height:auto;

		font-size:15px;

		line-height:28px;

	}

	.bt-review-user{

		align-items:center;

	}

	.bt-review-avatar{

		width:56px;

		height:56px;

		font-size:20px;

	}

	.bt-google-rating-box{

		padding:28px 20px;

		border-radius:20px;

	}

	.bt-google-score h2{

		font-size:44px;

	}

	.bt-google-content h3{

		font-size:24px;

	}

	.bt-review-stat{

		padding:24px 18px;

		border-radius:18px;

	}

	.bt-review-stat h3{

		font-size:28px;

	}

	.bt-testimonial-cta{

		border-radius:20px;

	}

	.bt-testimonial-cta h3{

		font-size:26px;

	}

	.bt-testimonial-cta p{

		font-size:15px;

		line-height:26px;

	}

}

@media (max-width:480px){

	.bt-review-stars{

		font-size:18px;

		letter-spacing:2px;

	}

	.bt-review-user h4{

		font-size:18px;

	}

	.bt-review-user span{

		font-size:13px;

	}

}

/*==================================================
 ANIMATIONS
==================================================*/

.bt-testimonial-card,
.bt-review-stat,
.bt-google-rating-box,
.bt-testimonial-cta{

	transition:
	transform .35s ease,
	box-shadow .35s ease;

}

.bt-testimonial-card:hover,
.bt-review-stat:hover,
.bt-google-rating-box:hover{

	box-shadow:0 30px 70px rgba(15,23,42,.14);

}

/*==================================================
 END
==================================================*/