/**
 * general file 
 *
 * @package pataspairque
 * @version 1.0.0
 * @author Mohamed A. Eljaouadi
 */
/**
 * variables file 
 *
 * @package pataspairque
 * @version 1.0.0
 * @author Mohamed A. Eljaouadi
 */
/**
 * variables file 
 *
 * @package pataspairque
 * @version 1.0.0
 * @author Mohamed A. Eljaouadi
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 25px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.65rem;
}

h4 {
  font-size: 1.45rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1.05rem;
}

p {
  font-size: 1rem;
  font-family: "Mohave", sans-serif;
}
p:not(:last-of-type) {
  margin-bottom: 25px;
}

html {
  background-color: #F3ECE4;
  font-size: 16px;
}
html body {
  color: #0D0D0D;
  font-family: "Mohave", sans-serif;
  overflow: hidden;
  line-height: 1.7;
  font-weight: 400;
}

button:not(.elementor-add-section-area-button) {
  font-family: "DM Serif Display", serif;
  min-width: 160px;
  min-height: 50px;
  border: none;
  border-radius: 0;
  padding-inline: 25px;
  font-weight: 500;
  font-size: 0.93rem;
}

ul li:not(last-of-type) {
  margin-bottom: 7px;
}

label {
  font-weight: 500 !important;
  font-size: 0.93rem !important;
  color: #0D0D0D !important;
  margin-bottom: 7px;
}

input {
  background-color: #F9F9F9 !important;
  border: 1px solid #595146 !important;
  box-shadow: none !important;
  min-height: 45px;
}

input[type=radio],
input[type=checkbox] {
  min-height: auto;
}

textarea {
  background-color: #F9F9F9 !important;
  border: 1px solid #595146 !important;
  box-shadow: none !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #0d0d0d transparent transparent transparent;
  border-width: 6px;
  border-style: solid;
  transform: rotate(0deg);
  top: 26px;
  right: 15px;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #0d0d0d transparent transparent transparent;
}

.checkbox {
  line-height: 1;
}
.checkbox input {
  min-height: auto;
  margin-right: 7px;
  top: 1px;
  position: relative;
}

.search-field {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search-field .control {
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.5rem;
  border: 1px solid #BCACAC;
}
.search-field .control .icon {
  top: 11.05px;
  left: 0.4rem !important;
  color: #575353;
}
.search-field .control .icon i {
  font-size: 1.15rem;
}
.search-field .control .input {
  font-size: 0.97rem;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: "DM Serif Display", serif;
  color: #0D0D0D;
}
.search-field .control .input::-moz-placeholder {
  font-family: "DM Serif Display", serif;
  color: #0D0D0D;
}
.search-field .control .input::placeholder {
  font-family: "DM Serif Display", serif;
  color: #0D0D0D;
}
.search-field .control .button {
  font-size: 0.9rem;
  border-radius: 3px;
  min-width: 120px;
  min-height: 45px;
}

.ppf-navbar {
  margin-top: 50px;
}
.ppf-navbar .main-navigation {
  padding-inline: 50px;
  border: 1px solid rgba(135, 135, 135, 0.55);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ppf-navbar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}
.ppf-navbar__logo img {
  max-width: 120px;
}
.ppf-navbar .navbar-menu .navbar-item a {
  color: #0d0d0d;
  font-family: "DM Serif Display", serif;
}
.ppf-navbar.transparent-navbar {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.ppf-navbar.transparent-navbar .main-navigation {
  backdrop-filter: blur(1px);
  background: rgba(253, 253, 253, 0.1215686275);
}
.ppf-navbar.transparent-navbar .main-navigation .navbar-menu .navbar-item a {
  color: #ffffff;
}

.navbar.is-mobile-version .navbar-brand {
  align-items: center;
}
.navbar.is-mobile-version img {
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: 70px;
}
.navbar.is-mobile-version #mainNavbar {
  text-align: center;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: white;
  box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
  padding: 20px;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: -1;
}
.navbar.is-mobile-version #mainNavbar.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 20;
}
.navbar.is-mobile-version .navbar-item {
  color: #0d0d0d;
  font-family: "DM Serif Display", serif;
}

.ppf-section.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.ppf-section__title.special-heading-style {
  font-family: "DM Serif Display", serif;
}
.ppf-section__subtitle {
  font-family: "Mohave", sans-serif;
  font-size: 0.97rem;
  font-weight: 500;
}

.has-primary-bg-color {
  background-color: #595146;
}

.ppf-hide-class {
  opacity: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  display: none !important;
}

.stick-height {
  height: 85vh;
  overflow: hidden;
}

.special-heading-style {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.special-heading-style::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 170px;
  height: 20px;
  background: url("../img/underline.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
  left: 0%;
  transform: translate(0%, 0);
}
.special-heading-style.centered::before {
  left: 50%;
  transform: translate(-50%, 0);
}

.paragraph-font-text {
  font-family: "Mohave", sans-serif;
}

.button {
  font-family: "DM Serif Display", serif;
  min-width: 160px;
  min-height: 50px;
  border: none;
  border-radius: 0;
  padding-inline: 25px;
  font-weight: 500;
  font-size: 0.93rem;
}
.button.ppf-button {
  font-size: 0.9rem;
  transition: all 0.3s linear;
  font-weight: 700;
}
.button.ppf-button:hover {
  box-shadow: 0px 9px 8px rgba(59, 59, 59, 0.2);
}
.button.ppf-button__primary {
  background-color: #595146 !important;
  color: #FFFFFF;
}
.button.ppf-button__primary:hover {
  color: #FFFFFF;
  background-color: rgba(89, 81, 70, 0.9) !important;
}
.button.ppf-button__secondary {
  background-color: #E38751 !important;
  color: #FFFFFF;
}
.button.ppf-button__secondary:hover {
  color: #FFFFFF;
  background-color: rgba(227, 135, 81, 0.9) !important;
}
.button.ppf-button__transparent {
  color: #FFFFFF;
  background-color: rgba(217, 217, 217, 0.15) !important;
}
.button.ppf-button__dark {
  color: #FFFFFF;
  background-color: #0D0D0D;
}
.button.ppf-button__dark:hover {
  box-shadow: none;
  color: #FFFFFF;
  background-color: #0D0D0D;
}

.ppf-label {
  padding-inline: 25px;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  font-family: "Mohave", sans-serif;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 1.05rem;
  border: 1px solid #0D0D0D;
  color: #0D0D0D;
  border-radius: 25px;
  margin-bottom: 25px;
}

.box {
  color: #0D0D0D;
}
.box.ppf-filters-box {
  background-color: rgba(243, 236, 228, 0.36);
  border: 1px solid #BCACAC;
  border-radius: 8px;
}
.box.ppf-stats-box {
  background-color: rgba(255, 215, 191, 0.66);
  border-radius: 8px;
  width: 250px;
}
.box.ppf-stats-box h6 {
  font-size: 0.9rem;
}
.box.ppf-steps-box {
  border: 1px solid #BCACAC;
  background-color: rgba(243, 236, 228, 0.36);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.box.ppf-steps-box .ppf-steps-box__number {
  min-width: 80px;
  text-align: center;
}
.box.ppf-steps-box .ppf-steps-box__number > h2 {
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}
.box.ppf-steps-box .ppf-steps-box__content {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #BCACAC;
}
.box.ppf-steps-box .ppf-steps-box__content-title {
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 1.2rem;
}
.box.ppf-steps-box .ppf-steps-box__content-description {
  font-family: "Mohave", sans-serif;
  font-size: 0.93rem;
}
.box.stories-item__box {
  padding-block: 2rem;
  min-height: 250px;
}
.box.support-box {
  width: 80%;
  margin-inline: auto;
  background-color: #FFF6F0;
  box-shadow: 0px 4px 16px rgba(209, 209, 209, 0.16);
}
.box.support-box .is-overlay {
  background: url("../img/pets.png") no-repeat center center;
  background-size: cover;
}
.box.support-box .support-box__content {
  padding-block: 2rem;
}
.box.support-box .support-box__content .special-heading-style::before {
  background-position-x: center;
}
.box.support-box .support-box__content .ppf-section-content__buttons .ppf-button {
  box-shadow: 0px 9px 8px rgba(59, 59, 59, 0.2);
  min-width: 200px;
}
.box.support-box .support-box__content .ppf-section-content__buttons .ppf-button:hover {
  box-shadow: none;
}
.box.ppf-form-box {
  padding: 3rem;
  max-width: 60%;
  margin-inline: auto;
  background: #FFF8F2;
}
.box.ppf-form-box > .field {
  margin-bottom: 25px;
}
.box.ppf-form-box .wpcf7-spinner {
  display: none;
}

.ppf-menu.menu-inline-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ppf-menu.menu-inline-list li {
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
}
.ppf-menu.menu-inline-list li:not(:first-of-type) {
  padding-left: 15px;
}
.ppf-menu.menu-inline-list li:not(:first-of-type):before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B6C3C3;
  position: absolute;
  left: -4px;
  top: 45%;
  transform: translateY(-50%);
}
.ppf-menu.menu-inline-list li a {
  color: #B6C3C3;
  font-size: 0.93rem;
}

.menu .menu-label {
  color: #FFFFFF;
  font-family: "DM Serif Display", serif;
  font-size: 1.05rem;
  letter-spacing: normal;
  text-transform: capitalize;
}
.menu .menu-list li a {
  padding-inline: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
}
.menu .menu-list li a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.ppf-banner.hide-section-banner {
  display: none;
}
.ppf-banner.ppf-banner-has-cover {
  min-height: 55vh;
  background-color: #e0eef4;
  display: flex;
  align-items: self-end;
  justify-content: center;
}
.ppf-banner.ppf-banner-has-cover .is-overlay {
  background-color: rgba(0, 0, 0, 0.57);
}
.ppf-banner.ppf-banner-has-cover .ppf-default-page__heading {
  margin-bottom: 100px;
}
.ppf-banner.ppf-banner-has-cover h1 {
  color: #FFFFFF;
}
.ppf-banner.ppf-banner-has-cover .ppf-section__subtitle {
  color: #FFFFFF;
  margin-top: 25px;
}
.ppf-banner.ppf-pets-banner {
  padding: 2rem 3.5rem;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 35px;
}
.ppf-banner.ppf-pets-banner .is-overlay {
  background-color: rgba(255, 246, 240, 0.6);
}
.ppf-banner.ppf-pets-banner h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.ppf-card {
  border-radius: 8px;
}
.ppf-card__image {
  width: 100%;
  height: 245px;
  position: relative;
}
.ppf-card__image .dark-layout {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -32.86%, rgba(0, 0, 0, 0.26) 70.2%);
}
.ppf-card__image img {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ppf-card__title {
  font-size: 1.1rem !important;
  min-height: 65px;
}

.ppf-pagination .pagination-previous[disabled],
.ppf-pagination .pagination-previous.is-disabled,
.ppf-pagination .pagination-next[disabled],
.ppf-pagination .pagination-next.is-disabled,
.ppf-pagination .pagination-link[disabled],
.ppf-pagination .pagination-link.is-disabled {
  color: rgba(243, 236, 228, 0.65);
}
.ppf-pagination .pagination-next,
.ppf-pagination .pagination-previous {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
  min-width: 120px;
  border-radius: 0;
  text-decoration: none !important;
  background-color: #595146;
  border: 1px solid #595146 !important;
  color: #FFFFFF !important;
  font-family: "DM Serif Display", serif;
}
.ppf-pagination .pagination-list li a {
  border: none;
  transition: all 0.3s ease-in-out;
  color: #595146;
  border: 1px solid #595146;
  border-radius: 0;
  text-decoration: none !important;
  font-family: "DM Serif Display", serif;
}
.ppf-pagination .pagination-list li a.is-current {
  background-color: #595146;
  border: 1px solid #595146;
  color: #F3ECE4;
}

.adoption-matcher {
  max-width: 700px;
  margin-inline: auto;
}
.adoption-matcher .matcher-progress {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  width: 500px;
  justify-content: space-between;
  margin-inline: auto;
}
.adoption-matcher .matcher-progress::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1;
  background-color: #ffffff;
}
.adoption-matcher .matcher-progress::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 0%;
  height: 8px;
  z-index: 1;
  background-color: #E38751;
  transition: width 0.3s ease-in-out;
}
.adoption-matcher .matcher-progress .progress-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #0D0D0D;
  font-family: "DM Serif Display", serif;
  font-size: 1.15rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 40px;
}
.adoption-matcher .matcher-progress .progress-step.active {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="1"])::after {
  width: 0%;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="2"]) .progress-step[data-step="1"] {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="2"])::after {
  width: 20%;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="3"]) .progress-step[data-step="1"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="3"]) .progress-step[data-step="2"] {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="3"])::after {
  width: 40%;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="4"]) .progress-step[data-step="1"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="4"]) .progress-step[data-step="2"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="4"]) .progress-step[data-step="3"] {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="4"])::after {
  width: 60%;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="5"]) .progress-step[data-step="1"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="5"]) .progress-step[data-step="2"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="5"]) .progress-step[data-step="3"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="5"]) .progress-step[data-step="4"] {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="5"])::after {
  width: 80%;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"]) .progress-step[data-step="1"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"]) .progress-step[data-step="2"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"]) .progress-step[data-step="3"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"]) .progress-step[data-step="4"],
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"]) .progress-step[data-step="5"] {
  background-color: #E38751;
  color: #ffffff;
}
.adoption-matcher .matcher-progress:has(.progress-step.active[data-step="6"])::after {
  width: 100%;
}
.adoption-matcher .matcher-form {
  max-width: 100%;
}

/* Form Steps */
.matcher-step {
  display: none;
}
.matcher-step > .field {
  margin-bottom: 25px;
}

