@charset "UTF-8";
.responsive-image {
  max-width: 100%;
  height: auto;
}

.small-container {
  width: 390px;
  margin: auto;
}

.underline {
  text-decoration: underline;
}

.pt-120-px {
  padding-top: 120px;
}

.mb-120-px {
  margin-bottom: 60px;
}

.text-italic {
  font-style: italic;
}

.text-brand {
  color: #E92C47 !important;
}

.border-light-plan {
  border: 1px solid #BEC3C5;
}

.text-extra-dark {
  color: #969595 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.close-banner-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
}

.flexible-white-box {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 40px;
  background: #FFF;
}

.gift-card-box {
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #D08C63;
  background: #FFF4E8;
}

.tracking-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 8px 10px 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #FFBF00;
  background: #FFFEDF;
}

.tracking-box:hover {
  background-color: #FFBF00;
}

.recurrring-rating-box {
  border-radius: 10px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  background: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}

.recurring-bottom-icon {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  z-index: 10;
  cursor: pointer;
}

.matters-box {
  border: 1px solid #0A7170;
  border-radius: 40px;
  padding: 50px 50px 40px 50px;
  position: relative;
}

.matters-heading {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 20px;
}

.matter-item {
  text-align: center;
}

.vertical-divider-big {
  width: 1px;
  background: #BEC3C5;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.vertical-divider {
  height: 14px;
  background-color: #2E2E2E;
  width: 1px;
  margin: auto 8px;
}

.in-home-box {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background: #FFF;
}

.watch-box {
  position: absolute;
  top: -60px;
}

.video-wrapper {
  display: flex;
  height: 322px;
  justify-content: center;
  align-items: center;
}

.video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.text-red {
  color: #FF314A !important;
}

.red-box {
  padding: 20px 30px;
  border-radius: 40px;
  background: #FF314A;
}

.red-box-mobile {
  padding: 20px 15px;
  border-radius: 20px;
  background: #FF314A;
}

.groomit-button-hover:hover {
  background-color: #ED152F !important;
}

.book-button-mobile {
  margin-top: -125px;
  margin-bottom: 30px;
}

/* remove default arrow */
.accordion-button::after {
  display: none !important;
}

/* add plus/minus icons */
.accordion-button {
  position: relative;
  padding-right: 2rem;
  /* space for icon */
}

.accordion-button::before {
  content: "−";
  /* ➖ minus sign */
  font-size: 3.2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s;
  background: #222;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 6px;
  line-height: 0;
  color: #fff;
}

.accordion-button.collapsed::before {
  content: "+";
  background: #D9D9D9;
  /* ➕ plus sign */
}

.groomit__carouselPhoto {
  width: 107px;
  height: 107px;
  background-image: none !important;
}

.groomit__carouselPhoto .groomit__carouselPhoto__img {
  width: 107px !important;
  height: 107px !important;
  border-radius: 71px !important;
  border: 1px solid lightgray;
}

.groomit__carouselPhoto .groomer-rating {
  bottom: -10px !important;
}

.owl-carousel--groomit .owl-item {
  padding: 20px;
  border-radius: 25px;
  background: #F6F6F6;
  height: auto;
}

.owl-carousel--groomitReviews .owl-item {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}

.owl-carousel--groomitReviews__authorPhoto {
  width: 60px !important;
  height: 60px !important;
}

.bg-gray {
  background-color: #F6F6F6 !important;
}

.bg-gray-light {
  background-color: #F8F8F8;
}

.lightblue-bg {
  background-color: #EBF7FF;
  /* height: 379px; */
}

.lightpink-bg {
  background-color: #FFEDE9;
}

.blue-light-bg {
  background-color: #E7E6F5;
}

.bg-yellow-light {
  background-color: #FFFEDF;
}

.lightblue-recurring-bg {
  background-color: #EDF9F5;
}

.services-available__bookButton {
  background-color: #2E2E2E !important;
}

.review-white a {
  color: #fff !important;
}

.line-clamp-1,
.line-clamp-2 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.owl-carousel--groomitGroomers {
  height: 230px;
}

