:root {
  --color-bg: #e6d2c4;

  --color-ink: #2b2b2b;

  --color-muted: #59493b;

  --color-accent: #9f7a5f;

  --color-accent-light: #c9b29c;

  --color-highlight: #d8cfd2;
}

p {
  font-family: "Montserrat",sans-serif;
  color: #59493b!important;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.navbar .container {
  border-bottom: none;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-left: 50px;
}

.nav-menu a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #59493b;
  font-weight: 600;
  font-family: "Montserrat";
   transition: all 0.3s ease;
}
.nav-menu a:hover {
  color: #c9b29c;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.nav-menu a.active {
  font-weight: bold;
}


.btn-book {
  background: #c9b29c;

  padding: 8px 18px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: bold;

  color: white;
  margin-bottom: 10px;
}

.btn-book:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  color: #c9b29c;
  background-color: #fff !important;
}

.nav-underline {
  height: 5px;
  background: #c9bfb1;
  width: 63%;
  margin-left: 440px;
  display: none;
}

.logo img {
  height: 70px;

  width: auto;

  display: block;
}
.fa-solid, .fas {
    font-weight: 900;
    font-size: 25px;
	display: none;
    margin-top: -5px;
}
@media (max-width: 991.98px) {
  .nav-menu .fa-solid,
  .nav-menu .fas {
    display: none;
  }
	
	.woocommerce ul.order_details{
		padding-left:20px;
		padding-right:20px;
	}
	
	.woocommerce-thankyou-order-received{
		padding-left:20px;
		padding-right:20px;
	}
	
	.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{
	padding-left:20px;
		padding-right:20px;	
	}
  
  .nav-menu a[href*="cart"]::before {
    content: "CART";
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
  }
  
  .nav-menu a[href*="my-account"]::before {
    content: "ACCOUNT";
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
  }
   .left-copy br {
    display: none;
  }
}
/* ---------- HERO ---------- */

.hero {
  padding-block: clamp(2rem, 4vw, 4rem);

  position: relative;
}

.hero-eyebrow {
  letter-spacing: 0.22em;

  text-transform: uppercase;

  font-size: 0.78rem;

  color: var(--muted);
}

.hero-title {
  font-family: "EB Garamond", serif;
  font-weight: 800;
  line-height: 1.08;
  font-size: 55px;
  margin-bottom: 1rem;
  font-style: italic;
  color: #9f7a5f;
}

.hero-subtitle {
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.08;
  font-size: 43px;
  margin-bottom: 1.25rem;
  color: #9f7a5f;
}

.hero p {
  color: #59493b;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: 'Montserrat',sans-serif;
}

.hero p b {
  color: var(--ink);

  font-weight: 700;
}

.btn-cta {
  background: #c9b29c;

  color: #fff;

  border: none;

  border-radius: 999px;

  padding: 0.85rem 1.35rem;

  font-weight: 700;

  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-cta:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  color: #c9b29c;
  background-color: #fff !important;
}

.btn-cta:active {
  transform: translateY(0);
}

/* ---------- VISUAL STACK ---------- */

.visual-wrap {
  position: relative;

  max-width: 680px;

  margin-inline: auto;
}

/* shared */

.tile {
  overflow: hidden;

  display: block;

  background: #ddd;
}

.tile > img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}

/* big left image */

.tile-lg {
  /*aspect-ratio: 4 / 5;*/

  border-radius: 50px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

  height: 600px;

  width: 100%;
}

/* top-right rounded square */

.tile-sq {
  position: absolute;

  right: -13%;

  top: 7%;

  width: 45%;

  aspect-ratio: 1 / 1;

  border-radius: 85px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* bottom-right circle */

.tile-circ {
  position: absolute;

  left: 68%;

  bottom: 0%;

  width: 35%;

  aspect-ratio: 1 / 1;

  border-radius: 35%;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* ---- Decorative chips ---- */

.chip-star {
  position: absolute;

  width: 92px;

  height: 92px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));

  opacity: 0.9;
  display: none;
}

.chip--light {
  background-image: url("imgs/asterisk-light.svg");
}

.chip--dark {
  background-image: url("imgs/asterisk-light.svg");
}

.chip-1 {
  left: -5%;

  top: -5%;

  transform: rotate(8deg) scale(1.15);
}

.chip-2 {
  right: -15%;

  bottom: 25%;

  transform: rotate(-12deg);

  width: 110px;

  height: 110px;
}

.wt-img {
  position: relative;
}

.wt-chip {
  position: absolute;

  width: 92px;

  height: 92px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  opacity: 0.9;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));
}

.chip--light {
  background-image: url("imgs/asterisk-light.svg");
}

.chip--dark {
  background-image: url("imgs/asterisk-dark.svg");
}

.wt-chip-big {
  left: -28px;

  top: -28px;

  transform: rotate(8deg) scale(1.05);
}

.wt-chip-small {
  right: -22px;

  top: -22px;

  transform: rotate(-12deg) scale(1);
}

.wt-frame {
  position: relative;

  overflow: visible;
}

.wt-chip {
  position: absolute;

  width: 92px;

  height: 92px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));

  opacity: 0.9;
}

.chip--light {
  background-image: url("imgs/asterisk-light.svg");
}

.chip--dark {
  background-image: url("imgs/asterisk-dark.svg");
}

.wt-chip-big {
  left: -25px;

  top: 40px;

  transform: rotate(8deg) scale(1.05);
}

.wt-chip-small {
  right: 500px;

  top: -105px;

  transform: rotate(-12deg) scale(1);
}

@media (max-width: 991.98px) {
  .wt-chip {
    width: 64px;

    height: 64px;
  }

  .wt-chip-big {
    left: -14px;

    top: -14px;
  }

  .wt-chip-small {
    right: -12px;

    top: -12px;
  }
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
  .wt-chip {
    width: 64px;

    height: 64px;
  }

  .wt-chip-big {
    left: -14px;

    top: -14px;
  }

  .wt-chip-small {
    right: -12px;

    top: -12px;
  }
  #bookly-tbs .ec.ec-list .ec-day .ec-day-head {
    margin: 0;
    font-weight: 400 !important;
    font-size: 22px!important;
}
}

@media (max-width: 991.98px) {
  .chip-1 {
    left: -2%;

    top: -2%;

    transform: scale(0.9) rotate(8deg);
  }

  .chip-2 {
    right: -4%;

    bottom: -6%;

    transform: scale(0.85) rotate(-12deg);
  }
}

/* responsive tweaks */

@media (max-width: 991.98px) {
  .tile-sq {
    right: 0;

    top: 3%;

    width: 42%;
  }

  .tile-circ {
    left: 4%;

    bottom: -4%;

    width: 48%;
  }
}