.matcher-step.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: var(--form-text-dark);
  font-weight: normal;
}

/* Form Fields (Bulma Overrides) */
.matcher-form .label {
  color: var(--form-text-dark);
  font-weight: 500;
}

.matcher-form .input,
.matcher-form .select select,
.matcher-form .textarea {
  background-color: #F9F9F9 !important;
  border: 1px solid #595146 !important;
  box-shadow: none !important;
  min-height: 45px;
}

.matcher-form .input:focus,
.matcher-form .select select:focus,
.matcher-form .textarea:focus {
  border-color: var(--form-accent-color);
  box-shadow: 0 0 0 0.125em rgba(229, 161, 127, 0.25);
}

.field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.checkbox-group {
  display: flex;
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 4px;
  border: 1px solid #0D0D0D;
  flex-wrap: wrap;
}
.checkbox-group input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.checkbox-group .custom-checkbox-wrapper {
  margin-right: 25px;
}
.checkbox-group .custom-checkbox-wrapper input {
  min-height: auto;
}
.checkbox-group .custom-checkbox-wrapper label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.checkbox-group .custom-checkbox-wrapper label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.25px solid #9D9D9D;
  border-radius: 3px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  top: -2px;
}
.checkbox-group input[type=checkbox]:checked + label::before {
  background-color: #E38751;
  border-color: #F2A476;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.checkbox-group input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid dodgerblue;
  outline-offset: 2px;
}

