@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;
}

.text-new-grey {
  color: #7C868A !important;
}

.cursor-pointer {
  cursor: pointer;
}

.price-icon {
  display: flex;
  padding: 7px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #FFEFEF;
}

.price-icon img {
  width: 21px;
  height: 21px;
}

.price-btn {
  display: flex;
  height: 50px;
  padding: 15px 27px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #E4E4E8;
  background: #FFF;
  color: var(--Brand-Red, #FF314A);
}

.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;
}

.border-new-prefer {
  border: 3px solid #F2F2F2;
}

.prefer-box {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #F1F1F3;
}

.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;
}

.w-30-px {
  width: 30% !important;
}

/* Packages modal — mirrors booking-flow.css PackageCard classes */
.rounded-15 {
  border-radius: 15px;
}

.mr-10 {
  margin-right: 1rem;
}

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

.h-35px {
  height: 35px;
}

.pt-15 {
  padding-top: 1.5rem;
}

.fs-14 {
  font-size: 1.4rem;
  color: #2E2E2E;
}

.fs-10 {
  font-size: 1rem;
}

.gold-button-bg {
  background-color: #F6F0D8;
}

.gold-text-bg {
  background-color: #D6AF5B;
}

.eco-button-bg {
  background-color: #DCE6F2;
}

.eco-text-bg {
  background-color: #3064A3;
}

.refresh-button-bg {
  background-color: #D5F0EC;
}

.refresh-text-bg {
  background-color: #1DAAA5;
}

.silver-button-bg {
  background-color: #E9ECEC;
}

.silver-text-bg {
  background-color: #8B9B9B;
}

.silver-package-bg {
  background-color: #F5F6F6;
}

.pearl-button-bg {
  background-color: #F0E9E9;
}

.pearl-text-bg {
  background-color: #B2918F;
}

.pearl-package-bg {
  background-color: #FAF5F5;
}

.more-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.more-items.open {
  max-height: 500px;
}

.more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.more-toggle .arrow-packages {
  transition: transform 0.3s ease;
  display: inline-flex;
}

.more-toggle.open .arrow-packages {
  transform: rotate(180deg);
}

.pkg-recurring-banner {
  padding: 10px 15px 10px 10px;
  border-radius: 8px;
  background: #DEF2F2;
}

.new-pricing-box {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid var(--Divider, #E4E4E4);
  background: var(--white-fffff, #FFF);
}

.pricing-new-btn {
  display: flex;
  height: 38px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: var(--Black, #2E2E2E);
}

.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;
}

.text-font-black {
  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 */
}

.divider-container {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}

.divider-container::before,
.divider-container::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #BEC3C5;
}

.divider-container:not(:empty)::before {
  margin-right: 0.75em;
}

.divider-container:not(:empty)::after {
  margin-left: 0.75em;
}

@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;
  }

  .w-30-px {
    width: 100% !important;
  }
}

@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;
}

.form-switch .form-check-input {
  width: 38px;
  height: 22px;
}

.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;
}

/* New Tab UI */
.pet-tab-container {
  position: relative;
  padding: 4px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E4E4E8;
  border-radius: 12px;
}

.pet-tab-container button {
  flex: 1;
  border: none;
  background: transparent !important;
  /* Forces button background to be clear */
  padding: 8px 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2;
  /* Sits above the slider */
  transition: color 0.3s ease;
  color: #4A5565;
  font-family: "Inter 400";
}

/* Only change the TEXT color for the active button */
.pet-tab-container button.active {
  color: #FFFFFF !important;
  font-family: "Inter 600";
}

/* THE SLIDER (The dark pill) */
.pet-slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  /* Moves based on container width */
  border-radius: 10px;
  background: #2E2E2E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* Shadow lives here now */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

/* Logic to move the slider */
.pet-tab-container.is-cat .pet-slider {
  transform: translateX(100%);
}