.owl-carousel--groomitGroomers .owl-stage-outer {
  margin: 0 !important;
}
.owl-carousel--groomitGroomers .owl-stage {
  width: 2500px !important;
  margin: 0 !important;
}
.owl-carousel--groomitGroomers .owl-item {
  width: 187px !important;
}
.owl-carousel--groomitGroomers .owl-nav {
  display: none;
}
.owl-carousel--groomitGroomers {
  /* Dots container */
}
.owl-carousel--groomitGroomers .owl-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.owl-carousel--groomitGroomers {
  /* Individual dot */
}
.owl-carousel--groomitGroomers .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #d1d5db;
  /* light gray */
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.owl-carousel--groomitGroomers {
  /* Active dot */
}
.owl-carousel--groomitGroomers .owl-dot.active span {
  background: #FF314A;
  /* your brand red */
  border-radius: 20px;
}

.owl-carousel--groomitReviews .owl-nav {
  display: none;
}
.owl-carousel--groomitReviews {
  /* Dots container */
}
.owl-carousel--groomitReviews .owl-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.owl-carousel--groomitReviews {
  /* Individual dot */
}
.owl-carousel--groomitReviews .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #d1d5db;
  /* light gray */
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.owl-carousel--groomitReviews {
  /* Active dot */
}
.owl-carousel--groomitReviews .owl-dot.active span {
  background: #FF314A;
  /* your brand red */
  border-radius: 20px;
}
.owl-carousel--groomitReviews .owl-stage-outer {
  margin-bottom: 30px;
}

.owl-carousel--groomitReviews__p {
  color: #2A2A2A;
  line-height: 18px;
}

.owl-carousel--groomitReviews .owl-item:hover {
  background-color: #FFFFFF;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__p {
  color: #2A2A2A;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__p a {
  color: #3064a3;
}
.owl-carousel--groomitReviews .owl-item:hover .owl-carousel--groomitReviews__contStars--yellow {
  display: flex;
}

.gr-button {
  display: flex;
  border-radius: 10px;
  height: 38px;
  justify-content: center;
  align-items: center;
  font-family: "Inter 600";
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  border: 1px solid;
}
.gr-button--book-apointment {
  width: 246px;
}
.gr-button--refund-status {
  width: 204px;
}
.gr-button--h-48 {
  height: 48px;
}
.gr-button--h-25 {
  height: 25px;
}
.gr-button--red {
  background-color: #FF314A;
  border-color: #FF314A;
  color: #fff;
}
.gr-button--black {
  border-color: #2E2E2E;
  background-color: #2E2E2E;
  color: #fff;
}
.gr-button--yellow {
  border-color: #ED9F00;
  background-color: #ED9F00;
  color: #fff;
}
.gr-button--white {
  border-color: #BEC3C5;
  background-color: #fff;
  color: #2E2E2E;
}
.gr-button--white-black {
  border-color: #2E2E2E;
  background-color: #fff;
  color: #2E2E2E;
}
.gr-button--white-red {
  border-color: #FF314A;
  background-color: #fff;
  color: #FF314A;
}
.gr-button--transparent-red {
  border-color: #FF314A;
  background-color: transparent;
  color: #FF314A;
}
.gr-button--delete-account {
  min-width: 138px;
  max-width: 100%;
}
.gr-button--chip {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}
.gr-button--view-pet, .gr-button--edit-pet {
  width: 85px;
  min-width: auto;
}
.gr-button--book-appointment {
  width: 175px;
  min-width: auto;
}
.gr-button--book-now {
  width: 254px;
  min-width: auto;
}
.gr-button--remove-pet {
  width: 112px;
  min-width: auto;
}
.gr-button--remove-pet-long {
  width: 148px;
  min-width: auto;
}
.gr-button--remove {
  width: 134px;
  min-width: auto;
}
.gr-button--w-229-px, .gr-button--view-appointment {
  width: 229px;
}
.gr-button--rebook {
  min-width: 129px;
  max-width: 100%;
}
.gr-button--tip, .gr-button--reschedule {
  min-width: 122px;
  max-width: 100%;
}
.gr-button--rate {
  min-width: 149px;
  max-width: 100%;
}
.gr-button--check-on-appointments {
  min-width: 265px;
  max-width: 100%;
}
.gr-button--add-pet {
  min-width: 159px;
  max-width: 100%;
}
.gr-button--add {
  min-width: 78px;
  max-width: 100%;
}
.gr-button--check-refund {
  min-width: 200px;
  max-width: 100%;
}
.gr-button--save {
  min-width: 107px;
  max-width: 100%;
}
.gr-button--save-address {
  min-width: 163px;
  max-width: 100%;
}
.gr-button--cancel {
  min-width: 92px;
  max-width: 100%;
}
.gr-button--add-card {
  min-width: 143px;
  max-width: 100%;
}
.gr-button--yes-continue {
  min-width: 247px;
  max-width: 100%;
}
.gr-button--yes-reschedule {
  min-width: 165px;
  max-width: 100%;
}
.gr-button--confirm-cancelation {
  min-width: 222px;
  max-width: 100%;
}
.gr-button--continue-to-cancel {
  min-width: 220px;
  max-width: 100%;
}
.gr-button--grey {
  border-color: #BEC3C5;
}
.gr-button--go-to-dashboard {
  min-width: 176px;
  max-width: 100%;
}