.matcher-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.matcher-nav .button {
  border-radius: 4px;
  transition: box-shadow 0.3s ease-in-out;
}
.matcher-nav .button.button-prev {
  width: 33%;
  border: 1px solid #595146;
  box-shadow: none;
}
.matcher-nav .button.button-prev:hover {
  box-shadow: none;
}

.matcher-results {
  background-color: #F9F9F9;
  border: 1px solid #595146;
}

.pet-card {
  transition: all 0.3s ease-in-out;
}
.pet-card .checked-icon {
  background-color: #E38751;
  color: #FFFFFF;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #F2A476;
  display: none;
}

.pet-card:hover {
  transform: translateY(-5px);
}

.pet-card.selected {
  transform: translateY(-5px) scale(1.02);
}
.pet-card.selected .card-image {
  position: relative;
}
.pet-card.selected .card-image .checked-icon {
  display: inline-block;
}

.pet-card img {
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.pet-card .card-content {
  padding: 0;
  background-color: #FFF8F2;
}

.pet-card .pet-card-info {
  padding: 15px;
  align-items: center;
}
.pet-card .pet-card-info h4 {
  font-size: 1rem !important;
  margin-bottom: 0;
}
.pet-card .pet-card-info h6 {
  font-size: 0.75rem !important;
  margin-bottom: 0;
}

.pet-card .pet-card-footer {
  padding: 15px;
  border-top: 1px solid rgba(188, 172, 172, 0.36);
}
.pet-card .pet-card-footer .button {
  border-radius: 3px;
  min-width: auto;
  min-height: auto;
  font-size: 0.8rem;
}
.pet-card .pet-card-footer .button i {
  transform: rotate(-45deg);
}

/* Thank You Message */
.matcher-thank-you img {
  border-radius: 0 !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.matcher-thank-you .card-content {
  padding-bottom: 50px;
}
.matcher-thank-you .card-content h2 {
  margin-top: 35px;
  color: #E38751;
  position: relative;
  z-index: 1;
}
.matcher-thank-you .card-content h2:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: url("../img/pawprint-min.png") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
.matcher-thank-you .card-content p {
  font-size: 1.1rem;
  margin-bottom: 35px;
}

.ppf-social-media__link {
  color: #FFFFFF;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
.ppf-social-media__link img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ppf-social-media__link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}

.footer-container {
  margin-top: 150px;
}

.ppf-support-section {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
}

.ppf-footer {
  background-color: #595146;
  color: #FFFFFF;
  border-radius: 30px 30px 0 0;
}
.ppf-footer__top {
  border-bottom: 1px solid rgba(182, 195, 195, 0.33);
  height: 200px;
}
.ppf-footer__body {
  padding-block: 4.5rem;
}
.ppf-footer__body .ppf-contact_info-item {
  background-color: rgba(217, 217, 217, 0.08);
  border-radius: 0;
  color: #FFFFFF;
  padding-block: 12px;
  font-size: 0.93rem;
}
.ppf-footer__body .ppf-contact_info-item .media-left {
  margin-right: 10px;
}
.ppf-footer__body .ppf-contact_info-item .icon i {
  font-size: 1.25rem;
}
.ppf-footer__body .ppf-contact_info-item a {
  color: #FFFFFF;
}
.ppf-footer__bottom {
  border-top: 1px solid rgba(182, 195, 195, 0.33);
  font-size: 0.9rem;
  color: #B6C3C3;
  padding: 1.5rem 1.5rem;
}

.ppf-filters-box {
  padding: 0rem;
}
.ppf-filters-box__header {
  padding: 2rem;
  border-bottom: 1px solid rgba(188, 172, 172, 0.36);
  padding-bottom: 2rem;
}
.ppf-filters-box__header > h4 {
  font-weight: 500;
  font-size: 1.15rem;
}
.ppf-filters-box__header > p {
  color: #665F5F;
  font-size: 0.85rem;
}
.ppf-filters-box__content {
  padding: 2rem;
}
.ppf-filters-box__content h6.label {
  font-weight: 500;
  margin-bottom: 20px;
}
.ppf-filters-box__content .field {
  margin-bottom: 35px;
}
.ppf-filters-box__content .field .control {
  margin-bottom: 10px;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper input[type=radio]:checked + label::before {
  border-color: #E38751;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.ppf-filters-box__content .field .control.custom-radio-wrapper input[type=radio]:focus-visible + label::before {
  outline: 2px solid dodgerblue;
  outline-offset: 2px;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.25px solid #9D9D9D;
  border-radius: 50%;
  transition: border-color 0.2s ease;
  position: relative;
  top: -1px;
}
.ppf-filters-box__content .field .control.custom-radio-wrapper label::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E38751;
  left: 3px;
  top: 6.5px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}
.ppf-filters-box__content .field .control.custom-checkbox-wrapper input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: none;
}
.ppf-filters-box__content .field .control.custom-checkbox-wrapper input[type=checkbox]:checked + label::before {
  background-color: #E38751;
  border-color: #F2A476;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.ppf-filters-box__content .field .control.custom-checkbox-wrapper input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid dodgerblue;
  outline-offset: 2px;
}
.ppf-filters-box__content .field .control.custom-checkbox-wrapper label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.ppf-filters-box__content .field .control.custom-checkbox-wrapper label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1.25px solid #9D9D9D;
  border-radius: 3px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  top: -2px;
}
.ppf-filters-box__content .ppf-button[type=submit] {
  border-radius: 3px;
  border: 1px solid #F2A476;
}

