/*
	Theme Name: iVET360 Theme 9
	Description: This is your custom style sheet
        for your child themes custom CSS code.
	Author: Brandon Kudo
	Author URI: http://example.com/

*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Sitewide Styles
2. Header Styles
3. Homepage Styles
4. Features
	4a. Services
	4b. Doctors
	4c. Counter
	4d. Testimonials
	4e. Blog
	4g. Thank You
5. Sidebar Styles
6. G-Form Styles
7. Footer Styles
8. Individual Page Styles
9. Animations & Keyframes
10. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. SITEWIDE STYLES
--------------------------------------------------------------*/

:root {
  --grey: #f5f5f5;
  --lime: #acd679;
  --indigo: #09062a;
  --hover: #82aa53;
  --galaxy: #262262;
  --transparent-grey: #f5f5f533;
  --transparent-midnight: #26226233;
}

a:not(button),
a:not(button):visited {
  color: var(--lime);
  transition: all 0.2s ease;
}

a:not(button):hover {
  color: var(--hover);
}

.entry-content {
  & p,
  li {
    a:not(button):hover {
      text-decoration: underline;
    }
  }
}

body {
  background-color: white;
}

body,
p,
a,
ul,
li,
u,
em,
strong,
span,
div,
button,
input,
figure,
footer,
header,
section,
aside,
nav,
form {
  font-family: "Karla", sans-serif;
  color: var(--galaxy);
}

h1,
h2,
hgroup {
  font-family: "noto-serif", serif;
  font-weight: 600;
  color: var(--galaxy);
  margin-bottom: 1em;
}

h3,
h4,
h5,
h6 {
  font-family: "noto-serif", serif;
  font-weight: 600;
  color: var(--galaxy);
  margin-bottom: 1em;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 1em;
}

.home header {
  display: none;
}

.page .entry-content {
  margin-bottom: 50px;
}

.comments-area {
  display: none !important;
}

#masthead,
.title {
  display: none;
}
.home .entry-content > p {
  display: none;
}
header.entry-header {
  display: flex;
  justify-content: flex-start;
}

header.entry-header h1.entry-title {
  padding: 0;
  color: var(--galaxy) !important;
  font-weight: bold;
  /* background-color: white; */
  margin-bottom: 0px;
  text-align: left;
}
.title-line {
  width: 100px;
  height: 5px;
  background-color: var(--hover);
  max-width: 90vw;
  margin-bottom: 25px;
}
.home .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-content {
  margin-bottom: 0px !important;
  height: auto !important;
}

.buttons-container {
  .blue-button {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.service-btns-ctn {
  padding-top: 40px;

  .blue-button {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

/* new button animation */

.blue-button {
  padding: 10px 20px;
  color: var(--galaxy);
  background-color: var(--lime);
  border: 2px solid var(--lime);
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  border-radius: 0px;
  padding: 16px 24px;
  position: relative;

  &:hover {
    color: var(--galaxy);
    background-color: var(--hover);
    border: 2px solid var(--hover);
  }
}

a.blue-button:visited {
  color: #fff;
}

.alt-button {
  padding: 10px 20px;
  color: var(--lime);
  background-color: transparent;
  border: 2px solid var(--lime);
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  border-radius: 0px;
  padding: 16px 24px;
  position: relative;
  color: var(--galaxy);

  &:hover {
    border: 2px solid var(--hover);
    color: var(--galaxy);
  }
}

.button,
.gform_button {
  padding: 10px 20px;
  color: var(--galaxy) !important;
  background-color: var(--lime) !important;
  border: 2px solid var(--lime) !important;
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.6s ease;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  border-radius: 0px;
  padding: 16px 24px;
}

.button:hover,
.gform_button:hover {
  background-color: var(--hover) !important;
  border: 2px solid var(--hover) !important;
}

.center-picture {
  display: flex;
  justify-content: center;
}

.page-header-image-single {
  float: left;
  width: 350px;
  height: auto;
  padding: 0px 20px 10px 0px;
  margin-top: 0px !important;
}

main#main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

aside#custom_html-6 .textwidget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

aside#custom_html-6 .textwidget img {
  margin-bottom: 10px;
  max-width: 250px;
}

.three-animal-container,
.doctors-section,
.big-three-container,
.numbers-container {
  position: relative;
}

.fifty-percent {
  width: 50%;
}

/*--------------------------------------------------------------
2. HEADER STYLES
--------------------------------------------------------------*/

.header {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  width: 90%;
  background-color: var(--grey);
  padding: 60px 0;
  margin: 80px auto 0 auto;
  border-radius: 0px;
}

.inner-header {
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  & p {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
}

#sticky-header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  transform: translateY(-175px);
  transition: transform 0.4s ease;
  background-color: var(--galaxy);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  gap: 20px;
}

.slide-down {
  transform: translateY(0px) !important;
}

.sticky-section {
  width: 29%;
  max-width: 400px;
  padding: 25px 0;
}

.sticky-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.75vw, 22px);
  padding: 10px 20px;
  border: 2px solid var(--lime);
  transition: all 0.25s ease-in;

  & span {
    color: var(--lime);
  }

  &:hover {
    border-color: var(--hover);
    & span {
      color: var(--hover);
    }
    & i {
      color: var(--hover);
    }
  }
}

.sticky-button i {
  margin-right: 6px;
  color: var(--lime);
}

.header-logo {
  min-width: 230px;
}

.floating-mobile-version9 {
  display: none;
}

.mobile-floating-nav {
  display: none;
}

.top-row-floating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottom-row-floating {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hamburger-container {
  display: none;
}

.float-button {
  width: 90vw;
  margin-bottom: 5px;
}

.float-button p {
  margin: 0px;
}

.phone-float {
  font-size: 14px !important;
}

.true-mobile-nav {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-bottom-bar {
  width: 100vw;
  height: 40px;
  background-image: linear-gradient(to bottom, #005e7c, var(--lime));
}

.mobile-call {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--lime);
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.mobile-call:hover {
  color: white;
}

.mobile-call p {
  margin-bottom: 0;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-call i {
  transform: rotate(90deg);
  color: var(--lime);
  margin-right: 5px;
}

.mobile-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--lime);
  padding: 5px 10px;
  text-align: center;
}
.mobile-appt p {
  margin-bottom: 0;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-appt i {
  color: var(--lime);
  margin-right: 5px;
}

.mobile-appt:hover {
  background-color: var(--lime);
}

.mobile-appt:hover i {
  color: white;
}

.mobile-appt:hover p {
  color: white !important;
}

.mobile-btns-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-btns-container a:hover {
  background-color: var(--lime) !important;
}

.mobile-btns-container a:hover p {
  color: white !important;
}

.mobile-btns-container a:hover i {
  color: white;
}

.floating-appt {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--lime);
  padding: 5px 10px;
  text-align: center;
}

.floating-appt p {
  margin-bottom: 0;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-appt i {
  color: var(--lime);
  margin-right: 5px;
}

.floating-call {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--lime);
  padding: 5px 10px;
  text-align: center;
}

.floating-call p {
  margin-bottom: 0;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-call i {
  transform: rotate(90deg);
  color: var(--lime);
  margin-right: 5px;
}

.floating-call:hover {
  background-color: var(--lime);
}

.floating-call:hover p {
  color: white !important;
}

.floating-call:hover i {
  color: white;
}

.floating-appt:hover {
  background-color: var(--lime);
}

.floating-appt:hover p {
  color: white !important;
}

.floating-appt:hover i {
  color: white;
}

.site-nav {
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
#main-header-wrapper {
  /* position: relative; */
}
@media screen and (min-width: 1025px) {
  /*.home #main-header-wrapper {
		position: fixed;
	}*/
  #main-header-wrapper {
    /* position: fixed; */
  }
}
.site-nav ul {
  margin: 0;
  list-style-type: none;
}

.site-nav li {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.site-nav-inner {
  height: fit-content;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
  width: 90vw;
  margin: auto;
}

.hamburger-container-inner {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger-container-inner span {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--lime);
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--lime);
  white-space: nowrap;
}

.hamburger-container-inner span:nth-child(1) {
  margin-right: 10px;
}

.hamburger-container-inner span img {
  margin-right: 10px;
}

.hamburger-container-inner span:nth-child(1) img {
  width: 20px;
}

.hamburger-container-inner span:nth-child(2) img {
  width: 18px;
}

.hamburger-container-inner span a {
  color: var(--lime);
  font-weight: 900;
}

.nav-menu-wrapper__inner {
  display: flex;
  align-items: center;
}

#menu-left_menu,
#menu-left_menu-1 {
  /* justify-content: flex-end; */
}

#menu-right_menu,
#menu-right_menu-1 {
  justify-content: flex-start;
}

.nav-menu-wrapper > div > ul > li {
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  cursor: pointer;
  text-align: center;

  & i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 4px;
    padding-top: 4px;
    transition: all 0.25s ease-in;
  }
}

