@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Playfair+Display:wght@700&display=swap");
/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
*/
html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.photo-attribution {
  color: #6c757d;
  opacity: 0.8;
}

body.page-404 {
  background-color: #343a40;
  background-image: url("/assets/img/layout/sentier-foret-bgdark.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
}

.secondary-nav {
  z-index: 1021;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

section[id] {
  scroll-margin-top: var(--sticky-header-height, 100px);
}

.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: visible;
}

.container-sticky-parent {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.site-footer {
  background-color: #2d4034;
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 0 0;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}
.site-footer > * {
  position: relative;
  z-index: 1;
}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23384F40' fill-opacity='1' d='M0,224L60,202.7C120,181,240,139,360,144C480,149,600,203,720,229.3C840,256,960,256,1080,234.7C1200,213,1320,171,1380,149.3L1440,128L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  opacity: 0.6;
}

.footer-tagline {
  font-style: italic;
  margin-bottom: 1.5rem;
}

.footer-heading {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
}
.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.site-footer .social-links a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 1rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.site-footer .social-links a:hover {
  color: #fff;
}

.footer-bottom {
  background-color: rgb(38.6834862385, 55.0165137615, 44.7009174312);
  padding: 1.5rem 0;
  margin-top: 3rem;
  font-size: 0.85rem;
}
.footer-bottom p {
  margin-bottom: 0.25rem;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.footer-bottom a:hover {
  color: #fff;
}

.content-text {
  text-align: left;
}
.content-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.content-text p:last-child {
  margin-bottom: 0;
}
.content-text ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}
.content-text li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
}
.content-text h2, .content-text h3 {
  font-family: "Playfair Display", serif;
  color: #343a40;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.content-text strong {
  color: #343a40;
  font-weight: 700;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.navbar .navbar-brand, .navbar .nav-link, .navbar .navbar-brand, .navbar .nav-link.show {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-toggler {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}
.navbar.navbar-scrolled {
  position: fixed;
  background-color: #f5f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
          box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
}
.navbar.navbar-scrolled .navbar-brand, .navbar.navbar-scrolled .nav-link {
  color: #343a40;
  text-shadow: none;
}
.navbar.navbar-scrolled .nav-link.active {
  color: #2d4034;
}
.navbar.navbar-scrolled .navbar-toggler {
  -webkit-filter: none;
          filter: none;
}

.navbar-logo {
  max-height: 45px;
  width: auto;
}

@media (max-width: 991.98px) {
  .navbar:not(.navbar-scrolled) .navbar-collapse {
    background-color: #f5f1e9;
    padding: 1rem;
    margin-top: 0.5rem;
    border-radius: 0.375rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.08);
            box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.08);
  }
  .navbar:not(.navbar-scrolled) .navbar-collapse .nav-link {
    color: #343a40;
    text-shadow: none;
  }
}
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
    color: inherit;
    text-decoration: none;
  }
}

.btn-outline-primary {
  border-color: rgba(45, 64, 52, 0.4);
  color: #6c757d;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #2d4034;
  border-color: #2d4034;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
          box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 8rem 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 64, 0.4)), to(rgba(52, 58, 64, 0.4))), url("/assets/img/layout/accueil-spa-bgdark.webp");
  background-image: linear-gradient(rgba(52, 58, 64, 0.4), rgba(52, 58, 64, 0.4)), url("/assets/img/layout/accueil-spa-bgdark.webp");
  background-size: cover;
  background-position: center center;
  -webkit-animation: kenburns 30s ease-in-out infinite alternate;
          animation: kenburns 30s ease-in-out infinite alternate;
}
.hero-section h1, .hero-section .lead {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .hero-section .col-lg-5, .hero-section .col-md-8 {
    text-align: center;
  }
  .hero-section h1 {
    font-size: 2.8rem;
  }
}

.hero-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.hero-shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 35px;
}
@media (max-width: 767px) {
  .hero-shape-divider svg {
    width: calc(150% + 1.3px);
    height: 25px;
  }
}

.hero-shape-divider .shape-fill {
  fill: #FFFFFF;
}