.ppf-pet-details-box {
  background-color: rgba(243, 236, 228, 0.36);
  border: 1px solid #BCACAC;
  border-radius: 4px;
}

/**
 * page file 
 *
 * @package pataspairque
 * @version 1.0.0
 * @author Mohamed A. Eljaouadi
 */
.ppf-default-page {
  position: relative;
}
.ppf-default-page__heading {
  margin-bottom: 50px;
}
.ppf-default-page__heading .ppf-section__title {
  font-size: 2.25rem;
}
.ppf-default-page__heading .ppf-section__subtitle {
  max-width: 50%;
  margin-inline: auto;
}
.ppf-default-page .ppf-section__content h1 {
  font-size: 2rem;
}
.ppf-default-page .ppf-section__content h2 {
  font-size: 1.4rem;
}
.ppf-default-page .ppf-section__content h3 {
  font-size: 1.35rem;
}
.ppf-default-page .ppf-section__content h4 {
  font-size: 1.25rem;
}
.ppf-default-page .ppf-section__content h5 {
  font-size: 1.15rem;
}
.ppf-default-page .ppf-section__content h6 {
  font-size: 0.95rem;
}
.ppf-default-page .ppf-section__content a:not(.button) {
  text-decoration: underline;
  color: #0d0d0d;
}
.ppf-default-page .ppf-section__content img {
  width: 100%;
  border-radius: 8px;
}
.ppf-default-page .sticky-content {
  position: relative;
  top: -8rem;
}
.ppf-default-page__shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ppf-default-page__shapes .shape-1 {
  position: absolute;
  width: 170px;
  height: 100px;
  border-radius: 0 25px 25px 0;
  background-color: rgba(193, 194, 232, 0.5);
  top: 50%;
  transform: translate(0, -50%);
  left: -50px;
}
.ppf-default-page__shapes .shape-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgb(243, 236, 228);
  top: 25%;
  transform: translate(0, -25%);
  left: auto;
  right: -60px;
  border-radius: 50%;
  border: 40px solid rgba(181, 94, 94, 0.5);
}
.ppf-default-page__shapes .shape-3 {
  position: absolute;
  width: 75px;
  height: 75px;
  top: auto;
  bottom: 0;
  left: auto;
  right: -26px;
  background: url("../img/pawprint-min.png") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
  transform: rotate(-46deg);
}
.ppf-default-page .voluntarios-form .box.ppf-form-box {
  max-width: 100%;
}

