/*!
Theme Name: Kibble & Cuts
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency/
Description: A custom theme for Kibble & Cuts
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kibble_cuts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kibble & Cuts is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Fredoka', sans-serif;
  margin: 0 0 20px;
  line-height: 100%;
  color: #000;
  font-weight: 600;
}
h1 {
  font-size: 52px;
  line-height: 112%;
}
h2 {
  font-size: 48px;
  line-height: 112.821%;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
body,
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid var(--xoomcare-base);
  padding: 10px 10px 10px 30px;
  margin: 0 0 30px;
  box-shadow: 0 0px 2px var(--xoomcare-base);
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--xoomcare-base);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--xoomcare-secondary);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1750px;
  padding: 0 55px;
  margin: 0 auto;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-icons a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  border: 1px solid #000;
}
.social-icons a:hover {
  background-color: rgba(244, 121, 50, 1);
  border-color: rgba(244, 121, 50, 1);
}
body.menu-active {
  overflow: hidden;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}
.mobile-menu-wrap .overlap-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: all 0.2s ease-in;
  transform: translateX(100%);
  cursor: pointer;
  pointer-events: all;
}
.mobile-menu-wrap .inner {
  z-index: 2;
  max-width: 320px;
  background-color: rgba(255, 175, 131, 1);
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  overflow: auto;
  padding: 30px 15px;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
  animation-delay: 2s;
  pointer-events: all;
}
.mobile-menu-wrap.active .overlap-shadow,
.mobile-menu-wrap.active .inner {
  transform: translateX(0%);
}
.mobile-menu-wrap .inner .close-icon {
  display: flex;
  justify-content: flex-end;
}
.mobile-menu-wrap .inner .logo a {
  display: flex;
}
.mobile-menu-wrap .inner .logo a img.custom-logo {
  width: 100%;
  max-width: 200px;
}
.mobile-menu-wrap .inner .menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrap .inner .menu-wrap ul ul.sub-menu {
  display: none;
  padding-left: 10px;
}
.mobile-menu-wrap .inner .menu-wrap ul ul.sub-menu li:last-child {
  border: none;
}
.mobile-menu-wrap
  .inner
  .menu-wrap
  ul
  li.menu-item-has-children
  span.icon.active
  svg {
  transform: rotate(90deg);
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children span.icon svg {
  transition: all 0.3s ease-in;
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu-wrap .inner .menu-wrap ul li a {
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 5px 0;
}
.mobile-menu-wrap .inner .menu-wrap ul li {
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
.mobile-menu-wrap .inner .logo {
  margin-bottom: 50px;
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children span.icon {
  position: absolute;
  right: 5px;
  top: 13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.mobile-menu-wrap .inner .menu-wrap {
  margin-bottom: 50px;
}
.mobile-menu-wrap .inner .phone {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
.mobile-menu-wrap .inner .phone span {
  color: #000;
}
.mobile-menu-wrap .inner::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrap .inner .social-icons {
  margin-top: 50px;
}
header.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: white;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 18px 0;
    transition: all 0.3s ease-in;
}
.admin-bar header.site-header {
  top: 32px;
}
header.site-header.fixed {
  background-color: #fff;
  padding: 5px 0;
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header.site-header .site-branding a {
  display: flex;
}
header.site-header .site-branding a img {
  width: 100%;
  max-width: 250px;
}
header.site-header nav.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 59px;
}
header.site-header nav.main-navigation ul a {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Fredoka', sans-serif;
}

header.site-header nav.main-navigation ul a:hover {
	color: #FF5C57;
}
.menu-item {
	color: black;
}
.current-menu-item, .current_page_item {
	color: #FF5C57 !important;
}

header.site-header .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
header.site-header .right .phone {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
header.site-header .right .phone span {
  text-decoration: underline;
  color: #000;
}
header.site-header nav.main-navigation ul li.menu-item-has-children {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
header.site-header nav.main-navigation ul li.menu-item-has-children span.icon {
  display: flex;
  transform: rotate(90deg);
}
header.site-header
  nav.main-navigation
  ul
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  width: 300px;
  background-color: #fff;
  top: 40px;
  padding: 20px 20px;
  display: grid;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0px 17px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  left: -20px;
}
header.site-header
  nav.main-navigation
  ul
  li.menu-item-has-children
  ul.sub-menu
  a {
  display: inline-block;
  padding: 5px 0;
}
header.site-header
  nav.main-navigation
  ul
  li.menu-item-has-children:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  font-family: 'Fredoka', sans-serif;
  text-transform: uppercase;
  border-radius: 15px;
  background: #ffd64e;
  height: 75px;
  padding: 0 40px;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn:hover circle {
  fill: #ffd64e;
}
.btn:hover path {
  fill: #000;
}
.btn path,
.btn circle {
  transition: all 0.3s ease-in;
}
section.home-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 132px;
  margin-top: -132px;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
section.home-hero .top-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
section.home-hero .top-area .tagline {
  color: #ff6c67;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
section.home-hero .top-area .right {
  position: absolute;
  right: 0;
  width: 50%;
  display: flex;
  top: 0;
  justify-content: center;
}
section.home-hero .top-area .left {
  width: 55%;
  padding: 120px 0;
}
section.home-hero .top-area .headline {
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
}
section.home-hero .top-area .sub-headline {
  font-size: 54px;
  font-weight: 600;
}
section.home-hero .top-area .contents {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 185%;
}
section.home-hero .top-area .right img {
  width: 100%;
  max-width: 750px;
}
.puppy-item {
  filter: drop-shadow(-2px 2px 25px rgba(0, 0, 0, 0.15));
  border-radius: 30px;
  background: #fff;
  padding: 13px;
  text-align: center;
  width: calc(20% - 56px);
}
.puppy-item .thumb {
  display: flex;
  border-radius: 20px;
  height: 192px;
  overflow: hidden;
  margin-bottom: 15px;
}
.puppy-item .thumb img {
  width: 100%;
  object-fit: cover;
}
.puppy-item .tag {
  color: #ff5c57;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.puppy-item .name {
  font-size: 32px;
  font-weight: 500;
  line-height: 112%;
  margin: 15px 0;
}
.puppy-item .btn {
  font-size: 16px;
  height: 51px;
  padding: 0 30px;
}
.puppy-item .btn svg {
  height: auto;
  width: 35px;
}
.puppies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  justify-content: center;
}
section.blurbs > svg {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: auto;
}
section.blurbs {
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
}
section.blurbs .blurbs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 120px;
  text-align: center;
}
section.blurbs .blurbs-grid .title {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 330px;
  margin: 0 auto 24px;
  line-height: 125%;
}
section.blurbs .blurbs-grid .icon {
  display: flex;
  justify-content: center;
  height: 143px;
  align-items: flex-end;
  margin-bottom: 24px;
}
section.blurbs .blurbs-grid .contents {
  font-weight: 700;
  line-height: 187%;
}
section.blurbs .blurbs-grid .icon img {
  object-fit: contain;
}
section.why-trust-us {
  position: relative;
  padding: 60px 0 90px;
}
section.why-trust-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1650px;
}
section.why-trust-us .left {
  width: 50%;
  display: flex;
  justify-content: center;
}
section.why-trust-us .right {
  width: 50%;
  padding-left: 35px;
}
section.why-trust-us .right .headline {
  font-size: 82px;
  font-weight: 600;
}
section.why-trust-us .right .contents {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
}
section.why-trust-us .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-top: 75px;
}
section.why-trust-us .cards-grid .card {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 25px 0 15px;
  display: grid;
  gap: 15px;
}
section.why-trust-us .cards-grid .card .card-titlee {
  margin: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 50%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
section.why-trust-us .cards-grid .card .card-description {
  font-size: 18px;
  font-weight: 500;
}
section.why-trust-us .overlap-image {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  width: 15%;
  justify-content: flex-end;
  pointer-events: none;
}
section.cta {
  position: relative;
}
section.cta .cta {
  border-radius: 300px;
  background: #91e5fa;
  display: flex;
  align-items: center;
  padding: 50px;
  justify-content: space-between;
  gap: 70px;
}
section.cta .cta .icon {
  width: 120px;
  display: flex;
}
section.cta .cta .middle {
  flex: 1;
}
section.cta .cta .btn {
  font-size: 24px;
  width: 463px;
  justify-content: center;
}
section.cta .cta .middle .headline {
  font-size: 40px;
  font-weight: 600;
  line-height: 112.5%;
  margin: 0 0 10px;
}
section.cta .cta .middle .contents {
  font-size: 22px;
  font-weight: 500;
  line-height: 181%;
}

section.our-services {
  padding: 60px 0;
}
section.our-services .top-area {
  text-align: center;
  margin-bottom: 55px;
}
section.our-services .top-area .headline {
  font-size: 82px;
  font-weight: 600;
  line-height: 103.659%;
  margin-bottom: 10px;
}
section.our-services .top-area .descriptions {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 190%;
}
section.our-services ul.tabs {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -15px;
  gap: 20px;
}
section.our-services ul.tabs li.tab {
  border-radius: 15px;
  padding: 25px 39px;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
section.our-services ul.tabs li.tab.current {
  background-color: #000;
  color: #fff;
}
/* section.our-services .services-grid {
  gap: 40px 69px;
  columns: 3;
} */
section.our-services .faq-item {
  border-radius: 15px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  break-inside: avoid;
  margin-bottom: 40px;
  padding: 22px;
}
.faq-answers {
  display: none;
}
section.our-services .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  cursor: pointer;
}
section.our-services .faq-item .faq-question .icon {
  border-radius: 65px;
  border: 1.5px solid #000;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.our-services .faq-item.active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
section.our-services .faq-item.active .faq-question .icon {
  background-color: #000;
}
section.our-services .faq-item.active .faq-question .icon svg {
  transform: rotate(-90deg);
}
section.our-services .faq-item .faq-question .icon svg,
section.our-services .faq-item .faq-question .icon svg path {
  transition: all 0.3s ease-in;
}
section.our-services .faq-item.active .faq-question .icon svg path {
  fill: white;
}

section.real-reviews {
  position: relative;
  padding-top: 70px;
  margin-bottom: -100px;
}
section.real-reviews svg.shape {
  position: absolute;
  bottom: 95px;
  width: 100%;
  height: auto;
}
section.real-reviews .top-area {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
section.real-reviews .top-area .sub-headline {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 183%;
  margin-bottom: 0;
}
section.real-reviews .top-area .headline {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
section.real-reviews .top-area .testi-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}
section.real-reviews .top-area .testi-navigation button {
  border: 1.5px solid #000;
  height: 70px;
  width: 70px;
  background-color: transparent;
  border-radius: 50% 0 50% 50%;
  transition: all 0.3s ease-in;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.real-reviews .top-area .testi-navigation button:hover {
  background-color: #000;
  color: #fff;
}
.reviews-grid .owl-item .review-item {
  width: 100%;
  height: 100%;
  padding: 0 48px 50px;
  display: grid;
  gap: 20px;
  text-align: center;
}
.reviews-grid .owl-stage {
  display: flex;
}
.reviews-grid .owl-item {
  border-radius: 30px;
  background: #eafdd4;
  margin-top: 60px;
}
.review-item .photo {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-top: -60px;
}
.review-item .review {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  font-family: 'Fredoka', sans-serif;
}
.review-item .info .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.review-item .icon {
  position: absolute;
  right: 14px;
  bottom: 16px;
  display: flex;
}
.review-item .info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 116%;
}
.review-main-wrap section.bottom-section {
  position: relative;
  padding-top: 190px;
  padding-bottom: 90px;
}
.review-main-wrap section.bottom-section .container {
  display: flex;
  flex-wrap: wrap;
}
.review-main-wrap section.bottom-section .left {
  width: 50%;
}
.review-main-wrap section.bottom-section .container > .right {
  width: 50%;
  padding-left: 60px;
}
.review-main-wrap section.bottom-section .overlay-image {
  position: absolute;
  right: 0;
  bottom: -8%;
  width: 15%;
  pointer-events: none;
}
.review-main-wrap section.bottom-section .left .headline {
  font-size: 72px;
  font-weight: 600;
  line-height: 106%;
}
.review-main-wrap section.bottom-section .left .contents {
  font-size: 22px;
  font-weight: 500;
  line-height: 172%;
  margin-bottom: 50px;
}
.review-main-wrap section.bottom-section .left .btn {
  background-color: #000;
  color: #fff;
}
.review-main-wrap section.bottom-section .left .btn circle {
  fill: #fff;
}
.review-main-wrap section.bottom-section .left .btn path {
  fill: #000;
}
.review-main-wrap section.bottom-section .left .btn:hover {
  background-color: #ffd64e;
  color: #000;
}
.review-main-wrap section.bottom-section .left .btn:hover circle {
  fill: #000;
}
.review-main-wrap section.bottom-section .left .btn:hover path {
  fill: #fff;
}
.review-main-wrap section.bottom-section .container > .right .right-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 112%;
}
.review-main-wrap section.bottom-section .blurb-grid {
  display: grid;
  gap: 30px;
}
.review-main-wrap section.bottom-section .blurb-grid .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-main-wrap section.bottom-section .blurb-grid .item .icon {
  display: flex;
  width: 58px;
}
.review-main-wrap section.bottom-section .blurb-grid .item .right {
  flex: 1;
}
.review-main-wrap section.bottom-section .blurb-grid .item .right .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.review-main-wrap section.bottom-section .blurb-grid .item .right .contents {
  font-size: 16px;
  font-weight: 500;
  line-height: 165%;
}
section.bottom-section.hide-review-sec {
  padding-top: 90px;
  padding-bottom: 130px;
}
section.bottom-section.hide-review-sec svg.shape {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: auto;
}
section.real-reviews.hide-bottom-sec {
  margin-bottom: 100px;
}
section.real-reviews.hide-bottom-sec svg.shape {
  bottom: -5px;
}
section.real-reviews.hide-bottom-sec svg.shape g rect {
  fill: white;
}

section.faqs {
  padding: 100px 0;
  position: relative;
}
section.faqs svg.shape {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -5px;
}
section.faqs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.faqs .left {
  width: 50%;
  padding-right: 70px;
}
section.faqs .right {
  width: 50%;
  display: grid;
  gap: 26px;
}
section.faqs .left .headline {
  font-size: 82px;
  font-weight: 600;
  line-height: 103%;
}
section.faqs .left .contents {
  font-size: 22px;
  font-weight: 400;
  line-height: 172%;
  margin-bottom: 30px;
}
section.faqs .right .faq-item {
  transition: all 0.3s ease-in;
  border-radius: 15px;
  background: #f4f4f4;
  border: 1.5px solid #f4f4f4;
}
section.faqs .right .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  padding: 20px 30px;
  cursor: pointer;
  line-height: 175%;
}
section.faqs .right .faq-item .faq-question span {
  flex: 1;
}
section.faqs .right .faq-item .faq-question .icon {
  width: 40px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.faqs .right .faq-item .faq-question .icon svg {
  transition: all 0.3s ease-in;
}
section.faqs .right .faq-item.active .faq-question .icon svg {
  transform: rotate(-180deg);
}
section.faqs .right .faq-item.active {
  border-color: #000;
}
section.faqs .right .faq-item .faq-answers {
  padding: 0 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
section.faqs .overlap-image {
  display: flex;
  width: 15%;
  position: absolute;
  bottom: -13%;
  pointer-events: none;
}
section.give-the-care {
  position: relative;
  padding: 90px 0;
}
section.give-the-care svg.shape {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: auto;
}
section.give-the-care .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.give-the-care .left {
  width: 50%;
  position: relative;
  padding-right: 52px;
}
section.give-the-care .left .arrow {
  position: absolute;
  right: 30px;
  top: -85px;
  display: flex;
}
.review-text-box {
  border-radius: 1000px;
  background: #ff5c57;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 20px;
  padding: 0 20px 0 10px;
  height: 46px;
  line-height: 1;
}
section.give-the-care .left .headline {
  font-size: 82px;
  font-weight: 600;
  line-height: 103%;
}
section.give-the-care .left .sub-headline {
  font-size: 40px;
  font-weight: 600;
  line-height: 112%;
}
section.give-the-care .left .contents {
  font-size: 18px;
  font-weight: 400;
  line-height: 186%;
}
section.give-the-care .left .contents h4 {
  line-height: 185%;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
section.give-the-care .right {
  width: 50%;
}
section.give-the-care .puppies-grid {
  gap: 20px 35px;
}
section.give-the-care .puppies-grid .puppy-item {
  width: calc(33.33% - 24px);
}
.form-wrapper-iframe {
  width: 100%;
  position: relative;
}
.form-wrapper-iframe iframe {
  width: 100%;
  height: 800px;
  overflow: auto;
  border: none;
  border-radius: 50px;
}
.form-wrapper-iframe span.title {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  height: 49px;
  display: inline-flex;
  align-items: center;
  padding: 0 45px;
  border-radius: 25px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}
section.latest-news {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
}
section.latest-news .headline {
  font-size: 64px;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 30px;
}
section.latest-news .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 90px;
}
.post-item {
  position: relative;
}
section.latest-news .button-wrapper a {
  border: 2px solid #000;
  background-color: transparent;
  width: 100%;
  max-width: 330px;
  justify-content: center;
}
section.latest-news .button-wrapper a:hover {
  background-color: #000;
}
section.latest-news .button-wrapper {
  margin-top: 50px;
  justify-content: center;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.post-item .thumbnail {
  width: 100%;
  display: flex;
  max-width: 390px;
  margin: auto;
  height: 385px;
  border-radius: 192.5px 192.5px 0 0;
  border: 10px solid #ffd64e;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.post-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-item .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
.post-item .post-categories .category-link {
  border-radius: 17.5px;
  background: #ffd64e;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
}
.post-item .post-title {
  font-size: 33px;
  font-weight: 600;
  line-height: 121%;
}
.post-item .post-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post-item .thumbnail .date {
  width: 75px;
  height: 67px;
  border-radius: 50px 50px 0 0;
  background: #ffd64e;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding-top: 15px;
}
.post-item .thumbnail .date span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
section.location-hero .left .sub-headline {
  line-height: 1;
  font-size: 64px;
  display: block;
  padding-top: 10px;
}
section.location-hero .left .headline {
  font-size: 90px;
  margin-bottom: 30px;
}
section.location-hero .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-bottom: 30px;
}
section.location-hero .tags .item {
  border-radius: 1000px;
  padding-top: 9px;
  padding-right: 25px;
  padding-bottom: 13px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
section.location-hero .left {
  width: 60%;
}
section.location-hero .right {
  width: 40%;
}
section.location-hero .left .contents {
  font-size: 24px;
  margin-bottom: 30px;
}
.button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn.bordered {
  background-color: transparent;
  border: 2px solid #000;
}
.btn.bordered:hover {
  background-color: #000;
  color: #fff;
}
section.why-trust-us.v-2 .right .headline {
  font-size: 72px;
  margin-bottom: 30px;
}
section.why-trust-us.v-2 .right .sub-headline {
  font-size: 33px;
  font-weight: 600;
}
section.why-trust-us.v-2 .right .blurbs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 43px;
  font-size: 14px;
  line-height: 145%;
  margin-top: 40px;
}
section.why-trust-us.v-2 .right .blurbs-grid h3 {
  font-size: 22px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}
section.how-it-work {
  text-align: center;
  padding: 90px 0;
}
section.how-it-work .top-area {
  margin-bottom: 50px;
}
section.how-it-work .top-area .headline {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 10px;
}
section.how-it-work .top-area .sub-headline {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
section.how-it-work .steps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 50px;
}
section.how-it-work .steps-wrapper .item {
  position: relative;
}
section.how-it-work .steps-wrapper .item .inner {
  width: 100%;
  max-width: 390px;
  margin: auto;
}
section.how-it-work .steps-wrapper .count {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 1);
  height: 83px;
  width: 83px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 30px;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
}
section.how-it-work .steps-wrapper .item-title {
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  max-width: 319px;
  margin: 0 auto 20px;
}
section.how-it-work .steps-wrapper .item-descriptions {
  font-size: 20px;
  line-height: 165%;
}
section.how-it-work .steps-wrapper .item svg.arrow {
  position: absolute;
  left: 90%;
  width: 33%;
  height: auto;
  top: 10px;
}
section.how-it-work .steps-wrapper .item:last-child svg.arrow {
  display: none;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.logos-gallery {
  padding: 50px 20px 0;
}
section.maps-location {
  position: relative;
  padding: 70px 0;
}
section.maps-location .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.maps-location .map-wrapper {
  width: 60%;
  overflow: hidden;
  display: flex;
  border-radius: 40px;
}
section.maps-location .location-info {
  width: 40%;
  padding-left: 70px;
}
section.maps-location .location-info .tagline {
  font-weight: 600;
  font-size: 26px;
  font-family: 'Fredoka', sans-serif;
  color: rgba(255, 108, 103, 1);
  margin-bottom: 0;
}
section.maps-location .location-info .headline {
  font-weight: 600;
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 30px;
}
section.maps-location .location-info .info {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}
section.maps-location .location-info .info a {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 15px;
}
section.grooming-hero {
  position: relative;
  margin-top: -132px;
  z-index: 2;
}
section.grooming-hero svg.sticker {
  position: absolute;
  bottom: -3%;
  right: 20px;
  width: 12%;
  height: auto;
}
section.grooming-hero .top-area {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: 130px;
}
section.grooming-hero .top-area svg.middle-shape {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
}
section.grooming-hero .top-area .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.grooming-hero .top-area .left {
  width: 56%;
  padding: 70px 0 160px;
}
section.grooming-hero .top-area .right {
  width: 44%;
  display: flex;
  justify-content: center;
}
section.grooming-hero .top-area .headline {
  font-size: 90px;
  font-weight: 600;
}
section.grooming-hero .top-area .sub-headline {
  font-size: 36px;
  font-weight: 600;
}
section.grooming-hero .top-area .contents {
  font-size: 24px;
  font-weight: 700;
  line-height: 185%;
  margin-bottom: 30px;
}
section.grooming-hero .bottom-area {
  padding-bottom: 100px;
  text-align: center;
}
section.grooming-hero .bottom-area .puppies-grid {
  margin-top: -185px;
}
section.grooming-hero .bottom-area .bottom-contents {
  padding-top: 65px;
  width: 100%;
  max-width: 920px;
  margin: auto;
}
section.grooming-hero .bottom-area .bottom-heading {
  font-size: 72px;
  font-weight: 600;
}
section.grooming-hero .bottom-area .bottom-sub-heading {
  background-color: rgba(255, 255, 255, 1);
  width: max-content;
  margin: auto;
  padding: 10px 15px;
  display: inline-block;
  transform: rotate(-0.97deg);
}
section.grooming-hero .bottom-area .bottom-contents .bottom-contents {
  padding-top: 30px;
  font-size: 22px;
  line-height: 1.4;
}
section.tailored-grooming {
  position: relative;
}
section.our-services.tailored-grooming svg.shape {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: auto;
}
section.tailored-grooming .top-area {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
}
section.tailored-grooming .top-area .left {
  width: 60%;
}
section.tailored-grooming .top-area .right {
  width: 40%;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 300px;
  text-align: center;
  padding: 40px 20px;
}
section.tailored-grooming .top-area .right .right-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
section.tailored-grooming .top-area .right .btn {
  width: 100%;
  max-width: 460px;
  justify-content: center;
}
section.tailored-grooming .top-area .right .btn:hover {
  background-color: #fff;
  color: #000;
}
section.tailored-grooming .top-area .headline {
  font-size: 72px;
}
section.tailored-grooming .top-area .sub-headline {
  font-size: 40px;
  font-weight: 600;
}
section.tailored-grooming .top-area .descriptions {
  font-size: 22px;
  max-width: 794px;
  margin-left: 0;
}
section.contact-hero {
  position: relative;
  padding: 90px 0;
}
section.contact-hero .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.contact-hero .left {
  width: 50%;
}
section.contact-hero .left .headline {
  font-size: 80px;
  margin-bottom: 10px;
}
section.contact-hero .left .sub-headline {
  font-size: 32px;
  line-height: 1.3;
}
section.contact-hero .left .contents {
  font-size: 20px;
  line-height: 185%;
  width: 100%;
  max-width: 708px;
}
section.contact-hero .form-codes {
  width: 50%;
  padding-left: 80px;
}
body .frm_forms.with_frm_style input,
body .frm_forms.with_frm_style textarea,
body .frm_forms.with_frm_style select {
  height: 66px;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: -2px 2px 30px 0px rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 1) !important;
  padding: 0 20px;
}
body .frm_forms.with_frm_style input::placeholder,
body .frm_forms.with_frm_style textarea::placeholder,
body .frm_forms.with_frm_style select::placeholder {
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
body .with_frm_style .frm_top_container .frm_primary_label {
  text-align: center;
  color: rgba(30, 30, 44, 1);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
}
body .frm_forms.with_frm_style textarea {
  height: auto;
  padding: 16px;
}
body .frm_forms.with_frm_style .frm_submit {
  justify-content: center;
  display: flex;
}
body .frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button {
  color: #000;
  background-color: rgba(255, 214, 78, 1);
  height: 75px;
  width: 100%;
  max-width: 245px;
  border: none;
  font-size: 20px;
  box-shadow: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
body
  .frm_forms.frm_style_formidable-style.with_frm_style
  .frm_submit
  button:hover {
  background-color: #000;
  color: #fff;
}
section.contact-hero svg.shape {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: auto;
}
section.location-w-tab {
  padding-top: 50px;
}
section.location-w-tab ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  flex-wrap: wrap;
}
section.location-w-tab ul.tabs .tab {
  border: 2px solid #000;
  height: 75px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  text-transform: uppercase;
}
section.location-w-tab ul.tabs .tab.current {
  background-color: #000;
  color: #fff;
}
footer.site-footer {
  position: relative;
  background-image: url(/wp-content/uploads/2025/10/12-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 0;
}
footer.site-footer .bottom-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
footer.site-footer .bottom-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .bottom-footer .website {
  display: flex;
  align-items: center;
  gap: 7px;
}
footer.site-footer .top-footer {
  padding-bottom: 70px;
}
footer.site-footer .top-footer .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1770px;
}
footer.site-footer .top-footer .item {
  padding: 0 10px;
}
footer.site-footer .top-footer .item-1,
footer.site-footer .top-footer .item-4 {
  width: 30%;
}
footer.site-footer .top-footer .item-2 {
  width: 25%;
}
footer.site-footer .top-footer .item-3 {
  width: 15%;
}
footer.site-footer .top-footer .logo {
  margin-bottom: 30px;
}
footer.site-footer .top-footer .logo .custom-logo-link {
  display: flex;
}
footer.site-footer .top-footer .logo .custom-logo {
  width: 100%;
  max-width: 250px;
}
footer.site-footer .top-footer .footer-descriptions {
  font-size: 20px;
  line-height: 165%;
}
footer.site-footer .top-footer .footer-descriptions div {
  font-size: 14px;
  margin-top: -20px;
}
footer.site-footer .top-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 18px;
}
footer.site-footer .top-footer ul a {
  display: inline-block;
  padding: 5px 0;
}
footer.site-footer .top-footer .menu-contact-us-container ul a {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 15px;
  transition: all 0.3s ease-in;
  width: 100%;
  max-width: 260px;
  padding: 0 16px;
  position: relative;
  line-height: 1.2;
}
footer.site-footer .top-footer .menu-contact-us-container ul a:hover {
  border-color: #ff5c57;
}
footer.site-footer .top-footer .menu-contact-us-container ul a::before {
  position: absolute;
  content: '';
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/wp-content/uploads/2025/10/arrow-icon.png);
  right: 16px;
}
footer.site-footer .top-footer h3.title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 40px;
}
.social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  color: #000;
}
.social-links a:hover {
  color: #fff;
  background-color: rgba(244, 121, 50, 1);
  border-color: rgba(244, 121, 50, 1);
}
body .newsletter-form .frm_forms.with_frm_style .frm_form_field {
  margin-bottom: 0;
}
body .newsletter-form .frm_forms.with_frm_style .frm_fields_container {
  position: relative;
  gap: 0;
}
body .newsletter-form .frm_forms.with_frm_style .frm_form_field input {
  border: 1px solid #000;
  text-align: left;
}
body
  .newsletter-form
  .frm_forms.with_frm_style
  .frm_form_field
  input::placeholder {
  text-align: left;
}
body .newsletter-form .frm_forms.with_frm_style .frm_submit {
  position: absolute;
  right: 10px;
  top: 8px;
  height: 50px;
}
body
  .newsletter-form
  .frm_forms.with_frm_style
  .frm_submit
  button.frm_button_submit {
  margin: 0;
  height: 100%;
  width: 50px;
  position: relative;
}
body
  .newsletter-form
  .frm_forms.with_frm_style
  .frm_submit
  button.frm_button_submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/10/newsletter-Button.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
