@charset "UTF-8";
:root {
  --lightPrimary: #fefcf7;
  --lightSecondary: #f0eee6;
  --darkPrimary: #2b2b2b;
  --darkSecondary: #212121;
  --textColorPrimary: #151515;
  --textColorSecondary: #ffffff;
  --borderColor: #333;
  --borderColorSecondary: #56EFDD;
  --highlightColor: #89FFF5;
  --text-shadow:
      1px 0px 1px black,
      -1px 0px 1px black,
      0px 1px 1px black,
      0px -1px 1px black,
      1px 1px 1px black,
      -1px -1px 1px black,
      1px -1px 1px black,
      -1px 1px 1px black;
  --text-shadow-light:
      1px 0px 1px white,
      -1px 0px 1px white,
      0px 1px 1px white,
      0px -1px 1px white,
      1px 1px 1px white,
      -1px -1px 1px white,
      1px -1px 1px white,
      -1px 1px 1px white;
}

@media only screen and (min-width: 0px) {
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
  }
  html,
  body,
  header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    scroll-padding-top: 150px;
  }
  main {
    overflow: hidden;
  }
  h1,
  h2 {
    font-family: "Raleway", sans-serif;
  }
  h2 {
    font-family: "Raleway", sans-serif;
  }
  a {
    font-family: "Roboto", sans-serif;
  }
  p,
  ul,
  li,
  a {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
  }
}
@media only screen and (min-width: 0px) {
  @font-face {
    font-display: swap;
    font-family: "Alice";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/alice-v20-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/raleway-v34-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    src: url("../assets/fonts/raleway-v34-latin-800.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/roboto-v32-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/roboto-v32-latin-900.woff2") format("woff2");
  }
}
@media only screen and (min-width: 0px) {
  *[class*=inner] {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
  }
  *[class*=-text] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }
  *[class*=-text] h2 {
    font-size: clamp(1.25em, 2.25vw, 1.5em);
    letter-spacing: -0.5px;
    color: var(--textColorPrimary);
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 750px) {
  *[class*=-text] h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text] h2 span {
    white-space: nowrap;
  }
  *[class*=-text] h1 {
    font-size: clamp(1.75em, 5vw, 3.25em);
    max-width: 800px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    line-height: 1.125;
    margin-bottom: 25px;
    text-shadow: var(--text-shadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-text] h1 {
    line-height: 1.25;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text] p {
    max-width: 575px;
    padding: 0 1em;
    margin: 0 auto;
    font-size: clamp(0.9em, 3vw, 1.125em);
    margin-bottom: 15px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: var(--textColorPrimary);
    font-family: "Raleway", sans-serif;
    text-wrap: pretty;
  }
  *[class*=-text] .hours {
    margin-top: clamp(25px, 5vw, 50px);
    font-family: "alice", sans-serif;
    font-weight: 700;
  }
  *[class*=-text] .hours h2 {
    font-size: clamp(0.95em, 3vw, 1.125em);
    margin-bottom: 7.5px;
  }
  *[class*=-text] .hours p {
    font-family: "alice", sans-serif;
    font-size: clamp(0.95em, 3vw, 1.125em);
    line-height: 1.5;
  }
  *[class*=-text-left] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    justify-content: left;
    text-align: left;
  }
  *[class*=-text-left] h2 {
    font-size: clamp(1.25em, 2.25vw, 1.5em);
    letter-spacing: -0.5px;
    color: var(--textColorPrimary);
    text-shadow: var(--text-shadow-light);
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 750px) {
  *[class*=-text-left] h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text-left] h2 span {
    white-space: nowrap;
  }
  *[class*=-text-left] h1 {
    text-align: left;
    font-size: clamp(1.75em, 5vw, 2.75em);
    max-width: 800px;
    margin: 0 auto;
    color: white;
    letter-spacing: 0px;
    line-height: 1.125;
    text-shadow: var(--text-shadow);
    box-shadow: none;
    margin: 0;
    margin-bottom: 15px;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-text-left] h1 {
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-text-left] p {
    max-width: 575px;
    font-size: clamp(0.9em, 3vw, 1em);
    margin-bottom: 15px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: var(--textColorPrimary);
    font-family: "Raleway", sans-serif;
    text-wrap: pretty;
    margin-bottom: 25px;
    padding: 0;
  }
  *[class*=-heading-center] {
    text-align: center;
    padding: 0 1em;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-heading-center] {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] h2 {
    font-size: clamp(0.9em, 3vw, 1.125em);
    line-height: 1.5;
    padding-bottom: 5px;
    font-weight: lighter;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  *[class*=-heading-center] h2 {
    line-height: 1.25;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] h1 {
    font-size: clamp(1.75em, 5vw, 2.25em);
    margin-bottom: clamp(15px, 5vw, 25px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  *[class*=-heading-center] h1 {
    line-height: 1;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  *[class*=-heading-center] p {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .cta,
  body.dark .cta-left {
    color: var(--darkPrimary);
    color: white;
    border: 2px solid var(--borderColorSecondary);
    transition: 0.3s;
  }
  body.dark .cta a,
  body.dark .cta-left a {
    color: var(--textColorPrimary);
    color: white;
  }
  body.dark .cta:hover,
  body.dark .cta-left:hover {
    background-color: rgba(86, 239, 221, 0.862745098);
    transition: 0.3s;
  }
  body.dark .cta:hover a,
  body.dark .cta-left:hover a {
    color: black;
  }
  body .cta,
  body .cta-left {
    color: var(--darkPrimary);
    border: 2px solid var(--borderColor);
    transition: 0.3s;
  }
  body .cta a,
  body .cta-left a {
    color: var(--textColorSecondary);
    color: black;
  }
  body .cta:hover,
  body .cta-left:hover {
    color: var(--borderColor);
    background-color: #eeeadc;
    transition: 0.3s;
  }
  .cta-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  *[class*=cta] {
    margin: 0 auto;
    margin-top: clamp(35px, 5vw, 50px);
    padding: clamp(20px, 5vw, 25px) clamp(20px, 5vw, 25px);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    border-radius: 7.5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  *[class*=cta]:hover {
    filter: brightness(1.125);
    transition: 0.3s;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background-color: var(--borderColorSecondary);
    transition: 0.3s;
  }
  .cta-left {
    margin: 0;
    margin-top: 25px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  *[class*=cta-2] {
    border: none;
    background: none;
    box-shadow: none;
    font-family: "raleway", sans-serif;
    font-weight: bolder;
    font-size: 1.25em;
    border-radius: 0px;
    border-bottom: 3px solid black;
    color: white;
    transition: 0.2s;
    margin: 0 auto;
    padding: 10px 15px 5px;
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  *[class*=cta-2]:hover {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    filter: brightness(1.25);
  }
}
:root {
  --lightPrimary: #fafffe;
  --lightSecondary: #f4f7fa;
  --darkPrimary: #2b2b2b;
  --darkSecondary: #212121;
  --textColorPrimary: #151515;
  --textColorSecondary: #ffffff;
  --borderColor: #151515;
  --borderColorSecondary: #56EFDD;
  --highlightColor: #89FFF5;
}

.section,
.section-2 {
  padding: clamp(100px, 8vw, 125px) 0 clamp(100px, 8vw, 125px) 0;
}

@media only screen and (min-width: 0px) {
  body {
    background-color: #e5e5e5;
  }
  body *[class*=section],
  body *[class*=section-2] {
    background-color: var(--lightPrimary);
    color: var(--textColorPrimary);
  }
  body *[class*=section] h1,
  body *[class*=section-2] h1 {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body *[class*=section] p,
  body *[class*=section-2] p {
    color: var(--darkSecondary);
  }
  body *[class*=section] p span,
  body *[class*=section-2] p span {
    color: black;
    font-weight: 900;
  }
  body *[class*=section-2] {
    background-color: var(--lightSecondary);
  }
}
@media only screen and (min-width: 0px) {
  body.dark {
    background-color: #181818;
  }
  body.dark *[class*=section],
  body.dark *[class*=section-2] {
    background-color: var(--darkPrimary);
    color: var(--textColorSecondary);
  }
  body.dark *[class*=section] h1,
  body.dark *[class*=section-2] h1 {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0, #4CE6F0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark *[class*=section] p,
  body.dark *[class*=section-2] p {
    color: white;
  }
  body.dark *[class*=section] p span,
  body.dark *[class*=section-2] p span {
    color: var(--borderColorSecondary);
  }
  body.dark *[class*=section] ul span,
  body.dark *[class*=section-2] ul span {
    color: var(--borderColorSecondary);
  }
  body.dark *[class*=section-2] {
    background-color: var(--darkSecondary);
    color: var(--textColorSecondary);
  }
}
main {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 0px) {
  header {
    position: relative;
    top: 0;
    z-index: 20;
    box-shadow: 0px 2px 5px rgba(55, 55, 55, 0.75);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body .light-theme-logo,
  body .light-theme-arrow {
    display: display;
  }
  body .dark-theme-logo,
  body .dark-theme-arrow {
    display: none;
  }
  body .navbar,
  body .dropdown-list {
    background-color: #fefcf7;
    background-color: var(--lightPrimary);
  }
  body .nav-list li:hover {
    border-bottom: 2px solid var(--borderColorSecondary);
  }
  body .nav-list a {
    color: var(--textColorPrimary);
    color: #3E3C29;
    border-bottom: 3px solid transparent;
  }
  body .nav-list a:hover {
    color: #66FFC1;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
  }
  body .active {
    border-bottom: 2px solid var(--borderColorSecondary);
  }
  body .logo a {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    background: linear-gradient(90deg, #52C884, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .logo a:hover {
    filter: brightness(1.125);
  }
  body.dark .light-theme-logo,
  body.dark .light-theme-arrow {
    display: none;
  }
  body.dark .dark-theme-logo,
  body.dark .dark-theme-arrow {
    display: block;
  }
  body.dark .navbar,
  body.dark .dropdown-list {
    background-color: var(--darkPrimary);
  }
  body.dark .logo a {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--textColorPrimary);
  }
  body.dark .logo a:hover {
    filter: brightness(1.25);
  }
  body.dark .nav-list a {
    color: #4CE6F0;
    color: var(--textColorSecondary);
    transition: 0.3s;
  }
  body.dark .nav-list a:hover {
    color: #66FFC1;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .nav-list a .dropdown img {
    filter: brightness(1);
  }
}
@media only screen and (min-width: 0px) {
  .topbar {
    position: relative;
    background: #191919;
    font-size: 14px;
    height: 34px;
    padding: 0 12px;
    transition: 0.15s;
  }
  .topbar .topbar-inner {
    font-family: "alice", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  .topbar .hours {
    font-family: "alice", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
    cursor: default;
  }
  .topbar .hours div {
    font-family: "alice", sans-serif;
    letter-spacing: 0.5px;
  }
  .topbar .hours div span {
    font-weight: bold;
  }
  .topbar .hours div:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .topbar .hours img {
    width: 22px;
    margin-right: 7px;
  }
  .topbar .phone-address {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: clamp(10px, 1.5vw, 50px);
    font-family: "alice", sans-serif;
  }
  .topbar .phone-address .phone,
  .topbar .phone-address .address {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  .topbar .phone-address .phone a,
  .topbar .phone-address .address a {
    color: white;
    font-family: "alice", sans-serif;
    letter-spacing: 0.5px;
  }
  .topbar .phone-address .phone a span,
  .topbar .phone-address .address a span {
    font-weight: bold;
  }
  .topbar .phone-address .phone a:hover,
  .topbar .phone-address .address a:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .topbar .phone-address .phone img,
  .topbar .phone-address .address img {
    width: 22px;
    margin-right: 5px;
  }
  .topbar .phone-address .mobile-phone-text {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 360px) and (max-width: 699px) {
  .topbar .phone-address .mobile-phone-text {
    font-size: 12px;
    display: inline-block;
    visibility: visible;
    font-weight: lighter;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  .topbar .topbar-inner {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) and (min-width: 0px) and (max-width: 740px) {
  .topbar .topbar-inner {
    justify-content: flex-start;
  }
  .topbar .topbar-inner .address {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  .topbar .topbar-inner .hours {
    display: none;
  }
  .topbar .phone-address {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) {
  .topbar .text-preferred {
    font-weight: 100 !important;
    color: #56F0DE;
  }
}
@media only screen and (min-width: 0px) {
  .navbar {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .nav-inner {
    font-family: "alice", sans-serif;
    width: 100%;
    height: 100%;
    padding: 0 clamp(10px, 1.5vw, 1em);
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .navbar .nav-inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo {
    display: flex;
    transition: 0.3s;
  }
  .navbar .logo:hover {
    filter: brightness(1.5), text-shadow(0px 0px 5px rgb(0, 0, 0));
    transition: 0.3s;
  }
  .navbar .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    letter-spacing: -0.25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .navbar .logo a {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo a img {
    margin: 0 10px 0 -5px;
    width: 90px;
    height: 45px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .navbar .logo a img {
    width: 80px;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) {
  .navbar .logo a P {
    font-family: "alice", sans-serif;
    font-size: clamp(16px, 2vw, 19px);
    font-weight: bold;
  }
  .navbar nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
  }
  .navbar nav .nav-list {
    display: flex;
    flex-direction: row;
    gap: clamp(5px, 1.5vw, 15px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .navbar nav .nav-list {
    gap: 5px;
  }
  .navbar nav .nav-list li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .navbar nav .nav-list {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .navbar nav .nav-list li {
    font-size: 16px;
    position: relative;
  }
  .navbar nav .nav-list li a {
    font-family: "alice";
    transition: color 0.1s ease;
    display: block;
    padding: 5px 7.5px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .dropdown > a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    background-image: url("../assets/icons/arrow-downWhite.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  body.dark .dropdown:hover > a::after {
    background-image: url("../assets/icons/arrow-down.webp");
  }
  .dropdown:hover .dropdown-list {
    display: flex;
  }
  .dropdown:hover img {
    transform: rotate(180deg) 0.1s;
  }
  .dropdown > a::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    background-image: url("../assets/icons/arrow-downDark.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .dropdown:hover > a::after {
    background-image: url("../assets/icons/arrow-down.webp");
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .dropdown-list a {
    color: white;
  }
  body.dark .dropdown-list a::before {
    background-image: url(../assets/icons/arrow-downWhite.webp);
  }
  body.dark .dropdown-list div h2 {
    color: #3299A4;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .dropdown-list a {
    color: #3E3C29;
  }
  body .dropdown-list a::before {
    background-image: url(../assets/icons/arrow-downDark.webp);
  }
  body .dropdown-list div h2 {
    color: #3299A4;
    background: linear-gradient(90deg, #52C884, #3299A4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 0px) {
  .dropdown-list {
    position: absolute;
    top: 100%;
    left: -200px;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    padding: 50px;
    z-index: 1000;
    width: 500px;
  }
  .dropdown-list div h2 {
    font-family: "alice", sans-serif;
    margin-bottom: 10px;
    font-size: 1.125em;
    transition: 0.3s;
  }
  .dropdown-list div li {
    border-bottom: none !important;
    transition: 0.2s;
  }
  .dropdown-list div li a {
    padding: 7.5px 0 !important;
    font-size: 15px;
    margin: 0;
  }
  .dropdown-list div li a::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    transform: rotate(-90deg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .dropdown-list div li:hover {
    transform: translateX(7.5px);
    transition: 0.2s;
  }
  .dropdown:hover .dropdown-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .gift-card {
    color: white;
    border: 2px solid var(--borderColorSecondary);
  }
  body.dark .gift-card:hover {
    background-color: var(--borderColorSecondary);
    color: var(--darkPrimary);
    transition: 0.3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  }
  body .gift-card {
    color: var(--darkPrimary);
    border: 2px solid var(--borderColorSecondary);
  }
  body .gift-card:hover {
    background-color: var(--borderColorSecondary);
    color: var(--darkPrimary);
    transition: 0.3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) {
  .gift-card {
    font-size: 0.85em;
    letter-spacing: 0.25px;
    padding: 12.5px 15px;
    margin-left: 25px;
    font-family: "alice";
    border-radius: 100vw;
    transition: 0.3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .gift-card {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  #togglers-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1400px) and (max-width: 1920px) {
  #togglers-wrapper {
    width: 315px;
    justify-content: right;
    align-items: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #togglers-wrapper.open {
    position: fixed;
    height: 82px;
    z-index: 1;
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) and (min-width: 450px) and (max-width: 1920px) {
  #togglers-wrapper.open {
    padding-right: clamp(10px, 1.5vw, 1em);
  }
}
@media only screen and (min-width: 0px) {
  .theme-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .toggler-container {
    width: 50px;
    height: clamp(20px, 5vw, 26px);
    background-color: #dad3ad;
    border-radius: 50px;
    position: relative;
    transition: background-color 0.3s;
    transform: scale(1.125);
  }
  .toggler-ball {
    width: clamp(15px, 4vw, 22px);
    height: clamp(15px, 4vw, 22px);
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: left 0.3s;
  }
  .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    bottom: 0px;
    transform: scale(1.1);
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -18.5px;
    bottom: 0px;
    transform: scale(1.3);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) {
  body.dark {
    --background-color: black;
    --text-color: white;
  }
  body.dark .toggler-container {
    background-color: #555;
  }
  body.dark .toggler-ball {
    left: calc(100% - clamp(18px, 3vw, 25px));
  }
  body.dark .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10.5px;
    bottom: 0px;
    transform: scale(1.1);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  body.dark .toggler-ball::after {
    content: "";
    background-image: url("../assets/icons/day-night2.png");
    background-image: url("../../assets/icons/day-night2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -18.5px;
    bottom: 0px;
    transform: scale(1.3);
    bottom: 0px;
    width: 32px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .hamburger-menu {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 39px;
    cursor: pointer;
    padding: 8px 6px;
    gap: 5px;
    width: 45px;
    margin: 20px 15px;
    z-index: 10;
  }
  .hamburger-menu .line {
    width: 28px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    transition: 0.3s;
  }
  .hamburger-menu:hover .line {
    filter: brightness(1.125);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .nav-panel {
    background-color: var(--darkPrimary);
  }
  body.dark .nav-panel li a {
    color: white;
  }
  body.dark .nav-panel li a .logo-nav-panel p {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .nav-panel div a {
    color: white;
    line-height: 1.75;
  }
  body .nav-panel {
    background-color: var(--lightPrimary);
  }
  body .nav-panel li a {
    color: black;
  }
  body .nav-panel div a {
    color: black;
  }
  body .nav-panel .logo-nav-panel p {
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .close-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 35px;
    right: 35px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .close-button:hover {
    filter: brightness(1.125);
  }
  .close-button .x-line {
    width: 25px;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(90deg, #5CDB94, #3AAFB9);
    transition: 0.3s;
  }
  .close-button .x-line-1 {
    transform: rotate(45deg) translate(0px, 1.5px);
    transform-origin: center;
  }
  .close-button .x-line-2 {
    transform: rotate(-45deg) translate(1.75px, -2px);
    transform-origin: center;
  }
  .nav-panel {
    font-family: "Alice", sans-serif;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    height: 100dvh;
    width: 300px;
    background-color: var(--lightPrimary);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    padding: 50px;
    padding-top: 25px;
    z-index: 6;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 1000px) {
  .nav-panel {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .nav-panel ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7.5px;
    margin-top: 15px;
  }
  .nav-panel ul p {
    margin-bottom: 5px;
  }
  .nav-panel ul li a {
    font-size: 16px;
  }
  .nav-panel ul li a:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav-panel.show {
    right: 0;
  }
}
@media only screen and (min-width: 0px) {
  .top-section {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-section .logo-nav-panel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-section .logo-nav-panel a img {
    width: 80px;
    height: 40px;
  }
  .top-section .logo-nav-panel a p {
    font-family: "alice", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top-section .logo-nav-panel a:hover {
    filter: brightness(1.25);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark .mid-header {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
    padding: 2px 5px 4px 0;
    color: var(--textColorSecondary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }
  body .mid-header {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0px !important;
    padding: 2px 5px 4px 0;
    color: var(--textColorPrimary);
    font-weight: bold;
  }
}
@media only screen and (min-width: 0px) {
  .mid-section {
    width: 200px;
    margin-bottom: 25px;
  }
  .mid-section li a {
    font-family: "alice", sans-serif;
  }
  .mid-section ol {
    border-top: 1px solid #058593;
  }
  .bottom-section div {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .bottom-section div strong {
    font-family: "Raleway";
  }
  .bottom-section div a {
    color: black;
    font-family: "Alice", sans-serif;
    line-height: 1.5;
  }
  .bottom-section div a:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bottom-section div .hours p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
  }
  .bottom-section div .hours div {
    line-height: 1.125;
    font-family: "Alice", sans-serif;
  }
  .bottom-section div .hours div:hover {
    color: var(--textColorPrimary);
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 0px) {
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
  }
  #overlay.show {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #overlay,
  #overlay.show {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body footer {
    background-color: #058593;
    background-image: url(../assets/footer-waves-22.svg);
  }
  body footer .logo-title {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body footer .footer-secondary p,
  body footer .footer-secondary a,
  body footer .footer-secondary li {
    color: var(--darkPrimary);
  }
  body footer .footer-secondary .navigation strong,
  body footer .footer-secondary .contact-info strong {
    background: linear-gradient(90deg, #3299A4, #3299A4);
  }
  body footer .footer-secondary .navigation strong p:hover,
  body footer .footer-secondary .contact-info strong p:hover {
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
  }
  body footer .footer-secondary .navigation a:hover {
    color: #3299A4;
    transition: 0.3s;
    background: linear-gradient(90deg, #3299A4, #3299A4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #3299A4;
    width: -moz-fit-content;
    width: fit-content;
  }
  body footer .footer-bottom {
    border-top: 1px solid #3299A4;
  }
  body footer .footer-bottom a {
    color: var(--darkSecondary);
    transition: 0.3s;
  }
  body footer .footer-bottom a:hover {
    transition: 0.3s;
  }
  body footer .footer-bottom a:hover strong {
    color: #3299A4;
    transition: 0.3s;
  }
  body footer .footer-bottom strong {
    letter-spacing: 0.125px;
  }
  body.dark footer {
    background-image: url(../assets/footer-waves.svg);
  }
  body.dark footer .logo-title {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--textColorPrimary);
  }
  body.dark footer .navigation a {
    color: white;
  }
  body.dark footer .navigation a:hover {
    color: #4CE6F0;
    transition: 0.3s;
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #4CE6F0;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.dark footer .navigation strong,
  body.dark footer .contact-info strong {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0);
  }
  body.dark footer .navigation strong p:hover,
  body.dark footer .contact-info strong p:hover {
    background: linear-gradient(90deg, #4CE6F0, #3299A4);
  }
  body.dark footer .footer-bottom a {
    color: white;
  }
  body.dark footer .footer-bottom a:hover {
    transition: 0.3s;
  }
  body.dark footer .footer-bottom a:hover strong {
    color: #4CE6F0;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 0px) {
  footer {
    padding: clamp(100px, 8vw, 125px) 1em clamp(25px, 8vw, 50px) !important;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(../assets/footer-waves.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-inner {
    max-width: 1400px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(25px, 3vw + 1rem, 300px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-logo {
    width: 20%;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-logo img {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .footer-inner .footer-logo .logo-title {
    font-family: "alice", sans-serif;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: bolder;
    margin-bottom: 10px;
  }
  .footer-inner .footer-logo p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
    color: var(--text-color);
  }
  .footer-inner .footer-secondary {
    display: flex;
    flex-direction: row;
    padding: 0 1em;
    justify-content: space-between;
    gap: clamp(25px, 5vw + 1rem, 100px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .navigation,
  .footer-inner .footer-secondary .contact-info,
  .footer-inner .footer-secondary .map {
    display: flex;
    flex-direction: column;
  }
  .footer-inner .footer-secondary .navigation strong,
  .footer-inner .footer-secondary .contact-info strong,
  .footer-inner .footer-secondary .map strong {
    font-family: "Raleway", sans-serif;
  }
  .footer-inner .footer-secondary .navigation strong:hover,
  .footer-inner .footer-secondary .contact-info strong:hover,
  .footer-inner .footer-secondary .map strong:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .navigation p,
  .footer-inner .footer-secondary .contact-info p,
  .footer-inner .footer-secondary .map p {
    font-family: "alice", sans-serif;
    line-height: 1.75;
  }
  .footer-inner .footer-secondary .navigation p:last-of-type:hover,
  .footer-inner .footer-secondary .contact-info p:last-of-type:hover,
  .footer-inner .footer-secondary .map p:last-of-type:hover {
    -webkit-text-decoration: 1px underline;
            text-decoration: 1px underline;
  }
  .footer-inner .footer-secondary .navigation {
    min-width: 150px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
  }
  .footer-inner .footer-secondary .navigation p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .navigation p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .navigation p:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .navigation p strong {
    color: #4CE6F0;
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-inner .footer-secondary .navigation li {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-inner .footer-secondary .navigation a {
    padding: 5px 5px 0 0;
    line-height: 1.75;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "alice", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .navigation a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  .footer-inner .footer-secondary .contact-info {
    width: 200px;
    gap: 25px;
  }
  .footer-inner .footer-secondary .contact-info p strong {
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .footer-inner .footer-secondary .contact-info p:hover {
    transition: 0.3s;
  }
  .footer-inner .footer-secondary .contact-info .hours p:hover {
    text-decoration: none !important;
  }
  .footer-inner .footer-secondary .map iframe {
    border: none;
    border: 1px solid #3299A4;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-inner .footer-secondary .map iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .footer-bottom {
    max-width: 1600px;
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    border-top: 1px solid var(--borderColorSecondary);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .footer-bottom {
    margin-top: 50px;
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (min-width: 0px) {
  .footer-bottom p {
    font-size: clamp(0.8em, 3vw, 0.8em);
    line-height: 1.5;
    padding: 0 1em;
  }
  .footer-bottom strong {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url(./images/index-hero.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body.dark #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url(./images/index-hero-mobile.webp);
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url(./images/index-hero.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url(./images/index-hero-mobile.webp);
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 0px) {
  #hero {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    max-height: 800px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  #hero {
    max-height: 850px;
    background-size: contain;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-text h2 {
    color: #56F0DE;
    text-shadow: var(--text-shadow);
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: clamp(1.25em, 3vw, 2em);
  }
  #hero .hero-text h1 {
    margin-bottom: 15px;
    font-size: clamp(1.75em, 6vw, 4em);
    max-width: 1000px;
  }
  #hero .hero-text p {
    font-family: "alice", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: clamp(1em, 3vw, 1.125em);
    max-width: 650px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #hero .hero-text p {
    margin-bottom: 10px;
    font-weight: lighter;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-text .address {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #hero .hero-text .address {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-text .address h2 {
    font-size: 1rem;
  }
  #hero .hero-text .address a {
    font-family: "alice";
    font-size: 18px;
    white-space: nowrap;
    line-height: 1.5;
    padding: 5px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "alice", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: clamp(1em, 3vw, 1.125em);
    max-width: 650px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #hero .hero-text .address a {
    font-weight: 400;
  }
}
@media only screen and (min-width: 0px) {
  #hero .hero-text .address a:hover {
    text-decoration: underline;
  }
  #hero .hero-text .address a {
    color: black;
  }
  #hero .hero-text .hours {
    margin-top: 25px;
  }
  #hero .hero-text .hours h2 {
    font-size: 1rem;
  }
  #hero .hero-text .color-fix {
    color: #151515 !important;
    color: #55F0DE !important;
    text-shadow: var(--text-shadow);
  }
  #hero .hero-inner {
    padding: 0 clamp(10px, 1.5vw, 1em);
  }
  .hero2-cta {
    width: 800px;
    text-align: center;
  }
  .spacer {
    position: relative;
    padding: 30px 0;
    margin: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .spacer {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .spacer a {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 0px) {
  .book-hero-btn {
    margin: 0 auto;
    font-weight: bolder;
    font-size: 16px;
    letter-spacing: 0.75px;
    margin: 0 10px;
    color: white;
    text-shadow: var(--text-shadow);
    line-height: 1.125;
    filter: brightness(1);
    padding: clamp(15px, 5vw, 20px) clamp(15px, 5vw, 20px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    border-radius: 100px;
    border: 2px solid #56F0DE;
  }
  .book-hero-btn:hover {
    color: white;
    background-color: rgb(86, 240, 222);
    text-shadow: var(--text-shadow);
    box-shadow: 1px 1px 10px rgb(0, 0, 0);
  }
}
@media only screen and (min-width: 0px) {
  #services {
    overflow: hidden;
  }
  .services-heading-center {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-bottom: clamp(25px, 5vw, 35px);
  }
  .services-heading-center h1 {
    font-size: clamp(1.75em, 5vw, 2.75em);
    line-height: 1.5;
  }
  .services-heading-center h1::after {
    content: "";
    background-image: url("./images/transparent-leaves3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.75;
    left: -100px;
    transform: rotate(25deg);
    bottom: 100px;
    width: 500px;
    height: 100%;
    z-index: 5;
  }
  .services-inner {
    max-width: none;
    z-index: 1;
  }
  .services-list {
    gap: 15px;
    max-width: 1350px;
    padding: 0 clamp(10px, 1.5vw, 1em);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-around;
  }
  .services-list::after {
    content: "";
    background-image: url("./images/flower.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -150px;
    bottom: 150px;
    width: 250px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .services-list::after {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .services-list::before {
    content: "";
    background-image: url("./images/transparent-leaves3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.3;
    left: -100px;
    transform: rotate(0deg);
    bottom: -150px;
    width: 500px;
    height: 100%;
    z-index: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .services-list::before {
    width: 300px;
    bottom: 100px;
    height: 200px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1300px) {
  .services-list {
    max-width: 640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) {
  .services-list .service {
    position: relative;
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .services-list .service:hover, .services-list .service:active,
  .services-list .service .selected {
    transition: 0.3s;
    box-shadow: 0 0 15px rgb(0, 0, 0);
  }
  .services-list .service:hover .learn-more, .services-list .service:active .learn-more,
  .services-list .service .selected .learn-more {
    opacity: 1;
    transition: 0.3s;
    z-index: 5;
  }
  .services-list .service:hover .learn-more:hover, .services-list .service:active .learn-more:hover,
  .services-list .service .selected .learn-more:hover {
    background-color: rgba(86, 239, 221, 0.862745098);
    background-color: rgba(0, 0, 0, 0.75);
  }
  .services-list .service:hover h1, .services-list .service:active h1,
  .services-list .service .selected h1 {
    transition: 0.3s;
    opacity: 0;
  }
  .services-list .service:hover img, .services-list .service:active img,
  .services-list .service .selected img {
    filter: brightness(1);
  }
  .services-list .service .service-link img {
    display: block;
    filter: brightness(0.95);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
  }
  .services-list .service .service-link img:hover {
    filter: brightness(1);
    transition: 0.3s;
  }
  .services-list .service h1 {
    position: absolute;
    left: clamp(15px, 1.75vw, 25px);
    bottom: clamp(20px, 1.75vw, 35px);
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: white;
    text-shadow: var(--text-shadow);
    font-size: clamp(12px, 3vw, 18px);
    font-weight: bolder;
    letter-spacing: 0.5px;
    line-height: 1.25;
    z-index: 2;
    background: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: inherit !important;
  }
  .services-list .service .learn-more {
    font-family: "Raleway", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    gap: 25px;
    padding: clamp(20px, 1.75vw, 35px) clamp(15px, 1.75vw, 25px);
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(82, 200, 131, 0.3), rgba(50, 153, 164, 0.5));
    color: white;
    letter-spacing: 1px;
    font-size: clamp(12px, 3vw, 16px);
    z-index: 1;
    transition: 0.3s;
  }
  .services-list .service .learn-more div {
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 2.5vw, 25px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 600px) {
  .services-list .service .learn-more .features {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .services-list .service .learn-more p {
    font-weight: 400;
    justify-content: space-between;
  }
  .services-list .service .learn-more span,
  .services-list .service .learn-more p,
  .services-list .service .learn-more a {
    font-family: "Raleway", sans-serif;
    color: white;
    text-shadow: var(--text-shadow);
    letter-spacing: 0.25px;
    line-height: 1.5;
  }
  .services-list .service .learn-more a {
    transition: 0.3s;
    font-weight: bolder;
    padding: 5px 5px 5px 0;
    border-bottom: 2px solid white;
  }
  .services-list .service .learn-more a:hover {
    color: var(--borderColorSecondary);
    transition: 0.3s;
    border-bottom: 2px solid var(--borderColorSecondary);
  }
  .massage-oils {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
    z-index: 2;
    padding: 0 clamp(10px, 2vw, 2rem);
  }
  .massage-oils .oils-header {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: clamp(15px, 4vw, 25px);
    position: relative;
    text-align: center;
  }
  .massage-oils .oils-header h1 {
    font-size: clamp(1.5em, 4.5vw, 2.25em);
    line-height: 1.2;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: inherit;
  }
  .massage-oils .oil-benefits-list {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(18px, 2.5vw, 30px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 3;
    list-style: none;
  }
  .massage-oils .oil-benefits-list h2 {
    font-size: clamp(1.125em, 3.2vw, 1.25em);
    margin: 0 0 clamp(15px, 2vw, 25px) 0;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
  }
  .massage-oils .oil-benefits-list li {
    font-size: clamp(0.95em, 2.5vw, 1.05em);
    line-height: 1.75;
    letter-spacing: 0.25px;
    position: relative;
    padding-left: 28px;
    color: inherit;
  }
  .massage-oils .oil-benefits-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.2;
    color: var(--borderColorSecondary, #56efdd);
  }
  .massage-oils .oil-benefits-list li span {
    font-weight: 800;
    font-family: "Raleway", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 900px) {
  .massage-oils .oil-benefits-list {
    padding: clamp(14px, 3vw, 20px);
  }
  .massage-oils .oil-benefits-list li {
    font-size: clamp(0.95em, 2.8vw, 1em);
  }
}
@media only screen and (min-width: 0px) {
  .massage-oils .add-on-note {
    margin-top: 35px;
    text-align: center;
    font-size: clamp(0.95em, 2.2vw, 1.05em);
    font-weight: 600;
    color: inherit;
    line-height: 1.75;
  }
  .massage-oils .add-on-note strong {
    font-weight: 900;
  }
  .massage-oils .add-on-note a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--borderColorSecondary, #56efdd);
    background: linear-gradient(90deg, #57e5bb, #1cafbf);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .massage-oils {
    margin-top: 60px;
  }
  .massage-oils .oils-header h1 {
    font-size: clamp(1.25em, 6vw, 1.75em);
  }
  .massage-oils .oil-benefits-list {
    padding: clamp(12px, 4vw, 16px);
    border-radius: 12px;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .about-text-left h2 {
    color: white;
    text-shadow: none;
  }
  #about {
    padding: clamp(100px, 8vw, 125px) 0 clamp(100px, 8vw, 125px) 0;
    overflow: visible;
  }
  .about-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 50px;
    max-width: none;
  }
  .about-inner div {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .about-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .about-inner div {
    width: 100%;
  }
  .about-inner .about-image {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .about-inner .about-text-left {
    display: flex;
    justify-content: flex-start;
    padding: 0 1em;
  }
  .about-inner .about-text-left h1 {
    box-shadow: none;
    margin: 0;
    margin-bottom: 15px;
    text-shadow: none;
  }
  .about-inner .about-text-left h2 {
    text-shadow: none;
    margin-bottom: 25px;
  }
  .about-inner .about-text-left ul {
    margin-bottom: 25px;
  }
  .about-inner .about-text-left ul li {
    margin-bottom: 10px;
  }
  .about-inner .about-text-left ul h1 {
    font-size: 24px;
  }
  .about-inner .about-text-left p {
    margin: 0;
    margin-bottom: 25px;
  }
  .about-inner .about-text-left .mb25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .about-inner .about-image {
    position: relative;
    top: -50px;
    overflow: visible;
    z-index: 20;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .about-inner .about-image {
    position: relative;
    top: -25px;
  }
}
@media only screen and (min-width: 0px) {
  .about-inner .about-image img {
    display: flex;
    justify-content: flex-start;
    width: 85%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    left: -200px;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .about-inner .about-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (max-width: 1400px) {
  .about-inner .about-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark #what-we-specialize-in {
    position: relative;
    overflow: visible;
  }
  body.dark #what-we-specialize-in .specialize-inner::after {
    content: "";
    background-image: url("./images/transparent-leaves2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.75;
    left: -100px;
    transform: rotate(25deg);
    bottom: 100px;
    width: 500px;
    height: 100%;
    z-index: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  body.dark #what-we-specialize-in .specialize-inner::after {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body #what-we-specialize-in {
    position: relative;
    overflow: visible;
  }
  body #what-we-specialize-in .specialize-inner::after {
    content: "";
    background-image: url("./images/transparent-leaves2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.25;
    left: -100px;
    transform: rotate(25deg);
    bottom: 100px;
    width: 500px;
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  body #what-we-specialize-in .specialize-inner::after {
    transform: rotate(0);
    bottom: -400px;
    width: 300px;
  }
}
@media only screen and (min-width: 0px) {
  #what-we-specialize-in {
    padding: clamp(50px, 8vw, 125px) 0 clamp(100px, 8vw, 125px) 0;
  }
  .specialize-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 50px;
    max-width: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .specialize-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .specialize-inner div {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .specialize-inner ul {
    max-width: 500px;
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
    z-index: 10;
  }
  .specialize-inner ul li {
    font-size: clamp(0.9em, 3vw, 1em);
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  .specialize-inner ul li::before {
    content: "• ";
  }
  .specialize-inner ul li span {
    font-weight: 900;
  }
  .specialize-inner .specialize-text-left {
    padding: 0 1em;
    padding-left: clamp(1em, 5vw, 100px);
    display: flex;
    justify-content: flex-end;
    text-align: left;
    max-width: 700px;
    z-index: 1;
  }
  .specialize-inner .specialize-text-left h1 span {
    white-space: nowrap;
  }
  .specialize-inner .specialize-text-left p {
    margin: 0;
    margin-bottom: 25px;
  }
  .specialize-inner .specialize-image {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .specialize-inner .specialize-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 767px) {
  .specialize-inner .specialize-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .facility-inner h2 {
    color: white;
    text-shadow: none;
  }
  .facility-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 50px;
    width: 100%;
    max-width: none;
  }
  .facility-inner div {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 768px) {
  .facility-inner {
    display: flex;
    flex-direction: column;
  }
  .facility-inner div {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  .facility-inner .facility-text-left {
    padding: 0 1em;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    max-width: 700px;
    margin: 0;
  }
  .facility-inner .facility-text-left h1 span {
    white-space: nowrap;
  }
  .facility-inner .facility-text-left p {
    margin: 0;
    margin-bottom: 25px;
  }
  .facility-inner .facility-text-left ul {
    max-width: 500px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
  }
  .facility-inner .facility-text-left ul h2 {
    text-shadow: none;
    margin-bottom: 25px;
  }
  .facility-inner .facility-text-left ul li {
    margin-left: 25px;
    font-size: clamp(0.9em, 3vw, 1em);
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  .facility-inner .facility-text-left ul li span {
    font-weight: 900;
  }
  .facility-inner .facility-text-left ul li .red {
    color: #FF6347;
  }
  .facility-inner .facility-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .facility-inner .facility-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark #other-services {
    overflow: visible;
  }
  body.dark #other-services .other-services-inner {
    overflow: visible;
  }
  body.dark #other-services .other-services-inner::after {
    content: "";
    background-image: url("./images/transparent-leaves.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0.05;
    right: -10%;
    bottom: 250px;
    width: 600px;
    height: 120%;
    transform: scaleX(-1);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body.dark #other-services .other-services-inner::after {
    width: 300px;
    bottom: 800px;
    right: 0;
    height: 300px;
    transform: rotate(15deg);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body #other-services {
    overflow: visible;
  }
  body #other-services .other-services-inner {
    overflow: visible;
  }
}
@media only screen and (min-width: 0px) {
  #other-services {
    padding: clamp(100px, 8vw, 125px) 0 clamp(125px, 8vw, 125px) 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
  }
  #other-services .other-services-inner {
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #other-services .other-services-text {
    text-align: left;
    padding: 0 1em;
  }
  #other-services .other-services-text h1 {
    position: relative;
    text-shadow: none;
    font-size: clamp(1.75em, 5vw, 2.75em);
    line-height: 1.5;
    z-index: 2;
  }
  #other-services .other-services-text h1 span {
    white-space: nowrap;
  }
  #other-services .other-services-list {
    padding: 0 1em;
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-width: 1400px;
    padding: 0 clamp(10px, 1.5vw, 1em);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #other-services .other-services-list {
    max-width: 325px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 15px;
  }
  #other-services .other-services-list .service {
    max-width: 375px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 451px) and (max-width: 1200px) {
  #other-services .other-services-list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 15px;
  }
  #other-services .other-services-list .service {
    max-width: 450px;
  }
}
@media only screen and (min-width: 0px) {
  #other-services .other-services-list .service {
    position: relative;
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  #other-services .other-services-list .service:hover, #other-services .other-services-list .service:active,
  #other-services .other-services-list .service .selected {
    transition: 0.3s;
    box-shadow: 0 0 15px rgb(0, 0, 0);
  }
  #other-services .other-services-list .service:hover h1, #other-services .other-services-list .service:active h1,
  #other-services .other-services-list .service .selected h1 {
    transition: 0.3s;
    opacity: 0;
  }
  #other-services .other-services-list .service:hover .learn-more, #other-services .other-services-list .service:active .learn-more,
  #other-services .other-services-list .service .selected .learn-more {
    opacity: 1;
    transition: 0.3s;
  }
  #other-services .other-services-list .service:hover .learn-more:hover, #other-services .other-services-list .service:active .learn-more:hover,
  #other-services .other-services-list .service .selected .learn-more:hover {
    background-color: rgba(86, 239, 221, 0.862745098);
    background-color: rgba(0, 0, 0, 0.75);
  }
  #other-services .other-services-list .service:hover img, #other-services .other-services-list .service:active img,
  #other-services .other-services-list .service .selected img {
    filter: brightness(1);
  }
  #other-services .other-services-list .service .service-link img {
    display: block;
    filter: brightness(0.95);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
  }
  #other-services .other-services-list .service .service-link img:hover {
    filter: brightness(1);
    transition: 0.3s;
  }
  #other-services .other-services-list .service h1 {
    position: absolute;
    left: clamp(15px, 1.75vw, 25px);
    bottom: 25px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: white;
    text-shadow: var(--text-shadow);
    font-size: clamp(12px, 3vw, 18px);
    font-weight: bolder;
    letter-spacing: 0.5px;
    line-height: 1.25;
    z-index: 2;
    background: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: inherit !important;
  }
  #other-services .other-services-list .service .learn-more {
    font-family: "Raleway", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    gap: 25px;
    padding: clamp(15px, 1.75vw, 25px) clamp(15px, 1.75vw, 25px);
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(82, 200, 131, 0.3), rgba(50, 153, 164, 0.5));
    color: white;
    letter-spacing: 1px;
    font-size: clamp(12px, 3vw, 15px);
    z-index: 5;
    transition: 0.3s;
  }
  #other-services .other-services-list .service .learn-more div {
    display: flex;
    flex-direction: column;
    gap: 17.5px;
  }
  #other-services .other-services-list .service .learn-more p {
    font-weight: 400;
  }
  #other-services .other-services-list .service .learn-more span,
  #other-services .other-services-list .service .learn-more p,
  #other-services .other-services-list .service .learn-more a {
    font-family: "Raleway", sans-serif;
    color: white;
    text-shadow: var(--text-shadow);
    letter-spacing: 0.25px;
    line-height: 1.5;
  }
  #other-services .other-services-list .service .learn-more a {
    transition: 0.3s;
    font-weight: bolder;
    padding: 5px 5px 5px 0;
    border-bottom: 2px solid white;
  }
  #other-services .other-services-list .service .learn-more a:hover {
    color: var(--borderColorSecondary);
    transition: 0.3s;
    border-bottom: 2px solid var(--borderColorSecondary);
  }
}
@media only screen and (min-width: 0px) {
  #reviews {
    padding: clamp(75px, 8vw, 125px) 0 clamp(100px, 8vw, 125px) 0;
  }
  .reviews-inner {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: clamp(25px, 5vw, 150px);
    max-width: none;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .reviews-inner {
    flex-direction: column-reverse;
    gap: 75px;
  }
}
@media only screen and (min-width: 0px) {
  .reviews-inner .reviews-left {
    width: 100%;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 700px;
    position: relative;
  }
  .reviews-inner .reviews-left::before {
    content: "";
    background-image: url("./images/leaves.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: bottom left;
    z-index: 5;
    left: -300px;
    top: -25px;
    width: 500px;
    height: 500px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .reviews-inner .reviews-left::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .reviews-inner .reviews-left::after {
    content: "";
    background-image: url("./images/leaves.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: bottom left;
    z-index: 5;
    right: -300px;
    top: -25px;
    width: 500px;
    height: 500px;
    transform: scaleX(-1);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .reviews-inner .reviews-left::after {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .reviews-inner .reviews-left .reviews-header {
    margin-bottom: 15px;
  }
  .reviews-inner .reviews-left .reviews-header h1 {
    text-align: center;
    font-size: clamp(1.75em, 5vw, 2.75em);
  }
  .reviews-inner .reviews-right {
    display: flex;
    align-items: flex-end;
  }
  .reviews-inner .reviews-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: right;
  }
}
@media only screen and (min-width: 0px) {
  body.dark .newsletter-right::after {
    opacity: 0.85;
  }
  body .newsletter-right::after {
    opacity: 0.45;
  }
  #newsletter {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    height: 800px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #newsletter {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #newsletter {
    justify-content: left;
  }
  #newsletter .newsletter-right {
    width: auto;
    padding-top: 50px;
  }
  #newsletter .newsletter-right h1,
  #newsletter .newsletter-right p {
    margin-left: -20px;
  }
  #newsletter .newsletter-right iframe {
    width: 350px !important;
  }
}
@media only screen and (min-width: 0px) {
  #newsletter .newsletter-left {
    height: auto;
    max-width: 45%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #newsletter .newsletter-left img {
    position: relative;
    z-index: 2;
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #newsletter .newsletter-left {
    max-width: 100%;
  }
  #newsletter .newsletter-left img {
    width: 100% !important;
    padding-top: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 0px) {
  #newsletter .newsletter-right {
    padding-top: 125px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: clamp(50px, 8vw + 1rem, 75px);
    padding-right: 1em;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #newsletter .newsletter-right {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 0px) {
  #newsletter .newsletter-right .newsletter-content {
    position: relative;
    z-index: 2;
  }
  #newsletter .newsletter-right::after {
    content: "";
    background-image: url(./images/transparent-leaves2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    transform: rotate(-5deg);
    bottom: -50px;
    width: 400px;
    height: 100%;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 550px) {
  #newsletter .newsletter-right::after {
    width: 250px;
    bottom: -100px;
    height: 350px;
    transform: rotate(-15deg);
  }
}
@media only screen and (min-width: 0px) {
  #newsletter .newsletter-right h1 {
    margin-top: 100px;
    position: relative;
    text-shadow: none;
    font-size: clamp(1.75em, 5vw, 2.75em);
    line-height: 1.25;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #newsletter .newsletter-right h1 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) {
  #newsletter .newsletter-right p {
    margin-bottom: -40px;
    font-size: 1.25em;
    max-width: 450px;
    line-height: 1.5;
  }
  #newsletter .newsletter-right iframe {
    width: 550px;
    margin-left: -55px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #newsletter .newsletter-right iframe {
    height: 325px;
  }
}
@media only screen and (min-width: 0px) {
  .reviews-section {
    display: flex;
    max-width: 800px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
  }
  .content-container {
    flex: 1;
    padding: 10px 25px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: grab;
  }
  .content-container:active {
    cursor: grabbing;
  }
  .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .reviews {
    max-width: 500px;
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.9em, 3vw, 1em);
    line-height: 1.75;
    text-align: center;
    position: relative;
    height: 225px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .review {
    font-size: 16px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .review {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 0px) {
  .review.selected {
    opacity: 1;
    position: static;
    position: relative;
    z-index: 25;
  }
  .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(25px, 5vw + 1rem, 50px);
    margin-top: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .controls #prev {
    transition: 0.3s;
  }
  .controls #prev:hover {
    transform: translateX(-3px);
    transition: 0.3s;
  }
  .controls #next {
    transition: 0.3s;
  }
  .controls #next:hover {
    transform: translateX(3px);
    transition: 0.3s;
  }
  .arrows {
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .arrows img {
    max-width: 25px;
  }
  .dots {
    display: flex;
    gap: 15px;
  }
  .dot {
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #64a391;
    background-color: #ddd;
    cursor: pointer;
  }
  .dot.selected {
    background-color: var(--borderColorSecondary);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body.dark #call-to-action {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url("./images/zen-bg.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body.dark #call-to-action {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url("./images/zen-bg.webp");
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  body #call-to-action {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url("./images/zen-bg.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  body #call-to-action {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15)), url("./images/zen-bg.webp");
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 0px) {
  #call-to-action {
    height: 600px;
  }
  #call-to-action .call-to-action-text h2 {
    color: #56F0DE;
    text-shadow: var(--text-shadow);
    letter-spacing: 1.125px;
  }
  #call-to-action .call-to-action-text p {
    max-width: 850px;
  }
  #call-to-action .booking-button {
    border: none;
    box-shadow: none;
    font-family: "raleway", sans-serif;
    border-radius: 0px;
    transition: 0.2s;
    margin: 0 auto;
    font-weight: bolder;
    font-size: clamp(1.125em, 2.25vw, 1.25em);
    letter-spacing: 0.75px;
    margin-top: 25px;
    color: white;
    text-shadow: var(--text-shadow);
    line-height: 1.125;
    margin-bottom: 25px;
    filter: brightness(1);
    padding: clamp(20px, 5vw, 25px) clamp(25px, 5vw, 30px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    border-radius: 100px;
    border: 2px solid #56F0DE;
  }
  #call-to-action .booking-button:hover {
    color: white;
    background-color: rgba(86, 240, 222, 0.75);
    text-shadow: var(--text-shadow);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .facility-heading-center {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: clamp(25px, 5vw, 35px);
    max-width: 800px;
  }
  .facility-heading-center h1 {
    margin-bottom: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: inherit;
    background: linear-gradient(90deg, #52C884, #3299A4, #3299A4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.75em, 4.5vw, 2.75em);
  }
  .facility-heading-center p {
    line-height: 1.75;
  }
  /* Responsive: stack on small screens */
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) {
  body.dark .facility-cards h2,
  body.dark .facility-cards h3 {
    background: linear-gradient(90deg, #66FFC1, #4CE6F0, #4CE6F0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body.dark .facility-cards div a {
    color: white;
  }
  .facility-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 3vw, 36px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(10px, 2vw, 2rem);
    z-index: 3;
  }
  .facility-cards .facility-card {
    background: rgba(255, 255, 255, 0.03);
    padding: clamp(18px, 2.5vw, 26px);
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    font-family: "Raleway", sans-serif;
  }
  .facility-cards .facility-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 250px;
    margin-bottom: 15px;
  }
  .facility-cards .facility-card h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: clamp(1.25em, 2.8vw, 1.5em);
    margin-bottom: 15px;
  }
  .facility-cards .facility-card h2 span {
    font-weight: 100;
    font-size: 1em;
  }
  .facility-cards .facility-card div {
    margin-bottom: 25px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: clamp(0.9em, 3vw, 1em);
  }
  .facility-cards .facility-card div li span {
    font-weight: 800;
  }
  .facility-cards .facility-card div a {
    color: black;
  }
  .facility-cards .facility-card div a:hover {
    text-decoration: underline;
  }
  .facility-cards .facility-card h3 {
    font-family: "Raleway", sans-serif;
    font-size: 1.125em;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) {
  body.dark .shower-badge {
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 999px;
    font-size: 0.9em;
    vertical-align: middle;
    letter-spacing: 0.25px;
  }
  body.dark .shower-badge.yes {
    color: var(--bgAccentLight, #0b3);
    background: rgba(11, 153, 51, 0.15);
    border: 1px solid rgba(11, 153, 51, 0.72);
  }
  body.dark .shower-badge.no {
    color: #FF6347;
    background: rgba(255, 99, 71, 0.15);
    border: 1px solid rgba(255, 99, 71, 0.78);
  }
  .shower-badge {
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 999px;
    font-size: 0.9em;
    vertical-align: middle;
    letter-spacing: 0.25px;
  }
  .shower-badge.yes {
    color: var(--bgAccentLight, #0b3);
    background: rgba(11, 153, 51, 0.06);
    border: 1px solid rgba(11, 153, 51, 0.12);
  }
  .shower-badge.no {
    color: #FF6347;
    background: rgba(255, 99, 71, 0.04);
    border: 1px solid rgba(255, 99, 71, 0.08);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  .facility-shared {
    width: 94%;
    max-width: 700px;
    margin: clamp(18px, 3vw, 30px) 10px 0;
    padding: clamp(14px, 2.5vw, 20px);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    margin-top: 25px;
    font-size: clamp(0.9em, 3vw, 1em);
  }
  .shared-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .shared-list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.5;
    font-size: 1em;
  }
  .shared-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 1.1em;
    color: var(--borderColorSecondary, #56efdd);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 900px) {
  .facility-cards {
    grid-template-columns: 1fr;
  }
  .facility-cards .facility-card {
    padding: clamp(12px, 4vw, 16px);
  }
}/*# sourceMappingURL=index.css.map */