.password-protected-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #F3ECE4;
  position: fixed;
}

.password-protected-section .post-password-form p {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.password-protected-section .post-password-form p input[type=password] {
  margin-top: 20px;
  -webkit-appearance: none;
  display: block !important;
  margin-inline: auto;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.password-protected-section .post-password-form p input[type=submit] {
  text-align: center;
  margin: auto;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  min-width: 150px;
  min-height: 42px;
  font-size: 0.93rem;
  margin-top: 25px;
  background-color: #0d0d0d !important;
  border-radius: 3px;
  font-weight: 500;
  font-family: "DM Serif Display", serif;
}

.hero .hero-body {
  min-height: 85vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero .hero-body .is-overlay {
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) -29%, rgba(2, 2, 2, 0.6) 90%);
}

.hero-slider__controls {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
.hero-slider__controls button {
  min-width: auto;
  min-height: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: rgba(255, 255, 255, 0.33);
  transition: all 0.3s linear;
  cursor: pointer;
}
.hero-slider__controls button:hover {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.stories-slider .adopter-image {
  padding: 5px;
  background: #E7E0DC;
  border-radius: 50%;
  height: 76px;
  width: 76px;
}

.ppf-home-section .home-section-content {
  min-height: 65vh;
}
.ppf-home-section .home-section-content__tagline {
  font-family: "Manrope", sans-serif;
}
.ppf-home-section .home-section-content__heading {
  width: 410px;
  line-height: 1.15;
  font-weight: 500;
}
.ppf-home-section .home-section-content__text {
  font-family: "Mohave", sans-serif;
  color: #c1c1c1;
  width: 410px;
  margin-bottom: 35px;
  line-height: 1.7;
  font-size: 1rem;
}
.ppf-home-section .home-section-content__buttons .ppf-button {
  margin-bottom: 10px;
}

.ppf-about-section__content .ppf-label {
  margin-bottom: 35px;
}
.ppf-about-section__image {
  max-width: 450px;
  margin-left: auto;
  margin-right: 30px;
  position: relative;
}
.ppf-about-section__image:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #E38751;
  z-index: -1;
}
.ppf-about-section__image img {
  border-radius: 8px;
}
.ppf-about-section__image .ppf-stats-box {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  left: -125px;
}

.ppf-howto-section {
  z-index: 6;
}
.ppf-howto-section > .container {
  position: relative;
}
.ppf-howto-section > .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg-min.png") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
}

.ppf-adoption-section .adoption-section-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  top: -25%;
}
.ppf-adoption-section .container > .has-text-centered {
  position: sticky;
  z-index: 4;
}
.ppf-adoption-section .static_shapes {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ppf-adoption-section .static_shapes .shape-1 {
  position: absolute;
  width: 170px;
  height: 100px;
  border-radius: 25px 0px 0px 25px;
  background-color: rgba(193, 194, 232, 0.5);
  top: 30%;
  transform: translate(0, -50%);
  left: auto;
  right: -50px;
}
.ppf-adoption-section .static_shapes .shape-2 {
  position: absolute;
  width: 250px;
  height: 250px;
  background: url("../img/steps-min.png") no-repeat center center;
  background-size: contain;
  left: -110px;
  top: 80%;
  opacity: 0.4;
  transform: rotate(10deg);
}
.ppf-adoption-section .special-heading-style::before {
  background-position-x: center;
}
.ppf-adoption-section .ppf-section-content__buttons .ppf-button {
  box-shadow: 0px 9px 8px rgba(59, 59, 59, 0.2);
  min-width: 200px;
}
.ppf-adoption-section .ppf-section-content__buttons .ppf-button:hover {
  box-shadow: none;
}

/**
 *  Single page file 
 *
 * @package pataspairque
 * @version 1.0.0
 * @author Mohamed A. Eljaouadi
 */
.ppf-single-post .post-content {
  width: 80%;
  margin-inline: auto;
  /* --- WordPress Core Column Blocks Styling --- */
  /* Individual column */
  /* For 50/50 columns (default when you choose 2 columns) */
  /* Specific styling for the image within the column */
  /* Basic responsiveness for columns */
}
.ppf-single-post .post-content .ppf-section__content > figure.wp-block-image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ppf-single-post .post-content .ppf-section__content .wp-element-caption {
  margin-top: 5px;
}
.ppf-single-post .post-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 35px;
}
.ppf-single-post .post-content .wp-block-column {
  flex: 1;
  /* Each column takes up equal space */
  min-width: 0;
  /* Important for flex items with content */
}
.ppf-single-post .post-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: calc(50% - 1rem);
  /* 50% width minus half the gap */
}
.ppf-single-post .post-content .wp-block-columns .wp-block-image {
  margin-bottom: 0;
  /* Remove default margin from image block */
}
.ppf-single-post .post-content .wp-block-columns .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  /* Remove extra space below image */
}
@media (max-width: 767px) {
  .ppf-single-post .post-content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column;
    /* Stack columns vertically on small screens */
  }
  .ppf-single-post .post-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100%;
    /* Each column takes full width when stacked */
  }
}
.ppf-single-post__thumbnail {
  margin-bottom: 2rem;
}
.ppf-single-post__thumbnail img {
  -o-object-fit: fill;
  object-fit: fill;
  height: auto;
  border-radius: 8px;
  max-height: 500px;
}
.ppf-single-post__metatags {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}
.ppf-single-post__metatags .post-author > .media {
  align-items: center;
}
.ppf-single-post__metatags .post-author__thumbnail {
  width: 80px;
  height: 80px;
}
.ppf-single-post__metatags .post-author__name {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.ppf-single-post__metatags .post-author__bio {
  font-size: 0.87rem;
}
.ppf-single-post__metatags .post-date h4 {
  font-size: 0.85rem;
}
.ppf-single-post__metatags .post-date h4 .icon {
  margin-right: 7px;
}
.ppf-single-post__metatags .post-date h4 .icon i {
  font-size: 1.35rem;
}
.ppf-single-post__comments {
  margin-top: 35px;
  margin-bottom: 50px;
  max-width: 700px;
}
.ppf-single-post__comments .comments-title {
  font-size: 1.2rem;
  margin-bottom: 35px;
}
.ppf-single-post__comments .comment-awaiting-moderation {
  color: #0d0d0d;
}
.ppf-single-post__comments li {
  list-style: none;
}
.ppf-single-post__comments .comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(13, 13, 13, 0.26);
}
.ppf-single-post__comments .comment .comment-body {
  margin-bottom: 15px;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-metadata {
  display: none;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: center;
  color: #0d0d0d;
  font-size: 1.05rem;
  font-family: "DM Serif Display", serif;
}
.ppf-single-post__comments .comment-awaiting-moderation {
  margin-top: 7px;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-author a {
  pointer-events: none;
  color: #0d0d0d;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 0.93rem;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-author a:hover {
  color: #0d0d0d;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 15px;
}
.ppf-single-post__comments .comment .comment-body .comment-meta .comment-author .says {
  display: none;
}
.ppf-single-post__comments .comment .comment-body .comment-content {
  margin-top: 15px;
  font-size: 0.8rem;
  color: #0D0D0D;
}
.ppf-single-post__comments .comment .comment-body .reply {
  text-decoration: underline;
  font-size: 0.83rem;
  margin-top: 10px;
}
.ppf-single-post__comments .comment .comment-body .reply a {
  color: #0D0D0D;
}
.ppf-single-post__comments .comment footer {
  background: transparent;
  padding-inline: 0;
}
.ppf-single-post__comments .comment.depth-2 .comment-body {
  max-width: 90%;
  margin-left: auto;
}
.ppf-single-post__comments .comment.depth-2 .comment-body .comment-author img {
  width: 48px;
  height: 48px;
}
.ppf-single-post__comments .comment-notes {
  margin-bottom: 15px;
  font-size: 0.83rem;
}
.ppf-single-post__comments .logged-in-as {
  margin-bottom: 15px;
  font-size: 0.85rem;
}
.ppf-single-post__comments .logged-in-as a {
  font-weight: 600;
  text-decoration: underline;
  color: #0D0D0D;
}
.ppf-single-post__comments .comment-respond #reply-title {
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 15px;
  color: #0D0D0D;
  font-family: "DM Serif Display", serif;
}
.ppf-single-post__comments .comment-respond .form-submit .submit {
  font-family: "DM Serif Display", serif;
  min-width: 160px;
  min-height: 50px;
  border: none !important;
  padding-inline: 25px;
  font-weight: 500;
  font-size: 0.93rem;
  background-color: #595146 !important;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 700;
  font-size: 0.75rem;
}
.ppf-single-post__comments #commentform .commenter-name,
.ppf-single-post__comments #commentform .commenter-email {
  width: 49%;
  display: inline-block;
}
.ppf-single-post__comments #commentform .commenter-name {
  margin-right: 1%;
}
.ppf-single-post__comments #commentform .label {
  color: #0D0D0D;
  font-family: "DM Serif Display", serif;
  font-size: 0.93rem;
  font-weight: 500;
}
.ppf-single-post__comments #commentform .input,
.ppf-single-post__comments #commentform .textarea {
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #0D0D0D;
  font-size: 0.93rem;
  color: #0D0D0D;
  font-family: "Mohave", sans-serif;
  color: #0D0D0D;
}
.ppf-single-post__comments #commentform .comment-form-cookies-consent {
  display: none;
}