.hero-feature-box {
  background-color: rgba(52, 58, 64, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  color: #fff;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.feature-item i {
  font-size: 1.5rem;
  color: #2d4034;
  margin-right: 1rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feature-item h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.feature-item p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.card {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.card .card-body {
  position: relative;
}
.card .card-img-top {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card .card-img-top {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06) !important;
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06) !important;
}
.card:hover .card-img-top {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card .card-body.text-center .card-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 0.75rem auto 0;
  background-color: #2d4034;
  opacity: 0.5;
}

.card-featured .card-body {
  position: relative;
}
.card-featured .card-logo-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  z-index: 1;
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
  border: 1px solid rgba(52, 58, 64, 0.05);
}
.card-featured .card-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-featured .card-title {
  margin-top: 20px;
}
.card-featured .card-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card-link-wrapper:hover .card {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
}
.card-link-wrapper:hover .card-title {
  color: #2d4034;
}
.card-link-wrapper .card {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.card-link-wrapper .card-title {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.card-title a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.card-title a:hover {
  color: #2d4034;
}

.editorial-card {
  background-color: #f5f1e9;
  border: 1px solid rgba(52, 58, 64, 0.05);
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.editorial-card .card-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.editorial-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
}
.editorial-card .card-title {
  color: #343a40;
  font-family: "Playfair Display", serif;
}
.editorial-card .card-text {
  color: #6c757d;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.editorial-card .card-link {
  color: #2d4034;
  font-weight: 700;
  font-size: 0.9rem;
}
.editorial-card .card-link i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.editorial-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
}
.editorial-card:hover .card-link i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.directory-controls {
  border: 1px solid #dee2e6;
}

.business-card {
  -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  border: 1px solid #e9ecef;
}
.business-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.business-card-logo {
  max-height: 80px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business-card-title a {
  text-decoration: none;
  color: inherit;
}
.business-card-title a::after {
  border-radius: var(--bs-card-border-radius);
}

.business-card-details {
  font-size: 0.9rem;
  color: #6c757d;
}

.card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  margin-right: 0.75rem;
  color: #2d4034;
}

.business-card-img-wrapper {
  position: relative;
}

.card-badge {
  position: absolute;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.top-start {
  top: 0.75rem;
  left: 0.75rem;
}

.top-end {
  top: 0.75rem;
  right: 0.75rem;
}

.card-badge.rating {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.card-badge.rating .bi-star-fill {
  color: #ffc107;
}

.card-badge.status-open {
  background-color: #198754;
}

.card-badge.status-closed {
  background-color: #6c757d;
}

.business-card-title a {
  text-decoration: none;
  color: #343a40;
}
.business-card-title a:hover {
  color: #2d4034;
}
.business-card-title a.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border-radius: var(--bs-card-border-radius);
}

.breadcrumb {
  background-color: transparent;
  padding: 0.5rem 0rem;
  margin: 0;
  font-size: 0.9rem;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #6c757d;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.breadcrumb-item a:hover {
  color: #2d4034;
}
.breadcrumb-item.active {
  color: #343a40;
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: ">";
}

#featuredSpasCarousel {
  position: relative;
}

.carousel-indicators {
  bottom: -45px;
}
.carousel-indicators button {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(52, 58, 64, 0.2);
  margin: 0 5px;
  border: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.carousel-indicators button.active {
  background-color: #2d4034;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
          box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-control-prev svg,
.carousel-control-next svg {
  fill: #2d4034;
  width: 1rem;
  height: 1rem;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #2d4034;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
}
.carousel-control-prev:hover svg,
.carousel-control-next:hover svg {
  fill: #fff;
}

.carousel-control-prev {
  left: -1.5rem;
}

.carousel-control-next {
  right: -1.5rem;
}

.featured-spa-card {
  height: 400px;
  border: none;
}
.featured-spa-card .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.5rem;
}
.featured-spa-card .card-img-overlay {
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 58, 64, 0.85)), color-stop(50%, rgba(52, 58, 64, 0)));
  background: linear-gradient(to top, rgba(52, 58, 64, 0.85), rgba(52, 58, 64, 0) 50%);
}
.featured-spa-card .card-logo-wrapper {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.featured-spa-card .card-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-spa-card .meta-info {
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  #featuredSpasCarousel {
    padding: 0;
    position: relative;
  }
  .featured-spa-card,
  .featured-spa-card .card-img,
  .featured-spa-card .card-img-overlay {
    border-radius: 0;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(52, 58, 64, 0.4);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .carousel-control-prev svg,
  .carousel-control-next svg {
    fill: #fff;
  }
  .carousel-control-prev {
    left: 0.5rem;
  }
  .carousel-control-next {
    right: 0.5rem;
  }
  .carousel-indicators {
    bottom: 10px;
  }
}
.page-hero {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f5f1e9;
  text-align: center;
}
.page-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-hero .page-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d4034;
  margin-bottom: 0.5rem;
}
.page-hero h1 {
  margin-bottom: 1rem;
}
.page-hero .lead {
  color: #6c757d;
}
.page-hero.page-hero-with-bg {
  padding: 6rem 0 4rem 0;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.page-hero.page-hero-with-bg .page-hero-eyebrow {
  color: rgba(255, 255, 255, 0.8);
}
.page-hero.page-hero-with-bg .lead {
  color: rgba(255, 255, 255, 0.8);
}
.page-hero.page-hero-with-bg h1, .page-hero.page-hero-with-bg p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  background-color: rgba(245, 241, 233, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.08);
          box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.08);
  padding: 0.75rem;
  margin-top: 0.5rem !important;
  border: none;
}

.dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
  color: #343a40;
  padding: 0.6rem 1rem;
  border-radius: 0.375rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: rgba(45, 64, 52, 0.1);
  color: #2d4034;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #2d4034;
  color: #fff;
}

.dropdown-menu > li:first-child > .dropdown-item {
  border-bottom: none;
  margin-bottom: 0;
  color: #2d4034;
  font-weight: 700;
  font-size: 1rem;
}

.dropdown-divider {
  border-top: 1px solid rgba(52, 58, 64, 0.1);
  margin: 0.5rem 1rem;
}

.secondary-nav {
  background-color: transparent;
  padding: 1rem 0;
  top: 0;
  z-index: 1020;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondary-nav .nav-pills {
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
  border: 1px solid rgba(52, 58, 64, 0.05);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.secondary-nav .nav-link {
  color: #6c757d;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.secondary-nav .nav-link.active {
  background-color: #2d4034;
  color: #fff;
}
.secondary-nav .nav-link:not(.active):hover {
  color: #343a40;
}

.intro-heading {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  border-left: 4px solid #2d4034;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .intro-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid #2d4034;
    padding-left: 0;
    padding-bottom: 1rem;
  }
}

.feature-block {
  display: block;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f5f1e9;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(52, 58, 64, 0.05);
}
.feature-block i {
  font-size: 2.5rem;
  color: #2d4034;
}
.feature-block h5 {
  color: #343a40;
  font-family: "Playfair Display", serif;
}
.feature-block:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06);
  background-color: #fff;
}

.cta-section {
  background-color: #2d4034;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section > * {
  position: relative;
  z-index: 1;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23384F40' fill-opacity='1' d='M0,160L80,176C160,192,320,224,480,218.7C640,213,800,171,960,138.7C1120,107,1280,85,1360,74.7L1440,64L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 150% auto;
  opacity: 0.5;
}

.spa-hero {
  padding-bottom: 4rem;
  padding-top: 150px;
  background-color: #343a40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 64, 0.5)), to(rgba(52, 58, 64, 0.5))), url("/assets/img/spa-hero-default.webp");
  background-image: linear-gradient(rgba(52, 58, 64, 0.5), rgba(52, 58, 64, 0.5)), url("/assets/img/spa-hero-default.webp");
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}

.hero-logo-wrapper {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2);
  margin: 0 auto 1.5rem auto;
}

.hero-logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .spa-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .spa-hero .text-uppercase {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .spa-hero h1 {
    font-size: 2.5rem;
  }
  .spa-hero .lead {
    font-size: 1.1rem;
  }
}
.spa-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  color: #6c757d;
}
.spa-highlights .highlight-item {
  background-color: #f5f1e9;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  border: 1px solid rgba(52, 58, 64, 0.05);
}

.spa-services-list .list-group-item {
  padding: 1rem 0;
}
.spa-services-list .list-group-item span {
  font-weight: 700;
  color: #2d4034;
}

.spa-sidebar {
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  position: relative;
  overflow: visible;
}

.info-tabs-card {
  background-color: #f5f1e9;
  border: 1px solid rgba(52, 58, 64, 0.05);
}
.info-tabs-card .nav-tabs {
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}
.info-tabs-card .nav-tabs .nav-link {
  color: #6c757d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.info-tabs-card .nav-tabs .nav-link.active {
  color: #2d4034;
  font-weight: 700;
  border-color: rgba(52, 58, 64, 0.1);
  border-bottom-color: #f5f1e9;
}

.hours-list {
  font-size: 0.9rem;
}
.hours-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(52, 58, 64, 0.05);
}
.hours-list li:last-child {
  border-bottom: none;
}
.hours-list .time {
  font-weight: 700;
}
.hours-list .current-day {
  color: #2d4034;
  font-weight: 700;
}

.map-responsive {
  border-radius: 0.375rem;
  overflow: hidden;
  line-height: 0;
}
.map-responsive iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.contact-list i {
  margin-top: 0.25rem;
  color: #2d4034;
}

.sidebar-widget {
  background-color: transparent;
  border: 1px dashed rgba(108, 117, 125, 0.4);
}