.nav-menu-wrapper > div > ul > li a {
  font-weight: bold;
  text-transform: capitalize;
  flex-grow: 1;
  transition: all 0.3s ease;
  font-size: 16px;
}

.nav-menu-wrapper > div > ul > li > a {
  color: var(--galaxy);
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-menu-wrapper > div > ul > li .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  background-color: var(--hover);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
  overflow: hidden;

  & li {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease;
  }

  & li > a {
    overflow: hidden;
    padding: 0;
  }
}

.nav-menu-wrapper > div > ul > li:hover .sub-menu {
  grid-template-rows: 1fr;
  padding: 10px 0;

  & li {
    grid-template-rows: 1fr;
    display: flex;
    /* maybe works */

    & a {
      padding: 12px;
    }
  }
}

.nav-menu-wrapper > div > ul > li:hover {
  & i {
    color: var(--hover);
    transform: rotate(180deg);
    padding: 0;
    padding-right: 4px;
    padding-bottom: 4px;
  }
}

.nav-menu-wrapper > div > ul > li:hover > a {
  color: var(--hover);
}

.nav-menu-wrapper > div > ul > li:last-child {
  margin-right: 0;
  background-color: var(--lime) !important;
  border: none !important;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1.25em;
  border-radius: 0px;
  padding: 16px 24px;
  margin-left: 10px;
  height: fit-content;

  & a {
    color: var(--galaxy) !important;
    font-weight: bold;
    text-transform: capitalize;
  }

  &:hover {
    background-color: var(--hover) !important;
  }
}

.nav-menu-wrapper > div > ul > li ul li {
  background-color: var(--hover);
  padding: 0px 8px;
  white-space: nowrap;
  text-align: left;
  display: flex;
  transition: all 0.3s ease;
}

.nav-menu-wrapper > div > ul > li ul li a {
  color: #fff;
  border-radius: 24px;
  padding: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.nav-menu-wrapper > div > ul > li ul li:hover a {
  color: #fff;
  background-color: var(--lime);
}
.call-us {
  padding: 0 18px;
  font-size: 24px;
  color: var(--galaxy);
}

.hamburger-btn {
  display: none;
  position: relative;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
}
.burger-line {
  width: 35px;
  height: 4px;
  background: var(--galaxy);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.burger-line::before,
.burger-line::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: var(--galaxy);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.burger-line::before {
  transform: translateY(-12px);
}
.burger-line::after {
  transform: translateY(12px);
}
#hamburger.open .burger-line {
  transform: translateX(50px);
  background: transparent;
}
#hamburger.open .burger-line::before {
  transform: rotate(45deg) translate(-35px, 35px);
}
#hamburger.open .burger-line::after {
  transform: rotate(-45deg) translate(-35px, -35px);
}
.mobile-menu-wrapper {
  display: none;
}