.gr-tabs__buttons-cont {
  background-color: #fff;
  border-radius: 10px;
  height: 46px;
  padding: 2px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.12);
}
.gr-tabs__buttons-cont .gr-button {
  color: #2E2E2E;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: "Inter 700";
}
.gr-tabs__buttons-cont .gr-button.active {
  border: 1px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #fff;
  font-family: "Inter 700";
}

.gr-tabs__button {
  width: 186px;
  height: 40px;
}

.review_min_height {
  height: 58px;
  overflow: hidden;
}

.fs-24-custom {
  font-size: 2.4rem;
}

/*====== FAQs ===*/
.faqs-home {
  border: 1px solid #E7E7E7;
}

.faqs-home:hover {
  color: #2e2e2e !important;
}

.faqs-home.active {
  background-color: #000 !important;
}

.faqs-home.active:hover {
  color: #fff !important;
}

.faqs-accordion {
  margin-bottom: 0px;
}

.extra-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* When active, expand */
.faqs-card.active .extra-content {
  max-height: 900px;
  overflow: auto;
  /* adjust for your content */
}

@media only screen and (max-device-width: 1199px) {
  .resolution-1199 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-device-width: 769px) {
  .fs-24-custom {
    font-size: 1.6rem;
  }
  .dog-slip-mobile {
    right: 0px;
  }
  .groomit__carouselPhoto {
    width: 142px !important;
    height: 170px !important;
  }
  .city-button-mobile {
    display: flex;
    overflow-y: auto;
    width: 350px;
  }
  .city-button-mobile .groomit__button {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .lightblue-bg {
    height: auto;
  }
  .groomit__input--withIconCont {
    width: 100% !important;
  }
  .groomit__input--withIconCont .groomit__button {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .Faqs-img-mobile {
    width: 80%;
    margin-top: 40px;
  }
  .mb-120-px {
    margin-bottom: 120px;
  }
  .owl-carousel--groomitReviews .owl-nav {
    top: -58px;
  }
  .owl-carousel--groomitReviews .owl-nav .owl-prev,
  .owl-carousel--groomitReviews .owl-nav .owl-next {
    height: 35px;
    width: 35px;
  }
  .flexible-white-box {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid var(--Outline, #BEC3C5);
  }
  .matters-box {
    padding: 35px 25px 25px 25px;
    border-radius: 20px;
    background: #FFF;
  }
  .matters-heading {
    top: -13px;
    padding: 0;
  }
}
@media (min-width: 1481px) {
  .d-block-1481 {
    display: block !important;
  }
}
@media (max-width: 1480px) {
  .d-block-1480 {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .d-block-1200 {
    display: block !important;
  }
  .d-block-1480 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .small-container {
    width: 90%;
    margin: auto;
  }
  .view-400-above {
    display: block !important;
  }
  .d-block-1200 {
    display: none !important;
  }
  .faqs-max-height {
    max-height: none;
  }
}
@media (max-width: 400px) {
  .view-400 {
    display: block !important;
  }
  .view-400-above {
    display: none !important;
  }
}
@media only screen and (max-device-width: 375px) {
  .view-375 {
    display: block !important;
  }
  .view-400 {
    display: none !important;
  }
}
/***************************************/
/****** New Home page  23/04/2026  *****/
.font-gray-4A5565 {
  color: #4A5565 !important;
}

.font-black-2A2A2A {
  color: #2A2A2A !important;
}

.bg-black-2A2A2A {
  background-color: #2A2A2A !important;
}

.fs-32px {
  font-size: 32px;
}

.find-bg-F1F1F3 {
  background-color: #F1F1F3;
}

.border-red {
  border-color: #FF314A !important;
}

.light-red {
  background-color: #F2E7EB;
}

.border-graycolor {
  border-color: #BEC3C5 !important;
}

.bg-light-blue {
  background-color: #EBF6FF;
}

.w-f-content {
  width: -moz-fit-content;
  width: fit-content;
}

.font-blue-i {
  color: #3064A3 !important;
}

.font-red-i {
  color: #ff314a !important;
}

.swiper-pagination-bullet-active {
  background-color: #2A2A2A !important;
  height: 10px !important;
  width: 10px !important;
}

.review-space {
  padding: 30px 75px;
}

.fs-55px {
  font-size: 55px;
  letter-spacing: -0.02em;
  line-height: 60px;
}

.rating-box {
  width: 288px;
  padding: 20px 0;
}

.home-text {
  margin-top: 65px;
  margin-left: 50px;
}

.tab-container {
  position: relative;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.tab-container button {
  flex: 1;
  min-width: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.tab-container button.active {
  color: black;
  font-family: "Inter 600";
}

/* SLIDER (dynamic pixel-based) */
.slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}

/* CONTENT AREA */
.tab-content {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

/* CONTENT BOX */
.content-box {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.4s ease;
}

/* ACTIVE */
.content-box.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

/* EXIT */
.content-box.exit-left {
  transform: translateX(-40px);
  opacity: 0;
}

.content-box.exit-right {
  transform: translateX(40px);
  opacity: 0;
}

ul.custom-red-bullets {
  list-style-type: disc;
  padding-left: 20px; /* keeps bullets visible */
}

ul.custom-red-bullets li::marker {
  color: red;
}

.city-button button {
  margin: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.city-button button:hover {
  background-color: #ff314a !important;
  color: #fff !important;
}

.faqbox {
  padding: 20px 40px;
}

.faqs-button::before {
  background-color: #fff !important;
  color: #2E2E2E !important;
  border: 1px solid #BEC3C5 !important;
  border-radius: 10px !important;
  padding-top: 13px !important;
  padding-left: 5px !important;
}

.w-65 {
  width: 65%;
}

.w-200px {
  width: 200px;
}

.tab-position {
  margin-top: -54px;
  margin-right: 0px;
}

.green-dot {
  width: 5px;
  height: 5px;
  background-color: #00C950;
  border-radius: 50%;
}

.time-slot-div {
  border: 1px solid #7C868A;
  cursor: pointer;
}

.time-slot-div:hover,
.time-slot-div.selected {
  border: 1px solid #FF314A;
}

.dog-gray {
  margin-top: -30px;
}

.w-95per {
  width: 95%;
}

.border-start {
  padding-left: 30px;
  margin-left: 30px;
}

.pet-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pt-60-pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.border-2px {
  border: 2px solid #E5E7EB;
}

.fs-36px {
  font-size: 36px;
}

.pet-grooming-mobile {
  bottom: 10px;
}

.review-content-h {
  height: 75px;
}

@media (max-width: 768px) {
  .review-content-h {
    height: 85px;
  }
  .fs-32px {
    font-size: 24px;
    line-height: 30px;
  }
  .w-95per {
    width: 100%;
  }
  .tab-container {
    width: 328px;
  }
  .w-200px {
    width: 140px;
  }
  .w-f-content-m {
    width: -moz-fit-content;
    width: fit-content;
  }
  .dog-gray-1 img {
    width: 125px;
    margin-right: 12px;
  }
  .review-space {
    padding: 10px 5%;
    width: 95%;
    justify-content: center;
  }
  .fs-55px {
    font-size: 28px;
  }
  .review_star img {
    height: 12px;
    width: 12px;
  }
  .border-start {
    padding-left: 4%;
    margin-left: 4%;
  }
  .city-button button {
    background-color: #F1F1F3 !important;
  }
  .faqbox {
    padding: 10px 5px;
  }
  .w-280px {
    width: 280px !important;
  }
  .pt-60-pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .w-65 {
    width: calc(100vw - 165px);
  }
  .modal--wa7 {
    z-index: 10000000000 !important;
  }
  .modal--wa7 .modal-content {
    bottom: 0px;
    position: fixed;
    width: 100% !important;
    left: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .video-modal {
    bottom: auto;
    position: absolute;
    border-radius: 25px !important;
  }
}
@media (max-width: 376px) {
  .review_star img {
    height: 11px;
    width: 11px;
  }
  .review-space {
    padding: 10px 4%;
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=new-homepage.css.map */