/* Move slider to the right when Cat is active */
.pet-tab-container[data-active=cat] .slider {
  transform: translateX(100%);
}

.app-store-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  flex-shrink: 0;
}

.rounded-12 {
  border-radius: 12px !important;
}

.bg-F2F2F2 {
  background-color: #F4F4F6;
}

.border-E4E4E8 {
  border: 1px solid #E4E4E8;
}

.app-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  display: block;
}

.text-groomit-color-black {
  color: #2E2E2E;
}

.text-4A5565 {
  color: #4A5565 !important;
}

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

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: 8px;
  height: 8px;
  background-color: #00C950;
  border-radius: 50%;
  flex-shrink: 0;
}

.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-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: 60%;
  }

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

  .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;
  }
}

/***************************************/
/****** Classes used by latest-home / x-modal — not loaded from other stylesheets *****/
/* Input container background */
.input-bg {
  background: #FBFBFB;
}

.input-bg.disabled {
  background: #F2F2F2 !important;
  opacity: 1;
  border: 0px !important;
}

/* Border utilities */
.border-color {
  border-color: #BEC3C5 !important;
}

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

/* Background utilities */
.bg-f2f2f2 {
  background-color: #F2F2F2 !important;
}

.bg-red {
  background-color: #FF314A;
}

/* Height utility */
.height-57 {
  height: 57px;
}

/* Font color utility */
.font-red {
  color: #FF314A;
}

/* "or" divider text */
.or-text {
  margin: 0 20px;
}

/* Floating label inputs */
.form-group {
  width: 100%;
}

.input-control {
  width: 100%;
  padding: 25px 10px 10px 15px;
  height: 57px;
  font-size: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control:focus-visible {
  outline: 0px !important;
}

.floating-label {
  position: absolute;
  top: 18px;
  left: 15px;
  color: #7C868A !important;
  font-size: 14px;
  transition: 0.2s ease all;
  pointer-events: none;
  padding: 0 0px;
}

.input-control:not(:-moz-placeholder)+label {
  top: 7px;
  left: 15px;
  font-size: 12px;
}

.input-control:focus+label,
.input-control:not(:placeholder-shown)+label {
  top: 7px;
  left: 15px;
  font-size: 12px;
}

/* Suppress Chrome autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #FBFBFB inset !important;
  -webkit-text-fill-color: #2E2E2E !important;
  caret-color: #2E2E2E;
  outline: none !important;
  background: #FBFBFB !important;
}

/* Floating label selects */
.form-group-select::after {
  content: "";
  background-image: url("/v7/images/webapp/icons/arrow-right-blackr.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  right: 12px !important;
  top: 57% !important;
  transform: translateY(-50%) rotate(90deg) !important;
  pointer-events: none !important;
}

.select-dropdown {
  width: 100%;
  padding: 11px 9px 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin-top: 13px;
}

.select-dropdown:focus-visible {
  outline: none;
}

.select-label {
  width: 80%;
  position: absolute;
  left: 9px;
  top: 18px;
  color: #7C868A !important;
  background: #FBFBFB;
  padding: 1px 4px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.select-dropdown:focus+label,
.select-dropdown:valid+label {
  top: 7px;
  left: 8px;
  font-size: 12px;
  color: #333;
}

/* Spacing utilities used inside the modal */
.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.p-05 {
  padding: 0.5rem;
}

.p-15 {
  padding: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

/* Breed list items in the select-breed modal */
.breed-list-modal-item {
  cursor: pointer;
}

.breed-list-modal-item:hover {
  background-color: #F2F2F2;
}

/* View Price Now accordion transitions */
#viewPriceExpanded {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#viewPriceCollapsed {
  transition: opacity 0.2s ease;
}

@media (max-width: 767px) {
  .price-row-content {
    flex-wrap: wrap;
  }

  .price-row-content #explorePackagesBtn {
    width: 100% !important;
  }
}

/*# sourceMappingURL=new-homepage.css.map */