@media (max-width: 575.98px) {
  .tile-sq {
    right: 2%;

    top: 2%;

    width: 46%;
  }

  .tile-circ {
    left: 2%;

    bottom: -6%;

    width: 52%;
  }
}

/* ---------- MARQUEE BAR ---------- */

.marquee {
  background: #c9b29c;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-block: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -18px;
}

.marquee .inner {
  display: flex;
  animation: marquee 30s linear infinite;
}

.marquee .inner-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee span {
  white-space: nowrap;
  font-size: 24px;
}

.marquee span:not(.chip--light) {
  margin-inline: 1.25rem;
  opacity: 0.95;
}

/* Marquee asterisk decorations */
.marquee .chip--light {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-inline: 1.25rem;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 575.98px) {
  .marquee .chip--light {
    width: 24px;
    height: 24px;
  }
}
/* ---------- RESPONSIVE ---------- */

@media (max-width: 991.98px) {
  .tile-sq {
    top: 2%;

    right: 2%;

    width: 40%;
  }

  .tile-circ {
    left: 4%;

    bottom: -3%;

    width: 48%;
  }

  .chip-1 {
    left: -2%;

    top: -2%;

    transform: scale(0.9) rotate(8deg);
  }

  .chip-2 {
    right: -4%;

    bottom: -6%;

    transform: scale(0.85) rotate(-12deg);
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding-block: 4rem;
  }

  .visual-wrap {
    max-width: 520px;
  }
}

/* ----- WELLNESS TECHNOLOGY SECTION ----- */

.wellness-technology {
  padding-block: clamp(3rem, 6vw, 5rem);
  padding-bottom: 30px;
}

.wt-copybox {
  background: #efe6da;
  position: relative;
  padding: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.chip-wt {
  position: absolute;
  left: -3%;
  top: -10%;
  transform: rotate(-15deg) scale(1.1);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .chip-wt {
    left: -1%;
    top: -2%;
    transform: scale(0.85) rotate(-15deg);
  }
  
  .bookly-search-form-container{
  padding-top:0!important;
}
}
.wt-display {
  font-family: "Montserrat",sans-serif,
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
  text-align: center !important;
  margin: 0;
  color: #9f7a5f;
  margin-top: -15px;
}

.wt-display em {
  font-family: "EB Garamond", serif;
  font-weight: 800;
  font-size: 3.3rem;
  font-style: italic;
  margin-bottom: 30px !important;
  color: #9f7a5f;
}

.wt-paragraph p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0 0 1rem;
  font-weight: 400;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: 'Montserrat',sans-serif;
}

.wt-readmore {
  margin-top: 0.25rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background-color: #c9b29c;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wt-list {
  list-style: disc;
  width: 46%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  font-family: 'Montserrat',sans-serif;
  color: #59493b!important;
}

.wt-list li {
  margin: 0.35rem 0;
}

.wt-readmore {
  margin-top: 0.25rem;
}

.wt-list {
  list-style: disc;
  margin: 0;
  margin-left: 1.2rem!important;
  font-family: "Montserrat", sans-serif;
}

.wt-list li {
  margin: 1rem 0;
  line-height: 20px;
}

.wt-img {
  overflow: hidden;

  border-radius: 24px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.wt-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}

.wt-img.big {
  aspect-ratio: 3/3;
}

.wt-img.small {
  aspect-ratio: 1/1;
}

/* bottom images */

.wt-images {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.wt-img {
  overflow: hidden;

  border-radius: 100px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

  margin-top: -45px;
}

.small {
  overflow: hidden;

  border-radius: 100px;

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

  width: 60%;

  height: 80%;

  margin-top: 100px;
}

.big {
  margin-left: 85px !important;
}

.wt-img img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

@media (min-width: 992px) {
  .wt-display {
    text-align: left important;
  }
}

/* ===== PRICING ===== */

:root {
  --price-pill: #efe6da;

  --price-card: #f0e7dc;

  --price-border: #9f7a5f;

  --gold-1: #d8b84e;

  --gold-2: #b68f1d;
}

/*.pricing {
  padding-block: clamp(3rem, 6vw, 5rem);
}*/

.pricing-header {
  background: var(--price-pill);

  color: #1f1a17;

  text-align: center;

  border-radius: 10px;

  padding: 1.25rem 1.4rem;

  margin-top: 30px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.pricing-title {
  margin: 0;
  font-family: "Monteserat", serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4.5vw, 4.1rem);
  line-height: 1.2;
  font-style: italic;
  color: #9f7a5f;
  padding-top: 12px;
}

.pricing-subtitle {
  margin: 0.25rem 0 0;
  opacity: 0.9;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.8;
}
/* Pricing section decorative chip */
.pricing {
  position: relative;
}

.pricing .container {
  position: relative;
}

.chip-pricing {
  position: absolute;
  right: -2%;
  top: -3%;
  transform: rotate(18deg) scale(1.2);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .chip-pricing {
    right: 0%;
    top: 3%;
    transform: scale(0.9) rotate(18deg);
  }
}

@media (max-width: 575.98px) {
  .chip-pricing {
    right: 1%;
    top: 2%;
    transform: scale(0.75) rotate(18deg);
  }
}
/* Cards */

.pricing-card {
  position: relative;

  overflow: hidden;

  background: var(--price-card);

  border: 3px solid var(--price-border);

  border-radius: 30px;

  padding: 1.6rem 1.4rem 1.25rem;

  text-align: center;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);

  height: 500px;

  color: #59493b;
}

.plan-name {
  font-weight: 700;
  opacity: 0.9;
  font-family: "Monteserat", serif;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: -8px;
  line-height: 50px;
}
.pricing-card .per {
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 22px;
}

.sessions {
  color: var(--muted);
  margin-top: 0.1rem;
  font-weight: 600;
  font-size: 22px;
}

.price {
  margin: 1.5rem 0 0.4rem;
}

.price .amount {
  font-weight: 800;

  font-size: 1.4rem;
  padding-bottom: 15px;
}

.price .per {
  color: #1f1a17;
  font-weight: 700;
  font-size: 22px;
  margin-top: 0.1rem;
  display: none;
}

.blurb {
  color: var(--muted);
  line-height: 1.8;
  margin: 0.75rem 0 1.1rem;
  font-weight: 600;
}

.btn-ghost {
  display: inline-block;

  background: #c9b29c;

  color: #fff;

  border-radius: 999px;

  padding: 0.65rem 1.2rem;

  font-weight: 700;

  text-decoration: none;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 10px;
  width: 50%;
  align-self: center;
}