.mobile-menu-wrapper li {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mobile-menu-wrapper a {
  padding: 15px 0;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--galaxy);
}

.mobile-menu__inner {
  margin: 0px;
  width: auto;
}

.mobile-menu__inner > li {
  position: relative;
  background-color: var(--grey);
}

.mobile-menu__inner > li:last-child {
  /* background-color: var(--grey);
  border-bottom: none;
  color: var(--lime); */
}

.mobile-menu__inner > li .sub-menu {
  display: none;
  width: 90%;
  margin: auto;
  border-radius: 0px;
  overflow: hidden;
}

.mobile-menu__inner > li i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--galaxy);
  transition: all 0.25s ease-in;
}

.mobile-menu__inner > li ul li {
  background-color: var(--lime);
  width: 100%;
}

.mobile-menu__inner > li ul li:first-child {
  /* border-top: 1px solid var(--lime); */
}

.mobile-menu__inner > li ul li:last-child {
  border-bottom: none;
}

.mobile-menu__inner > li ul li:hover {
  /* background-color: var(--hover); */
}

.mobile-menu__inner > li ul li:last-child:hover {
  /* border-bottom: none; */
}

.mobile-menu__inner > li ul li a {
  color: var(--galaxy);
}

.nav-banner {
  width: 100vw;
  height: auto;
  background-color: #9ec3d4;
  border-bottom: none;
  margin-bottom: -5px;
  padding: 8px 0 8px 0;
}

.nav-banner__inner {
  width: 960px;
  max-width: 90vw;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  height: auto;
}

.nav-banner__inner p {
  width: auto;
  max-width: auto;
  text-wrap: none;
  color: white;
  margin: 0px !important;
  text-align: center;
}

.nav-banner__inner a {
  color: var(--lime);
  text-decoration: none;
}

.mobile-conditional-formatting-slider {
  display: block;
  position: fixed;
  top: 135px;
}

.banner-button-container {
  display: none;
}

.banner-text-container {
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width: 90vw;
  overflow-y: hidden;
  z-index: 5;
}
.banner-text-container h1 {
  color: var(--galaxy);
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner-text-container p {
  margin-right: 0px;
  width: 400px;
  color: var(--lime);
}

.desktop-button-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.mobile-header-appt-bttn {
  display: none;
  background-color: var(--hover);
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-header-appt-bttn:hover {
  background-color: var(--lime);
}

.mobile-header-appt-bttn-true {
  display: none;
  background-color: var(--hover);
  padding: 5px 10px 5px 10px;
  transition: 300ms;
}

.mobile-header-appt-bttn-true p {
  margin: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-formatter {
  /* width: 400px;
  min-width: 400px;
  margin-left: 20px;
  margin-right: 20px; */
}

.swoop-divider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}

ul#menu-header-menu li.menu-item-has-children a {
  margin-right: 6px;
}

ul#menu-header-menu li.menu-item-has-children::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #9fa1a4;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(2px);
}

ul#menu-header-menu li.menu-item-has-children:hover::after {
  border-top: 5px solid white;
}

#logo-mobile {
  display: none;
}

/*--------------------------------------------------------------
3. HOMEPAGE STYLES
--------------------------------------------------------------*/

.banner-overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(99, 209, 247, 0.8);
  position: relative;
}
.banner-overlay .home-wave {
  position: absolute;
  bottom: 0;
}
.textwidget a {
  color: var(--hover);
}

.banner-position-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 80px;
}

.banner-socials {
  position: absolute;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--lime);
  margin: 5px;
  margin-right: 0;
  transition: all 0.6s ease;
}

.banner-socials a i {
  color: white;
}

.banner-socials a:hover {
  background-color: var(--hover);
}

.slider-header {
  font-size: 60px !important;
  margin-bottom: 25px;
  font-weight: bold;
}

.mobile-banner {
  display: none;
}

.slider-line {
  width: 80px;
  height: 4px;
  background-color: var(--lime);
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.slider-caption {
  margin-bottom: 25px;
}

.slider-btn {
  color: white !important;
  font-weight: bold !important;
  padding: 10px 20px;
  background-color: var(--hover);
}

.slider-btn:hover {
  background-color: var(--lime);
}
.services-wave {
  width: 100vw;
  position: relative;
  max-width: none;
  transform: rotate(180deg);
  background-color: white;
}
h2.big-three-title {
  color: var(--galaxy);
  text-transform: capitalize;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;

  &::after {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    bottom: 0; /* Position the border at the bottom */
    left: 5%; /* Start the border 5% from the left edge */
    width: 95%; /* Make the border 90% wide */
    height: 2px; /* Set the border thickness */
    background-color: var(--lime); /* Set the border color */
    max-width: 550px;
    right: auto;
    left: auto;
  }
  &::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0; /* Position the border at the bottom */
    left: 5%; /* Start the border 5% from the left edge */
    width: 95%; /* Make the border 90% wide */
    height: 2px; /* Set the border thickness */
    background-color: var(--lime); /* Set the border color */
    max-width: 550px;
    right: auto;
    left: auto;
  }
}
.big-three-sub {
  color: var(--indigo);
  max-width: 900px;
  width: 90%;
  display: block !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.big-three-container {
  width: 100vw;
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  align-self: center;
  padding: 50px 0px 50px 0px;
  background-color: white;
}
.a-big-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  max-width: 300px;
  max-height: 300px;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 15px 0px 15px;
  position: relative;
  overflow-y: hidden;
  border-radius: 0px;
}

.round-button-three-link {
  display: flex;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  background-color: var(--lime);
  justify-content: center;
  align-items: center;
  position: relative;
  top: -50px;
  z-index: 5;
}

.big-three-container .fa-medkit {
  font-size: 45px;
  color: var(--galaxy);
}

