.ts-nav .menu li .active,
.ts-nav--fixed .menu li .active {
  color: #06d388;
}

.ts-hero {
  background: url("../../assets/images/pet-care/pet_care.jpg ") no-repeat;
  background-size: cover;
}

.ts-hero .menu li .active {
  color: #06d388;
}

.tsReviewSwiper .ts-text-Paradise-Pink {
  color: #06d388;
}
.tsReviewSwiper .ts-swiper-button i {
  color: #06d388;
}
.tsReviewSwiper .ts-card--primary::before, .tsReviewSwiper .ts-card--primary::after {
  border-color: #06d388;
}

.ts-verified-sitters {
  background: #06d388;
}

.ts-like {
  padding-block: clamp(3rem, 9vw, 4.5rem);
}

.ts-find-sitters {
  background: url("../../assets/images/pet-care/pet_care_cat.jpg") no-repeat right center #f1f1f1;
}

.ts-hero {
  background-color: #dedede;
  background-size: cover;
  min-height: 740px;
  padding-bottom: 120px;
  padding-top: 110px;
  display: flex;
  align-items: center;
}
.ts-hero .slogan-and-search {
  margin: 0 auto;
  margin-top: 200px;
}
.ts-hero .slogan-and-search h1 {
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.62);
}/*# sourceMappingURL=pet-care.css.map */