@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.vetcare-banner::before {
  background: rgba(0, 0, 0, 0.4);
}
.banner.vetcare-banner.grooming .banner-wrapper .heading {
  max-width: 570px;
}
.banner.vetcare-banner .bg {
  height: 600px;
}
.banner.vetcare-banner .banner-wrapper {
  bottom: 50%;
  transform: translate(0, 50%);
}
.banner.vetcare-banner .banner-wrapper .heading {
  text-align: center;
  max-width: 535px;
  margin: 0 auto;
  line-height: 1.3;
}
.banner.vetcare-banner .banner-wrapper .heading h1 {
  color: var(--white);
}
.banner.vetcare-banner .banner-wrapper .heading p {
  margin-top: 10px;
  color: var(--white);
}

.what_we_offer .flex {
  --gap: 70px;
  gap: var(--gap);
}
.what_we_offer .flex figure {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
.what_we_offer .flex figcaption {
  flex: 1;
  max-width: calc(60% - var(--gap));
  width: 100%;
}
.what_we_offer .flex figcaption .main_wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.what_we_offer .flex figcaption .main_wrapper .offer_col {
  padding: 15px;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  gap: 15px;
}
.what_we_offer .flex figcaption .main_wrapper .offer_col .icon {
  flex: 0 1 30px;
  width: 30px;
  height: 30px;
}
.what_we_offer .flex figcaption .main_wrapper .offer_col .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.what_we_offer .flex figcaption .main_wrapper .offer_col .content {
  flex: 1;
}
.what_we_offer .flex figcaption .main_wrapper .offer_col .content p {
  margin-top: 5px;
  line-height: 1.2;
}

.trusted_sec.grooming .main_wrapper {
  background-image: url(../../images/grooming/grooming_banner.jpg);
}
.trusted_sec.grooming .main_wrapper::before {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
}
.trusted_sec.grooming .main_wrapper .colA, .trusted_sec.grooming .main_wrapper .colB {
  flex: 0 1 100%;
}
.trusted_sec.grooming .main_wrapper .colA {
  max-width: 65%;
}
.trusted_sec.grooming .main_wrapper .colB {
  max-width: 80%;
}
.trusted_sec.grooming .main_wrapper .colB .count_wrapper {
  grid-template-columns: repeat(3, 1fr);
}
.trusted_sec .main_wrapper {
  align-items: center;
  padding: 60px;
  --gap: 60px;
  gap: var(--gap);
  border-radius: 10px;
  background: url(../../images/vetcare/vetcare_banner.jpg) center center/cover no-repeat;
  position: relative;
}
.trusted_sec .main_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
}
.trusted_sec .main_wrapper::before {
  border-radius: 10px;
}
.trusted_sec .main_wrapper .colA, .trusted_sec .main_wrapper .colB {
  flex: 1;
  max-width: 50%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.trusted_sec .main_wrapper .colA {
  max-width: 45%;
}
.trusted_sec .main_wrapper .heading h3 {
  color: var(--white);
  line-height: 1.2;
}
.trusted_sec .main_wrapper .heading p {
  color: var(--white);
}
.trusted_sec .main_wrapper .count_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.trusted_sec .main_wrapper .count_wrapper .count_col {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(10px);
}
.trusted_sec .main_wrapper .count_wrapper .count_col h6 {
  color: var(--white);
  font-size: 42px;
}
.trusted_sec .main_wrapper .count_wrapper .count_col p {
  margin-top: 5px;
  color: var(--white);
  line-height: 1.2;
}

.veterinary_sec {
  background: #FCF7EE;
}
.veterinary_sec .flex {
  --gap: 60px;
  gap: var(--gap);
  align-items: center;
}
.veterinary_sec .flex figcaption {
  flex: 0 1 calc(60% - var(--gap));
  max-width: calc(60% - var(--gap));
  width: 100%;
}
.veterinary_sec .flex figcaption .tag_style {
  color: #602D00;
  font-weight: 700;
}
.veterinary_sec .flex figcaption h3 {
  margin: 15px 0;
}
.veterinary_sec .flex figcaption > p {
  color: var(--text);
}
.veterinary_sec .flex figcaption .details_wrap {
  margin: 20px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.veterinary_sec .flex figcaption .details_wrap.grooming {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.veterinary_sec .flex figcaption .details_wrap .info_col .heading {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.veterinary_sec .flex figcaption .details_wrap .info_col .heading .icon {
  flex: 0 1 auto;
  width: 25px;
  height: 25px;
}
.veterinary_sec .flex figcaption .details_wrap .info_col .heading .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.veterinary_sec .flex figcaption .details_wrap .info_col .heading h6 {
  color: #602D00;
}
.veterinary_sec .flex figcaption .details_wrap .info_col > p {
  line-height: 1.3;
  color: var(--text);
}
.veterinary_sec .flex figure {
  flex: 1;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.veterinary_sec .flex figure .play-btn {
  background: var(--white);
  --playbtncolor: var(--black);
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.happy_moments .heading {
  text-align: center;
  margin-bottom: 50px;
}
.happy_moments .gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.happy_moments .gallery_wrapper .gallery_col {
  display: block;
  line-height: 0;
}
.happy_moments .gallery_wrapper .gallery_col img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.faq_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
.faq_sec .faq-content .col {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  --padlr: 26px;
}
.faq_sec .faq-content .col:not(:last-child) {
  margin-bottom: 15px;
}
.faq_sec .faq-content .col.active .title {
  border-color: var(--black);
}
.faq_sec .faq-content .col.active .title h6 {
  color: var(--black);
}
.faq_sec .faq-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-black.svg);
}
.faq_sec .faq-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
}
.faq_sec .faq-content .col .title h6 {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  color: var(--text);
  padding-right: 1rem;
}
.faq_sec .faq-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.faq_sec .faq-content .col article .content-desc {
  padding: 0 var(--padlr) 30px;
}
@media only screen and (max-width: 675px) {
  .faq_sec .faq-content .col article .content-desc {
    padding: 20px 0 10px;
  }
}
.faq_sec .faq-content .col article .content-desc > * {
  color: var(--text);
}
.faq_sec .faq-content .col article .content-desc p, .faq_sec .faq-content .col article .content-desc ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 675px) {
  .faq_sec .faq-content .col article .content-desc p, .faq_sec .faq-content .col article .content-desc ul {
    margin-bottom: 15px;
  }
}
.faq_sec .faq-content .col article .content-desc ul {
  padding-left: 30px;
  padding-left: 20px;
}
.faq_sec .faq-content .col article .content-desc ul li {
  list-style: disc;
}
.faq_sec .faq-content .col article .content-desc ul li::marker {
  color: var(--black);
}
.faq_sec .faq-content .col article .content-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}

.service_sec .heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.service_sec .service_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.service_sec .service_wrapper .service_col {
  border-radius: 10px;
  background: #FCF7EE;
}
.service_sec .service_wrapper .service_col:hover figure img {
  scale: 1.05;
}
.service_sec .service_wrapper .service_col figure {
  overflow: hidden;
  line-height: 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.service_sec .service_wrapper .service_col figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.service_sec .service_wrapper .service_col figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.service_sec .service_wrapper .service_col figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.5s ease;
}
.service_sec .service_wrapper .service_col figcaption {
  padding: 20px;
}
.service_sec .service_wrapper .service_col figcaption h6 {
  margin-bottom: 5px;
}
.service_sec .service_wrapper .service_col figcaption p {
  color: var(--text);
  line-height: 1.3;
}
.service_sec .btn_wrap {
  margin-top: 40px;
  text-align: center;
}/*# sourceMappingURL=vetcare.css.map */