/*! Blue Note Pros — Customer Reviews widget styles (ported from html/Blue Note/assets/css/style.css .reviews) */
.bnp-reviews {
	position: relative;
	background: var(--bnp-white);
	text-align: center;
	overflow: hidden;
	padding: 60px 0 40px;
	font-family: var(--bnp-font-roboto);
}

.bnp-reviews::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 480px;
	background: #00A1BA;
	z-index: 0;
}

.bnp-reviews > * {
	position: relative;
	z-index: 1;
}

.bnp-reviews .bnp-eyebrow {
	font-family: var(--bnp-font-config);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 3%;
	text-align: center;
	margin: 0 0 18px 0;
	color: #052444;
}

.bnp-reviews .bnp-heading {
	font-family: var(--bnp-font-bungee);
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 4%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 36px 0;
	text-shadow: 2px 0 0 #006171;
	-webkit-text-stroke: 1px #006171;
	color: #FFFFFF;
}

.bnp-reviews .bnp-cta-btn {
	display: inline-flex;
	font-family: var(--bnp-font-roboto);
	align-items: center;
	gap: 8px;
	padding: 12px 17px;
	border: 1px solid #ED2085;
	box-shadow: 2px 2px 0px 0px #DA0D83;
	border-radius: 8px;
	background: #052444;
	color: #F5F5F5;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3%;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.bnp-reviews .bnp-cta-btn:hover {
	background: var(--bnp-cyan);
}

.bnp-reviews .bnp-cta-btn img {
	filter: brightness(0) invert(1);
}

.bnp-reviews .bnp-slider-outer {
	position: relative;
	max-width: 1170px;
	margin: 36px auto 0;
}

.bnp-reviews .bnp-slider-outer::after {
	content: "";
	background-image: url(../../images/qut.svg);
	background-repeat: no-repeat;
	display: block;
	background-size: 106px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -30px;
	left: 15px;
	pointer-events: none;
}

.bnp-reviews .bnp-slider-outer::before {
	content: "";
	background-image: url(../../images/qut.svg);
	background-repeat: no-repeat;
	display: block;
	background-size: 106px;
	width: 106px;
	height: 106px;
	position: absolute;
	bottom: -30px;
	left: 90%;
	z-index: 2;
	transform: rotate(180deg);
	pointer-events: none;
}

.bnp-reviews .bnp-arrow-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid var(--bnp-white);
	background: transparent;
	color: var(--bnp-white);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	transition: background .2s ease;
	padding: 0;
}

.bnp-reviews .bnp-arrow-btn:hover {
	background: rgba(255,255,255,.15);
}

.bnp-reviews .bnp-arrow-btn svg {
	width: 25px;
	height: 25px;
}

.bnp-reviews .bnp-arrow-prev {
	left: -50px;
}

.bnp-reviews .bnp-arrow-next {
	right: -50px;
}

.bnp-reviews .bnp-card-wrap {
	position: relative;
	padding: 0 20px;
}

.bnp-reviews .bnp-reviews-slider {
	position: relative;
	overflow: hidden;
}

.bnp-reviews .bnp-reviews-slider__track {
	display: flex;
	transition: transform 0.45s ease;
}

