.opening-section {
  background-image: url('../images/BG-Image.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding-top: 26px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-direction: column;
  width: 80%;
  height: auto;
  display: flex;
  position: sticky;
}

.bottom-navbar-div-container {
  background-color: #fff;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-bar-top-div {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.brand {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.brand-image {
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.brand-name {
  background-image: url('../images/Vector-1.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 10px;
  width: 348px;
  height: 40px;
  margin-left: 20px;
}

.boarding-hours-div {
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
}

.clock-image {
  background-image: url('../images/access_time_24px_1access_time_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.boarding-hours-text-div {
  flex-direction: column;
  height: auto;
  display: flex;
}

.boarding-hours {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.boarding-hours-times {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.call-us-div {
  width: auto;
  height: auto;
  margin-right: 30px;
  display: flex;
}

.phone-image {
  background-image: url('../images/phone_24px_1phone_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.call-us-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.call-us-number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.call-us-text-div {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.appointment-button-impact-div {
  background-color: #07058d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-2 {
  display: flex;
}

.services-nav, .sepcials-nav, .facilities-nav, .reviews-nav {
  color: #02133c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.shop-nav {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.services-dropdown {
  color: #07058d;
}

.about-nav {
  color: #02133c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
/* ABOUT: force text left + image right */
.about-two-col{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* text wider than image */
  gap: 28px;
  align-items: center;
}

/* Prevent layout issues if Webflow set widths */
.about-col-text,
.about-col-media{
  min-width: 0;
}

/* Make sure image block sits on the right and scales nicely */
.about-col-media .dog-image-div{
  width: 100%;
  max-width: 520px;
  margin-left: auto; /* pushes it to the right side */
}

/* Responsive: stack on mobile */
@media (max-width: 991px){
  .about-two-col{
    grid-template-columns: 1fr;
  }
  .about-col-media .dog-image-div{
    max-width: 640px;
    margin: 20px auto 0;
  }
}


.icon {
  color: #07058d;
}

.dropdown-nav-menu {
  display: none;
}

.search-cart-div {
  width: auto;
  margin-right: 48px;
  display: flex;
}

.search-image {
  background-image: url('../images/search_24px_1search_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.cart-image {
  background-image: url('../images/shopping_cart_24px_1shopping_cart_24px.png');
  background-position: 50%;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 22px;
}

.nav-link-div-container {
  margin-left: 20px;
}

.cart-circle-div {
  background-image: url('../images/Ellipse-1_1Ellipse 1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  top: -6px;
  left: 15px;
}

.cart-2-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.opening-page-div-container {
  width: 71%;
  height: 100%;
}

.opening-page-title {
  color: #fff;
  margin-top: 126px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.opening-page-title-div {
  width: 620px;
  height: 112px;
}

.appointment-button-div-main-page {
  margin-top: 60px;
}

.who-we-are-section {
  background-color: #1410ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 843px;
  display: flex;
}

.who-we-are-div-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  width: 71%;
  height: 720px;
  margin-top: -288px;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.who-we-are-purple-div {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 820px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.who-we-are-title-div {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.who-we-are-text {
  color: #1410ba;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.who-we-are-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.who-we-are-text-div-container {
  width: 83%;
  height: 100%;
}

.who-we-are-heading-text {
  color: #02133c;
  margin-top: 0;
  margin-bottom: 36px;
}

.who-we-are-heading-text-div {
  width: 640px;
}

.who-we-are-main-text {
  color: #4b4b4b;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.who-we-are-main-text-div {
  margin-bottom: 40px;
}

.who-we-are-purple-splash {
  z-index: 0;
  background-image: url('../images/Blob-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115%;
  width: 550px;
  height: 370px;
  display: none;
  position: absolute;
  top: 120%;
  left: 20%;
}

.who-we-are-dog-image {
  z-index: 1;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110% 120%;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 60px;
  position: relative;
}

.who-we-are-decs {
  z-index: 1;
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-size: cover;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dog-image-div {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.dog-image {
  z-index: 1;
  background-image: url('../images/Image_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 846px;
  height: 420px;
  margin-top: 0;
  position: relative;
}

.our-promise-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 430px;
  display: flex;
}

.our-promise-div-container {
  flex-direction: column;
  width: 80%;
  height: 100%;
  display: flex;
}

.our-promise-block-container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.our-promise-title-div-container {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.our-promise-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-promise-title-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-promise-large-text {
  color: #02133c;
  margin-top: 0;
  margin-bottom: 68px;
}

._24-7-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 30%;
  height: 155px;
  padding: 10px;
  display: flex;
}

.on-site-image {
  background-image: url('../images/car_certified_pros_24x_1car_certified_pros_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
  display: flex;
}

.on-site-div-container {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  width: 30%;
  height: 155px;
  padding: 10px;
  display: flex;
}

.live-div-container {
  background-color: #fff;
  border-radius: 0;
  width: 30%;
  height: 155px;
  padding: 10px;
  display: flex;
}

._24-7-text-container, .on-site-text-container, .live-text-container {
  flex-direction: column;
  justify-content: space-around;
  width: 235px;
  display: flex;
}

._24-7-image {
  background-image: url('../images/car_quality_service_24x_1car_quality_service_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

._24-7-top-text, .on-site-top-text {
  color: #02133c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.live-image {
  background-image: url('../images/car_team_24x_1car_team_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

.live-top-text {
  color: #02133c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

._24-7-bottom-text, .on-site-bottoim-text, .live-bottom-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blue-section {
  background-image: url('../images/BG-Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.blue-section-div-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-button-div-container {
  width: 32%;
  height: auto;
  margin-right: 220px;
}

.blue-section-text {
  color: #fff;
}

.services-section {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1200px;
  padding-top: 110px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.our-services-title-text {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.our-services-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-services-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-services-div-container {
  width: auto;
  height: 100%;
  position: relative;
}

.our-services-main-text-div {
  margin-bottom: 80px;
}

.our-services-grid-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.pet-boarding-grid-div, .pet-daycare-grid-div, .our-store-grid-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boaarding-image {
  background-image: url('../images/car_bay_24x_1car_bay_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.pet-boarding-title-div {
  margin-bottom: 20px;
}

.boarding-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.daycare-image {
  background-image: url('../images/car_engine_24x_1car_engine_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.daycare-title-div {
  margin-bottom: 20px;
}

.daycare-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-image {
  background-image: url('../images/car_breaks_24x_1car_breaks_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.spa-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.spa-title-div {
  margin-bottom: 20px;
}

.pet-spa-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.boarding-text, .daycare-text, .spa-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.meals-image {
  background-image: url('../images/car_tires_24x_1car_tires_24x.png');
  background-position: 50%;
  background-size: cover;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.meals-text-div {
  text-align: center;
}

.meal-plan-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.meal-plans-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.meals-title-div {
  margin-bottom: 20px;
}

.training-image {
  background-image: url('../images/car_engine_check_24x_1car_engine_check_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.store-image {
  background-image: url('../images/car_shopping_24x_1car_shopping_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  margin-bottom: 33px;
}

.training-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.training-title-div {
  margin-bottom: 20px;
}

.training-grid-div {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 340px;
  display: flex;
}

.training-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 240px;
  display: flex;
}

.store-text {
  color: #4b4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.store-title {
  color: #02133c;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.boarding-title, .daycare-title, .spa-title, .meal-plan-title, .training-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.meal-plan-text {
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.learn-more-button-div {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 66px;
  display: flex;
}

.learn-more-button {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.apointment-section {
  z-index: -1;
  background-color: #1410ba;
  justify-content: center;
  align-items: center;
  height: 990px;
  display: flex;
  position: relative;
}

.our-services-main-text {
  color: #02133c;
}

.appointment-main-div-container {
  justify-content: center;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
}

.appointment-left-side-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.appointment-right-side-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.appointment-form-div {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  width: 585px;
  height: 640px;
  display: flex;
  position: relative;
}

.make-and-appointment-title {
  color: #02133c;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 43px;
}

.form-right-div {
  width: 50%;
  padding-left: 10px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-left-div {
  width: 50%;
  padding-right: 10px;
}

.form-top-div {
  justify-content: space-between;
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.tell-us-text-field {
  background-color: #f5f5f5;
  width: 86%;
  height: 180px;
  margin-bottom: 0;
}

.form-botton-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.phone-text-field, .name-text-field, .email-text-field, .service-text-field {
  background-color: #f5f5f5;
  width: 100%;
  height: 48px;
  margin-bottom: 22px;
}

.appointment-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.appointment-top-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.appointment-top-text-dev {
  padding-left: 40px;
  padding-right: 40px;
}

.appointment-middle-text {
  color: #07058d;
  font-size: 96px;
  line-height: 96px;
}

.appointment-bottom-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.gallery-section {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  height: 1400px;
  display: flex;
}

.gallery-top-div-container {
  flex-direction: column;
  align-items: center;
  width: 71%;
  height: 820px;
  display: flex;
}

.gallery-purple-square {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-top: -70px;
  padding-top: 100px;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
}

.gallery-title-div {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.gallery-title-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.gallery-title {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.gallery-text {
  color: #02133c;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.live-stream-container-div {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.livestream-tabs {
  justify-content: space-around;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.livestream-underline {
  opacity: 1;
  background-color: #666;
  align-items: center;
  height: 1px;
  display: flex;
}

.gallery-tab {
  width: 120px;
  text-decoration: none;
}

.yard-1-tab {
  width: 165px;
  text-decoration: none;
  position: relative;
}

.yard-2-tab, .yard-3-tab {
  width: 169px;
  text-decoration: none;
  position: relative;
}

.gallery-tab-text {
  opacity: 1;
  color: #07058d;
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.yard-1-text, .yard-2-text, .yard-3-text {
  opacity: .55;
  color: #02133c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.gallery-text-div {
  margin-bottom: 42px;
}

.yard-1-green-dot, .yard-2-green-dot {
  background-image: url('../images/Ellipse-2_1Ellipse 2.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yard-3-grey-dot {
  background-image: url('../images/Ellipse-4_1Ellipse 4.png');
  background-position: 50%;
  background-size: cover;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.livestream-image {
  background-image: url('../images/Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 846px;
  height: 480px;
  margin-top: 0;
  position: relative;
}

.gallery-bot-div-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
}

.livestream-image-div {
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.gallery-underline {
  background-color: #fff0;
  border: 2px solid #07058d;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-1-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
}

.yard-3-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 25%;
  height: 1px;
  display: flex;
  position: relative;
}

.yard-4-underline {
  background-color: #fff0;
  border-top: 4px solid #0000;
  width: 26%;
  height: 1px;
  display: flex;
  position: relative;
}

.customer-div-container {
  justify-content: space-between;
  width: 100%;
  height: 340px;
  display: flex;
}

.customer-left-text-container {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.customer-1-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 324px;
  height: 340px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.customer-2-div {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  width: 324px;
  height: 340px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.our-customer-div-container {
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.gallery-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.our-customer-text {
  color: #4b4b4b;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-customer-main-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.customer-1-personal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-1-picture {
  background-image: url('../images/Ellipse-2-1_1Ellipse 2 (1).png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.customer-1-name {
  color: #02133c;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.customer-1-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-2-personal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-2-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-2-picture {
  background-image: url('../images/Ellipse-2-2_1Ellipse 2 (2).png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.customer-2-name {
  color: #02133c;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.impact-section {
  background-color: #02133c;
  flex-direction: column;
  align-items: center;
  height: 608px;
  display: flex;
  position: relative;
}

.impact-div-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-65 {
  width: 100%;
}

.impact-top-div-container {
  width: 100%;
  height: 241px;
  display: flex;
}

.our-impact-dog-image-div, .impact-top-left-div {
  width: 50%;
}

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 112px;
  margin-bottom: 32px;
  display: flex;
}

.our-impact-title-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-impact-main-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.our-pimact-main-text-div {
  padding-right: 0;
}

.our-poimact-dog-image {
  background-image: url('../images/Image-2.png');
  background-position: 50%;
  background-size: contain;
  width: 498px;
  height: 315px;
  position: relative;
  top: -80px;
  left: 72px;
}

.our-impact-stats-div {
  justify-content: space-around;
  width: 100%;
  height: 100px;
  margin-top: 79px;
  display: flex;
}

.baths-div-container, .boarded-div-container, .trained-div-container, .mneals-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.bath-text-container, .boarded-text-div, .trained-text-div, .maels-text-div {
  flex-direction: column;
  display: flex;
}

.baths-image-div {
  background-image: url('../images/car_oil-24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._3700 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.puppy-baths {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.boarded-image {
  background-image: url('../images/car_transmission_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 70px;
  margin-right: 20px;
}

._4500 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.dogs-boarded {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.trained-image {
  background-image: url('../images/car_alignment_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._2900 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.pups-trained {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.meals-picture {
  background-image: url('../images/car_engine_2_24x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._12k {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.meals-served {
  color: #5d62b5;
  text-align: center;
  font-weight: 700;
}

.our-impact-purple-block {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 150px;
  margin-top: 112px;
}

.our-impact-purple-div-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.our-impact-purple-block-text-div {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.our-impact-purple-text {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-section {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 472px;
  display: flex;
}

.footer-div-container {
  width: 65%;
  height: 100%;
  padding-top: 160px;
  display: flex;
}

.footer-1-4-container {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.footer-2-4-container {
  flex-direction: column;
  width: 25%;
  padding-left: 130px;
  display: flex;
}

.footer-3-4-container {
  flex-direction: column;
  width: 25%;
  padding-top: 57px;
  padding-left: 40px;
  display: flex;
}

.footer-4-4-container {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.footer-logo-div {
  align-items: center;
  margin-bottom: 23px;
  text-decoration: none;
  display: flex;
}

.footer-socials {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-logo {
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-size: contain;
  width: 39px;
  height: 39px;
  margin-right: 20px;
}

.footer-logo-title {
  color: #02133c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.footer-1-4-text {
  color: #4e4e4e;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.footer-facebook {
  background-image: url('../images/facebook-1_1facebook 1.png');
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-twitter {
  background-image: url('../images/twitter-1_1twitter 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-instagram {
  background-image: url('../images/instagram_1instagram.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-youtube {
  background-image: url('../images/youtube-1_1youtube 1.png');
  background-position: 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.explore-links-div {
  height: 22px;
  margin-bottom: 35px;
}

.footer-about-div, .footer-services-div, .footer-specials-div {
  margin-bottom: 10px;
  text-decoration: none;
}

.about-text, .services-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.specials-text, .estimates-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.explore-links-text {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 22px;
}

.reviews-text, .shop-text, .careers-text, .faqs-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.footer-reviews-div, .footer-shop-div, .footer-careers-div, .footer-faqs-div {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-location-div, .phone-div, .email-div {
  margin-bottom: 16px;
  display: flex;
}

.times-div {
  display: flex;
}

.location-image {
  background-image: url('../images/place_24px_1place_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.phone-picture {
  background-image: url('../images/smartphone_24px_1smartphone_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.email-image {
  background-image: url('../images/email_24px_1email_24px.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.watch-image {
  background-image: url('../images/timer_24px_1timer_24px.png');
  background-position: 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 18px;
}

.contact-text {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 22px;
}

.location-text, .phone-text, .email-text, .times-text {
  color: #4e4e4e;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-contact-div {
  margin-bottom: 28px;
  line-height: 22px;
}

.bottom-bar-section {
  background-color: #02133c;
  height: 60px;
  padding-left: 180px;
  padding-right: 180px;
}

.bottom-bar-div-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-bar-left-text-div {
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-bar-right-text-div {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-bar-left-text, .bottom-bar-copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.bottopm-bar-privacy-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bottom-bar-privacy-div {
  margin-left: 20px;
}

.gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
  justify-content: center;
  width: 25%;
  display: flex;
}

.footer-estimates-div {
  text-decoration: none;
}

.text-block-39 {
  color: #02133c;
  font-size: 15px;
}

.container, .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown {
  display: none;
}

.our-impact-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  color: #07058d;
  background-color: #ffffffa6;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  background-image: url('../images/BG_1BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.make-an-appointment-arrow {
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 14px;
}

.appointment-button-text-div-container {
  width: 90%;
}

.make-an-appointment-text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.appointment-button-div-main {
  background-color: #07058d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.play-button {
  background-image: url('../images/Play-Button.png');
  background-position: 0 0;
  background-size: contain;
  width: 140px;
  height: 140px;
  margin-top: 40px;
}

.div-block-66 {
  background-color: #07058d;
  position: relative;
}

.div-block-67 {
  z-index: 1;
  background-image: url('../images/BG-1_1BG (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 48px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-68 {
  background-image: url('../images/Gears-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-69 {
  background-image: url('../images/Gears-2.png');
  background-position: 0 0;
  background-size: contain;
  width: 642px;
  height: 450px;
  position: absolute;
  inset: auto auto 70px 0%;
}

.appointment-form-actual-button {
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  padding-right: 41px;
  display: flex;
}

.live {
  background-image: url('../images/Icon-Live_1Icon Live.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 30px;
  position: absolute;
  inset: 30px 32px auto auto;
}

.div-block-70 {
  z-index: 0;
  background-image: url('../images/overlay-image.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.appointment-button-impact-div-copy {
  background-color: #07058d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 95%;
  }

  .nav-bar-top-div {
    justify-content: space-between;
    height: 90px;
  }

  .brand, .boarding-hours-div, .call-us-div {
    margin-right: 20px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .services-nav, .sepcials-nav, .facilities-nav, .reviews-nav, .shop-nav, .about-nav {
    font-size: 14px;
  }

  .search-cart-div {
    margin-right: 20px;
  }

  .opening-page-title-div {
    text-align: center;
    width: 100%;
  }

  .appointment-button-div-main-page {
    justify-content: center;
    margin-top: 100px;
    display: flex;
  }

  .who-we-are-section {
    background-color: #e9e9e9;
  }

  .who-we-are-purple-div {
    position: relative;
  }

  .who-we-are-title-div {
    width: 100%;
  }

  .who-we-are-text-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .who-we-are-heading-text {
    font-size: 34px;
  }

  .who-we-are-heading-text-div {
    width: 100%;
  }

  .who-we-are-main-text {
    font-size: 19px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 60px;
  }

  .who-we-are-decs {
    display: none;
    inset: 0% -15% auto auto;
  }

  .dog-image-div {
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }

  .dog-image {
    width: 100%;
    height: 100%;
  }

  .our-promise-section {
    background-color: #e9e9e9;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .our-promise-div-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  ._24-7-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-div-container, .live-div-container {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px;
  }

  ._24-7-text-container, .on-site-text-container, .live-text-container {
    text-align: center;
    width: auto;
  }

  ._24-7-image {
    margin-right: 0;
  }

  ._24-7-top-text, .on-site-top-text {
    margin-bottom: 10px;
  }

  .live-image {
    margin-right: 0;
  }

  .live-top-text {
    margin-bottom: 10px;
  }

  .blue-section {
    background-position: 100%;
    height: 400px;
  }

  .blue-section-div-holder {
    justify-content: center;
    align-items: center;
  }

  .text-button-div-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-right: 0;
    display: flex;
  }

  .blue-section-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-section {
    height: auto;
  }

  .our-services-grid-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .learn-more-button-div {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .apointment-section {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .appointment-main-div-container {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .appointment-left-side-div {
    width: 100%;
  }

  .appointment-right-side-div {
    width: 100%;
    position: relative;
  }

  .appointment-form-div {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .appointment-middle-text {
    margin-top: 10px;
  }

  .appointment-bottom-text {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .gallery-section {
    padding-bottom: 20px;
  }

  .gallery-purple-square {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-tab {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .gallery-tab-text {
    font-size: 14px;
  }

  .yard-1-text, .yard-2-text, .yard-3-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 7%;
  }

  .livestream-image {
    width: 100%;
  }

  .livestream-image-div {
    margin-top: 0;
  }

  .customer-div-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }

  .customer-left-text-container {
    width: 100%;
  }

  .customer-1-div {
    width: 70%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-2-div {
    width: 70%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-1-personal {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .customer-2-personal {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .impact-section {
    height: auto;
    padding-top: 40px;
  }

  .impact-div-container {
    width: 90%;
    height: auto;
  }

  .impact-top-div-container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .our-impact-dog-image-div {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .impact-top-left-div {
    width: 90%;
    margin-top: 40px;
  }

  .our-impact-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-impact-main-text {
    text-align: left;
  }

  .our-pimact-main-text-div {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .our-poimact-dog-image {
    position: static;
  }

  .our-impact-stats-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .baths-div-container, .boarded-div-container, .trained-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .mneals-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .baths-image-div {
    margin-right: 0;
  }

  ._3700 {
    font-size: 40px;
    line-height: 40px;
  }

  .puppy-baths {
    text-align: center;
    font-size: 17px;
  }

  .boarded-image {
    margin-right: 0;
  }

  ._4500 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .dogs-boarded {
    text-align: center;
    font-size: 17px;
  }

  ._2900 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .pups-trained {
    text-align: center;
    font-size: 17px;
  }

  .meals-picture {
    margin-right: 0;
  }

  ._12k {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .meals-served {
    text-align: center;
    font-size: 17px;
  }

  .our-impact-purple-block {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .our-impact-purple-div-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div, .our-impact-purple-button-div {
    width: auto;
  }

  .footer-div-container {
    width: 90%;
  }

  .footer-2-4-container {
    padding-left: 100px;
  }

  .bottom-bar-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .container {
    display: none;
  }

  .play-button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-navbar-div-container {
    display: none;
  }

  .nav-bar-top-div {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .brand {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .boarding-hours-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .boarding-hours {
    margin-bottom: 10px;
  }

  .call-us-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-right: 0;
  }

  .phone-image {
    width: 30px;
    margin-bottom: 10px;
  }

  .call-us-text {
    margin-bottom: 10px;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .dropdown-nav-menu {
    background-color: #c8c8c800;
    flex-direction: column;
    width: 25%;
    margin-left: 0;
    display: flex;
  }

  .opening-page-div-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .opening-page-title {
    margin-top: 100px;
    font-size: 55px;
    line-height: 60px;
  }

  .opening-page-title-div {
    text-align: center;
    width: auto;
    height: auto;
  }

  .appointment-button-div-main-page {
    margin-top: 60px;
  }

  .who-we-are-div-container {
    z-index: 1;
    width: 85%;
  }

  .who-we-are-purple-div {
    z-index: 1;
  }

  .who-we-are-text-div-container {
    z-index: 1;
    position: relative;
  }

  .who-we-are-decs {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 245px;
    top: -11%;
    right: -7%;
  }

  .dog-image-div {
    height: 225px;
    margin-top: 44px;
  }

  .our-promise-section {
    height: auto;
  }

  .our-promise-block-container {
    flex-direction: column;
    align-items: center;
  }

  ._24-7-div-container, .on-site-div-container, .live-div-container {
    width: 80%;
    margin-bottom: 30px;
  }

  .blue-section {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .text-button-div-container {
    width: 80%;
    height: 70%;
  }

  .blue-section-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .services-section {
    padding-top: 60px;
  }

  .our-services-title-text {
    width: 90%;
  }

  .our-services-div-container {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .our-services-main-text-div, .our-services-grid-div {
    width: 90%;
  }

  .pet-boarding-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .pet-daycare-grid-div, .our-store-grid-div, .boarding-container {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .daycare-container {
    width: auto;
    height: auto;
  }

  .spa-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .pet-spa-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .meal-plan-container {
    width: auto;
    height: auto;
  }

  .meal-plans-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-container {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }

  .training-grid-div {
    border-radius: 0;
    width: auto;
    height: auto;
  }

  .store-container {
    width: auto;
    height: auto;
  }

  .boarding-title {
    text-align: center;
  }

  .appointment-main-div-container {
    width: 90%;
  }

  .appointment-form-div {
    width: auto;
    height: auto;
  }

  .form-right-div {
    width: 50%;
    margin-left: 10px;
    padding-left: 0;
  }

  .form {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-left-div {
    width: 50%;
    margin-right: 10px;
    padding-right: 0;
  }

  .form-top-div {
    padding-left: 0;
    padding-right: 0;
  }

  .tell-us-text-field {
    width: 100%;
  }

  .appointment-top-text-dev {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section {
    padding-bottom: 40px;
  }

  .gallery-top-div-container {
    width: 90%;
  }

  .gallery-purple-square {
    height: auto;
    padding-bottom: 20px;
  }

  .livestream-image {
    background-size: cover;
    height: 100%;
    margin-top: 0;
  }

  .gallery-bot-div-container {
    width: 90%;
  }

  .livestream-image-div {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  .customer-1-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .customer-2-div {
    width: 100%;
  }

  .our-customer-main-text-div {
    margin-bottom: 20px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 40px;
  }

  .our-poimact-dog-image {
    background-size: cover;
    border-radius: 0;
  }

  .our-impact-purple-div-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-impact-purple-block-text-div {
    padding-right: 10px;
  }

  .footer-section {
    height: auto;
    margin-bottom: 20px;
  }

  .footer-div-container {
    flex-direction: column;
  }

  .footer-1-4-container {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-2-4-container {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .footer-3-4-container {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .footer-4-4-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-logo-div {
    margin-bottom: 20px;
  }

  .footer-socials {
    width: 100%;
  }

  .footer-1-4-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .explore-links-div, .footer-faqs-div, .footer-contact-div {
    margin-bottom: 20px;
  }

  .bottom-bar-section {
    height: auto;
    padding: 10px;
  }

  .bottom-bar-left-text {
    text-align: center;
    margin-right: 20px;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
  }

  .footer-estimates-div {
    margin-bottom: 10px;
  }

  .menu-button.w--open {
    color: #f2726f;
    background-color: #c8c8c800;
  }

  .container {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .services-dropdown-link {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    margin-top: 0;
    padding: 20px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    color: #f2726f;
    background-color: #ffffffa6;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .play-button {
    margin-top: 0;
  }

  .appointment-form-actual-button {
    padding-right: 0;
  }

  .icon-2 {
    color: #07058d;
  }

  .appointment-button-impact-div-copy {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-navbar-div-container {
    display: none;
  }

  .nav-bar-top-div {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .brand {
    justify-content: space-around;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .boarding-hours-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .boarding-hours-text-div {
    text-align: right;
    width: 100%;
  }

  .call-us-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-right: 0;
  }

  .call-us-text {
    margin-bottom: 10px;
  }

  .call-us-number {
    padding-top: 0;
  }

  .call-us-text-div {
    text-align: right;
    width: 100%;
  }

  .appointment-button-impact-div {
    display: none;
  }

  .div-block-2 {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-nav-menu {
    display: flex;
  }

  .opening-page-title {
    margin-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .appointment-button-div-main-page {
    margin-top: 40px;
  }

  .who-we-are-section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .who-we-are-div-container {
    height: auto;
    margin-top: -75px;
    padding-top: 0;
  }

  .who-we-are-purple-div {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .who-we-are-heading-text {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .who-we-are-main-text {
    text-align: center;
    font-size: 18px;
  }

  .who-we-are-main-text-div {
    margin-bottom: 40px;
  }

  .who-we-are-decs, .dog-image-div, .dog-image {
    display: none;
  }

  .our-promise-large-text {
    text-align: center;
  }

  ._24-7-div-container {
    background-color: #fff;
    border-radius: 0;
  }

  .on-site-image {
    margin-right: 0;
  }

  .on-site-div-container {
    background-color: #fff;
    border-radius: 0;
    align-items: center;
  }

  .live-div-container {
    background-color: #fff;
    border-radius: 0;
  }

  .live-image {
    margin-right: 0;
  }

  .services-section {
    padding-top: 40px;
  }

  .our-services-grid-div {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .boarding-container, .daycare-container, .spa-container, .meal-plan-container, .training-container, .store-container {
    padding: 20px;
  }

  .boarding-title {
    text-align: center;
  }

  .apointment-section {
    padding-left: 0;
    padding-right: 0;
  }

  .our-services-main-text {
    text-align: center;
  }

  .appointment-main-div-container {
    width: 90%;
  }

  .appointment-left-side-div {
    width: auto;
  }

  .appointment-form-div {
    width: 90%;
  }

  .make-and-appointment-title {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
  }

  .form-right-div {
    width: 100%;
    margin-left: 0;
  }

  .form-left-div {
    width: 100%;
  }

  .form-top-div {
    flex-direction: column;
  }

  .appointment-top-text {
    font-size: 25px;
    line-height: 30px;
  }

  .appointment-middle-text {
    font-size: 70px;
  }

  .gallery-section, .gallery-top-div-container {
    height: auto;
  }

  .gallery-purple-square {
    margin-top: -60px;
    padding-top: 20px;
  }

  .appointment-heading-div {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .appointment-bottom-text-div, .gallery-text {
    text-align: center;
  }

  .live-stream-container-div {
    align-items: center;
  }

  .livestream-tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .livestream-underline {
    flex-direction: row;
    width: 100%;
  }

  .yard-1-tab, .yard-2-tab, .yard-3-tab {
    width: auto;
  }

  .yard-1-green-dot, .yard-2-green-dot, .yard-3-grey-dot {
    right: 0%;
  }

  .livestream-image {
    background-size: contain;
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .livestream-image-div {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .customer-left-text-container {
    margin-top: 20px;
  }

  .customer-1-div, .customer-2-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-customer-main-text {
    text-align: center;
  }

  .customer-1-personal {
    justify-content: flex-end;
  }

  .customer-1-picture {
    margin-right: 20px;
  }

  .customer-1-name {
    width: auto;
  }

  .customer-2-personal {
    justify-content: flex-end;
  }

  .customer-2-picture {
    margin-right: 20px;
  }

  .customer-1-name-div {
    width: auto;
  }

  .our-impact-main-text {
    text-align: center;
    font-size: 30px;
  }

  .our-poimact-dog-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
  }

  .our-impact-stats-div {
    align-items: stretch;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .baths-div-container, .boarded-div-container, .trained-div-container, .mneals-div-container {
    justify-content: space-between;
  }

  ._3700, .puppy-baths {
    text-align: right;
  }

  .boarded-image {
    flex: none;
    height: 76px;
  }

  ._4500, .dogs-boarded {
    text-align: right;
  }

  .trained-image {
    flex: none;
    margin-right: 0;
  }

  ._2900, .pups-trained {
    text-align: right;
  }

  .meals-picture {
    flex: none;
  }

  ._12k, .meals-served {
    text-align: right;
  }

  .our-impact-purple-block {
    display: none;
  }

  .our-impact-purple-div-container {
    display: flex;
  }

  .footer-div-container {
    padding-top: 40px;
  }

  .bottom-bar-left-text-div {
    width: auto;
  }

  .bottom-bar-right-text-div {
    flex-direction: column;
    align-items: center;
  }

  .bottom-bar-left-text {
    margin-right: 0;
  }

  .bottom-bar-copyright {
    text-align: center;
  }

  .bottopm-bar-privacy-text {
    text-align: center;
    flex-direction: row;
    font-size: 13px;
  }

  .gallery-structure-div, .yard-1-structure-div, .yard-2-structure-div, .yard-3-structure-div {
    width: auto;
    margin-bottom: 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
  }

  .services-dropdown-link, .specials-dropdown, .facilities-dropdown, .reviews-dropdown, .shop-dropdown, .about-dropdown {
    background-color: #ffffffa6;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .appointment-button-div-main {
    margin-top: 0;
  }

  .div-block-68, .div-block-69 {
    display: none;
  }

  .live {
    top: 16px;
    right: 0;
  }

  .appointment-button-impact-div-copy {
    display: none;
  }
}

/* =========================================================
   CLEAN MOBILE HAMBURGER + BRAND (Webflow w-nav compatible)
   GOAL:
   - Desktop: show your pill nav (.bottom-navbar-div-container). Hide hamburger/menu.
   - Mobile/Tablet: hide top info (.div-block-2). Keep brand LEFT + hamburger RIGHT
     inside the SAME .nav-bar-top-div row (like your screenshot highlight).
   - Mobile dropdown opens under that top row.
   Paste this block at the VERY END of your CSS (and remove old duplicated blocks).
   ========================================================= */

/* =========================================================
   MOBILE NAV FIX (Webflow w-nav compatible)
   - Brand left, hamburger right INSIDE top bar
   - Menu opens correctly
   - Hide top info row on mobile/tablet
   - Prevent brand-name from being cut
   ========================================================= */

.navbar.w-nav{
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* DESKTOP: keep your normal navbar row */
@media screen and (min-width: 768px){
  .bottom-navbar-div-container{ display:flex; }
  .navbar .w-nav-button,
  .navbar .dropdown-nav-menu.w-nav-menu{ display:none !important; }
}

/* Hide top info (hours/phone/button) on tablet + mobile */
@media screen and (max-width: 991px){
  .div-block-2{ display:none !important; }
}

/* MOBILE: brand left + hamburger right, dropdown works */
@media screen and (max-width: 767px){

  /* top row becomes the “nav bar” */
  .nav-bar-top-div{
    position: relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content: space-between !important;
    width:100% !important;
    min-height: 56px !important;
    gap: 12px !important;
    margin-bottom: 6px !important;
  }

  /* brand left */
  .brand{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    margin:0 !important;
    max-width: calc(100% - 74px) !important; /* leave room for hamburger */
    overflow:hidden !important;
  }

  .brand-image{
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 auto !important;
  }

  /* FIX: brand-name not cut (use contain + flexible width) */
  .brand-name{
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: 22px !important;
    margin: 0 0 0 12px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
  }

  /* hide desktop pill bar row */
  .bottom-navbar-div-container{ display:none !important; }

  /* the Webflow .container wrapper must be enabled on mobile */
  .navbar .container.w-container{
    display:flex !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content:flex-end !important;
    align-items:center !important;
    z-index: 10001 !important;
    pointer-events: auto !important;
  }

  /* hamburger button */
  .navbar .menu-button.w-nav-button{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.96) !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    pointer-events: auto !important;
  }

  /* icon inside hamburger */
  .navbar .menu-button .icon-2.w-icon-nav-menu{
    display:block !important;
    color:#07058d !important;
    font-size: 26px !important;
    line-height:1 !important;
    pointer-events:none !important; /* click hits the button */
  }

  .navbar .menu-button.w--open{
    background: rgba(255,255,255,.96) !important;
  }

  /* dropdown panel (the <nav class="dropdown-nav-menu w-nav-menu">) */
  .navbar .dropdown-nav-menu.w-nav-menu{
    display:none !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top: calc(100% + 8px) !important;
    width:100% !important;
    background: rgba(255,255,255,.98) !important;
    border-radius: 18px !important;
    padding: 10px !important;
    box-shadow: 0 18px 40px rgba(2,19,60,.18) !important;
    z-index: 10000 !important;
    overflow:hidden !important;
  }

  /* Webflow toggles this when open */
  .navbar .dropdown-nav-menu.w-nav-menu.w--open{
    display:block !important;
  }

  /* dropdown link styling */
  .navbar .dropdown-nav-menu .w-nav-link{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    padding: 14px 14px !important;
    margin:0 !important;
    color:#02133c !important;
    background: transparent !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration:none !important;
    border-radius: 12px !important;
  }

  .navbar .dropdown-nav-menu .w-nav-link:hover,
  .navbar .dropdown-nav-menu .w-nav-link:focus{
    background: rgba(7,5,141,.08) !important;
    outline:none !important;
  }

  .navbar .dropdown-nav-menu .w-nav-link .fa{
    margin-right: 10px !important;
    opacity: .95 !important;
  }

  /* =========================================================
     HERO (opening page): vertically center text on mobile
     ========================================================= */
  .opening-page-div-container{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    width: 90% !important;
    min-height: calc(100vh - 140px) !important; /* space for sticky nav */
    padding-top: 0 !important;
    padding-bottom: 24px !important;
  }

  .opening-page-title-div{
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
  }

  .opening-page-title{
    margin-top: 0 !important;
  }
}

/* Extra small phones */
@media screen and (max-width: 479px){
  .brand-name{
    height: 20px !important;
    margin-left: 10px !important;
  }

  .navbar .menu-button.w-nav-button{
    width: 52px !important;
    height: 52px !important;
  }
}

/* Small phones */
@media screen and (max-width: 479px){
  .navbar .container.w-container{ width:52px !important; height:52px !important; }
  .navbar .menu-button.w-nav-button{ width:52px !important; height:52px !important; }
  .brand-name{ height:24px !important; }
}