.btn-ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #c1ada7;
  background-color: #fff !important;
}

/* Diagonal gold ribbon */

.pricing-card .ribbon {
    position: absolute;
    top: 30px;
    left: -157px;
    width: 500px;
    transform: rotate(-35deg);
    background: linear-gradient(90deg, #e6d2c4, #9f7a5f);
    color: #1a1308;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    text-align: center;
    padding: 2.42rem 0.25rem 0.3rem;
    z-index: 2;
    pointer-events: none;
}

.pricing-card .ribbon span {
  display: block;

  font-size: 1.7rem;

  letter-spacing: 0.12em;
  margin-top: -25px;
}

.pricing-card .ribbon strong {
  display: block;

  font-size: 1.4rem;

  letter-spacing: 0.18em;
}
/* Flip Card Styles */
.pricing-card-wrapper {
  perspective: 1000px;
  height: 500px;
}

.pricing-card-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.pricing-card-wrapper:hover .pricing-card-flipper {
  transform: rotateY(180deg);
}

.pricing-card-front,
.pricing-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  align-content: center;
}


.pricing-card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.pricing-card-back {
  transform: rotateY(180deg);
}

/* Back card specific styles */
.pricing-card-back .back-content {
  text-align: left;
  padding: 1rem 0;
  flex-grow: 1;
}

.pricing-card-back .back-content p {
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.pricing-card-back .back-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.pricing-card-back .back-content li {
  color: #59493b;
  padding: 0.35rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 600;
}

.pricing-card-back .back-content li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9f7a5f;
  font-weight: bold;
}

.pricing-card-back .validity {
  font-size: 0.9rem;
  font-style: italic;
  color: #9f7a5f;
  font-weight: 600;
  margin-top: auto;
}

/* Adjust card layout for back side */
.pricing-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Mobile adjustments */
@media (max-width: 575.98px) {
  .pricing-card-wrapper {
    height: 520px;
  }

  .pricing-card-back .back-content li {
    font-size: 0.9rem;
  }
}
/* Pricing Carousel Styles */
.pricing-carousel-viewport {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}

.pricing-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
  padding: 3.25rem 0;
}

.pricing-track .pricing-card-wrapper {
  flex: 0 0 calc((100% - 48px) / 3);
  margin: 0;
}

.pricing .container {
  position: relative;
}

.pricing .oc-arrow {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #c9bfb1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 3;
}

.pricing .oc-prev-pricing {
  left: -64px;
}

.pricing .oc-next-pricing {
  right: -64px;
}

.pricing .oc-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 3px solid #6f6256;
  border-right: 3px solid #6f6256;
  transform: rotate(-135deg);
}

.pricing .oc-next-pricing::before {
  transform: rotate(45deg);
}

.pricing .oc-arrow:hover {
  filter: brightness(0.95);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .pricing .oc-prev-pricing {
    left: -40px;
  }

  .pricing .oc-next-pricing {
    right: -40px;
  }
}