.big-three-container .fa-map-marker-alt {
  font-size: 45px;
  color: var(--galaxy);
}

.big-three-container .fa-calendar-alt {
  font-size: 45px;
  color: var(--galaxy);
}

.big-three-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(25px);

  & a {
    transition: all 0.5s ease !important;
  }
}

.round-button-three-link p {
  margin: 0px;
  color: black;
}

.sliding-section-big {
  width: 100%;
  height: 150px;
  background-color: var(--galaxy);
  z-index: 0;
  position: absolute;
  bottom: -150px;
  transition: 400ms;
  text-align: center;
}

.big-three-content-container a:hover .sliding-section-big {
  transform: translateY(-110px);
}

.sliding-section-big p {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}

.big-three-content-container:hover .sliding-section-big {
  transform: translateY(-110px);
}

.big-three-content-container:hover .round-button-three-link {
  background-color: var(--hover);
}

.home-banner {
  width: 100vw;
  height: 42.138vw;
  background-image: url(/wp-content/uploads/2025/07/Hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  /* position: fixed; */
  /* top: 135px; */
  align-items: center;
  position: relative;
}

/*--------------------------------------------------------------
4. FEATURES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4a. SERVICES
--------------------------------------------------------------*/

.service-img {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  background-color: grey;
  overflow: hidden;
  transition: 500ms;
}

.services-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-align: center;
  padding: 0 0 50px 0;
}

.services-grid-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-services {
  border: 2px solid var(--lime);
  text-align: center;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 5px;
}

.view-services:hover {
  color: white !important;
  background-color: var(--lime);
}

.service-card {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  margin-bottom: none !important;
}

.services-grid-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}

.service-card h3 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--lime);
  color: #fff;
  word-wrap: normal;
  font-size: 18px;
  z-index: 9999;
}

.service-card:hover .service-img {
  transform: scale(1.2);
}

.service-card:hover h3 {
  background-color: var(--lime);
}
.home-intro {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/07/Barely-Grey-Paws.png);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat-x;

  & > * {
    max-width: 960px;
    width: 90%;
  }

  & h2 {
    text-align: center;
  }

  & p {
    text-align: center;
  }
}
.check-ctas {
  display: flex;
  max-width: 900px;

  & h2 {
    color: var(--lime);
  }

  .check-cta {
    padding: 16px 24px;
    border-radius: 0px;
    background-color: #fff;
    font-weight: bold;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 2px solid var(--galaxy);
    color: var(--hover);
  }

  & svg {
    width: 18px;
    margin-right: 10px;
  }
}
.services-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: var(--galaxy);
  position: relative;
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  border-radius: 0px;
  margin: auto;

  .service-section-title {
    & h2 {
      color: #fff;
      opacity: 0;
      padding: 12px 0;

      &::after {
        content: ""; /* Required for pseudo-elements */
        position: absolute;
        bottom: 0; /* Position the border at the bottom */
        left: 5%; /* Start the border 5% from the left edge */
        width: 90%; /* Make the border 90% wide */
        height: 2px; /* Set the border thickness */
        background-color: var(--lime); /* Set the border color */
      }
      &::before {
        content: ""; /* Required for pseudo-elements */
        position: absolute;
        top: 0; /* Position the border at the bottom */
        left: 5%; /* Start the border 5% from the left edge */
        width: 90%; /* Make the border 90% wide */
        height: 2px; /* Set the border thickness */
        background-color: var(--lime); /* Set the border color */
      }
    }
  }
}
.page-id-27 .services-section {
  margin: 80px auto;
}
.services-section-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0px;
}
.view-services-btn {
  position: absolute;
  bottom: -25px;
  width: 300px;
  z-index: 99;
}

.more-services {
  .service-thumbnail-img {
    background-color: var(--lime);
    display: flex;
    justify-content: center;
    align-items: center;

    & h3 {
      margin-bottom: 0;
      transition: all ease-in 0.2s;
    }
  }
}

.service-thumbnail-card {
  width: 260px;
  margin: 15px;
  /* transition: all ease-in 0.2s; */
}

.fade {
  opacity: 0;
  transform: translateY(50px);
}

.fade-in {
  transform: translateY(0px);
  animation: fadeIn 0.5s ease 0.5s 1 forwards;
  transition: all 0.5s ease 0.5s;
}

.service-thumbnail-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-thumbnail-img {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  border: 5px solid var(--lime);
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in 0.2s;
  background-size: 125%;
}

.service-thumbnail-card h3 {
  color: #fff;
  font-family: "Karla", sans-serif;
}

.service-thumbnail-card:hover .service-thumbnail-img {
  border-color: var(--hover);
  background-size: 135%;
}

.more-services.service-thumbnail-card:hover .service-thumbnail-img {
  background-color: var(--hover);

  & h3 {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
4b. DOCTORS
--------------------------------------------------------------*/

.doctors-section {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background-color: #fdfce3;
  padding: 50px 0px 50px 0px;
}

.center-doctor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.center-doctor-title h2 {
  margin: 5px;
  margin-bottom: 32px;
  color: var(--lime);
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease 0s;
}

.center-doctor-title h3 {
  margin: 5px;
  color: var(--lime);
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease 0s;
}

.center-doctor-title hr {
  width: 60px;
  margin: 10px;
  background-color: var(--hover);
  height: 4px;
  transform: scaleX(0);
  transition: all 500ms ease 1s;
}

.doctor-card-section-container {
  width: 90vw;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-around;
  margin: auto;
}

.doctor-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 500ms ease;
}

.doctor-card-section {
  display: flex;
  border: 7px solid var(--lime);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px;
  background-size: cover;
}

.doctor-column h3 {
  margin-top: 15px !important;
  color: var(--lime);
}

.doctor-column:hover .doctor-card-section {
  border-color: var(--lime);
}

.page-id-54.page-template-default {
  & header.entry-header {
    justify-content: center;

    & h1.entry-title {
      color: #fff !important;
    }
  }
  .content-area {
    background-color: var(--galaxy);
  }
}

.doctors-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 960px;
  max-width: 80vw !important;
  margin: auto;

  & h2 {
    color: #fff;
    font-size: 42px;
  }
}

