.menu-footer-locations {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-footer-locations {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .menu-footer-locations {
    gap: 0;
    width: 100%;
  }
}
.menu-footer-locations__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 0;
}
@media (min-width: 768px) {
  .menu-footer-locations__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .menu-footer-locations__item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 81, 50, 0.4);
  }
}
.menu-footer-locations__item--only-link {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .menu-footer-locations__item--only-link {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.menu-footer-locations__button {
  background: none;
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding: 0;
  text-decoration: none;
}
.menu-footer-locations__item--only-link .menu-footer-locations__button .menu-footer-locations__text {
  color: #68BB5A;
  text-decoration: none;
}
.menu-footer-locations__icon {
  display: flex;
  align-items: center;
}
.menu-footer-locations__icon svg {
  width: 1.37069rem;
  height: 1.37069rem;
  flex-shrink: 0;
}
.menu-footer-locations__text {
  color: #606060;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease all;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-footer-locations__text {
    font-size: 12px;
  }
}
.menu-footer-locations__info {
  transition: 0.3s ease all;
  background: #fff;
  display: grid;
  text-align: start;
  z-index: 10;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .menu-footer-locations__info {
    display: none;
    background: transparent;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .menu-footer-locations__info {
    opacity: 0;
    padding: 0 1.5rem;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }
  .menu-footer-locations__info::after {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/playgarden-nyc/assets-redesign/img/svg/arrow-left-gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: 0.3s ease all;
  }
  .menu-footer-locations__info::after svg {
    color: #5C6960;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-footer-locations__info {
    padding: 0 0 0 1rem;
  }
  .menu-footer-locations__info::after {
    content: "";
    background: url("/wp-content/themes/playgarden-nyc/assets-redesign/img/svg/arrow-left-gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 0.5rem;
    left: 0rem;
  }
}
@media (min-width: 1440px) {
  .menu-footer-locations__info {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1656px) {
  .menu-footer-locations__info {
    padding: 0;
  }
  .menu-footer-locations__info::after {
    left: -3rem;
  }
}
.menu-footer-locations__item:has(.menu-footer-locations__info:hover) {
  z-index: 99;
}
.menu-footer-locations__item:has(.menu-footer-locations__info:hover) .menu-footer-locations__info, .menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__info, .menu-footer-locations__item:has(.menu-footer-locations__info:hover) .menu-footer-locations__button::after, .menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__button::after {
  opacity: 1;
}
.menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__button .menu-footer-locations__text {
  color: #68BB5A !important;
}
@media (max-width: 767px) {
  .menu-footer-locations__button {
    width: 100%;
  }
  .menu-footer-locations__button::after {
    content: "";
    display: block;
    width: 4px;
    height: 11px;
    background-image: url("/wp-content/themes/playgarden-nyc/assets-redesign/img/svg/arrow-left-gray.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .menu-footer-locations__item--only-link .menu-footer-locations__button::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-footer-locations__item.is-open .menu-footer-locations__button::after {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .menu-footer-locations__item.is-open .menu-footer-locations__info {
    display: grid;
    padding-top: 0.5rem;
    background: transparent;
    padding-left: 1.5rem;
  }
}
.menu-footer-locations .menu-footer-locations__info-text {
  color: #1F2D1F !important;
  font-weight: 600;
}
.menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
  color: #5C6960;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.15em 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
    padding: 1px 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
    font-size: 12px;
  }
}
.menu-footer-locations__info-link {
  text-decoration: underline;
}
.menu-footer-locations__info-link.phone {
  text-decoration: none;
}

.pg-footer {
  height: 300px;
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 52px 0 rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer {
    height: auto;
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .pg-footer {
    height: auto;
    padding: 40px 0;
  }
}
.pg-footer__bg {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__bg {
    width: 95%;
    grid-template-columns: 1fr 2.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-footer__bg {
    grid-template-columns: 1fr;
    width: 60%;
    justify-items: center;
    gap: 32px;
  }
}
.pg-footer__logo img {
  width: 210px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__logo img {
    width: 132px;
    height: 87px;
  }
}
@media (max-width: 767px) {
  .pg-footer__logo img {
    width: 148px;
    height: 97px;
  }
}
.pg-footer__column {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__column:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 8px;
    border-right: 1px solid rgba(15, 81, 50, 0.4);
    padding: 20px 16px 20px 0;
  }
}
@media (max-width: 767px) {
  .pg-footer__column {
    width: 100%;
  }
  .pg-footer__column:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.pg-footer__social-media {
  padding-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__social-media {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pg-footer__social-media {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pg-footer__icons-menu {
    text-align: center;
    width: 100%;
  }
}
.pg-footer__icons-menu__title {
  color: #0F5132;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__icons-menu__title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pg-footer__icons-menu__title {
    font-size: 12px;
  }
}
.pg-footer__icons-menu__list {
  list-style: none;
  padding: 0;
}
.pg-footer__icons-menu__list-item {
  padding-bottom: 8px;
}
.pg-footer__icons-menu__list-item a {
  color: #606060;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__icons-menu__list-item a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pg-footer__icons-menu__list-item a {
    font-size: 12px;
  }
}
.pg-footer__nav-social {
  border-left: 1px rgba(15, 81, 50, 0.4) solid;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__nav-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 0px 0 20px 16px;
  }
  .pg-footer__nav-social .pg-footer__social-media {
    display: none;
  }
}
@media (max-width: 767px) {
  .pg-footer__nav-social {
    border-left: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.pg-footer__hide-on-desktop {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-footer__hide-on-desktop {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pg-footer__hide-on-desktop {
    display: flex !important;
  }
}

.social-media-footer {
  display: flex;
  gap: 0.5rem;
}
.social-media-footer a {
  transition: 0.25s all;
}
.social-media-footer a svg {
  width: 32px;
  height: 29px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .social-media-footer a svg {
    width: 24px;
    height: 24px;
  }
}
.social-media-footer a:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .social-media-footer {
    display: none;
  }
}