@media (max-width: 991.98px) {
  .pricing-track .pricing-card-wrapper {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 575.98px) {
  .pricing .oc-arrow {
    width: 38px;
    height: 38px;
  }

  .pricing .oc-prev-pricing {
    left: -24px;
  }

  .pricing .oc-next-pricing {
    right: -24px;
  }

  .pricing-track .pricing-card-wrapper {
    flex: 0 0 100%;
  }
  
  .pricing-track {
    gap: 24px;
  }
}
/* Lucky draw note */

.pricing-note {
  text-align: center;

  margin-top: 4.75rem;
}

.pricing-note .note-heading {
  font-weight: 800;
  font-family: "EB Garamond", serif;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 3.05rem;
  font-style: italic;
  color: #9f7a5f;
}

.pricing-note .star {
  color: var(--gold-1);
}

.pricing-note .note-sub {
  color: var(--muted);
  margin-top: 1.35rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 10px;
  font-family: 'Montserrat',sans-serif;

}

/* Responsive polish */

@media (max-width: 575.98px) {
  .pricing-header {
    border-radius: 22px;
  }

  .pricing-card {
    padding: 1.25rem 1rem;
  }

  .pricing-card .ribbon {
    left: -58px;

    width: 220px;

    transform: rotate(-36deg);
  }
}

/* ----- OPTIONS CAROUSEL  */

.roll-carousel {
  --per: 3;

  --gap: 24px;

  padding-block: clamp(2.5rem, 5vw, 4rem);
}
/* Carousel flip card fixes */
.roll-track .pricing-card-wrapper {
  flex: 0 0 calc((100% - (var(--gap) * (var(--per) - 1))) / var(--per));
  margin: 0;
}

.roll-track .pricing-card {
  flex: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .roll-carousel {
    --per: 2;
  }
  .pricing-title {
    margin-bottom: 6px;
    padding-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .roll-carousel {
    --per: 1;
  }
}

.roll-carousel-viewport {
  position: relative;

  overflow: hidden;
}

.roll-track {
  display: flex;

  gap: var(--gap);

  transition: transform 0.45s ease;

  will-change: transform;

  padding: 3.25rem 0;
}

.roll-track .pricing-card {
  flex: 0 0 calc((100% - (var(--gap) * (var(--per) - 1))) / var(--per));

  margin: 0;

  overflow: hidden;
}

/* arrows */

.oc-arrow {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 44px;

  height: 44px;

  border: 0;

  border-radius: 50%;

  background: #c9bfb1;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

  cursor: pointer;
}

.oc-prev {
  left: -22px;
}

.oc-next {
  right: -22px;
}

.oc-arrow::before {
  content: "";

  display: block;

  width: 12px;

  height: 12px;

  margin: 0 auto;

  border-top: 3px solid #6f6256;

  border-right: 3px solid #6f6256;

  transform: rotate(-135deg);
}

.oc-next::before {
  transform: rotate(-45deg);
}

.oc-arrow:hover {
  filter: brightness(0.95);
}

.roll-carousel-viewport {
  position: relative;

  overflow: hidden;
}

.roll-carousel .container {
  position: relative;
}

.roll-carousel .oc-arrow {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 44px;

  height: 44px;

  border: 0;

  border-radius: 50%;

  background: #c9bfb1;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

  cursor: pointer;

  z-index: 3;
}

.roll-carousel .oc-prev {
  left: -64px;
}

.roll-carousel .oc-next {
  right: -64px;
}

.roll-carousel .oc-arrow::before {
  content: "";

  display: block;

  width: 12px;

  height: 12px;

  margin: 0 auto;

  border-top: 3px solid #6f6256;

  border-right: 3px solid #6f6256;

  transform: rotate(-135deg);
}

.roll-carousel .oc-next::before {
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .roll-carousel .oc-prev {
    left: -40px;
  }

  .roll-carousel .oc-next {
    right: -40px;
  }
}

@media (max-width: 575.98px) {
  .roll-carousel .oc-arrow {
    width: 38px;

    height: 38px;
  }

  .roll-carousel .oc-prev {
    left: -24px;
  }

  .roll-carousel .oc-next {
    right: -24px;
  }
}

/* ===== SCHEDULER ===== */

.scheduler {
  padding-block: clamp(3rem, 6vw, 5rem);
}
.scheduler .col-lg-8{
  width: 100%!important;
}
.scheduler .sched-title {
  color: #fff;
  margin: 0 0 0.15rem;
  font-weight: 800;
  font-size: 30px;
}

.scheduler .sched-sub {
  color: #59493b !important;
  margin: 0;
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 700;
}

.scheduler .sched-tz {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
}

.sched-card {
  background: #c9b29c;
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border: 3px solid var(--price-border);
}

.sched-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
#bookly-tbs .ec .ec-event-time {
    color: #59493b;
    font-weight: 900;
}
/* Scheduler decorative star */
.scheduler {
  position: relative;
  overflow: hidden;
}

.scheduler::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 67%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  /*background-image: url("imgs/asterisk-dark.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.scheduler .container {
  position: relative;
  z-index: 1;
}
#bookly-tbs .ec .ec-toolbar .ec-title {
  color: #fff;
}
#bookly-tbs .ec .ec-toolbar .ec-title:hover {
  color: #9f7a5f;
}
@media (max-width: 991.98px) {
  .scheduler::before {
    width: 150px;
    height: 150px;
    right: -40px;
  }
  .sched-head {
    display: block;

    align-items: flex-start;

    justify-content: space-between;

    gap: 1rem;
  }
  .scheduler .sched-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .scheduler .sched-tz {
    margin-bottom: 10px;
  }
  #bookly-tbs .ec .ec-toolbar {
    align-items: flex-start;
  }
  #bookly-tbs .ec .ec-toolbar .ec-today {
    margin-left: 0px !important;
  }
.pricing-note .note-sub{
  text-align: left;
}
.ec-list .ec-day-side {
    float:none;
}
}

@media (max-width: 575.98px) {
  .scheduler::before {
    width: 120px;
    height: 120px;
    right: -30px;
  }
}
/* month bar */

.cal-bar {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 1rem;
}

.cal-month {
  color: #efe6da;

  font-weight: 700;

  letter-spacing: 0.02em;
}

.cal-nav {
  background: #c9bfb1;

  border: 0;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  color: #51463c;

  font-size: 22px;

  line-height: 1;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.cal-nav:hover {
  filter: brightness(0.95);
}

/* calendar grid */

.cal-grid {
  --cell: 46px;

  display: grid;

  grid-template-columns: repeat(7, 1fr);

  gap: 8px;

  margin-top: 0.75rem;
}

.cal-grid .dow {
  color: #b7a999;

  font-weight: 600;

  text-align: center;

  padding: 0.35rem 0;
}

.cal-grid .day {
  height: var(--cell);

  border-radius: 12px;

  background: #1f1a17;

  color: #f0e7dc;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  box-shadow: inset 0 0 0 1px #2a231e;
}

.cal-grid .day.muted {
  color: #7d6e63;

  background: #1a1613;

  cursor: default;
}

.cal-grid .day.today {
  box-shadow: inset 0 0 0 2px #c9bfb1;
}

.cal-grid .day.selected {
  background: #c9bfb1;

  color: #2b2b2b;

  font-weight: 800;
}

/* slots */

.slots-bar {
  margin-top: 1rem;
}

.slots-title {
  color: #efe6da;

  margin-bottom: 0.5rem;

  font-weight: 700;
}

.slots {
  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

  min-height: 48px;
}

.slot {
  border-radius: 999px;

  padding: 0.45rem 0.9rem;

  font-weight: 700;

  font-size: 0.95rem;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);

  border: 1px solid transparent;
}

.slot.open {
  background: #ffffff;

  color: #2b2b2b;
}

.slot.wait {
  background: #c9bfb1;

  color: #2b2b2b;

  opacity: 0.9;
}

.slot.selected {
  outline: 2px solid #b58a6a;
}

/* aside */

.sched-aside {
  background: #9f7a5f;

  border-radius: 18px;

  padding: 1.1rem 1.1rem 1rem;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

  color: #efe6da;
}

.aside-title {
  margin: 0 0 0.75rem;

  font-weight: 800;
}

.aside-item .label {
  color: #b7a999;

  font-size: 0.9rem;
}

.aside-item .value {
  color: #efe6da;

  font-weight: 700;
}

.link-more {
  background: none;

  border: 0;

  color: #c9bfb1;

  font-weight: 700;

  padding: 0;
}

.muted {
  color: #c9bfb1;
}

.login-note {
  color: #c9bfb1;

  margin-top: 0.5rem;

  font-size: 0.95rem;
}

.login-note a {
  color: #ffffff;

  text-decoration: underline;
}

/* responsive */

@media (max-width: 575.98px) {
  .cal-grid {
    --cell: 42px;

    gap: 6px;
  }
}

/* ===== FOUNDER ===== */

.founder {
  padding-block: clamp(7rem, 6vw, 5rem);
}

.founder-visual {
  position: relative;

  min-height: 420px;
}

.founder-arch {
  position: absolute;

  left: 0;

  top: -115px;

  width: 85%;

  height: 125%;

  background: #efe6da;

  border-radius: 220px 220px 0 0;

  display: flex;

  align-items: flex-start;

  justify-content: center;
}

.arch-logo {
  width: 84px;

  height: 84px;

  margin-top: 24px;

  opacity: 0.9;
}

.founder-photo {
  position: absolute;

  left: 80px;

  bottom: -120px;

  width: min(440px, 92%);

  aspect-ratio: 4 / 4.7;

  border-radius: 28px;

  overflow: hidden;

  background: #d9d2c8;

  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.founder-photo img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}

/* Right-side copy */

.founder-title {
  font-weight: 800;
  /*font-family: "Dynalight", cursive;*/
  line-height: 1.1;
  font-size: clamp(1.8rem, 3.2vw + 0.5rem, 12.5rem);
  margin-bottom: 1rem;
  color: #9f7a5f;
}
.founder-title em {
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  font-style: italic;
}

.founder-copy p {
  color: #59493b;
  font-weight: 400;
  line-height: 1.8;

  font-size: 1.05rem;

  margin-bottom: 1rem;
}

.founder-cta {
  margin-top: 0.5rem;
  width: 25%;
}

/* Responsiveness */

@media (max-width: 991.98px) {
  .founder-visual {
    min-height: 360px;
  }

  .founder-photo {
    left: 48px;
  }
.faq-accordion .accordion-body {
    padding: 0 1rem 0!important;
    font-size: 16px!important;
}
}

@media (max-width: 575.98px) {
  .founder {
    padding-block: 2.5rem;
  }

  .founder-visual {
    min-height: 320px;
  }

  .founder-arch {
    width: 78%;

    height: 70%;
  }

  .founder-photo {
    left: 28px;

    width: 92%;
  }
}

/* ===== FAQS ===== */

.faqs {
  background: #f4efe7;

  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.faqs .section-subtitle {
  font-family: "EB Garamond", serif;
  font-weight: 800;
  font-size: 4rem;
  color: #9f7a5f;
  margin-bottom: 20px;
  text-align: left;
}
.faqs .section-intro {
  font-weight: 600;
}

.faq-accordion .accordion-item {
  background: transparent;

  border: 0;

  border-bottom: 1px solid #e2d6c8;
}

.faq-accordion .accordion-button {
  background: transparent;

  color: #6f6256;

  font-weight: bold;

  padding: 0.95rem 0;

  box-shadow: none;

  font-size: 25px;
}

.faq-accordion .accordion-button:hover {
  color: #4f463d;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #4f463d;

  background: transparent;
}

.faq-accordion .accordion-button::after {
  background-image: none;

  content: "";

  width: 0.65rem;

  height: 0.65rem;

  border-right: 2px solid #9a8e82;

  border-bottom: 2px solid #9a8e82;

  transform: rotate(-45deg);

  transition: transform 0.2s ease;

  margin-left: auto;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}

.faq-accordion .accordion-body {
  color: #59493b;
  padding: 0 0 1rem 0;
  max-width: 70ch;
  line-height: 1.8;
  font-weight: 400;
  font-size: 20px;
}

/* ===== FOOTER ===== */

.site-footer {
  background: #fff;
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid #eee3d6;
  margin-bottom: -16px;
}

.footer-logo {
  width: auto;

  height: 80px;

  display: block;
  margin-bottom: -10px;
}

.footer-cta {
  margin-top: 22px;

  padding: 0.6rem 1.25rem;

  border-radius: 999px;
}

.socials-wrap {
  margin-top: 14px;
}

.socials-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #59493b;
  font-size: 18px;
}

.socials {
  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  gap: 0.75rem;
}

.socials a {
  display: block;

  width: 34px;

  height: 34px;

  border-radius: 50%;

  background: #d6ccc0;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.socials a:hover {
  filter: brightness(0.95);
}

/* right columns */

.footer-head {
  font-weight: 900;

  color: #59493b;

  margin: 0 0 0.35rem;
  font-size: 20px;
}

.footer-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer-list li {
  margin: 0.25rem 0;
}
.footer-list li {
    text-decoration: none;
    font-weight: 600;
    color: #59493b;
    font-size: 14px;
    line-height: 1.5;
}

.footer-list a {
  text-decoration: none;
  font-weight: 600;
  color: #59493b;
  font-size: 14px;
  line-height: 1.5;
}

.footer-list a:hover {
  text-decoration: underline;
}
.contact{
  padding-left: 0px;
}
.useful-links{
  padding-left: 30px
}
.justify-content-between {
    justify-content: stretch !important;
}
/* responsiveness */

@media (max-width: 767.98px) {
  .footer-links .col-4 {
    width: 50%;
  }
  
  .hero{
    padding-top:0;
  }
  
  .pricing-title{
    font-size: 30px;
  }
	
	.bigger{
	font-size: 55px!important;	
	}
}

@media (max-width: 575.98px) {
  .footer-links .col-4 {
    width: 100%;
  }

  / .footer-logo {
    height: 52px;
  }
}

/ :root {
  --social-icon: #d6ccc0;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.75rem;
  margin-top: 22px;
}

.socials a {
  width: 34px;

  height: 34px;

  border-radius: 50%;

  display: grid;

  place-items: center;

  border: 2px solid var(--social-icon);

  /*ckground: transparent;*/

  color: var(--social-icon);

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);

  text-decoration: none;
}