/*--------------------------------------------------------------
4c. COUNTER
--------------------------------------------------------------*/

.sh-counter-wrapper {
  border-top: 5px solid var(--hover);
  background-image: url("/wp-content/uploads/2019/07/stat-counter-background-image.jpg");
  display: flex;
  width: 100vw;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
  background-attachment: fixed;
}

.sh-counter-container {
  width: 960px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sh-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 275px;
  margin: 15px;
  background-position: center;
  background-size: cover;
}

.sh-slot .sh-number {
  color: var(--lime);
  font-size: 70px !important;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.sh-slot .sh-stat {
  color: var(--lime);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.od-plus-container {
  display: flex;
  align-items: center;
}

.od-divider {
  width: 40px;
  height: 5px;
  background-color: white;
  margin: 10px 0 25px 0;
  transform: scaleX(0);
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
4d. TESTIMONIALS
--------------------------------------------------------------*/
.slider {
  max-width: 1400px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0;
  height: 600px;
}
.slider-container {
  border-radius: 0px;
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slider-left {
  width: 50%;
  background-image: url("/wp-content/uploads/2025/08/testimonials-2.png");
  background-position: center;
  background-size: cover;
}
.slider-right {
  width: 50%;
  box-sizing: border-box;
  padding: 80px 40px;
  background-color: var(--grey);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;

  .stars {
    padding-bottom: 16px;
    width: 100%;

    & path {
      fill: var(--galaxy);
    }
  }

  .title-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  & h2 {
    color: var(--galaxy);
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
    padding: 12px 0;
    &::after {
      content: ""; /* Required for pseudo-elements */
      position: absolute;
      bottom: 0; /* Position the border at the bottom */
      left: 5%; /* Start the border 5% from the left edge */
      width: 90%; /* Make the border 90% wide */
      height: 2px; /* Set the border thickness */
      background-color: var(--lime); /* Set the border color */
    }
    &::before {
      content: ""; /* Required for pseudo-elements */
      position: absolute;
      top: 0; /* Position the border at the bottom */
      left: 5%; /* Start the border 5% from the left edge */
      width: 90%; /* Make the border 90% wide */
      height: 2px; /* Set the border thickness */
      background-color: var(--lime); /* Set the border color */
    }
  }
}
.slide {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;

  .review {
    display: inline;
    color: var(--galaxy);
  }

  .reviewer {
    font-weight: bold;
    display: inline;
    color: var(--galaxy);
  }
}
.slide > h2 {
  color: var(--accent);
  font-weight: 600;
  font-size: 40px;
}
.slide > p {
  margin-bottom: 0;
}
.slider-right > .slide.active {
  display: block;
}
.slide-btns {
  display: flex;
  align-items: center;
}
.slide-btn {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--galaxy);
  opacity: 0.2;
  margin: 0 5px;
  transition: all 0.6s ease;
}
.slide-btn:hover {
  cursor: pointer;
}
.slide-btn.active,
.slide-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .slider-left {
    display: none;
  }
  .slider-right {
    width: 100%;
    padding: 40px 20px;
  }
}

/* old testimonial */
.ts-wrapper {
  width: 100vw;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}

.ts-carousel {
  width: 960px;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

.ts-title .ts-content {
  text-align: center;
  color: #9fa1a4;
  margin: 0;
  padding: 0;
}

.ts-slide-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.testimonial-container .ts-content {
  color: #9fa1a4;
  text-align: center;
}

.testimonial {
  padding: 15px;
  width: 400px;
  max-width: 100%;
  text-align: center;
}

.ts-content {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #9fa1a4;
  font-size: 22px;
}

.testimonial .ts-content {
  padding: 10px;
  text-align: center;
  font-style: italic;
  line-height: 25px;
  color: #9fa1a4;
  font-weight: normal;
}

.ts-triangle {
  width: 0;
  height: 0;
  border-top: 25px solid #9fa1a4;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  margin-bottom: 20px;
}

.ts-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.ts-buttons .ts-button {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.ts-buttons .ts-button:hover {
  background-color: #c6c6c6;
  cursor: pointer;
}

.ts-white {
  background-color: #9fa1a4;
}

.ts-grey {
  background-color: #c6c6c6;
}

.right-chevron,
.left-chevron {
  font-size: 60px;
}

.right-chevron:hover,
.left-chevron:hover {
  cursor: pointer;
}

.ts-wrapper h3 {
  font-style: italic;
  text-align: center;
}

.ts-wrapper h2 {
  font-weight: bold;
  color: var(--lime);
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: white;
  transform: translateY(20px);
  text-align: center;
}

/*--------------------------------------------------------------
4e. BLOG
--------------------------------------------------------------*/

.bh-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.bh-numbers {
  display: flex;
  align-items: center;
  padding: 0;
}

.bh-numbers p {
  padding: 0;
  margin: 0;
}

.bh-previous {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bh-next {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-page {
  display: flex;
  flex-direction: column;
}

.blog-card {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #9fa1a4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card h2 {
  padding: 5px 10px 5px 0;
  color: var(--lime) !important;
  text-transform: uppercase;
  background-color: white;
  position: relative;
  z-index: 999;
}

/*--------------------------------------------------------------
4e. CONTACT MAP
--------------------------------------------------------------*/

.contact-map .fa.fa-phone {
  transform: rotate(90deg);
}

.contact-gmap {
  margin-bottom: 25px;
}

#gform_2 {
  & input:not(.gform_button),
  textarea {
    background-color: #fff !important;
    border: 1px solid var(--lime);
  }
}

/*--------------------------------------------------------------
4g. THANK YOU
--------------------------------------------------------------*/
.review-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 10px !important;
  background-color: var(--lime);
}

.review-block i {
  color: white !important;
  font-size: 32px !important;
  margin-right: 0;
}

.review-block p {
  color: white !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  padding: 0 !important;
}

.review-block:hover {
  transition: all 0.3s ease-in;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
5. SIDEBAR STYLES
--------------------------------------------------------------*/

#right-sidebar {
  background-color: var(--grey);
  border-radius: 15px;
  padding: 0 40px 0 40px;
}

.sidebar .widget {
  background-color: transparent;
}

.sidebar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 40px 0;
}

.sidebar-icon p {
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-icon img {
  margin-bottom: 10px;
}

#right-sidebar .widget_custom_html {
  margin-bottom: 0;
  padding: 0;
}

#right-sidebar .widget {
  border-bottom: 2px solid #9fa1a4;
}

#right-sidebar .widget:last-of-type {
  border-bottom: none;
}

/*--------------------------------------------------------------
6. G-FORM STYLES
--------------------------------------------------------------*/

.gform_wrapper {
  display: block;
}

.form-call {
  margin-left: 5px;
  background-color: var(--hover);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-call i {
  transform: rotate(90deg);
  color: #fff;
  margin-right: 5px;
}

.form-call:focus {
  background-color: white;
}

.form-call:hover {
  background-color: var(--lime);
  color: white !important;
}

.form-call:hover i {
  color: white;
}

#gform_wrapper_4 {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--grey);
  .gform_heading {
    display: none;
  }
  #gform_4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #field_4_2 {
    padding-bottom: 0;
    & label {
      display: none !important;
    }
  }
  #input_4_2 {
    background-color: transparent !important;
    border: none !important;
    font-size: 16px;
    color: #fff !important;
  }
  #input_4_2::placeholder {
    color: #fff !important;
  }
  .gform_footer {
    padding: 0 !important;
    margin-top: 0 !important;
    display: flex;
    justify-content: flex-end;
    max-width: 190px;
  }
  #gform_submit_button_4 {
    margin-bottom: 0;
    padding: 10px 0 !important;
    font-size: 14px !important;
  }
}

