/* Banner Section */
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.about-banner {
  background: url('img/bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #000;
}

/* Heading */
.about-banner h1 {
  font-size: 4rem;
  font-weight: 800;
  margin-top: 4.2rem;
  margin-bottom: 20px;
  font-family: "Lora", serif !important;
}
.review-title{
	 font-family: "Lora", serif !important;
}
/* Breadcrumb */
.breadcrumb {
  font-size: 18px;
}

.breadcrumb a {
  color: #2c6f9e;
  text-decoration: none;
}

.breadcrumb span {
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .about-banner {
    padding: 60px 0;
  }

  .about-banner h1 {
    font-size: 34px;
  }
}
.review-section {
  background: #F7F8FC;
  padding: 80px 15px;
}

.review-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.heading-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, green, orange);
  margin: 0 auto 15px;
}

/* Card */
.review-card {
  background: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  height: 7.5 rem !important;
}

.review-card.active {
  background: #ffcc00 !important;
  color: #fff;
}

.review-card .quote {
  font-size: 60px;
  color: #ffcc00 !important;
  position: absolute;
  top: 10px;
  left: 20px;
}

.review-card.active .quote {
  color: #ff3c00;
}

.review-card p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  
  font-weight:normal;
}

.review-card h5 {
  margin-top: 20px;
  font-weight: 600;
}

/* Slider spacing */
.swiper {
  padding: 20px 10px;
}

.swiper-slide {
  height: auto;
}
/* Default card */
.review-card {
  background: #fff;
  padding: 30px;
  position: relative;
  transition: 0.4s;
}

/* Center Active Card */
.swiper-slide-active .review-card {
  background: #f4b400;
  color: #fff;
  transform: scale(1.05);
}

/* Quote icon default */
.review-card .quote {
  font-size: 60px;
  color: #f4b400;
  position: absolute;
  top: 10px;
  left: 20px;
}

/* Quote icon when active */
.swiper-slide-active .quote {
  color: #ff3c00;
}
/* Default card */
.review-card {
  background: #fff;
  color: #666;   /* 👈 gray text */
  padding: 40px 44px 30px;
  position: relative;
  transition: 0.4s;
}
.review-card span{
 margin-bottom: -5rem !important;
  color: #f4b400;   /* 👈 gray text */
 
}
/* Default quote (yellow) */
.quote-icon {
  position: absolute;
  top: -25px;
  left: 30px;
  font-size: 50px;
  color: #ff3c00;  /* yellow */
}

/* ACTIVE CARD */
.swiper-slide-active .review-card {
  background: #ffcc00;
  color: #fff;   /* 👈 white text */
}
.swiper-slide-active .review-card span{
 
  color: red;   /* 👈 white text */
}

/* ACTIVE QUOTE (RED) */
.swiper-slide-active .quote-icon {
  color: #ff3c00;
}