.socials a:hover {
  filter: brightness(1.05);
}

.socials a svg {
  width: 18px;

  height: 18px;

  display: block;
}

.socials a svg .stroke {
  stroke: currentColor;

  fill: none;

  stroke-width: 1.8;
}

.socials a svg .fill {
  fill: currentColor;
}

@media (max-width: 992px) {
  .footer-links {
    row-gap: 1.5rem;
  }

  .footer-links .col-4 {
    flex: 0 0 50%;

    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .footer-links .col-4 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}
/* Footer decorative star */
.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  width: 425px;
  height: 425px;
  /*background-image: url(imgs/asterisk-dark.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .site-footer::before {
    width: 200px;
    height: 199px;
    left: 219px;
    top: 85%;
  }
}

@media (max-width: 575.98px) {
  .site-footer::before {
    width: 200px;
    height: 200px;
    left: 229px;
  }
}
/* ----- Mobile nav toggle ----- */

.navbar .container {
  position: relative;
}

.nav-toggle {
  display: none;

  width: 42px;

  height: 42px;

  border: 0;

  background: transparent;

  align-items: center;

  justify-content: center;

  position: relative;

  cursor: pointer;
	z-index: 99;
}

.nav-toggle span {
  position: absolute;

  width: 26px;

  height: 2px;

  left: 8px;

  background: #2b2b2b;

  transition: 0.25s ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.nav-toggle span:nth-child(2) {
  transform: translateY(0);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(7px);
}

.navbar.open .nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.navbar.open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.navbar.open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

/* ----- Breakpoint: stack + dropdown ----- */

@media (max-width: 991.98px) {
  .navbar {
    margin-top: 0;

    margin-bottom: 0;
  }

  .logo img {
    height: 65px;
  }

  .nav-toggle {
    display: inline-flex;

    margin-left: auto;
  }

  .nav-menu {
    position: absolute;

    right: 1rem;

    top: 100%;

    display: none;

    flex-direction: column;

    gap: 0.75rem;

    background: #fff;

    padding: 1rem 1.25rem;

    border-radius: 14px;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);

    z-index: 1000;
  }

  .navbar.open .nav-menu {
    display: flex;
  }

  .nav-menu a {
    color: #2b2b2b;
    transition: all 0.3s ease;
  }
.nav-menu a:hover {
  color: #c9b29c;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
  .btn-book {
    padding: 8px 14px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .hero-title {
    margin-left: -2px;
  }
  .faqs .section-subtitle {
    margin-left: 15px;
}
}

@media (max-width: 1366px) {
  .tile-lg {
    height: 550px;

    width: 550px;
  }

  .tile-sq {
    right: -2%;
  }

  .tile-circ {
    left: 57%;
  }

  .chip-2 {
    right: -10%;
  }

  .small {
    margin-top: 80px;
  }

  .wt-chip-small {
    right: 450px;
  }

  .founder-photo {
    left: 45px;

    bottom: -100px;
  }
  .useful-links {
    padding-left: 75px;
}
.footer-list a{
  font-size: 12px;
}
.nav-menu{
  margin-left: 0px;
}
.logo img {
    height: 70px;
}
.wt-display em {

    font-size: 3.3rem;
}
.wt-copybox .row>* {
    align-self: center;
}
}

html,
body {
  overflow-x: hidden;
}

img,
video,
svg {
  max-width: 100%;

  height: auto;
}

@media (max-width: 1199.98px) {
  .container {
    padding-left: 1rem;

    padding-right: 1rem;
  }
}

/* ---------- NAVBAR ---------- */

@media (max-width: 991.98px) {
  .navbar {
    margin-top: 0;

    margin-bottom: 0;
  }

  .logo img {
    height: 56px;
  }

  .nav-underline {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;

    margin-left: auto;
  }

  .nav-menu {
    position: absolute;

    right: 1rem;

    top: 100%;

    display: none;

    flex-direction: column;

    gap: 0.75rem;

    background: #fff;

    padding: 1rem 1.25rem;

    border-radius: 14px;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);

    z-index: 1000;
  }

  .navbar.open .nav-menu {
    display: flex;
  }

  .btn-book {
    padding: 8px 14px;
  }
  .useful-links {
        padding-left: 10px;
    }
    .wt-list {
    margin-left: 6.2rem !important;
}
.wt-display
 {
        font-size: clamp(2.3rem, 5vw, 1.9rem);
    }
}

/* ---------- HERO VISUALS ---------- */

@media (max-width: 991.98px) {
  .visual-wrap {
    margin-left: 0;

    max-width: 100%;
  }

  .tile-lg {
    width: 100%;

    height: auto;

    aspect-ratio: 4 / 5;
  }

  .tile-sq,
  .tile-circ {
    position: static;

    width: 100%;

    aspect-ratio: auto;

    border-radius: 24px;

    margin-top: 1rem;

    display: none;
  }

  .chip-star {
    display: none;
  }

  .left-copy {
    order: 2;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 42px;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .btn,
  .btn-cta,
  .btn-ghost {
    width: 50%;
    text-align: center;
    align-self: center;
  }
}

/* ---------- MARQUEE ---------- */

@media (max-width: 991.98px) {
  .marquee {
    padding-block: 1rem;
  }

  .marquee .inner {
    animation-duration: 20s;
  }
}

/* ---------- WELLNESS TECHNOLOGY ---------- */

@media (max-width: 991.98px) {
  .wt-copybox {
    padding: 30px;
  }

  .wt-display {
    text-align: left!important;

    font-size: clamp(2.3rem, 5vw, 1.9rem);
  }

  .wt-paragraph p {
    font-size: 1rem;
    text-align: left;
  }

  .wt-list {
    columns: 1;
  }

  .big {
    margin-left: 0px !important;
  }

  .wt-img.small {
    display: none;
  }
  .wt-list li {
    margin: 1.35rem -85px;
  }
}

/* ---------- PRICING ---------- */

@media (max-width: 991.98px) {
  .pricing .row > [class*="col"] {
    margin-bottom: 1rem;
  }

  .pricing-card {
    padding: 1rem;
  }

  .ribbon {
    right: 10px;

    top: 10px;

    transform: scale(0.9);
  }
}

/* ---------- ROLL CAROUSEL---------- */

@media (max-width: 575.98px) {
  .oc-arrow {
    width: 36px;

    height: 36px;
  }

  .oc-prev {
    left: 8px;
  }

  .oc-next {
    right: 8px;
  }
}

/* ---------- FOUNDER SECTION ---------- */

@media (max-width: 991.98px) {
  .founder-visual {
    min-height: 280px;
  }

  .founder-arch {
    top: -5px;
  }

  .founder-photo {
    left: 0;

    width: 100%;
  }

  .founder-title {
    margin-top: 100px;
  }

  .founder {
    padding-block: 3rem;
    padding-top: 3rem;
  }
  .scheduler {
    padding-bottom: 0px;
    padding-top: 60px;
}
.pricing {
    margin-bottom: 0px;
}
}

/* ---------- FAQS ---------- */

@media (max-width: 991.98px) {
  .faq-accordion .accordion-button {
    font-size: 1.2rem;
    padding: 1rem 1.25rem;
  }
}

/* ---------- FOOTER ---------- */

@media (max-width: 991.98px) {
  .footer-logo {
    height: 60px;

    margin-top: 0;

    margin-bottom: 0;
  }

  .site-footer .row {
    row-gap: 1.25rem;
  }

  .footer-cta {
    width: 50%;

    text-align: center;
  }
  .wt-display em {
    font-size: 2.5rem;
  }
  .pricing-note .note-heading {
    font-size: 3rem;
    text-align: left;
  }
  .founder-title em {
    font-size: 3.5rem;
  }
  #options-carousel{
    margin-top: -100px
  }
}
/* Responsive polish */

@media (max-width: 575.98px) {
  .pricing-header {
    border-radius: 22px;
    margin-bottom: 80px;
  }
.wellness-technology {
    padding-bottom: 0px;
}
  .pricing-card {
    padding: 1.25rem 1rem;
  }

    .pricing-card .ribbon {
        left: -70px;
        top: 34px;
        width: 325px;
        transform: rotate(-36deg);
    }
}

/* ----- GALLERY CAROUSEL ----- */
.gallery-carousel {
  overflow: hidden;
  position: relative;
}

.gallery-track {
  display: flex;
  gap: 20px;
  animation: gallerySlide 25s linear infinite;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 calc(20% - 16px);
  min-width: calc(20% - 16px);
}

.gallery-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@keyframes gallerySlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .gallery-slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
  }

  .gallery-slide img {
    height: 350px;
  }

  @keyframes gallerySlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

@media (max-width: 575.98px) {
  .gallery-track {
    gap: 12px;
  }

  .gallery-slide {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }

  .gallery-slide img {
    height: 280px;
    border-radius: 16px;
  }

  .gallery-carousel {
    margin-top: 2rem;
  }

  @keyframes gallerySlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

#wt-more {
  text-align: center;
}

.wt-list img {
  width: 20px;
}

.star img {
  width: 60px;
}
/*====Back to top====*/
.star img {
  width: 60px;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #9f7a5f;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #c9b29c;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.back-to-top:active {
  transform: translateY(0);
}
.btn-book-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    margin-top: 0;

    margin-bottom: 0;
  }

  .logo img {
    height: 56px;
  }

  .nav-toggle {
    display: inline-flex;

    margin-left: auto;
  }

  .nav-menu {
    position: absolute;

    right: 1rem;

    top: 100%;

    display: none;

    flex-direction: column;

    gap: 0.75rem;

    background: #fff;

    padding: 1rem 1.25rem;

    border-radius: 14px;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);

    z-index: 1000;
  }

  .navbar.open .nav-menu {
    display: flex;
  }

  .nav-menu a {
    color: #59493b;
  }

  .nav-menu-book {
    margin-top: 0.5rem;
    display: block !important;
  }

  .nav-menu-book .btn-book-mobile {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: -8px;
  }
  .wp-block-woocommerce-cart {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px !important;
  }
  /* Hide the desktop book now button on mobile */
  .btn-book-desktop {
    display: none !important;
  }
}
/*====Cart====*/
.post-edit-link {
  display: none !important;
}
.entry-title {
  display: none !important;
}
.wc-block-components-product-name {
  font-size: 22px !important;
}
.wc-block-components-product-price {
  font-size: 20px !important;
}
.wc-block-components-product-details {
  font-size: 18px !important;
}
.wp-block-woocommerce-cart {
  padding-top: 50px !important;
}
.wc-block-cart .wc-block-components-sidebar {
  margin-top: 20px !important;
}
@media (max-width: 1366px) {
  .wp-block-woocommerce-cart {
    padding-top: 50px !important;
  }
  .wc-block-cart .wc-block-components-sidebar {
    margin-top: 20px !important;
  }
}
.wc-block-cart-items__header-image {
  font-size: 30px !important;
  font-family: "EB Garamond", serif !important;
  color: #9f7a5f !important;
  padding-left: 15px !important;
}
.wc-block-components-button {
  background: #e6d2c4;
  padding: 8px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.wc-block-components-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #c9b29c;
  background-color: #fff !important;
}
.wc-block-cart-item__image {
  display: none;
}
.wc-block-cart-item__remove-link {
  background: #e6d2c4 !important;
  border-radius: 30px !important;
  color: black !important;
  padding: 7px !important;
  text-decoration: none !important;
}
.wc-block-cart-item__remove-link:hover {
  background: #fff !important;
  border-radius: 30px !important;
  color: black !important;
  padding: 7px !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}
