.home-testimonals {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-image: url('https://www.jasbir-singh.ca/public/JASBIRSINGH/themeaB9xY12z/assets/images/about/jasbir-banner-bg.webp');
  background-size: cover;
}

/* Dark overlay */
.home-testimonals::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
}
.quote-icon svg {
	width: 80px;
	transform: rotate(180deg);
}
/* inner content */
.home-testimonals .inner {
  position: relative;
  z-index: 2;
}

/* Box */
.testimonal-box {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	display: flex;
	align-items: start;
	column-gap: 60px;
}

/* Quote icon */
.review-card .quote-icon {
	color: #e11d1d;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 700;
}

/* Text */
.testimonal-text {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 25px;
	color: #fff;
	font-family: var(--font-02);
	font-weight: 600;
}

/* Author */
.author {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .home-testimonals {
    padding: 80px 0;
  }

  .testimonal-text {
    font-size: 18px;
  }

  .quote-icon {
    font-size: 80px;
  }
}

@media(max-width:767.98px){
  .testimonal-box {  column-gap: 30px;
}
.testimonal-box {
  flex-direction: column;
}

}




.amplify {
  background: #e11d1d;
  padding: 100px 0;
  overflow: hidden;
}

/* inner */
.amplify .inner {
  width: 100%;
}

/* Left Content */
.amplify-content h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	font-family: var(--font-01);
	font-style: italic;
}

.amplify-content h5 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	font-family: var(--font-01);
	font-style: italic;
}
.amplify-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
	max-width: 520px;
}

/* Button */
.amplify-btn {
  display: inline-block;
  background: #fff;
  color: #e11d1d;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.amplify-btn:hover {
  background: #f3f3f3;
}

/* Right Image */
.amplify-image {
  text-align: right;
}

.amplify-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .amplify {
    padding: 70px 0;
  }

  .amplify-content h2 {
    font-size: 38px;
  }

  .amplify-image {
    text-align: center;
    margin-top: 40px;
  }
}
@media(max-width:767.98px){

}





/* Section */
.home-review {
	background: #efefef;
	padding: 60px 0;
}

/* Heading */
.section-title h2 {
	font-size: 45px;
	color: #e11d1d;
	font-weight: 700;
	margin-bottom: 50px;
	font-family: var(--font-01);
	font-style: italic;
}

/* Card */
.review-card {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.review-card h4 {
  color: #e11d1d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.review-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

/* Bottom Quote */
.review-card .quote {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 70px;
  color: #e11d1d;
  font-weight: 700;
}

/* Swiper Wrapper spacing */
.review-slider {
  padding-bottom: 70px;
}

/* ========================= */
/* DOTS (Exact Design) */
/* ========================= */

.swiper-pagination {
  text-align: center;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  opacity: 1;
  margin: 0 6px !important;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: #e11d1d;
  width: 12px;
  height: 12px;
}

/* ========================= */
/* ARROWS (Circle Style) */
/* ========================= */

.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  border-radius: 50%;
  color: #e11d1d;
  transition: 0.3s;
}

/* Remove default arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}

/* Hover */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #e11d1d;
  color: #fff;
}

/* Positioning arrows near dots center */
.swiper-button-prev {
  left: 45%;
  bottom: -5px;
  top: auto;
  transform: translateX(-60px);
}

.swiper-button-next {
  right: 45%;
  bottom: -5px;
  top: auto;
  transform: translateX(60px);
}
/* Controls wrapper */
.slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 40px !important;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.review-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-1) !important;
}
.review-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet {
	background: #747172;
	width: 15px;
	height: 15px;
	opacity: 1;
}
/* ================= DOTS ================= */
.swiper-pagination {
	position: static !important;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: #e11d1d;
  transform: scale(1.2);
}

/* ================= ARROWS ================= */
.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  width: 28px;
  height: 28px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e11d1d;
}

/* Remove default big arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #e11d1d;
  color: #fff;
}
.review-card .quote-icon svg {
	width: 60px;
	transform: rotate(0deg);
}
/* Responsive */
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 34px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media(max-width:767.98px){
    .review-card {
  padding: 20px;
}
.amplify-content h2 {
  font-size: 28px;
  line-height: 1.2;
}
.home-testimonals {
  padding: 40px 0;
}
.amplify {
  padding: 40px 0;
}
.home-review {
  background: #efefef;
  padding: 40px 0;
}
}