.ppf-single-pet-details .post-content {
  width: 100%;
}
.ppf-single-pet-details .post-content .pet-content_gallery {
  margin-bottom: 40px;
  width: 90%;
}
.ppf-single-pet-details .post-content .pet-content_gallery > .fg-default.fg-gutter-15 {
  padding: 0;
}
.ppf-single-pet-details .post-content .ppf-pet-content-box {
  background-color: rgba(243, 236, 228, 0.36);
  border: 1px solid rgba(188, 172, 172, 0.4509803922);
  border-radius: 4px;
  width: 90%;
  padding: 2rem;
}
.ppf-single-pet-details .post-content .ppf-pet-content-box .wp-block-separator {
  margin-block: 40px;
  height: 1px;
}
.ppf-single-pet-details .post-content .pet-details_card {
  padding: 1rem;
}
.ppf-single-pet-details .post-content .pet-details_card h1 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.ppf-single-pet-details .post-content .pet-details_card > p {
  color: #665F5F;
}
.ppf-single-pet-details .post-content .pet-details_card > ul {
  margin-block: 10px 35px;
}
.ppf-single-pet-details .post-content .pet-details_card > ul li {
  display: flex;
  padding: 20px 15px;
  margin-bottom: 0;
  justify-content: space-between;
}
.ppf-single-pet-details .post-content .pet-details_card > ul li:nth-of-type(even) {
  background-color: #EBEBEB;
}
.ppf-single-pet-details .post-content .pet-details_card > ul li:nth-of-type(odd) {
  background-color: #ffffff;
}
.ppf-single-pet-details .post-content .pet-details_card > ul li h4 {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0;
}
.ppf-single-pet-details .post-content .pet-details_card .help {
  margin-top: 20px;
  color: #484E4E;
}
.ppf-single-pet-details .post-content .pet-details_card button {
  border-radius: 3px;
  border: 1px solid #F2A476;
}