.social-links {
  text-align: center;
}
.social-links a {
  margin-right: 1rem;
  color: #6c757d;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.social-links a:hover {
  color: #2d4034;
}
.social-links a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.sidebar-taxonomy-card {
  background-color: #f5f1e9;
  border: 1px solid rgba(52, 58, 64, 0.05);
}

.sidebar-heading {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #6c757d;
  font-weight: 700;
  margin-bottom: 1rem;
}

.category-list {
  padding-left: 0;
  list-style: none;
}
.category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.category-list i {
  color: #2d4034;
  margin-right: 0.75rem;
}
.category-list a {
  color: #343a40;
  font-weight: 500;
  text-decoration: none;
}
.category-list a:hover {
  color: #2d4034;
}

.sidebar-taxonomy-card .spa-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.sidebar-taxonomy-card hr {
  margin: 1.5rem 0;
}

.region-card {
  border: none;
}
.region-card .card-img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.region-card .card-img-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 58, 64, 0.8)), color-stop(60%, rgba(52, 58, 64, 0)));
  background: linear-gradient(to top, rgba(52, 58, 64, 0.8), rgba(52, 58, 64, 0) 60%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.region-card .card-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.region-card:hover .card-img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.experience-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experience-filters .btn-filter {
  background-color: transparent;
  border: 1px solid rgba(52, 58, 64, 0.15);
  color: #6c757d;
  border-radius: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.experience-filters .btn-filter:hover {
  background-color: #f5f1e9;
  border-color: rgba(52, 58, 64, 0.3);
}
.experience-filters .btn-filter.active {
  background-color: #2d4034;
  border-color: #2d4034;
  color: #fff;
}

.experience-filters-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.experience-filters-mobile .btn-filter {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.offcanvas-bottom {
  height: auto;
  max-height: 80vh;
}

.view-controls .nav-link {
  color: #6c757d;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
}
.view-controls .nav-link.active {
  background-color: #2d4034 !important;
  color: #fff !important;
}

.featured-spa-card {
  border: none;
  height: 400px;
}
.featured-spa-card .card-img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.featured-spa-card .card-img-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 58, 64, 0.8)), color-stop(60%, rgba(52, 58, 64, 0)));
  background: linear-gradient(to top, rgba(52, 58, 64, 0.8), rgba(52, 58, 64, 0) 60%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.featured-spa-card .card-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.featured-spa-card:hover .card-img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.featured-spa-card .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.spa-listing-card {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(52, 58, 64, 0.1);
}
.spa-listing-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06) !important;
          box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.06) !important;
}
.spa-listing-card .card-body {
  padding: 2rem;
}
.spa-listing-card .img-fluid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spa-listing-card .col-md-4 {
  position: relative;
}
.spa-listing-card .card-logo-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
          box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.04);
  border: 1px solid rgba(52, 58, 64, 0.05);
  padding: 0.5rem;
}
.spa-listing-card .card-logo {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.filters-bar {
  background-color: #f5f1e9;
  border-color: rgba(52, 58, 64, 0.05);
}

.filters-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.btn-filter {
  background-color: #fff;
  border: 1px solid rgba(52, 58, 64, 0.15);
  color: #6c757d;
  border-radius: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.375rem 1rem;
}
.btn-filter:hover {
  background-color: rgb(240.21875, 234.30625, 222.48125);
  border-color: rgba(52, 58, 64, 0.3);
}
.btn-filter.active {
  background-color: #2d4034;
  border-color: #2d4034;
  color: #fff;
}

.spa-categories {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.spa-tags .badge {
  background-color: rgba(108, 117, 125, 0.1);
  color: #6c757d;
  font-weight: 500;
  padding: 0.4em 0.8em;
}

.btn-filter .filter-count {
  background-color: rgba(0, 0, 0, 0.08);
  color: inherit;
  padding: 0.1em 0.5em;
  border-radius: 1rem;
  font-size: 0.8em;
  margin-left: 0.5rem;
  font-weight: 500;
}

.btn-filter.active .filter-count {
  background-color: rgba(255, 255, 255, 0.2);
}

.error-page-container .error-icon {
  color: #fff;
  opacity: 0.9;
}
.error-page-container .lead {
  opacity: 0.9;
}

.claim-header {
  background-size: cover;
  background-position: center center;
}
.claim-header .letter-spacing-2 {
  letter-spacing: 2px;
}

body {
  background-color: #FDFDFD;
}

/* 
DEBUG HORIZONTAL OVERFLOW
*/
/*
* {
    outline: 1px solid red !important;
}
    */