#gform_wrapper_4 li {
  width: 100% !important;
}

#gform_wrapper_4 label {
  color: var(--hover);
}

li#field_4_1,
li#field_4_2 {
  padding-right: 0;
}

input#gform_submit_button_4 {
  width: 100%;
  margin-right: 0 !important;
  color: var(--galaxy) !important;
}

ul.gfield_radio li {
  overflow: visible !important;
}

input#gform_submit_button_4 {
  line-height: 25.5px;
}

.gform_body h2 {
  color: var(--lime);
}

li#field_3_16 .gfield_label {
  display: none;
}

li#field_3_14 .gfield_label {
  display: none;
}

#gform_wrapper_3 {
  display: block !important;
}

/*--------------------------------------------------------------
7. FOOTER STYLES
--------------------------------------------------------------*/

.textwidget {
  color: white;
  /* font-size: 15px; */
}

h2.widget-title {
  color: var(--hover) !important;
  text-transform: uppercase;
}

footer.entry-meta {
  display: none;
}

#footer-widgets {
  background-color: rgba(51, 140, 171, 1);
  border-top: 5px solid var(--lime);
}

.hours {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*max-width: 400px;*/
}

.day {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-bottom: 2px solid #9fa1a4;*/
  color: white;
}

.day p {
  margin-bottom: 0px;
  margin-left: 10px;
}

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

.footer-buttons a {
  color: white;
  background-color: #9fa1a4;
  padding: 5px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

.footer-buttons a:hover {
  background-color: var(--lime);
}

.site-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-footer-links a {
  display: flex;
  align-items: center;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--lime);
  padding: 5px 10px;
  text-align: center;
}

.top-footer-links p {
  margin-bottom: 0;
  color: var(--lime) !important;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-footer-links img {
  width: 25px;
  margin-right: 5px;
}

#footer-widgets,
.footer {
  width: 100vw;
  box-sizing: border-box;
}

.footer {
  background-color: var(--indigo);
}

.copyright-bar {
  background-color: var(--galaxy);
  display: flex;

  .copyright-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
  }

  .copyright {
    display: flex;
    align-items: center;
    color: #fff;

    & span {
      color: #fff;
    }
    & a,
    p {
      color: #fff;
      margin-bottom: 0;
      font-size: 16px;
      text-align: right;
    }
    & a:hover {
      color: var(--hover);
    }
  }
}

.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-socials a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--lime);
  margin: 5px;
  margin-right: 0;
  transition: all 0.6s ease;
}

.footer-socials a i {
  color: var(--galaxy);
}

.footer-socials a:hover {
  background-color: var(--hover);
}

footer.footer .inside-footer {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 96px 40px;
}

.inside-footer-widgets .grid-parent {
  margin-bottom: 50px;
}

.footer .fifty-percent:first-of-type {
  padding-right: 2.5%;
}

.footer .fifty-percent:last-of-type {
  padding-left: 2.5%;
}

.footer .fifty-percent iframe {
  border-radius: 0px;
}

/*--------------------------------------------------------------
8. INDIVIDUAL PAGE STYLES
--------------------------------------------------------------*/

.page-id-27 .services-grid {
  margin-left: calc(-50vw + 50%);
}