#adoption-modal .modal-close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  border: 1px solid #0d0d0d;
  z-index: 1;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border-radius: 50%;
}
#adoption-modal .modal-close:hover {
  background-color: #fff;
}
#adoption-modal .modal-close::after, #adoption-modal .modal-close::before {
  background-color: #0d0d0d;
}
#adoption-modal .matcher-form {
  max-width: 90%;
  box-shadow: none;
}
#adoption-modal .step-title {
  font-size: 1.25rem;
  font-weight: 500;
}
#adoption-modal .modal-card-head {
  background: #fff;
  border: none;
  padding-top: 50px;
  padding-bottom: 0;
}
#adoption-modal .matcher-progress {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  width: 350px;
  justify-content: space-between;
  margin-inline: auto;
}
#adoption-modal .matcher-progress::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1;
  background-color: #EEEEEE;
}
#adoption-modal .matcher-progress::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 0%;
  height: 8px;
  z-index: 1;
  background-color: #E38751;
  transition: width 0.3s ease-in-out;
}
#adoption-modal .matcher-progress .progress-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EEEEEE;
  color: #0D0D0D;
  font-family: "DM Serif Display", serif;
  font-size: 1.15rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 40px;
}
#adoption-modal .matcher-progress .progress-step.active {
  background-color: #E38751;
  color: #ffffff;
}
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="1"])::after {
  width: 0%;
}
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="2"]) .progress-step[data-step="1"] {
  background-color: #E38751;
  color: #ffffff;
}
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="2"])::after {
  width: 50%;
}
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="3"]) .progress-step[data-step="1"],
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="3"]) .progress-step[data-step="2"] {
  background-color: #E38751;
  color: #ffffff;
}
#adoption-modal .matcher-progress:has(.progress-step.active[data-step="3"])::after {
  width: 100%;
}
#adoption-modal .modal-card-foot {
  background: #ffffff;
  border: none;
  margin-top: 0;
  padding-bottom: 30px;
}
#adoption-modal .modal-card-foot .matcher-nav {
  margin-top: 0;
  max-width: 90%;
  margin-inline: auto;
}
#adoption-modal .matcher-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#adoption-modal .matcher-nav .button {
  border-radius: 4px;
  transition: box-shadow 0.3s ease-in-out;
}
#adoption-modal .matcher-nav .button.button-prev {
  width: 33%;
  border: 1px solid #595146;
  box-shadow: none;
}
#adoption-modal .matcher-nav .button.button-prev:hover {
  box-shadow: none;
}

.is-404-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}
.is-404-page::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg-min.png") no-repeat center center;
  background-size: contain;
  opacity: 0.3;
}
.is-404-page h1 span:first-of-type {
  font-size: 5rem !important;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
}
.is-404-page h1 span:last-of-type {
  font-size: 1.75rem;
}

.ppf-stories-section .tns-ovh {
  overflow: visible;
}

.ppf-elementor-wider-template {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
.ppf-elementor-wider-template .ppf-default-page__heading {
  padding-inline: 1.5rem;
}
.ppf-elementor-wider-template .ppf-stories-section .ppf-section__title {
  display: none;
}

#give-donor-dashboard {
  width: 100%;
  max-width: 100%;
}

#give-receipt #give-email-access-form {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: #fff;
  padding: 2rem;
  margin: auto;
}
#give-receipt #give-email-access-form label {
  margin-top: 20px;
}
#give-receipt #give-email-access-form input[type=email] {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
}
#give-receipt #give-email-access-form input[type=submit] {
  background-color: #020202 !important;
  color: #fff !important;
}