/*====Checkout====*/
.wp-block-woocommerce-checkout {
  container-type: inline-size;
  margin: 0;
  padding-top: 24px;
  width: 100%;
}
.wc-block-components-order-summary-item__image {
  display: none !important;
}
.wc-block-components-button {
  border: none !important;
}
.wc-block-components-checkout-order-summary__title-text {
  margin: 0 0 16px 37px !important;
}
@media (max-width: 1366px) {
}
/*====Thank you====*/
.woocommerce-order {
  padding-left: 300px;
  padding-right: 300px;
}
.woocommerce-thankyou-order-received {
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .woocommerce-order {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/*====Account====*/
.entry-content {
  padding-left: 300px;
  padding-right: 300px;
  padding-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-MyAccount-content a {
  text-decoration-skip-ink: auto;
  color: #59493b;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  padding-bottom: 25px;
  padding-top: 50px;
  justify-items: center;
}
.woocommerce-MyAccount-navigation a {
  font-family: "EB Garamond", serif;
  font-weight: 800;
  color: #9f7a5f !important;
  font-size: 1.3rem;
  width: 100%;
}
.woocommerce-MyAccount-content p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1366px) {
  .entry-content {
    padding-left: 100px;
    padding-right: 100px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 60%;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 1.1rem;
  }
  .woocommerce-MyAccount-content p {
    font-size: 16px;
  }
  .cda-calendar{
  width: 1125px!important;
}
}
@media (max-width: 991.98px) {
  /*===accounts===*/
  .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 15px;
  }
  /*====Checkout===*/
  .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 16px 22px !important;
  }
  .wc-block-components-product-price__value {
    display: none;
  }
  .wc-block-cart-item__product {
    margin-left: -70px !important;
  }
  .wc-block-components-product-price {
    margin-top: 20px !important;
  }
}
/* Move carousel arrows to bottom on mobile */
@media (max-width: 575.98px) {
  /* Options Carousel - Roll Carousel */
  .roll-carousel .roll-carousel-viewport {
    padding-bottom: 35px;
    position: relative;
  }
  
  .roll-carousel .oc-prev,
  .roll-carousel .oc-next {
    top: auto;
    bottom: 10px;
    transform: none;
  }
  
  .roll-carousel .oc-prev {
    left: 50%;
    margin-left: -60px;
  }
  
  .roll-carousel .oc-next {
    right: 50%;
    margin-right: -60px;
  }
  
  /* Pricing Carousel */
  .pricing-carousel-viewport {
    padding-bottom: 70px;
    position: relative;
    margin-top: -50px;
  }
  
  .pricing .oc-prev-pricing,
  .pricing .oc-next-pricing {
    top: 90%;
    bottom: 10px;
    transform: none;
  }
  
  .pricing .oc-prev-pricing {
    left: 50%;
    margin-left: -60px;
  }
  
  .pricing .oc-next-pricing {
    right: 50%;
    margin-right: -60px;
  }
}