.bnp-reviews .bnp-reviews-slider__slide {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.bnp-reviews .bnp-review-card {
	position: relative;
	background: var(--bnp-white);
	border-radius: 10px;
	box-shadow: 8px 8px 15px 0px #00000040;
	padding: 60px 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	box-sizing: border-box;
}

.bnp-reviews .bnp-review-card h5 {
	margin: 0;
	font-family: var(--bnp-font-config);
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 3%;
	text-align: center;
	color: #000000;
}

.bnp-reviews .bnp-dots {
	position: absolute;
	right: -80px;
	bottom: -40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 6;
}

.bnp-reviews .bnp-dots li {
	display: block;
}

.bnp-reviews .bnp-dots li button {
	display: block;
	width: 17px;
	height: 18px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: #052444;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}

.bnp-reviews .bnp-dots li.is-active button {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 2px solid #ED2085;
}
.bnp-reviews .bnp-reviews-slider{
		padding-bottom: 30px;
	}

/* ------------------------------------------------------------------
   Responsive — ported section-wise from html/Blue Note/assets/css/responsive.css
   (.slick-slide mapped to .bnp-reviews-slider__slide; .custom-dots -> .bnp-dots)
   ------------------------------------------------------------------ */

@media (max-width: 1365px) {
.bnp-reviews .bnp-slider-outer{
	max-width: 970px;
}
}
@media (max-width: 1199px) {
	.bnp-reviews::before {
		display: none;
	}
	.bnp-reviews .bnp-dots {
		display: none !important;
	}
	.bnp-reviews .bnp-slider-outer {
		max-width: calc(100% - 120px);
		margin: 36px auto 0;
	}
	.bnp-reviews .bnp-reviews-slider__slide {
		height: auto;
	}
	.bnp-reviews .bnp-review-card {
		min-height: 300px;
		height: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 45px;
	}
	.bnp-reviews .bnp-arrow-btn {
		top: auto;
		bottom: -85px;
		transform: none;
		width: 54px;
		height: 54px;
		border-width: 3px;
	}
	.bnp-reviews .bnp-arrow-prev {
		left: 50%;
		transform: translateX(-115%);
	}
	.bnp-reviews .bnp-arrow-next {
		right: 50%;
		transform: translateX(115%);
	}
	.bnp-reviews .bnp-heading {
		font-size: 34px;
		line-height: 42px;
	}
	.bnp-reviews{
		background: #00A1BA;
		padding-bottom: 100px;
	}
}

@media (max-width: 991px) {
	.bnp-reviews .bnp-slider-outer {
		max-width: calc(100% - 100px);
		margin-top: 30px;
	}
	.bnp-reviews .bnp-review-card {
		min-height: 280px;
		height: 280px;
	}
	.bnp-reviews .bnp-arrow-btn {
		bottom: -75px;
		width: 48px;
		height: 48px;
	}
	.bnp-reviews .bnp-arrow-btn svg {
		width: 20px;
		height: 20px;
	}
	.bnp-reviews .bnp-arrow-prev {
		left: 50%;
		transform: translateX(-110%);
	}
	.bnp-reviews .bnp-arrow-next {
		right: 50%;
		transform: translateX(110%);
	}
	.bnp-reviews .bnp-heading {
		font-size: 30px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {	
	.bnp-reviews {
		padding: 45px 0 80px;
		overflow: hidden;
	}
	.bnp-reviews .bnp-slider-outer {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 28px 0 0;
		padding: 0 45px;
		overflow: visible;
		box-sizing: border-box;
	}
	.bnp-reviews .bnp-reviews-slider {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.bnp-reviews .bnp-reviews-slider__slide {
		display: block;
		box-sizing: border-box;
	}
	.bnp-reviews .bnp-card-wrap {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.bnp-reviews .bnp-review-card {
		width: 100%;
		max-width: 100%;
		min-height: 260px;
		height: 100%;
		padding: 35px 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.bnp-reviews .bnp-dots {
		display: none !important;
	}
	.bnp-reviews .bnp-arrow-btn {
		position: absolute;
		top: auto;
		bottom: -70px;
		width: 42px;
		height: 42px;
		border-width: 2px;
		transform: none;
		z-index: 10;
	}
	.bnp-reviews .bnp-arrow-prev {
		left: calc(50% - 48px);
		transform: none;
	}
	.bnp-reviews .bnp-arrow-next {
		left: calc(50% + 6px);
		right: auto;
		transform: none;
	}
	.bnp-reviews .bnp-arrow-btn svg {
		width: 17px;
		height: 17px;
	}
	.bnp-reviews .bnp-review-card h5 {
		font-size: 20px;
		line-height: 28px;
	}
	.bnp-reviews .bnp-slider-outer::before,
	.bnp-reviews .bnp-slider-outer::after {
		display: none;
	}
	.bnp-reviews .bnp-heading {
		font-size: 22px;
		line-height: 120%;
		letter-spacing: 0.02em;
		margin-bottom: 18px;
	}
	.bnp-reviews .bnp-eyebrow {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 0;
		margin-bottom: 9px;
	}	
	.bnp-reviews .bnp-arrow-btn {
		bottom: -42px;
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 420px) {
	.bnp-reviews .bnp-slider-outer {
		width: 100%;
		max-width: 100%;
		margin-top: 25px;
		padding: 0 16px;
	}
	.bnp-reviews .bnp-reviews-slider {
		width: 100%;
		max-width: 100%;
		padding-bottom: 20px;
	}
	.bnp-reviews .bnp-review-card {
		width: 100%;
		max-width: 100%;
		min-height: 240px;
		height: 100%;
		padding: 28px 20px;
	}
	.bnp-reviews .bnp-arrow-btn svg {
		width: 14px;
		height: 14px;
	}
	.bnp-reviews .bnp-arrow-prev {
		left: calc(50% - 42px);
	}
	.bnp-reviews .bnp-arrow-next {
		left: calc(50% + 6px);
		right: auto;
	}
}