section.blog-hero {
  padding: 90px 0 140px;
  background-color: rgba(255, 175, 131, 1);
  position: relative;
}
section.blog-hero svg.shape {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -5px;
  left: 0;
}
section.blog-hero .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section.blog-hero .featured-image {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}
section.blog-hero .featured-image img {
  width: 100%;
  border-radius: 85px
}
section.blog-hero .post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
section.blog-hero .shape-post {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}
section.blog-hero .excerpt {
  font-size: 20px;
  margin-top: 40px;
  line-height: 185%;
}
section.blog-hero .shape-post .social-links {
  margin: 0;
}
section.blog-hero .post-categories span.category-link {
  background-color: rgba(255, 214, 78, 1);
  display: inline-flex;
  height: 35px;
  align-items: center;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  zoom: 1.2;
}
section.blog-hero .meta {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600;
}
section.blog-hero .meta svg {
  width: 25px;
  height: auto;
}
section.blog-hero .tagline {
  font-size: 22px;
  color: rgba(255, 108, 103, 1);
  font-weight: 600;
  margin-bottom: 20px;
}
section.blog-hero .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}
section.blog-hero .meta div {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 10px;
}
section.blog-contents {
  padding: 90px 0;
}
section.blog-contents .container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
section.blog-contents .left {
  flex: 1;
}
section.blog-contents .recent-blogs {
  width: 435px;
  background-color: rgba(194, 228, 152, 1);
  border-radius: 30px;
  padding: 30px;
}
section.blog-contents .recent-blogs h3 {
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
section.blog-contents .recent-blogs .blog-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section.blog-contents .recent-blogs .blog-item .thumbnail {
  width: 100px;
  height: 100px;
  display: flex;
  border: 4px solid rgba(255, 214, 78, 1);
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
section.blog-contents .recent-blogs .blog-item .contents-wrap {
  flex: 1;
}
section.blog-contents .recent-blogs .blog-item .contents-wrap h4.title {
  font-size: 20px;
  margin-bottom: 5px;
}
section.blog-contents .recent-blogs .blog-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
ol li {
  counter-increment: item;
  padding-left: 0;
  position: relative;
  margin-bottom: 10px;
}
ol li::before {
  content: counter(item) '. ';
  color: #fff;
  position: absolute;
  left: -35px;
  width: 23px;
  height: 23px;
  background-color: rgba(255, 92, 87, 1);
  text-align: center;
  border-radius: 5px;
}
ol {
  list-style: none;
}
ul li::marker {
  color: rgba(255, 92, 87, 1);
}
section.default-text-block {
  padding: 90px 0;
}
section.blog-hero-section {
  padding: 90px 0;
  text-align: center;
  background: #ffb083;
}
section.blog-hero-section .headline {
  font-size: 90px;
}
section.blog-hero-section .review-text-box {
  margin: auto;
  margin-bottom: 20px;
}
section.blog-hero-section .sub-headline {
  font-weight: 500;
}
.blogs-filter {
  background-color: #FFD64E;
  padding: 30px 0px;
  margin-bottom: 50px;
}
.blogs-filter .all-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.blogs-filter .all-buttons-wrap .cat {
  margin: 0;
  border-radius: 15px;
  padding: 25px 39px;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.blogs-filter .all-buttons-wrap .cat.secondary {
  background-color: #000;
  color: #fff;
}
.filter-blogs-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  margin-bottom: 90px;
}
.blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
}
.blog-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
body.single section.cta {
  padding-bottom: 70px;
}
@media screen and (min-width: 1501px) {
  section.home-hero .review-text-box {
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    margin: 0;
    transform: rotate(-90deg);
    top: 50%;
    left: -133px;
  }
  section.location-hero .review-text-box {
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    margin: 0;
    transform: rotate(-90deg);
    top: 50%;
    left: -133px;
  }
}
@media screen and (max-width: 1500px) {
  section.home-hero .top-area .left .review-text-box,
  section.location-hero .review-text-box {
    display: flex !important;
  }
  section.blog-hero-section .headline {
    font-size: 70px;
  }
  .blogs-filter .all-buttons-wrap .cat {
    padding: 12px 28px;
    font-size: 16px;
  }
  .filter-blogs-content {
    gap: 50px;
  }
  header.site-header nav.main-navigation ul a {
    font-size: 18px;
  }
  .container {
    padding: 0 20px;
  }
  header.site-header .right .phone {
    font-size: 18px;
  }
  header.site-header .right .book-button {
    font-size: 16px;
    height: 60px;
    padding: 0 20px;
    gap: 10px;
  }
  header.site-header nav.main-navigation ul {
    gap: 40px;
  }
  header.site-header .site-branding a img {
    max-width: 200px;
  }
  header.site-header .right {
    gap: 20px;
  }
  .puppies-grid {
    gap: 20px 20px;
  }
  .puppy-item {
    width: calc(20% - 20px);
  }
  .puppy-item .tag {
    font-size: 16px;
  }
  .puppy-item .name {
    font-size: 28px;
  }
  .puppy-item .btn {
    font-size: 15px;
    height: 45px;
    gap: 5px;
  }
  .puppy-item .btn svg {
    width: 28px;
  }
  section.home-hero .review-text-box {
    display: none;
  }
  section.home-hero .top-area .tagline {
    font-size: 28px;
  }
  section.home-hero .top-area .headline {
    font-size: 80px;
  }
  section.home-hero .top-area .sub-headline {
    font-size: 40px;
  }
  section.home-hero .top-area .contents {
    font-size: 20px;
  }
  section.why-trust-us .right .headline {
    font-size: 70px;
  }
  section.why-trust-us .right .contents {
    font-size: 20px;
  }
  section.why-trust-us .cards-grid .card .card-titlee {
    font-size: 40px;
  }
  section.why-trust-us .cards-grid {
    margin-top: 50px;
  }
  section.cta .cta .btn {
    font-size: 20px;
    width: auto;
  }
  .btn {
    height: 60px;
    padding: 0 30px;
    gap: 10px;
    font-size: 18px;
  }
  section.cta .cta {
    gap: 40px;
  }
  section.cta .cta .middle .headline {
    font-size: 35px;
  }
  section.cta .cta .middle .contents {
    font-size: 18px;
  }
  section.our-services .faq-columns {
    gap: 20px !important;
  }
  section.our-services .top-area .headline {
    font-size: 65px;
  }
  section.our-services .top-area .descriptions {
    font-size: 18px;
    max-width: 980px;
  }
  section.our-services .faq-item .faq-question {
    font-size: 22px;
  }
  section.our-services .faq-item .faq-question .icon {
    width: 50px;
    height: 50px;
  }
  section.our-services .faq-item {
    margin-bottom: 30px;
  }
  section.real-reviews .top-area .sub-headline {
    font-size: 28px;
  }
  section.real-reviews .top-area .headline {
    font-size: 50px;
  }
  .review-item .review {
    font-size: 18px;
  }
  .review-main-wrap section.bottom-section .left .headline {
    font-size: 62px;
  }
  .review-main-wrap section.bottom-section .left .contents {
    font-size: 18px;
  }
  .review-main-wrap section.bottom-section .container > .right .right-title {
    font-size: 30px;
  }
  section.faqs .left .headline {
    font-size: 65px;
  }
  section.faqs .left .contents {
    font-size: 18px;
  }
  section.faqs .right .faq-item .faq-question {
    font-size: 22px;
  }
  section.latest-news .headline {
    font-size: 50px;
  }
  .post-item .post-title {
    font-size: 30px;
  }
  section.give-the-care .left .headline {
    font-size: 65px;
  }
  section.give-the-care .left .sub-headline {
    font-size: 30px;
  }
  section.give-the-care .left .contents h4 {
    font-size: 18px;
  }
  section.location-hero .review-text-box {
    display: none;
  }
  section.grooming-hero .top-area .headline {
    font-size: 70px;
  }
  section.grooming-hero .top-area .sub-headline {
    font-size: 28px;
  }
  section.grooming-hero .top-area .contents {
    font-size: 20px;
  }
  section.grooming-hero .bottom-area .bottom-heading {
    font-size: 60px;
  }
  section.grooming-hero .bottom-area .bottom-sub-heading {
    font-size: 28px;
  }
  section.contact-hero .left .headline {
    font-size: 65px;
  }
  section.contact-hero .left .sub-headline {
    font-size: 28px;
  }
  section.contact-hero .left .contents {
    font-size: 18px;
  }
  section.location-w-tab ul.tabs .tab {
    height: 65px;
    font-size: 18px;
  }
  section.maps-location .location-info .headline {
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  header.site-header nav.main-navigation ul {
    gap: 25px;
  }
  header.site-header .right .phone {
    font-size: 16px;
  }
  section.home-hero .top-area .tagline {
    font-size: 25px;
  }
  section.home-hero .top-area .headline {
    font-size: 60px;
  }
  section.home-hero .top-area .sub-headline {
    font-size: 35px;
  }
  section.blurbs .blurbs-grid {
    gap: 30px 60px;
  }
  section.why-trust-us .right .headline {
    font-size: 58px;
  }

  section.why-trust-us .right .contents {
    font-size: 18px;
  }
  section.give-the-care .puppies-grid .puppy-item {
    width: calc(33.33% - 10px);
  }
  section.give-the-care .puppies-grid {
    gap: 20px 15px;
  }
  .puppy-item .btn {
    padding: 0 10px;
    width: 100%;
    justify-content: center;
  }
  .puppy-item .name {
    font-size: 25px;
  }
  section.location-hero .left .contents {
    font-size: 18px;
  }
  section.location-hero .tags .item {
    font-size: 16px;
  }
  section.why-trust-us.v-2 .right .sub-headline {
    font-size: 25px;
  }
  section.why-trust-us.v-2 .right .headline {
    font-size: 55px;
  }
  section.our-services ul.tabs li.tab {
    font-size: 18px;
    padding: 15px 35px;
  }
  section.how-it-work .top-area .headline {
    font-size: 60px;
  }
  section.how-it-work .top-area .sub-headline {
    font-size: 30px;
  }
  section.how-it-work .steps-wrapper .item-title {
    font-size: 28px;
  }
  section.how-it-work .steps-wrapper .item-descriptions {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  section.home-hero .top-area .tagline {
    font-size: 22px;
  }
  section.home-hero .top-area .headline {
    font-size: 50px;
  }
  section.home-hero .top-area .sub-headline {
    font-size: 30px;
  }
  section.home-hero .top-area .contents {
    font-size: 18px;
  }
  section.home-hero .top-area .left {
    padding: 90px 0;
  }
  .puppy-item {
    width: calc(20% - 20px);
  }
  
  .puppy-item .thumb {
    height: 100px;
}

  header.site-header .right .phone {
    display: none;
  }
  header.site-header .right .book-button {
    height: 48px;
    padding: 0 15px;
  }
  header.site-header .right .book-button svg {
    width: 28px;
    height: auto;
  }
  header.site-header {
    padding: 12px 0;
  }
  section.home-hero .top-area .right {
    width: 48%;
  }
  section.blurbs .blurbs-grid .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  section.blurbs .blurbs-grid .contents {
    font-weight: 500;
  }
  section.blurbs .blurbs-grid .icon {
    height: 110px;
  }
  section.blurbs .blurbs-grid .icon img {
    height: 100%;
  }
  section.why-trust-us .right .contents {
    font-size: 16px;
  }
  section.why-trust-us .right .headline {
    font-size: 45px;
  }
  section.why-trust-us .cards-grid {
    margin-top: 30px;
    gap: 10px;
  }
  section.why-trust-us .cards-grid .card .card-titlee {
    font-size: 30px;
  }
  section.why-trust-us .cards-grid .card .card-description {
    font-size: 15px;
  }
  section.cta .cta {
    gap: 20px;
    padding: 35px 40px;
  }
  section.cta .cta .icon {
    width: 90px;
  }
  section.cta .cta .middle .headline {
    font-size: 28px;
  }
  section.cta .cta .middle .contents {
    font-size: 16px;
  }
  section.our-services .top-area .headline {
    font-size: 50px;
  }
  section.our-services .top-area .descriptions {
    font-size: 16px;
    max-width: 800px;
  }
  section.our-services .faq-item {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  section.our-services .faq-item .faq-question {
    font-size: 18px;
  }
  section.our-services .faq-item .faq-question .icon {
    width: 40px;
    height: 40px;
  }
  section.our-services .faq-item .faq-question .icon svg {
    width: 20px;
    height: auto;
  }
  .reviews-grid .owl-item .review-item {
    padding: 0 20px 60px;
  }
  .review-item .icon {
    width: 50px;
    height: 50px;
  }
  .review-item .info .designation {
    font-size: 16px;
  }
  .review-item .info .name {
    font-size: 22px;
  }
  .review-main-wrap section.bottom-section .blurb-grid .item .icon {
    width: 45px;
  }
  .review-main-wrap section.bottom-section .left .headline {
    font-size: 40px;
  }
  .review-main-wrap section.bottom-section .blurb-grid .item .right .title {
    font-size: 20px;
  }
  .review-main-wrap section.bottom-section .blurb-grid .item .right .contents {
    font-size: 15px;
  }
  section.faqs .left .headline {
    font-size: 45px;
  }
  section.faqs .right .faq-item .faq-question {
    font-size: 20px;
    line-height: 150%;
  }
  section.faqs .right {
    gap: 15px;
  }
  section.latest-news .posts-grid {
    gap: 40px 30px;
  }
  .post-item .post-title {
    font-size: 26px;
  }
  .post-item .post-excerpt {
    font-size: 16px;
  }
  section.give-the-care .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  section.give-the-care .left .review-text-box {
    margin: auto;
    margin-bottom: 20px;
  }
  section.give-the-care .right {
    width: 100%;
    margin-top: 80px;
  }
  section.give-the-care .left .arrow {
    bottom: -69px;
    top: auto;
    transform: rotate(45deg);
  }
  section.give-the-care .left .headline {
    font-size: 50px;
  }
  section.location-hero .tags {
    justify-content: center;
  }
  section.location-hero .button-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  section.how-it-work .top-area .sub-headline {
    font-size: 25px;
  }
  section.how-it-work .top-area .headline {
    font-size: 50px;
  }
  section.how-it-work .steps-wrapper .item-title {
    font-size: 25px;
  }
  section.how-it-work .steps-wrapper .item-descriptions {
    font-size: 16px;
  }
  section.bottom-section.hide-review-sec {
    padding-top: 70px !important;
  }
  section.maps-location .map-wrapper {
    width: 50%;
  }
  section.maps-location .location-info {
    width: 50%;
    padding-left: 50px;
  }
  section.maps-location .location-info .tagline {
    font-size: 22px;
  }
  section.maps-location .location-info .headline {
    font-size: 50px;
    line-height: 1.4;
  }
  section.maps-location .location-info .info a {
    font-size: 18px;
  }
  section.grooming-hero .top-area .headline {
    font-size: 55px;
  }
  section.grooming-hero .top-area .sub-headline {
    font-size: 24px;
  }
  section.grooming-hero .top-area .contents {
    font-size: 18px;
  }
  section.grooming-hero .bottom-area .bottom-heading {
    font-size: 50px;
  }
  section.grooming-hero .bottom-area .bottom-sub-heading {
    font-size: 24px;
  }
  section.grooming-hero .bottom-area .bottom-contents .bottom-contents {
    font-size: 18px;
  }
  section.grooming-hero .bottom-area .bottom-contents .bottom-contents h4 {
    font-size: 20px;
  }
  section.tailored-grooming .top-area .sub-headline {
    font-size: 30px;
  }
  section.tailored-grooming .top-area .left {
    padding-right: 20px;
  }
  section.tailored-grooming .top-area .right {
    border-radius: 50px;
  }
  section.tailored-grooming .top-area .right .right-title {
    font-size: 28px;
  }
  section.contact-hero .left .headline {
    font-size: 55px;
  }
  section.contact-hero .left .sub-headline {
    font-size: 22px;
  }
  section.contact-hero .left .contents {
    font-size: 16px;
  }
  section.contact-hero .form-codes {
    padding-left: 30px;
  }
  body .frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button {
    height: 60px;
    font-size: 18px;
  }
  section.location-w-tab ul.tabs .tab {
    min-width: 170px;
    height: 55px;
  }
  section.location-w-tab ul.tabs {
    justify-content: center;
    gap: 10px 20px;
  }
  footer.site-footer .top-footer .footer-descriptions {
    font-size: 16px;
  }
  footer.site-footer .top-footer ul {
    font-size: 16px;
  }
  footer.site-footer .top-footer .menu-contact-us-container ul a {
    height: 42px;
    max-width: 200px;
  }
  footer.site-footer .top-footer .menu-contact-us-container ul a::before {
    right: 10px;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr 1fr;
  }
  section.blog-hero .meta {
    font-size: 16px;
  }
  section.blog-hero .meta svg {
    width: 18px;
  }
  section.blog-hero .post-categories span.category-link {
    zoom: 1;
  }
  section.blog-contents .recent-blogs {
    width: 300px;
    padding: 20px;
  }
  section.blog-contents .container {
    gap: 30px;
  }
  section.blog-contents .recent-blogs h3 {
    font-size: 20px;
  }
  section.blog-contents .recent-blogs .blog-item .contents-wrap h4.title {
    font-size: 18px;
  }
  section.blog-contents .recent-blogs .blog-item .thumbnail {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  header.site-header nav.main-navigation {
    display: none;
  }
      .puppy-item {
        width: calc(33.333% - 20px);
    }
        .puppy-item .thumb {
        height: 150px;
    }
  header.site-header .right .book-button {
    display: none;
  }
  .side-menu-trigger.menu-trigger {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    cursor: pointer;
  }
  section.home-hero .top-area .left {
    width: 100%;
    padding: 70px 0;
  }
  section.home-hero .top-area .right {
    width: 30%;
    right: -20px;
  }
  section.blurbs .blurbs-grid {
    grid-template-columns: 1fr 1fr;
  }
  section.why-trust-us .left {
    width: 100%;
  }
  section.why-trust-us .right {
    width: 100%;
    padding: 50px 0 0;
  }
  section.cta .cta {
    border-radius: 50px;
  }
  section.cta .cta .btn {
    font-size: 16px;
  }
  section.cta .cta .btn svg {
    width: 28px;
    height: auto;
  }
  section.our-services .faq-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.our-services .faq-columns .faq-column {
    flex: none !important;
    width: calc(50% - 10px);
  }
  .review-main-wrap section.bottom-section .left,
  .review-main-wrap section.bottom-section .container > .right {
    width: 100%;
    padding: 0;
  }
  .review-main-wrap section.bottom-section .container {
    gap: 50px;
  }
  .review-main-wrap section.bottom-section {
    padding-top: 150px;
  }
  section.faqs .left,
  section.faqs .right {
    width: 100%;
    padding: 0;
  }
  section.faqs .container {
    gap: 50px;
  }
  section.latest-news .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
  section.how-it-work {
    padding: 70px 0;
  }
  section.how-it-work .steps-wrapper .count {
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: 500;
  }
  section.how-it-work .steps-wrapper .item svg.arrow {
    top: 15px;
  }
  section.how-it-work .steps-wrapper .item-title {
    font-size: 22px;
  }
  section.maps-location .location-info {
    padding-left: 30px;
  }
  section.maps-location .location-info .tagline {
    font-size: 20px;
  }
  section.maps-location .location-info .headline {
    font-size: 40px;
  }
  section.maps-location .location-info .info a {
    font-size: 16px;
  }
  section.maps-location .location-info .info {
    gap: 20px;
  }
  section.maps-location .map-wrapper iframe {
    height: 500px;
  }
  section.grooming-hero .top-area .left {
    width: 100%;
    padding-bottom: 50px;
  }
  section.grooming-hero .top-area .right {
    width: 100%;
  }
  section.grooming-hero .bottom-area .bottom-heading {
    font-size: 45px;
  }
  section.grooming-hero .bottom-area .bottom-sub-heading {
    font-size: 20px;
  }
  section.grooming-hero .bottom-area .bottom-contents .bottom-contents {
    font-size: 16px;
  }
  section.grooming-hero .bottom-area .bottom-contents .bottom-contents h4 {
    font-size: 18px;
  }
  section.grooming-hero .bottom-area .bottom-contents {
    padding-top: 50px;
  }
  section.grooming-hero .bottom-area {
    padding-bottom: 70px;
  }
  section.tailored-grooming .top-area .left {
    width: 100%;
    padding: 0;
  }
  section.tailored-grooming .top-area .right {
    width: 100%;
    margin-top: 30px;
  }
  section.tailored-grooming .top-area .sub-headline {
    font-size: 25px;
  }
  .review-text-box {
    font-size: 14px;
    padding: 0 20px 0 10px;
    height: 39px;
  }
  .review-text-box svg {
    width: auto;
    height: 16px;
  }
  section.contact-hero .left,
  section.contact-hero .form-codes {
    width: 100%;
    padding: 0;
  }
  section.contact-hero .container {
    gap: 40px;
  }
  section.contact-hero .left .headline {
    font-size: 45px;
  }
  section.contact-hero .left .sub-headline {
    font-size: 20px;
  }
  section.location-w-tab ul.tabs .tab {
    font-size: 16px;
    height: 50px;
    min-width: 130px;
    padding: 0 20px;
  }
  section.location-w-tab ul.tabs {
    gap: 10px 15px;
  }
  footer.site-footer .top-footer .item {
    width: 50%;
  }
  footer.site-footer .top-footer .container {
    row-gap: 30px;
  }
  body .newsletter-form .frm_forms.with_frm_style .frm_form_field input {
    height: 50px;
  }
  body .newsletter-form .frm_forms.with_frm_style .frm_submit {
    height: 40px;
    top: 4px;
    right: 5px;
  }
  body
    .newsletter-form
    .frm_forms.with_frm_style
    .frm_submit
    button.frm_button_submit {
    width: 40px;
  }
  .social-links a {
    width: 40px;
    height: 40px;
  }
  section.blog-hero {
    padding: 70px 0;
    text-align: center;
  }
  section.blog-hero .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  h1 {
    font-size: 40px;
  }
  section.blog-hero .meta {
    justify-content: center;
  }
  section.blog-hero .tagline {
    font-size: 18px;
  }
  h2 {
    font-size: 40px;
  }
  section.blog-contents {
    padding-bottom: 70px;
  }
  section.default-text-block {
    padding: 70px 0;
  }
  section.blog-hero-section {
    padding: 70px 0;
  }
  section.blog-hero-section .headline {
    font-size: 55px;
  }
  .blog-pagination .page-numbers {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  section.blog-hero .post-categories {
    justify-content: center;
    margin-bottom: 20px;
  }
  section.blog-hero .post-categories span.category-link {
    font-size: 14px;
    font-weight: 600;
  }
  section.blog-hero .shape-post {
    justify-content: center;
    font-size: 16px;
  }
  section.blog-hero .excerpt {
    font-size: 16px;
    margin-top: 30px;
  }
  section.blog-contents .left {
    flex: none;
    width: 100%;
  }
  section.blog-contents .recent-blogs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.home-hero .top-area .tagline {
    font-size: 18px;
    margin-bottom: 10px;
    width: 75%;
  }
  section.home-hero .top-area .headline {
    font-size: 40px;
  }
  section.home-hero .top-area .sub-headline {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.home-hero .top-area .contents {
    font-size: 16px;
  }
  .puppies-grid {
    gap: 20px 10px;
  }
  .puppy-item {
    width: calc(50% - 5px);
    padding: 5px 5px 15px;
    border-radius: 10px;
  }
  section.home-hero .top-area .left {
    padding: 70px 0 30px;
  }
  .puppy-item .name {
    font-size: 22px;
    margin: 12px 0;
  }
  .puppy-item .btn {
    width: 95%;
  }
  .puppy-item .thumb {
    border-radius: 10px;
  }
  section.home-hero {
    padding-bottom: 50px;
  }
  section.blurbs .blurbs-grid {
    grid-template-columns: 1fr;
  }
  section.blurbs {
    padding: 50px 0 50px;
  }
  section.why-trust-us {
    padding: 50px 0;
  }
  section.why-trust-us .right .headline {
    font-size: 35px;
  }
  section.why-trust-us .cards-grid {
    grid-template-columns: 1fr;
  }
  section.cta .cta {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
  }
  section.cta .cta .middle {
    flex: none;
    width: 100%;
  }
  .button-wrapper {
    width: 100%;
  }
  section.our-services .top-area .headline {
    font-size: 35px;
  }
  section.our-services .faq-columns .faq-column {
    width: 100%;
  }
  section.our-services .faq-columns {
    gap: 0 !important;
  }
  section.our-services .top-area {
    margin-bottom: 30px;
  }
  section.real-reviews .top-area .headline {
    font-size: 35px;
  }
  section.real-reviews .top-area .sub-headline {
    font-size: 20;
    font-size: 20px;
  }
  section.real-reviews .top-area .testi-navigation {
    position: initial;
    transform: translateY(0%);
    margin-top: 15px;
    justify-content: center;
  }
  section.real-reviews .top-area .testi-navigation button {
    width: 50px;
    height: 50px;
  }
  .review-main-wrap section.bottom-section .left .headline {
    font-size: 32px;
  }
  .review-main-wrap section.bottom-section .left .contents {
    font-size: 16px;
  }
  .btn {
    width: 100%;
    font-size: 16px;
    justify-content: center;
    height: 55px;
  }
  section.cta .cta .btn {
    width: 100%;
  }
  .review-main-wrap section.bottom-section .container > .right .right-title {
    font-size: 24px;
  }
  section.real-reviews {
    padding-top: 50px;
  }
  .review-main-wrap section.bottom-section {
    padding-bottom: 50px;
  }
  .review-main-wrap section.bottom-section .overlay-image {
    bottom: -26px;
  }
  section.faqs {
    padding: 50px 0;
  }
  section.faqs .left .headline {
    font-size: 35px;
  }
  section.faqs .left .contents {
    font-size: 16px;
  }
  section.faqs .right .faq-item .faq-question {
    padding: 15px 20px;
  }
  section.faqs .overlap-image {
    bottom: -20px;
    width: 65px;
  }
  section.latest-news {
    padding: 50px 0;
  }
  section.latest-news .headline {
    font-size: 35px;
  }
  section.latest-news .posts-grid {
    grid-template-columns: 1fr;
  }
  section.give-the-care .left {
    padding: 0;
  }
  section.give-the-care .left .arrow {
    width: 70px;
    bottom: -80px;
  }
  section.give-the-care .left .headline {
    font-size: 35px;
  }
  section.give-the-care .left .sub-headline {
    font-size: 20px;
  }
  section.give-the-care .left .contents {
    font-size: 16px;
  }
  section.give-the-care .left .contents h4 {
    font-size: 16px;
  }
  section.give-the-care {
    padding: 0 0 50px;
  }
  
  .location-hero .container {
    flex-direction: column-reverse;
    gap: 20px;
}

  section.give-the-care .puppies-grid .puppy-item {
    width: calc(50% - 5px);
  }
  section.give-the-care .puppies-grid {
    gap: 20px 10px;
  }
  section.maps-location .container {
    gap: 40px;
  }
  section.maps-location .map-wrapper,
  section.maps-location .location-info {
    width: 100%;
    padding: 0;
  }
  section.maps-location .location-info .headline {
    font-size: 35px;
  }
  section.maps-location .location-info .tagline {
    font-size: 18px;
  }
  section.maps-location .map-wrapper iframe {
    height: 400px;
  }
  section.how-it-work {
    padding: 50px 0;
  }
  section.how-it-work .top-area .headline {
    font-size: 35px;
  }
  section.how-it-work .top-area .sub-headline {
    font-size: 20px;
  }
  section.how-it-work .steps-wrapper {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  section.how-it-work .steps-wrapper .count {
    margin-bottom: 20px;
  }
  section.how-it-work .steps-wrapper .item-title {
    margin-bottom: 10px;
  }
  section.how-it-work .steps-wrapper .item svg.arrow {
    bottom: -43px;
    top: auto;
    transform: rotate(90deg);
    left: calc(50% - 20px);
    width: 40px;
  }
  section.location-hero .tags .item {
    font-size: 14px;
    padding: 7px 20px 10px;
  }
  .form-wrapper-iframe span.title {
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
  }
  section.why-trust-us.v-2 .right .blurbs-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  section.why-trust-us.v-2 .right .headline {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section.why-trust-us.v-2 .right .sub-headline {
    font-size: 20px;
    margin: 0;
  }
  section.why-trust-us.v-2 .right .blurbs-grid h3 {
    font-size: 20px;
  }
  section.our-services ul.tabs li.tab {
    font-size: 15px;
    padding: 10px 20px;
  }
  section.our-services ul.tabs {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section.grooming-hero .top-area .headline {
    font-size: 32px;
    margin-bottom: 10px;
  }
  section.grooming-hero .top-area .sub-headline {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.grooming-hero .top-area .contents {
    font-size: 16px;
    font-weight: 400;
  }
  section.grooming-hero .top-area .left .button-wrapper {
    flex-wrap: wrap;
  }

  section.grooming-hero .top-area .left {
    padding-bottom: 30px;
  }
  section.grooming-hero .bottom-area .bottom-heading {
    font-size: 32px;
  }
  section.grooming-hero .bottom-area .bottom-sub-heading {
    font-size: 18px;
  }
  section.grooming-hero .bottom-area .bottom-contents .bottom-contents h4 {
    font-size: 17px;
  }
  section.tailored-grooming .top-area .right .right-title {
    font-size: 22px;
  }
  section.tailored-grooming .top-area .right {
    border-radius: 20px;
    padding: 25px 20px;
  }
  section.grooming-hero svg.sticker {
    bottom: -14px;
  }
  section.contact-hero {
    padding: 50px 0;
  }
  section.contact-hero .left .headline {
    font-size: 35px;
  }
  body .frm_forms.with_frm_style input,
  body .frm_forms.with_frm_style textarea,
  body .frm_forms.with_frm_style select {
    height: 50px;
  }
  body .frm_forms.with_frm_style textarea {
    height: auto;
  }
  body .frm_forms.frm_style_formidable-style.with_frm_style .frm_submit button {
    height: 50px;
    font-size: 16px;
    max-width: 180px;
  }
  footer.site-footer {
    padding-top: 50px;
  }
  footer.site-footer .top-footer .item {
    width: 100%;
    padding: 0;
  }
  footer.site-footer .top-footer .menu-contact-us-container ul a {
    max-width: 100%;
  }
  .social-links {
    margin-top: 20px;
    justify-content: center;
  }
  footer.site-footer .top-footer {
    padding-bottom: 50px;
  }
  footer.site-footer .bottom-footer .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 50px;
  }
  h1 {
    font-size: 35px;
  }
  section.blog-hero .tagline {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.blog-hero {
    padding: 50px 0;
  }
  section.blog-contents {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  section.default-text-block {
    padding: 50px 0;
  }
  .filter-blogs-content {
    grid-template-columns: 1fr;
  }
  section.blog-hero-section .headline {
    font-size: 35px;
  }
  section.blog-hero-section .sub-headline {
    font-size: 18px;
  }
  section.blog-hero-section {
    padding: 50px 0;
  }
  .blogs-filter .all-buttons-wrap {
    gap: 10px;
  }
  .blogs-filter .all-buttons-wrap .cat {
    padding: 9px 20px;
  }
}

body {
  zoom: 0.75;
}
div#wpadminbar {
  zoom: 1.3;
}
@media screen and (max-width: 1500px) {
  body,
  div#wpadminbar {
    zoom: 0.85;
  }
}

@media screen and (max-width: 1000px) {
  body,
  div#wpadminbar {
    zoom: 1;
  }
}