.pricing-card-wrapper{
  display:none!important;
}

/* Cart Icon with Count */
.header-cart-link {
    position: relative;
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #C8A882; /* Your beige color */
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: cartPulse 0.3s ease-in-out;
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.cart-count.updating {
    animation: cartPulse 0.3s ease-in-out;
}

/* Hide count when empty */
.cart-count[data-cart-count="0"] {
    display: none !important;
}

#loginform{
  display:none;
}



@container main (width < 42rem) {
    .bookly-css-root .bookly\:\@max-2xl\/main\:m-4 {
        margin: unset!important;
    }
}

.bookly:flex-1 bookly-summary-staff-name-mark{
	display:none!important;
}



.scheduler-intro a:hover {
  color: var(--color-accent-light);
}

.scheduler-intro .bookly-package-list {
  margin-top: 2rem;
}


.woocommerce-thankyou-order-received{
	padding-top:50px;
}


.bookly-css-root .bookly\:mb-2{
  display:none!important;
}


.bookly-search-form-container{
  padding-top:50px;
}


.wc-block-cart-item__remove-link{
     position: relative;
    z-index: 50;
    pointer-events: auto !important;
}
.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-dashboard-header{
  background: #c9b29c!important;
}
.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-menu{
  background: #c9b29c!important;
}
.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-menu>div.am-active, .amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-menu>div:hover{
  background-color: #c9b29c!important;
}
#am-modal.am-modal.am-in-body .el-button--primary.el-button, .amelia-app-booking #amelia-booking-wrap .el-button--primary.el-button{
  background-color: #c9b29c!important;
    border-color: #c9b29c!important;
}
.amelia-app-booking #am-cabinet .am-booking-page__time-block .am-appointment-times .el-radio-button .el-radio-button__orig-radio:checked+.el-radio-button__inner{
  background-color: #c9b29c!important;
  border-color: #c9b29c!important;
}
#amelia-booking-wrap{
  margin-top: 30px!important;
}
.cda-calendar{
  max-width: 1250px!important;
  margin-top: 30px!important;
}
.cda-week{
  height: 500px!important;
}
.cda-day-slots{
  max-height: 500px!important;
}
.amelia-v2-booking #amelia-container .el-form-item.is-required .el-form-item__label, #amelia-app-backend-new #amelia-container .el-form-item.is-required .el-form-item__label {
    padding-bottom: 20px!important;
}
.amelia-v2-booking #amelia-container .am-checkbox-wrapper .el-checkbox.is-checked {
    margin-bottom: 15px!important;
}