/*--------------------------------------------------------------
9. ANIMATIONS & KEYFRAMES
--------------------------------------------------------------*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}

.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}

.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}

.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}

.slide-up-1 {
  animation: slideUp 500ms ease 0s forwards;
}

.slide-up-2 {
  animation: slideUp 500ms ease 200ms forwards;
}

.slide-up-3 {
  animation: slideUp 500ms ease 400ms forwards;
}

.slide-left {
  animation: slideLeft 500ms ease 0s forwards;
}

.slide-right {
  animation: slideRight 500ms ease 0s forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes clickShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.doctor-wrapper {
  background-color: #fdfce3;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-wave-wrapper {
  background-color: white;
  margin-top: -1px;
  margin-bottom: -1px;
}
.page-id-371 .nav-menu-wrapper,
.page-id-371 .nav-banner,
.page-id-371 .site-footer,
.page-id-371 .mobile-header-appt-bttn,
.page-id-371 .hamburger-container {
  display: none !important;
}
.page-id-369 .nav-menu-wrapper,
.page-id-369 .nav-banner,
.page-id-369 .site-footer,
.page-id-369 .mobile-header-appt-bttn,
.page-id-369 .hamburger-container {
  display: none !important;
}

.page-template-landing .site-nav,
.page-template-landing .site-footer,
.page-template-landing .entry-header,
.page-template-landing .center-picture {
  display: none;
}
.page-template-landing #page {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-landing #main {
  margin-bottom: 0;
}
.page-template-landing .entry-content {
  margin-top: 0 !important;
}

/* rye css */

.page-id-2122.page-template-default {
  .entry-header {
    display: none;
  }
  .content-area {
    padding: 0;
    overflow: hidden;
  }
  .entry-content {
    margin: 0;
  }
  .inside-article {
    padding: 0;
  }
  #page {
    width: 100%;
    max-width: none;
  }
}

.ty {
  .rye-body {
    padding-top: 0;

    .rye-body-container {
      & p:last-of-type {
        font-weight: bold;
        text-transform: uppercase;
        color: var(--hover);
        font-size: 24px;
      }
    }
  }
}
.rye {
  .rye-hero {
    background-color: var(--lime);
    position: relative;
    height: 75vw;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;

    & h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 60px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      line-height: 1;
    }

    & div {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%);
    }
  }

  & strong {
    font-weight: bold;
  }
  .rye-body-container p strong {
  }
  .td {
    background-color: var(--hover);
    & svg {
      transform: rotate(180deg);
    }
  }
  .tu {
    background-color: var(--galaxy);
  }
}
.ears-parent {
  max-width: 900px;
  width: 90%;
  animation: hideshow 3s ease infinite;
}

@keyframes hideshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.page-id-369 {
  .entry-content p:nth-child(3) {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--hover);
    font-size: 24px;
  }
}
.rye > img {
  width: 100%;
}
.rye-body {
  width: 100%;
  padding: 80px 20px 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rye-body-container {
  width: 800px;
  max-width: 90vw;
  text-align: center;
}
.rye-body-container > h1 {
  text-transform: uppercase;
  font-size: 40px;
}
.rye-body-container > h2 {
  font-size: 36px;
  color: var(--galaxy);
  text-transform: capitalize;
}
.rye-body-container > p:last-of-type {
  padding-bottom: 60px;

  & span {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--hover);
    font-size: 24px;
  }
}
.ty .rye-body-container > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.rye-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rye-btns a {
  background-color: #46a480;
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.rye-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;

  & svg {
    width: 50px;
  }
}
.rye-btns > a:first-of-type {
  margin-right: 30px;
}
.rye-btns > a:last-of-type {
  margin-left: 30px;
}
.rye-btns a:hover {
  transform: scale(1.1);
}
.rye-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.rye-btns img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rye-body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .rye-btns {
  }
  .ty .rye-btns {
    flex-direction: row;

    & a {
      margin: 10px !important;
    }
  }
  .rye-btns > a:first-of-type {
  }
  .rye-btns > a:last-of-type {
  }
  .rye h1 {
    font-size: 42px !important;
  }
  .rye-hero img {
    max-width: 80vw;
  }
  .rye .rye-hero div {
    top: 10%;
    max-width: 90%;
  }
}

.has-text-align-center {
  text-align: center;
}

.ears {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  max-width: 900px;
  width: 90%;

  & path {
    fill: var(--grey);
  }
}
.ears.ears-active {
  opacity: 1;
}

/*  full width page */

.page-template-fullwidth {
  #page,
  .page-content,
  .entry-content {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}

.inner-wrapper {
  max-width: 1400px;
  width: 90%;
}

figure.aligncenter {
  display: flex;
  justify-content: center;
}

#hp-visit-us {
  & p,
  a {
    color: #fff;
  }

  & a {
    text-decoration: underline;
  }

  & a:hover {
    color: var(--hover);
  }
}

.footer-phone {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5em;

  & a,
  strong {
    text-decoration: none;
    color: #fff;
  }
  &:hover a {
    color: var(--hover);
  }
  &:hover a strong {
    color: var(--hover);
  }
}

/* page template */

.error404,
.post-template-default,
.page-template-default {
  #page {
    display: flex;
    justify-content: center;
  }

  .site-content {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin: 96px 0;
    position: relative;
  }

  .with-thumbnail {
    .content-area {
      padding: 80px 210px 80px 80px;
      width: 80%;
      min-height: 500px;
    }
  }
  .content-area {
    padding: 80px 80px 80px 80px;
    background-color: var(--grey);
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
  }

  .wp-featured-image {
    height: fit-content;
    position: absolute;
    top: 80px;
    right: 0;
    max-width: 400px;
    width: 35%;

    & img {
      width: 100%;
      border-radius: 0px;
    }
  }
}

.separate-containers .inside-article {
  background-color: transparent;
  padding: 0;
}

body .grid-container {
  max-width: none;
}

/* careers */