@media (max-width: 769px) {
  #give-receipt #give-email-access-form {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .ppf-section__title {
    font-size: 1.5rem;
  }
  .ppf-support-section .ppf-section-content__buttons a {
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent !important;
    box-shadow: none !important;
    text-wrap: auto;
  }
  .ppf-home-section .home-section-content__heading, .ppf-home-section .home-section-content__text {
    width: 100%;
  }
  .ppf-howto-section .ppf-steps-box .is-flex {
    flex-direction: column;
  }
  .ppf-howto-section .ppf-steps-box .is-flex .ppf-steps-box__content {
    text-align: center;
    padding-inline: 0;
    border-left: 0;
    border-top: 1px solid #BCACAC;
    padding-top: 25px;
  }
  .support-box .ppf-section__title {
    margin-bottom: 25px !important;
    font-size: 1.3rem;
  }
  .support-box .ppf-section__title br {
    display: none;
  }
  .ppf-footer__bottom .level {
    flex-direction: column;
    align-items: center;
  }
  .ppf-footer__bottom .level .ppf-menu {
    margin-bottom: 15px;
  }
  #adoption-modal .matcher-progress {
    width: 100%;
  }
  #matcher-form .matcher-nav,
  #adoption-modal .matcher-nav {
    flex-direction: column;
  }
  #matcher-form .matcher-nav .button-prev,
  #adoption-modal .matcher-nav .button-prev {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .ppf-single-post .ppf-section__title {
    font-size: 1.65rem;
  }
  .ppf-single-post .ppf-single-post__metatags > .level {
    flex-direction: column;
  }
  .ppf-single-post .ppf-single-post__metatags > .level .post-date {
    margin-top: 25px;
  }
  .ppf-single-post .ppf-single-post__body .ppf-section__content {
    padding: 0;
  }
  .ppf-single-post .ppf-single-post__comments {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ppf-about-section .ppf-about-section__image {
    max-width: 350px;
    margin-inline: auto;
    margin-top: 50px;
  }
  .ppf-about-section .ppf-about-section__image .ppf-stats-box {
    left: 50%;
    transform: translate(-50%);
  }
  .ppf-howto-section .container::before {
    width: 120%;
  }
  .ppf-howto-section .columns.is-vcentered {
    display: flex;
    flex-direction: column-reverse;
    align-items: initial;
  }
  .ppf-howto-section .columns.is-vcentered .ppf-section__title {
    text-align: center;
    display: block;
  }
  .ppf-howto-section .columns.is-vcentered .ppf-section__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ppf-howto-section .columns.is-vcentered .ppf-section__subtitle {
    text-align: center;
  }
  .ppf-adoption-section .adoption-section-bg {
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
  }
  .ppf-support-section {
    width: 90%;
  }
  .ppf-footer {
    border-radius: 15px 15px 0 0;
  }
  .ppf-footer .ppf-contact-container {
    margin-bottom: 35px;
  }
  .ppf-footer .ppf-contact-container .image {
    margin-inline: auto;
  }
  .ppf-footer .social-media-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ppf-footer .social-media-menu .menu-label {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .ppf-footer .menu.ppf-dropwodwn-menu {
    text-align: left !important;
  }
  .ppf-footer .menu.ppf-dropwodwn-menu .menu-label {
    position: relative;
    font-size: 0.9rem;
  }
  .ppf-footer .menu.ppf-dropwodwn-menu .menu-label:after {
    content: "\f078";
    position: absolute;
    left: auto;
    right: 0;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    font-weight: 900;
  }
  .ppf-footer .menu.ppf-dropwodwn-menu .menu-list {
    display: none;
  }
  .ppf-footer .menu.ppf-dropwodwn-menu .menu-list.active-list {
    display: block !important;
  }
  .footer-container {
    margin-top: 100px;
  }
  .footer-container .ppf-footer__body {
    padding-block: 2rem;
  }
  .ppf-form-box {
    padding-inline: 1.5rem !important;
  }
  .ppf-pets-banner .is-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ppf-pets-banner .is-flex h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .adoption-matcher .matcher-progress {
    width: 100%;
  }
  .ppf-pagination.pagination {
    flex-direction: column-reverse;
  }
  .ppf-pagination.pagination > a {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .ppf-about-section .columns.is-align-items-flex-end {
    align-items: center !important;
  }
  .ppf-about-section__image {
    max-width: 300px;
  }
  .ppf-about-section__image .ppf-stats-box {
    left: -65px;
  }
  .ppf-adoption-section .adoption-section-bg {
    top: 0%;
    -o-object-fit: fill;
    object-fit: fill;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .box.support-box {
    width: 100%;
  }
  .ppf-footer__top, .ppf-footer__body, .ppf-footer__bottom {
    padding-inline: 1.5rem;
  }
  .section {
    padding-block: 3rem !important;
  }
  .section.ppf-section.pb-0 {
    padding-bottom: 0 !important;
  }
  .container > .ppf-default-page__heading {
    margin-bottom: 0;
  }
  .ppf-default-page__heading .ppf-section__subtitle {
    max-width: 100%;
  }
  .box.ppf-form-box {
    max-width: 100%;
  }
  .ppf-single-pet-details .post-content .pet-content_gallery,
  .ppf-single-pet-details .post-content .ppf-pet-content-box {
    width: 100%;
  }
  .ppf-single-pet-details .post-content .pet-details_card {
    padding: 0;
  }
  .ppf-elementor-wider-template {
    padding-top: 3rem;
  }
}
@media (max-width: 1215px) {
  .ppf-single-post .post-content {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1407px) {
  .ppf-about-section__image .ppf-stats-box {
    left: -65px;
  }
}
@media (min-width: 1024px) and (max-width: 1215px) {
  .main-navbar-desktop .main-navigation {
    padding-inline: 0;
  }
  .main-navbar-desktop .main-navigation .navbar-item {
    font-size: 0.85rem;
  }
  .ppf-adoption-section .adoption-section-bg {
    top: -10%;
  }
}
@media (min-width: 1407px) {
  .ppf-adoption-section .adoption-section-bg {
    width: 85% !important;
    top: -20% !important;
  }
  .ppf-single-post .post-content {
    width: 100%;
  }
}
/* RESPONSIVE IMG WITH STICKY TEXT BOX ON ABOUT PAGE */
@media (min-width: 769px) and (max-width: 1023px) {
  .elementor-53 .elementor-element.elementor-element-fae5929 {
    width: 480px;
  }
}
@media (min-width: 1024px) and (max-width: 1405px) {
  .elementor-53 .elementor-element.elementor-element-fae5929 {
    width: 590px;
  }
}
@media (min-width: 769px) and (max-width: 1077px) {
  .elementor-37 .elementor-element.elementor-element-68a570cf {
    width: 100%;
    transform: translate(15px, -15px);
  }
}
@media (min-width: 1078px) and (max-width: 1245px) {
  .elementor-37 .elementor-element.elementor-element-68a570cf {
    width: 590px;
  }
}
@media (min-width: 1246px) and (max-width: 1406px) {
  .elementor-37 .elementor-element.elementor-element-68a570cf {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .ppf-blog-page .ppf-default-page__heading {
    margin-bottom: 50px !important;
  }
}
/*# sourceMappingURL=core.css.map */