/* ================================================
   AMELIA BOOKING FORM SPACING FIX FOR WOOCOMMERCE
   ================================================ */

/* Add spacing between form sections */
.amelia-booking .am-confirmation-booking-data,
.amelia-booking .am-custom-field,
.woocommerce-checkout .amelia-custom-field {
    margin-bottom: 25px !important;
    padding-bottom: 15px;
}

/* Style the Health Disclosure section header */
.amelia-booking h3,
.amelia-custom-field h3,
.woocommerce-checkout .amelia-heading {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 600;
}

/* Space out each question */
.amelia-booking .am-custom-field-wrapper,
.amelia-custom-field-wrapper {
    margin-bottom: 30px !important;
    padding: 15px 0;
}

/* Style question labels */
.amelia-booking label,
.amelia-custom-field label {
    display: block !important;
    margin-bottom: 12px !important;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500;
}

/* Space out radio button options */
.amelia-booking .am-radio-wrapper,
.amelia-custom-field .radio-option,
.amelia-booking input[type="radio"] {
    margin-bottom: 10px !important;
    margin-right: 8px !important;
}

/* Radio button container spacing */
.amelia-booking .am-radio-group,
.amelia-custom-field-radio-group {
    margin-top: 10px !important;
    margin-left: 5px;
}

/* Individual radio button row */
.amelia-booking .am-radio-item,
.amelia-custom-field .radio-item {
    display: block !important;
    margin-bottom: 8px !important;
    padding: 5px 0;
}

/* Radio button label alignment */
.amelia-booking input[type="radio"] + label,
.amelia-custom-field input[type="radio"] + label {
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
}

/* Add separator lines between questions */
.amelia-booking .am-custom-field-wrapper:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

/* Style required asterisks */
.amelia-booking .required,
.amelia-custom-field .required {
    color: #d32f2f;
    margin-right: 3px;
}

/* Package Info section spacing */
.amelia-booking .am-package-info,
.package-info-section {
    margin-bottom: 30px !important;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

/* Your Goals section spacing */
.amelia-booking .am-goals-section,
.goals-section {
    margin-top: 30px !important;
}

/* Checkbox spacing (if you have any) */
.amelia-booking input[type="checkbox"] {
    margin-right: 8px !important;
    margin-bottom: 10px !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .amelia-booking .am-custom-field-wrapper,
    .amelia-custom-field-wrapper {
        margin-bottom: 25px !important;
        padding: 10px 0;
    }
    
    .amelia-booking label,
    .amelia-custom-field label {
        font-size: 13px;
    }
.amelia-v2-booking #amelia-container .am-button.am-w100 {
    width: 35% !important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-footer.am-mobile {
    width: 135%!important;
}
}
.amelia-v2-booking #amelia-container .am-button.am-w100{
  width: 25%!important;
}
.amelia-v2-booking #amelia-container .am-fcil__item-badge.am-package span {
    color: var(--am-c-fcil-primary)!important;
}
.amelia-v2-booking #amelia-container .am-fcip__badge.am-package span {
    color: var(--am-c-fcil-primary)!important;
}
.amelia-app-booking #am-cabinet .am-cabinet-auth .am-cabinet-auth-content .am-cabinet-auth-form p span {
    color: #c9b29c!important;
}
.woocommerce-LostPassword .lost_password a{
  color: #59493b !important;
}
.woocommerce .col2-set, .woocommerce-page .col2-set a
 {
color: #59493b !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1
 {
    float: none!important;
    padding-top: 25px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: None!important;
    padding-top: 25px;
}
.woocommerce-Address-title{
    font-family: "montserrat"sans-serif!important;
    font-weight: 600!important;
}
.address{
    font-style: normal!important;
}
.amelia-app-booking #amelia-booking-wrap .el-input--suffix .el-input__inner {
    display: none!important;
}
.address{
  font-style: normal!important;
}
.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-content .am-empty-state {
    display: none!important;
}
.amelia-app-booking #am-cabinet .am-booking-page__service-info-button>span span {
    color: #c9b29c!important;
    border: 2px solid #c9b29c!important;
}
/* TARGET PACKAGE BADGE */
.am-package__img-holder img {
    display: none !important; /* hide the base64 SVG */
}

.am-package__img-holder {
    background-color: #c9b29c !important; /* <-- your new colour */
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important; /* or 50% for circle */
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Style the letters (4S, DR, etc.) */
.am-package__img-holder + div {
    color: #fff !important;
    font-weight: 700 !important;
}
/* Change Amelia Approved status icon color */
.am-appointment-status-symbol.am-relative.am-appointment-status-symbol-approved:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2M5YjI5YyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNyIgc3Ryb2tlPSIjYzliMjljIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KICA8cGF0aCBkPSJNNCA4LjVsMi41IDIuNSA0LjUtNSIgc3Ryb2tlPSIjYzliMjljIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KPC9zdmc+");
    width: 16px;
    height: 16px;
    display: inline-block;
}


#customer_login{
	display:none!important;
}