.current-openings {
  display: flex;
  flex-direction: column;
  & a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
10. MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width: 1025px) {
  .mobile-btns-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu-wrapper > div > ul > li a {
    font-size: 14px;
  }
  .check-ctas {
    flex-direction: column;
    padding-top: 40px;
    .check-cta {
      margin: 10px 0;
    }
  }
  .post-template-default,
  .page-template-default {
    .site-content {
      margin: 80px 0;
      flex-direction: column;
    }
    .with-thumbnail {
      .content-area {
        width: 100%;
        padding: 40px 20px;
        min-height: 200px;
      }
    }
    .content-area {
      width: 100%;
      padding: 40px 20px;
      border-radius: 0px;
    }
    .wp-featured-image {
      position: relative;
      top: 0;
      max-width: 300px;
      width: 100%;
      padding-bottom: 40px;

      & img {
        border-radius: 0px;
      }
    }
  }

  .header-logo {
    min-width: 0;
    width: 200px;
  }
  .the-great-equalizer {
    margin: auto;
  }
  .banner-position-container {
    align-items: flex-start;
    padding-top: 40px;

    .buttons-container {
      .blue-button {
        margin-right: 0;
      }
      .alt-button {
        display: none;
      }
    }
  }
  .service-btns-ctn {
    .blue-button {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .banner-text-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .banner-button-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .banner-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    width: auto;
  }
  .desktop-button-container {
    display: none;
  }
  .fa-caret-right {
    padding: 0px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .banner-button p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .banner-button-container h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
  }
  .inside-footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside#custom_html-2 .textwidget {
    display: flex;
    justify-content: center;
  }
  #gform_widget-2 {
    max-width: 250px;
  }
  .inside-footer-widgets .grid-parent {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .top-footer-links {
    display: none;
  }
  aside#gform_widget-2,
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
  .hours {
    width: 100%;
  }
  .doctor-card {
    display: flex;
    flex-direction: column;
  }
  .doctor-card img {
    float: none;
  }
  .right-chevron,
  .left-chevron {
    font-size: 40px;
  }
  .home-banner {
    position: relative;
    top: 0;
    height: 85vh;
    background-image: url(/wp-content/uploads/2025/07/hero-mobile.png);
  }
  .three-animal-container {
    margin-top: 0;
  }
  .site-nav {
    position: relative;
    top: 0;
    left: 0;
  }
  .nav-menu-wrapper {
    display: none;
  }
  .mobile-header-appt-bttn {
    display: block;
  }
  .hamburger-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .hamburger-container-inner {
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .hamburger-container-inner span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    right: 5%; */
  }
  .banner-overlay {
    /* display: flex; */
  }
  .sh-counter-container {
    flex-direction: column;
  }
  .sh-home-counter-container {
    flex-direction: column;
  }
  .banner-socials {
    display: none;
  }
  .home .entry-content p {
    margin-bottom: 0;
  }
  footer.footer .inside-footer {
    flex-direction: column-reverse;
    padding: 40px 0;

    .fifty-percent {
      width: 100%;
      padding: 2.5% 0;
    }
  }
  .copyright-inner {
    flex-direction: column;
    justify-content: center;

    .footer-socials {
      justify-content: center;
      padding-bottom: 20px;
    }
    .copyright {
      & a,
      p {
        text-align: center;
      }
    }
  }
  .conditional-formatting.mobile-conditional-formatting-slider {
    display: none;
  }
  .services-section {
    margin-top: 0;
  }
}

@media screen and (max-width: 787px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
    width: 100px;
  }
  .header-stick {
    position: fixed !important;
    box-shadow: 0 5px 30px 0 lightgrey;
  }
}

@media screen and (min-width: 769px) {
  nav#site-navigation .inside-navigation {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 1024px) {
  #sticky-header {
    display: flex;
  }
  .sticky-section {
    padding: 20px 0;
    width: 25%;
  }
  .sticky-button {
    font-size: 20px;
    & span {
      display: none;
    }

    & i {
      margin-right: 0;
    }
  }
  .site-nav-inner {
    flex-direction: row-reverse;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    display: flex;
    position: static;
  }
  .the-great-equalizer {
    display: none;
  }
  .true-mobile-nav {
    display: flex;
  }
  .mobile-header-appt-bttn-true {
    display: block;
  }
  .the-great-equalizer-true {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-header-appt-bttn-true p {
    font-size: 14px;
  }
  .mobile-header-appt-bttn {
    display: none !important;
  }
  .hamburger-container {
    flex-direction: row !important;
    justify-content: space-between;
    width: auto;
  }
  .doctor-card-section-container {
    flex-flow: column nowrap !important;
  }
  .the-great-equalizer {
    margin-bottom: -5px;
  }
  .desktop-floating-nav {
    display: none;
  }
  .mobile-floating-nav {
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
  .post-555 .entry-content img {
    display: none;
  }
  .services-section-container {
    margin: 0 auto;
    padding: 0;
  }
  .service-wave {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .ts-slide-wrapper {
    flex-direction: column;
  }
  .testimonial {
    width: 80vw;
  }
}

@media screen and (max-width: 350px) {
  .day {
    font-size: 15px;
  }
}

/* from dashboard */

.page-id-369 .cah-cust-nav-bar-wrapper {
  background-color: #fff;
}

.page-id-369 header.entry-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-id-369 .title-line {
  display: none;
}

.page-id-369 header.entry-header h1.entry-title {
  padding: 5px 0px 5px 0px;
  margin-bottom: -20px;
}

.page-id-369 #page {
  max-width: none;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 50px;
}

.page-id-369 div#content {
  padding: 0 60px;
  margin-top: 5%;
}

@media screen and (max-width: 600px) {
  .page-id-369 div#content {
    padding: 0 10px;
    margin-top: 5%;
  }
  .big-three-content-container {
    .round-button-three-link {
      background-color: var(--hover);
    }
    .sliding-section-big {
      transform: translateY(-110px);
    }
  }
}

.custom-banner {
  & p {
    font-weight: bold;
  }
  & a {
    color: var(--lime);
  }
  & a:hover {
    color: var(--hover) !important;
  }
}
