body {
  background: #fff9f3;
}

.bxs--quote-alt-left {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.5 10c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.318.142-.686.238-1.028.466c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.945c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 6.5 10m11 0c-.223 0-.437.034-.65.065c.069-.232.14-.468.254-.68c.114-.308.292-.575.469-.844c.148-.291.409-.488.601-.737c.201-.242.475-.403.692-.604c.213-.21.492-.315.714-.463c.232-.133.434-.28.65-.35l.539-.222l.474-.197l-.485-1.938l-.597.144c-.191.048-.424.104-.689.171c-.271.05-.56.187-.882.312c-.317.143-.686.238-1.028.467c-.344.218-.741.4-1.091.692c-.339.301-.748.562-1.05.944c-.33.358-.656.734-.909 1.162c-.293.408-.492.856-.702 1.299c-.19.443-.343.896-.468 1.336c-.237.882-.343 1.72-.384 2.437c-.034.718-.014 1.315.028 1.747c.015.204.043.402.063.539l.025.168l.026-.006A4.5 4.5 0 1 0 17.5 10'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.innertop_banner {
  padding: 250px 0px 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 480px;
  position: relative;
}
.innertop_banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    content: '';
}
section.innertop_banner h1 {
    color: #ffffff;
    font-size: 2.625rem;
    font-weight: 600;
}
section.innertop_banner p {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}
.nav-tabs .nav-link {
  color: white;
  font-weight: 500;
  border: none;
  opacity: 0.6;
  background: none !important;
}
.nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #ff2e8c;
  opacity: 1;
}
.testimonial-card {
  background: #d1d2d2;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
}
.testimonial-card p {
  color: var(--grey-color);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  transition: 1s;
}
.testimonial-author {
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.video-overlay {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: red;
}
.filter-section {
  margin-bottom: 30px;
}
.video-card img {
  width: 100%;
  display: block;
}
.video-card .play-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
  padding: 10px 20px;
}
.video-title {
  background: #ff2e2e;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
}

/* Responsive modal */
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  background: transparent;
  border: none;
}
.modal-body {
  padding: 0;
}
.modal iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.testimonial-card:hover {
  transform: scale(1.02);
}
.testimonial-card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #dfd9f9;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.testimonial-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.testimonial-card .article__title h4 {
  color: var(--white);
  font-size: 16px;
  font-weight: var(--font-weight-500);
  padding-top: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 10px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.testimonial-card:hover p {
  color: var(--white);
}

.testimonial-card .article__body {
  display: grid;
  position: relative;
  text-align: center;
  gap: 0px;
  padding: 20px;
  cursor: pointer;
}

.video-card .article__body {
  padding: 0px;
}

.video-card h5 {
  color: var(--white);
  font-size: 18px;
  padding: 20px;
  margin-bottom: 0;
}
.video-card a {
  text-decoration: none;
}
.testimonial-card .article__body .videoCard .videoImg::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background-image: url(../images/play-bt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.quote-icon span {
    width: 60px;
    height: 60px;
    color: #676869;
}

.testimonial-card-bg{
	background: #F99D41;
}

.testimonial-card-bg .quote-icon span{
	color: #984E05;
}
.testimonial-card-bg .article__title{
	color: #ffffff;
}

/* Responsive CSS */
@media only screen and (max-width:767px){
	.innertop_banner {
		padding: 70px 0px 60px;
		height: auto;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
  .filter-section {
    justify-content: start;
    flex-wrap: nowrap;
    /* width: 1150px; */
    width: max-content;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-color: #ffffff24;
  }
  .testimonialTabs {
    overflow: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
	
.innertop_banner {
    padding: 150px 0px 50px;
    background-size: cover;
    height: 100%;
}
section.innertop_banner h1 {
    font-size: 1.625rem;
}
section.innertop_banner p {
    font-size: 14px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.innertop_banner {
    padding: 250px 0px 60px;
    height: inherit;
}
}
