/* -------------------------------------------
Name: The George Pub in Tunbridge Wells
Version: 1.0
Author: Sugarsnap Digital (https://sugarsnapdigital.com) on behalf of The George Pub in Tunbridge Wells
URL: https://thegeorgepubtunbridgewells.co.uk
Description: An award-winning, proudly independent pub in the heart of Tunbridge Wells. Craft beer from our own Fonthill Brewery, great food, a secret garden, and a function room for private events.
Copyright: 2026 The George Pub in Tunbridge Wells
Copyright URL: https://thegeorgepubtunbridgewells.co.uk
Copyright Year: 2026
Copyright Owner: The George Pub in Tunbridge Wells
Copyright Owner URL: https://thegeorgepubtunbridgewells.co.uk
Copyright Owner Email: info@thegeorgepubtunbridgewells.co.uk
------------------------------------------- */
/*--------------------------------------------

1. common
      - fonts
      - scrollbar
      - typography
      - buttons
      - forms
      - spaces
2. frame
      - preloader
      - marcup
      - menu
      - scroll hint
      - fade scroll object
3. content
      - banner
      - call to action
      - about
      - icon box
      - banner sm
      - counters
      - team
      - testimonials
      - blog
      - comments
      - footer
      - popup
      - breadcrumbs
4. menu
      - default card
      - small card
5. custom
      - swiper
      - datepicker
      - nice select
      - fancybox
      - mapbox


--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* line 1, ../scss/_transitions.scss */
html {
  /* ----- preloader ----- */
  /* ----- menu ----- */
  /* ----- banner ----- */
  /* ----- content ----- */
  /* ----- footer ----- */
}
/* line 3, ../scss/_transitions.scss */
html .tst-preloader {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0) scale(0.4);
  transform: translateY(0) scale(0.4);
}
/* line 9, ../scss/_transitions.scss */
html .tst-dynamic-menu {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 15, ../scss/_transitions.scss */
html .tst-dynamic-menu li.current-menu-item:after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  width: 80%;
}
/* line 24, ../scss/_transitions.scss */
html .tst-dynamic-banner {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 30, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-banner .tst-cover-frame {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
/* line 36, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-banner .tst-main-title-frame {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 43, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-main-slider-navigation {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 50, ../scss/_transitions.scss */
html .tst-dynamic-content {
  opacity: 1;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 54, ../scss/_transitions.scss */
html .tst-dynamic-content .tst-scroll-hint-frame {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 60, ../scss/_transitions.scss */
html footer .container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 67, ../scss/_transitions.scss */
html.is-animating {
  /* ----- preloader ----- */
  /* ----- menu ----- */
  /* ----- banner ----- */
  /* ----- content ----- */
  /* ----- footer ----- */
}
/* line 69, ../scss/_transitions.scss */
html.is-animating .tst-preloader {
  opacity: 1;
  -webkit-transform: translateY(-200px) scale(0.6);
  transform: translateY(-200px) scale(0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 76, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu {
  opacity: 0.999;
}
/* line 81, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu li.current-menu-item:after {
  content: "";
  width: 0;
}
/* line 87, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu li ul {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}
/* line 92, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu nav.tst-active {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}
/* line 98, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner {
  opacity: 0.999;
}
/* line 102, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-banner .tst-cover-frame {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 107, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-banner .tst-main-title-frame {
  opacity: 0;
  -webkit-transform: translateY(-200px) scale(0.8);
  transform: translateY(-200px) scale(0.8);
}
/* line 113, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-main-slider-navigation {
  opacity: 0;
  -webkit-transform: translateY(100px) scale(0.8);
  transform: translateY(100px) scale(0.8);
}
/* line 119, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
/* line 122, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-content .tst-scroll-hint-frame {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 128, ../scss/_transitions.scss */
html.is-animating footer .container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**********************************

common

***********************************/
/*-------------------------
fonts
-------------------------*/
/*-------------------------
scrollbar
--------------------------*/
/* line 13, ../scss/_common.scss */
::-webkit-scrollbar {
  width: 4px;
}

/* line 17, ../scss/_common.scss */
::-webkit-scrollbar-track {
  background: black;
}

/* line 21, ../scss/_common.scss */
::-webkit-scrollbar-thumb {
  background: #f39c12;
  border-radius: 2px;
}

/* line 26, ../scss/_common.scss */
::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

/*-------------------------
typography
-------------------------*/
/* line 32, ../scss/_common.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../scss/_common.scss */
body {
  color: #1a2f33;
  font-size: 18px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  background-image: url("../img/bg.webp");
  background-size: 100%;
  background-attachment: fixed;
}
/* line 47, ../scss/_common.scss */
body .tst-main-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 25, 29, 0.7)),
    color-stop(20%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(4, 25, 29, 0.7) 0%,
    rgba(4, 25, 29, 0.7) 20%
  );
}

/* line 57, ../scss/_common.scss */
*,
*:focus {
  outline: inherit;
}

/* line 62, ../scss/_common.scss */
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 68, ../scss/_common.scss */
a.tst-color:hover,
a:hover.tst-color:hover {
  color: #f39c12;
}

/* line 74, ../scss/_common.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  font-weight: 700;
  margin: 0;
}

/* line 91, ../scss/_common.scss */
.h1,
h1 {
  font-size: 68px;
}

/* line 96, ../scss/_common.scss */
.h2,
h2 {
  font-size: 68px;
}

.tst-h2-size {
  font-size: 68px;
}

/* line 101, ../scss/_common.scss */
.h3,
h3 {
  font-size: 48px;
}

/* line 106, ../scss/_common.scss */
.h4,
h4 {
  font-size: 40px;
}

/* line 111, ../scss/_common.scss */
.h5,
h5 {
  font-size: 24px;
}

/* line 116, ../scss/_common.scss */
.h6,
h6 {
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

/* line 127, ../scss/_common.scss */
.tst-text {
  opacity: 0.7;
  font-size: clamp(1.2rem, calc(1.5rem - 0.4vw), 1.4rem);
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}
/* line 134, ../scss/_common.scss */
.tst-text.tst-text-lg {
  font-size: clamp(1.2rem, calc(1.5rem - 0.4vw), 1.4rem);
}

/* line 139, ../scss/_common.scss */
.tst-label {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 151, ../scss/_common.scss */
.tst-icon-link {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 10px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 158, ../scss/_common.scss */
.tst-icon-link:hover {
  opacity: 1;
  color: #f39c12;
}

/* line 164, ../scss/_common.scss */
.tst-suptitle {
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding-left: 45px;
}
/* line 174, ../scss/_common.scss */
.tst-suptitle:before {
  content: "";
  height: 4px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f39c12;
}
/* line 185, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center {
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
}
/* line 190, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center:before {
  top: 0;
  left: 50%;
  margin-left: -15px;
}
/* line 197, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right {
  padding-right: 45px;
}
/* line 200, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right:before {
  left: auto;
  right: 10px;
}

/* line 207, ../scss/_common.scss */
.tst-spacer {
  height: 0;
  margin: 60px 0;
  border-bottom: dotted 4px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}
/* line 213, ../scss/_common.scss */
.tst-spacer.tst-spacer-only-bottom-space {
  margin-top: 0;
}
/* line 217, ../scss/_common.scss */
.tst-spacer.tst-spacer-only-top-space {
  margin-bottom: 0;
}
/* line 221, ../scss/_common.scss */
.tst-spacer.tst-white {
  border-bottom: dotted 4px rgba(242, 246, 247, 0.3);
}

/* line 226, ../scss/_common.scss */
.tst-spacer-sm {
  height: 1px;
  margin: 15px 0;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}

/* line 233, ../scss/_common.scss */
.tst-text-shadow {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

/* line 237, ../scss/_common.scss */
.tst-white {
  color: #f2f6f7;
}

/* line 241, ../scss/_common.scss */
a.tst-white {
  color: #f2f6f7;
  opacity: 0.8;
}
/* line 245, ../scss/_common.scss */
a.tst-white:hover {
  color: #f2f6f7;
  opacity: 1;
}

/* line 251, ../scss/_common.scss */
.tst-white-2 {
  color: #e5ebef;
}

/* line 255, ../scss/_common.scss */
a.tst-white-2 {
  color: #e5ebef;
  opacity: 0.9;
}
/* line 259, ../scss/_common.scss */
a.tst-white-2:hover {
  color: #e5ebef;
  opacity: 1;
}

/* hero secondary CTA border */
.tst-main-title a.tst-label.tst-white-2 {
  border: 1px solid rgba(242, 246, 247, 0.65);
  border-radius: 5px;
  height: 60px;
  line-height: 64px;
  padding: 0 40px;
}
.tst-main-title a.tst-label.tst-white-2:hover {
  border-color: rgba(242, 246, 247, 1);
  opacity: 1;
}

/* content section secondary CTA border */
.tst-mb-60 a.tst-label {
  border: 1px solid rgba(26, 47, 51, 0.35);
  border-radius: 5px;
  height: 50px;
  line-height: 54px;
  padding: 0 30px;
}
.tst-mb-60 a.tst-label:hover {
  border-color: rgba(26, 47, 51, 0.75);
  opacity: 1;
}

/* line 265, ../scss/_common.scss */
.tst-color {
  color: #f39c12;
}

/* line 269, ../scss/_common.scss */
.tst-right {
  float: right;
}

@media (max-width: 992px) {
  /* line 273, ../scss/_common.scss */
  .h1,
  h1 {
    font-size: 48px;
  }

  /* line 278, ../scss/_common.scss */
  .h2,
  h2 {
    font-size: 48px;
  }

  .tst-h2-size {
    font-size: 48px;
  }

  /* line 283, ../scss/_common.scss */
  .h3,
  h3 {
    font-size: 32px;
  }

  /* line 288, ../scss/_common.scss */
  .h4,
  h4 {
    font-size: 24px;
  }

  /* line 293, ../scss/_common.scss */
  .h5,
  h5 {
    font-size: 20px;
  }

  /* line 298, ../scss/_common.scss */
  .tst-text {
    /* font-size handled by clamp() in base rule — scales up on mobile automatically */
  }
}
@media (max-width: 992px) {
  /* line 308, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-md-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  /* line 313, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-md-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
}
@media (max-width: 790px) {
  /* line 322, ../scss/_common.scss */
  .h1,
  h1 {
    font-size: 38px;
  }

  /* line 327, ../scss/_common.scss */
  .h2,
  h2 {
    font-size: 38px;
  }

  .tst-h2-size {
    font-size: 38px;
  }

  /* line 332, ../scss/_common.scss */
  .h3,
  h3 {
    font-size: 28px;
  }

  /* line 337, ../scss/_common.scss */
  .h4,
  h4 {
    font-size: 24px;
  }

  /* line 342, ../scss/_common.scss */
  .h5,
  h5 {
    font-size: 20px;
  }

  /* line 347, ../scss/_common.scss */
  .tst-text {
    font-size: 16px;
  }
  /* line 350, ../scss/_common.scss */
  .tst-text .tst-text-lg {
    font-size: 16px;
  }

  /* line 356, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  /* line 361, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }

  /* line 369, ../scss/_common.scss */
  .tst-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 374, ../scss/_common.scss */
  .tst-btn-mobile a {
    margin: 0 0 30px;
  }
  /* line 377, ../scss/_common.scss */
  .tst-btn-mobile a:last-child {
    margin-bottom: 0;
  }

  /* Label buttons inside mobile CTA stacks should match the primary button width */
  .tst-btn-mobile a.tst-label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  /* stack primary + secondary CTAs nicely in content sections when space is tight */
  .tst-dynamic-content .tst-btn,
  .tst-dynamic-content .tst-label {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .tst-dynamic-content .tst-btn + .tst-label,
  .tst-dynamic-content .tst-label + .tst-btn {
    margin-top: 15px;
  }
}

@media (min-width: 993px) {
  .tst-dynamic-content h2 {
    font-size: 48px;
  }
}

/*-------------------------
buttons
-------------------------*/
/* line 386, ../scss/_common.scss */
.tst-btn {
  position: relative;
  padding: 0 30px;
  background-color: #f39c12;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  white-space: nowrap;
}
/* line 405, ../scss/_common.scss */
.tst-btn.tst-btn-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 409, ../scss/_common.scss */
.tst-btn:before {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 10px;
}
/* line 422, ../scss/_common.scss */
.tst-btn:last-child {
  margin-right: 0;
}
/* line 426, ../scss/_common.scss */
.tst-btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  color: #1a2f33;
}
/* line 430, ../scss/_common.scss */
.tst-btn:hover:before {
  bottom: -5px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 436, ../scss/_common.scss */
.tst-btn.tst-btn-lg {
  padding: 0 40px;
  height: 60px;
  line-height: 64px;
}
/* line 442, ../scss/_common.scss */
.tst-btn i {
  margin-right: 5px;
  font-size: 18px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
/*-------------------------
forms
-------------------------*/
/* line 463, ../scss/_common.scss */
form input {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
/* line 476, ../scss/_common.scss */
form input:focus {
  outline: inherit;
}
/* line 480, ../scss/_common.scss */
form input::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
form input::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

/* line 489, ../scss/_common.scss */
textarea {
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
/* line 501, ../scss/_common.scss */
textarea:focus {
  outline: inherit;
}
/* line 505, ../scss/_common.scss */
textarea::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
textarea::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

/*-------------------------
spaces
-------------------------*/
/* line 515, ../scss/_common.scss */
.tst-mb-10 {
  margin-bottom: 10px;
}

.tst-mb-15 {
  margin-bottom: 15px;
}

/* opening hours rows */
.tst-hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(26, 47, 51, 0.07);
  font-size: clamp(1.2rem, calc(1.5rem - 0.4vw), 1.4rem);
  font-family: "Josefin Sans", sans-serif;
}
.tst-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tst-hours-row span:first-child {
  opacity: 0.65;
  font-weight: 400;
}
.tst-hours-row span:last-child {
  white-space: nowrap;
  font-weight: 700;
  opacity: 0.9;
  text-align: right;
}

/* ── text-based menu list ── */
.tst-menu-list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 47, 51, 0.07);
}
.tst-menu-list-item:last-of-type {
  border-bottom: none;
}
.tst-menu-list-name {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a2f33;
}
.tst-menu-list-price {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #f39c12;
}
.tst-menu-list-descr {
  font-size: 0.875em;
  opacity: 0.65;
  line-height: 1.5;
  margin-top: 3px;
  padding-bottom: 4px;
}
.tst-menu-section-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(26, 47, 51, 0.1);
}

/* line 519, ../scss/_common.scss */
.tst-mb-30 {
  margin-bottom: 30px;
}

/* line 523, ../scss/_common.scss */
.tst-mb-60 {
  margin-bottom: 60px;
}

/* line 527, ../scss/_common.scss */
.tst-mb-70 {
  margin-bottom: 70px;
}

/* line 531, ../scss/_common.scss */
.tst-mr-30 {
  margin-right: 30px;
}

/* line 535, ../scss/_common.scss */
.tst-mt-30 {
  margin-top: 30px;
}

/* line 539, ../scss/_common.scss */
.tst-p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 544, ../scss/_common.scss */
.tst-p-60-0 {
  padding-top: 60px;
}

/* line 548, ../scss/_common.scss */
.tst-p-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}

/* line 553, ../scss/_common.scss */
.tst-p-60-30 {
  padding-top: 60px;
  padding-bottom: 30px;
}

/**********************************

frame

***********************************/
/*-------------------------
preloader
-------------------------*/
/* line 9, ../scss/_frame.scss */
.tst-preloader-frame {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 17, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader {
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 80px;
  height: 80px;
  top: 70%;
  left: calc(50% - 40px);
  margin: 0 auto;
}
/* line 26, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span {
  position: absolute;
  border: 6px solid #f39c12;
  border-top: 6px solid transparent;
  border-radius: 999px;
}
/* line 32, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span:nth-child(1) {
  width: 80px;
  height: 80px;
  -webkit-animation: spin-1 2s infinite linear;
  animation: spin-1 2s infinite linear;
}
/* line 38, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span:nth-child(2) {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-animation: spin-2 1s infinite linear;
  animation: spin-2 1s infinite linear;
}

@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
/*-------------------------
marcup
-------------------------*/
/* line 83, ../scss/_frame.scss */
.tst-app {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

/* line 90, ../scss/_frame.scss */
.tst-content-frame {
  position: relative;
  z-index: 99999;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
  margin-left: 45px;
  margin-right: 45px;
  background-color: #fcfcfc;
}
/* line 99, ../scss/_frame.scss */
.tst-content-frame:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
/* line 112, ../scss/_frame.scss */
.tst-content-frame:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}

/* line 125, ../scss/_frame.scss */
.tst-content-frame.tst-content-frame-fullwidth {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tst-content-frame.tst-content-frame-fullwidth:before,
.tst-content-frame.tst-content-frame-fullwidth:after {
  display: none;
}

.tst-call-to-action + .tst-content-frame.tst-content-frame-fullwidth {
  border-radius: 20px;
}

@media (max-width: 790px) {
  /* line 137, ../scss/_frame.scss */
  .tst-content-frame {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*-------------------------
menu
-------------------------*/
/* line 133, ../scss/_frame.scss */
.tst-menu-frame {
  height: auto;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0;
}
/* line 140, ../scss/_frame.scss */
.tst-menu-frame .tst-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  padding: 0 40px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  color: #f2f6f7;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 154, ../scss/_frame.scss */
.tst-menu-frame .tst-menu:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
  left: 0;
}
/* line 166, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-logo {
  width: 100px;
}
/* line 171, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 176, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li {
  height: 80px;
  position: relative;
  list-style-type: none;
}
/* line 181, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li a {
  padding: 34px 30px 0;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 196, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li.current-menu-item:after {
  content: "";
  background-color: #f39c12;
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10%;
  border-radius: 2px 2px 0 0;
}
/* line 207, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li.menu-item-has-children {
  position: relative;
}
/* line 211, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  padding: 25px 0 10px;
  min-width: 160px;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  border-radius: 5px;
  background-color: #f39c12;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 227, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul:before {
  height: 10px;
  width: 100%;
  left: 0;
  background-color: transparent;
  content: "";
  position: absolute;
  top: -10px;
  z-index: 999;
}
/* line 238, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul:after {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  left: 10px;
}
/* line 250, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li {
  padding: 0 30px;
  height: 15px;
  margin-bottom: 20px;
}
/* line 255, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li a {
  white-space: nowrap;
  display: block;
  line-height: 20px;
  padding: 0;
}
/* line 262, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  top: -25px;
  left: calc(100% + 10px) !important;
}
/* line 269, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li ul:before {
  height: 100%;
  width: 10px;
  left: -10px;
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
}
/* line 280, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li.menu-item-has-children {
  position: relative;
}
/* line 287, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 293, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul li ul {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 299, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 312, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 341, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame {
  display: none;
  margin-left: 15px;
  height: 80px;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 349, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn {
  padding-top: 2px;
  width: 25px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 358, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 366, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span,
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:after,
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:before {
  content: "";
  display: block;
  width: 19px;
  height: 0.1em;
  border-radius: 3px;
  background: #f2f6f7;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 379, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span {
  position: relative;
  margin: 7px 0 0;
}
/* line 383, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:after,
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:before {
  position: absolute;
}
/* line 388, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:before {
  top: -7px;
}
/* line 392, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn
  .tst-burger
  span:after {
  top: 7px;
}
/* line 400, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn.tst-active
  .tst-burger
  span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 403, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn.tst-active
  .tst-burger
  span:before {
  -webkit-transform: translate(0px, 7px) rotate(-90deg);
  transform: translate(0px, 7px) rotate(-90deg);
}
/* line 407, ../scss/_frame.scss */
.tst-menu-frame
  .tst-menu
  .tst-menu-right
  .tst-menu-button-frame
  .tst-menu-btn.tst-active
  .tst-burger
  span:after {
  -webkit-transform: translate(0px, -7px) rotate(-90deg);
  transform: translate(0px, -7px) rotate(-90deg);
}
/* line 419, ../scss/_frame.scss */
.tst-menu-frame.tst-active .tst-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0;
  background-color: rgba(4, 25, 29, 0.72);
  border-bottom: 1px solid rgba(242, 246, 247, 0.22);
  -webkit-box-shadow: 0 8px 24px rgba(4, 25, 29, 0.35);
  box-shadow: 0 8px 24px rgba(4, 25, 29, 0.35);
}

@media (max-width: 992px) {
  /* line 426, ../scss/_frame.scss */
  .tst-menu-frame {
    width: 100%;
    padding: 0;
  }
  /* line 430, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-overlay {
    display: none;
  }
  /* line 434, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu {
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0;
    padding: 0 20px;
  }
  /* line 439, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    padding: 15px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 90px;
    background-color: rgba(4, 25, 29, 0.97);
    width: calc(100% - 20px);
    border-radius: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  /* line 454, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav.tst-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 460, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav:after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: rgba(4, 25, 29, 0.97);
    opacity: 0.15;
    left: 15px;
  }
  .tst-menu-frame .tst-menu nav ul li a {
    color: #f2f6f7;
  }
  .tst-menu-frame .tst-menu nav ul li.current-menu-item > a {
    color: #f39c12;
  }
  /* line 472, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 475, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li {
    height: auto;
    padding: 15px 30px 0;
  }
  /* line 479, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li a {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 485, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li.current-menu-item:after {
    display: none;
  }
  /* line 489, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li.current-menu-item > a {
    color: #f39c12;
  }
  /* line 494, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li ul {
    opacity: 1;
    top: auto;
    padding: 0;
    max-height: 0;
    -webkit-transform: none;
    transform: none;
    position: static;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  /* line 507, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li ul li:first-child {
    margin-top: 15px;
  }
  /* line 514, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li:hover ul {
    max-height: 300px;
  }
  /* line 523, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right {
    width: auto;
  }
  /* line 526, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right .tst-res-btn {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 8px;
  }
  /* line 535, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right .tst-menu-button-frame {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 0;
  }
}
/*-------------------------
scroll hint
-------------------------*/
/* line 539, ../scss/_frame.scss */
.tst-scroll-hint-frame {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: calc(50% - 37px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
/* line 552, ../scss/_frame.scss */
.tst-scroll-hint-frame:after {
  display: none;
}
/* line 565, ../scss/_frame.scss */
.tst-scroll-hint-frame .tst-scroll-hint {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: -5px;
  position: relative;
  height: 40px;
  width: 25px;
  border: solid 2px rgba(242, 246, 247, 0.8);
  border-radius: 20px;
}
/* line 574, ../scss/_frame.scss */
.tst-scroll-hint-frame .tst-scroll-hint:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(242, 246, 247, 0.8);
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-animation: scroll 1s infinite;
  animation: scroll 1s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
/*-------------------------
fade scroll object
-------------------------*/
/* line 603, ../scss/_frame.scss */
.tst-fade-up {
  opacity: 0;
  -webkit-transform: translateY(90px) scale(0.97);
  transform: translateY(90px) scale(0.97);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 608, ../scss/_frame.scss */
.tst-fade-up.tst-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/* line 614, ../scss/_frame.scss */
.tst-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-90px) scale(0.97);
  transform: translateY(-90px) scale(0.97);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 619, ../scss/_frame.scss */
.tst-fade-down.tst-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/**********************************

content

***********************************/
/*-------------------------
banner
-------------------------*/
/* line 9, ../scss/_content.scss */
.tst-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
/* line 15, ../scss/_content.scss */
.tst-banner .tst-cover-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 23, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
/* line 30, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
/* line 36, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 44, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame .tst-map.tst-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* line 50, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.1)),
    color-stop(70%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.1) 0%,
    rgba(4, 25, 29, 0.7) 70%
  );
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 60, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay.tst-with-map {
  pointer-events: all;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0)),
    color-stop(80%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0) 0%,
    rgba(4, 25, 29, 0.7) 80%
  );
}
/* line 64, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
  pointer-events: none;
}
/* line 70, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-lock {
  cursor: pointer;
  position: absolute;
  top: 120px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 85, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-lock.tst-active {
  background-color: #f39c12;
}
/* line 90, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.3)),
    color-stop(70%, rgba(4, 25, 29, 0.8))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.3) 0%,
    rgba(4, 25, 29, 0.8) 70%
  );
  width: 100%;
  height: 100%;
}
/* line 101, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame {
  position: relative;
}
/* line 104, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame.tst-with-map {
  pointer-events: none;
}
/* line 108, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame .tst-main-title-frame {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 113, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
  margin-top: 60px;
  width: 100%;
}
/* line 120, ../scss/_content.scss */
.tst-banner.tst-small-banner {
  height: 70vh;
}
/* line 123, ../scss/_content.scss */
.tst-banner.tst-small-banner .tst-cover-frame {
  height: calc(70vh + 60px);
}
/* line 128, ../scss/_content.scss */
.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
  height: 70vh;
}
/* line 131, ../scss/_content.scss */
.tst-banner.tst-small-banner
  .tst-banner-content-frame
  .tst-main-title-frame
  .tst-main-title {
  margin-top: 45px;
}

/* line 140, ../scss/_content.scss */
.tst-main-slider .swiper-wrapper {
  z-index: 0;
}
/* line 144, ../scss/_content.scss */
.tst-main-slider .tst-main-title {
  margin-top: 0 !important;
}

/* ── START: Birthday floating CTA (remove after event) ───────────────────── */
.tst-float-cta {
  --ctaSpringY: 0px;
  position: fixed;
  z-index: 9999998;
  right: 24px;
  bottom: 24px;
  width: min(440px, calc(100vw - 48px));
  border-radius: 18px;
  border: 2px solid rgba(200, 162, 74, 0.85);
  background-color: rgba(25, 47, 51, 0.92);
  background-image: url("/img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  color: #f2f6f7;
  padding: 22px 22px 18px;
  padding-right: 64px; /* reserve space for close button */
  overflow: hidden;
  transform: translate3d(0, var(--ctaSpringY), 0);
  will-change: transform, opacity;
}

.tst-float-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 47, 51, 0.72);
  pointer-events: none;
}

.tst-float-cta[hidden] {
  display: none !important;
}

.tst-float-cta > * {
  position: relative;
  z-index: 1;
}

.tst-float-cta__inner {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.tst-float-cta__title {
  font-family: "Fraunces", serif;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 1.25;
  color: #f2f6f7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.tst-float-cta__btn {
  white-space: nowrap;
  padding-left: 18px;
  padding-right: 18px;
}

.tst-float-cta__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(242, 246, 247, 0.25);
  background: rgba(0, 0, 0, 0.15);
  color: #f2f6f7;
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  z-index: 2;
}

.tst-float-cta__close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Entrance motion now handled by JS spring in main.js (tst_bday_cta_animated) */

@media (max-width: 790px) {
  .tst-float-cta {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, var(--ctaSpringY), 0);
    bottom: 16px;
    width: min(520px, calc(100vw - 24px));
    padding: 18px 18px 16px;
    padding-top: 52px; /* keep content clear of close button */
    padding-right: 18px;
  }
  .tst-float-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 12px;
  }
  .tst-float-cta__btn {
    display: inline-block;
    width: 100%;
  }
}
/* ── END: Birthday floating CTA ──────────────────────────────────────────── */

/* mobile-only line break – hidden on desktop */
br.tst-mobile-br { display: none; }

@media (max-width: 790px) {
  /* line 149, ../scss/_content.scss */
  .tst-banner {
    height: 100vh;
  }
  /* line 152, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame {
    padding: 90px 0;
  }
  /* line 155, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame .tst-main-title-frame {
    height: auto;
  }
  /* line 158, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    text-align: left;
  }
  /* line 164, ../scss/_content.scss */
  .tst-banner .tst-cover-frame {
    height: 100%;
    bottom: 0;
  }
  /* line 167, ../scss/_content.scss */
  .tst-banner .tst-cover-frame .tst-lock {
    display: none;
    pointer-events: none;
  }
  /* line 173, ../scss/_content.scss */
  .tst-banner .tst-cover-frame .tst-map-frame .tst-map {
    width: 100%;
  }
  /* line 179, ../scss/_content.scss */
  .tst-banner.tst-small-banner {
    height: auto;
  }
  /* line 182, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-cover-frame {
    height: 100%;
  }
  /* line 186, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-banner-content-frame {
    padding: 90px 0;
  }
  /* line 189, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
    height: auto;
  }

  /* line 197, ../scss/_content.scss */
  .tst-main-slider .swiper-wrapper {
    z-index: 0;
  }
  /* line 201, ../scss/_content.scss */
  .tst-main-slider .tst-main-title {
    margin-top: 90px !important;
    text-align: center;
  }

  /* increase specificity so hero headings and CTA centre on mobile, overriding base banner rule */
  .tst-main-slider .tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    text-align: center;
  }

  /* mobile-only line break in hero eyebrow */
  br.tst-mobile-br { display: inline; }

  /* hero eyebrow – centre text and move separator line below eyebrow on mobile */
  .tst-main-slider .tst-main-title .tst-suptitle {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .tst-main-slider .tst-main-title .tst-suptitle:before {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
}
/*-------------------------
call to action
-------------------------*/
/* line 209, ../scss/_content.scss */
.tst-call-to-action {
  position: relative;
}
/* line 212, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 219, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
/* line 225, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 233, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map.tst-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* line 239, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.1)),
    color-stop(70%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.1) 0%,
    rgba(4, 25, 29, 0.7) 70%
  );
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 249, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map {
  pointer-events: all;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0)),
    color-stop(80%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0) 0%,
    rgba(4, 25, 29, 0.7) 80%
  );
}
/* line 253, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
  pointer-events: none;
}
/* line 259, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-lock {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 274, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-lock.tst-active {
  background-color: #f39c12;
}
/* line 280, ../scss/_content.scss */
.tst-call-to-action .tst-cta-frame {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 286, ../scss/_content.scss */
.tst-call-to-action .tst-cta-frame .tst-cta {
  width: 100%;
}
/* line 291, ../scss/_content.scss */
.tst-call-to-action .tst-cta-image {
  width: 104%;
  height: 100%;
  margin-left: -2%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 992px) {
  /* line 301, ../scss/_content.scss */
  .tst-call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tst-call-to-action .tst-cta-frame {
    text-align: center;
    height: auto;
    padding: 60px 0;
  }

  .tst-call-to-action .tst-cta-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    border-radius: 5px;
  }

  /* Centre standalone buttons inside CTA sections (e.g. newsletter sign-up) */
  .tst-call-to-action .tst-cta-frame .tst-cta {
    text-align: center;
  }

  .tst-call-to-action .tst-cta-frame a.tst-btn {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Secondary CTA label in dark CTA bands — add matching border */
.tst-call-to-action a.tst-label {
  border: 1px solid currentColor;
  border-radius: 5px;
  height: 50px;
  line-height: 54px;
  padding: 0 30px;
  display: inline-block;
}
.tst-call-to-action a.tst-label:hover {
  opacity: 1;
}

/* Stack CTA buttons in the lg breakpoint range where col-lg-6 is too narrow for side-by-side */
@media (min-width: 993px) and (max-width: 1199px) {
  .tst-call-to-action .tst-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tst-call-to-action .tst-btn-mobile a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 30px;
  }
  .tst-call-to-action .tst-btn-mobile a:last-child {
    margin-bottom: 0;
  }
}

/* Pub garden CTA band: extra desktop breathing room only */
@media (min-width: 993px) {
  .tst-cta-garden {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Pub garden — "Poured with Love" section: tighten spacing on mobile only */
@media (max-width: 790px) {
  #garden-about-h2 {
    margin-bottom: 20px;
  }
  #garden-about-row {
    margin-bottom: 20px;
  }
}

/*-------------------------
about
-------------------------*/
/* line 311, ../scss/_content.scss */
.tst-about-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
/* line 318, ../scss/_content.scss */
.tst-about-cover.tst-video-cover {
  padding-bottom: 60%;
}
/* line 322, ../scss/_content.scss */
.tst-about-cover .tst-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
/* line 333, ../scss/_content.scss */
.tst-about-cover .tst-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.3);
  width: 100%;
  height: 100%;
}
/* line 344, ../scss/_content.scss */
.tst-about-cover .tst-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-color: #f39c12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  font-size: 18px;
  padding-left: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 362, ../scss/_content.scss */
.tst-about-cover .tst-play-button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
/* line 367, ../scss/_content.scss */
.tst-about-cover .tst-play-button:focus {
  outline: inherit;
}
/* line 372, ../scss/_content.scss */
.tst-about-cover .tst-btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* line 398, ../scss/_content.scss */
.tst-awards {
  width: 100%;
  text-align: center;
  opacity: 0.3;
  margin-bottom: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 405, ../scss/_content.scss */
.tst-awards img {
  margin: 0 auto;
  display: block;
  width: 40%;
}
/* line 411, ../scss/_content.scss */
.tst-awards .tst-text {
  width: 100%;
  text-align: center;
}
/* line 416, ../scss/_content.scss */
.tst-awards:hover {
  opacity: 1;
}

/*-------------------------
icon box
-------------------------*/
/* line 423, ../scss/_content.scss */
.tst-icon-box {
  text-align: center;
}
/* line 426, ../scss/_content.scss */
.tst-icon-box img {
  width: 70px;
}

/* facilities chip bar */
.tst-facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tst-facility-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(26, 47, 51, 0.2);
  border-radius: 5px;
  padding: 8px 16px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(26, 47, 51, 0.75);
  white-space: nowrap;
}
.tst-facility-item i {
  font-size: 13px;
  color: #f39c12;
}

/*-------------------------
banner sm
-------------------------*/
/* line 433, ../scss/_content.scss */
.tst-banner-sm {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-size: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
/* line 441, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 449, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame .tst-cover {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
/* line 457, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame .tst-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.80);
  width: 100%;
  height: 100%;
}
/* line 469, ../scss/_content.scss */
.tst-banner-sm .tst-text-frame {
  padding: 60px;
}
.tst-banner-sm .tst-text-frame .tst-text {
  opacity: 1;
}
.tst-banner-sm .tst-text-frame .tst-white-2,
.tst-banner-sm .tst-text-frame a.tst-white-2 {
  color: #ffffff;
  opacity: 1;
}
/* line 473, ../scss/_content.scss */
.tst-banner-sm .tst-wh-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 370px;
  text-align: center;
  background-color: white;
  padding: 60px 0;
  border-radius: 0 5px 5px 0;
}
/* line 485, ../scss/_content.scss */
.tst-banner-sm form {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 494, ../scss/_content.scss */
.tst-banner-sm form input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  background-color: white;
}
/* line 505, ../scss/_content.scss */
.tst-banner-sm form input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}
.tst-banner-sm form input:-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}
.tst-banner-sm form input::-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}
.tst-banner-sm form input::placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 790px) {
  /* line 515, ../scss/_content.scss */
  .tst-banner-sm .tst-text-frame {
    text-align: center;
    padding: 30px;
  }
  .tst-banner-sm .tst-text-frame .tst-text {
    font-size: 1.1rem;
  }
  /* line 520, ../scss/_content.scss */
  .tst-banner-sm .tst-wh-frame {
    border-radius: 0 0 5px 5px;
  }
  /* line 524, ../scss/_content.scss */
  .tst-banner-sm form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 528, ../scss/_content.scss */
  .tst-banner-sm form input {
    margin: 0 0 15px;
  }
}

/* ── Opening hours card: dual-column variant ── */
.tst-banner-sm .tst-wh-frame.tst-wh-frame-dual {
  height: 100%;
  padding: 40px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  gap: 0;
}
.tst-wh-frame-dual .tst-hours-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.tst-wh-frame-dual .tst-hours-col .tst-label {
  position: relative;
  padding-bottom: 10px;
}
.tst-wh-frame-dual .tst-hours-col .tst-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: rgba(243, 156, 18, 1);
}
.tst-wh-divider {
  width: 1px;
  background-color: rgba(26, 47, 51, 0.12);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 20px;
}
@media (max-width: 790px) {
  .tst-banner-sm .tst-wh-frame.tst-wh-frame-dual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px;
    height: auto;
    gap: 0;
  }
  .tst-wh-frame-dual .tst-wh-divider {
    width: 100%;
    height: 1px;
    margin: 22px 0;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

/* ── Opening hours card: single-column variant ── */
.tst-banner-sm .tst-wh-frame.tst-wh-frame-solo {
  height: 100%;
  padding: 45px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  gap: 0;
}
.tst-wh-frame-solo .tst-label {
  position: relative;
  padding-bottom: 10px;
}
.tst-wh-frame-solo .tst-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: rgba(243, 156, 18, 1);
}
.tst-wh-frame-solo .tst-hours-row {
  width: 100%;
}
/* Reversed layout: hours panel on the left */
.tst-banner-sm .tst-wh-frame.tst-wh-frame-solo-left {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 790px) {
  .tst-banner-sm .tst-wh-frame.tst-wh-frame-solo {
    padding: 30px 25px;
    /* border-radius: 0 0 5px 5px — inherited from base .tst-wh-frame mobile rule */
  }
}

/*-------------------------
counters
-------------------------*/
/* line 537, ../scss/_content.scss */
.tst-count {
  text-align: center;
}
/* line 540, ../scss/_content.scss */
.tst-count sup {
  font-size: 26px;
  display: inline-block;
  -webkit-transform: translateY(5px) translateX(3px);
  transform: translateY(5px) translateX(3px);
}

/*-------------------------
team
-------------------------*/
/* line 549, ../scss/_content.scss */
.tst-team-member {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
}
/* line 558, ../scss/_content.scss */
.tst-team-member .tst-member-portrait-frame {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}
/* line 565, ../scss/_content.scss */
.tst-team-member .tst-member-portrait-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 577, ../scss/_content.scss */
.tst-team-member .tst-member-descr {
  text-align: center;
  padding: 30px;
}
/* line 581, ../scss/_content.scss */
.tst-team-member .tst-member-descr .tst-member-social {
  margin-top: 15px;
}
/* line 588, ../scss/_content.scss */
.tst-team-member:hover .tst-member-portrait-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*-------------------------
testimonials
-------------------------*/
/* line 597, ../scss/_content.scss */
.tst-testimonials-slider {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 605, ../scss/_content.scss */
.tst-testimonial-card {
  position: relative;
  border-radius: 5px;
  padding: 30px;
  border: dotted 2px rgba(26, 47, 51, 0.2);
  margin-bottom: 60px;
  cursor: default;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 614, ../scss/_content.scss */
.tst-testimonial-card .tst-quote {
  width: 100px;
  color: #f39c12;
  line-height: 100px;
  position: absolute;
  top: -90px;
  opacity: 0;
  right: -20px;
  font-family: "Playfair Display", serif;
  font-size: 220px;
  font-style: italic;
  text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/* line 629, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 634, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-visitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 638, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-visitor img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor i {
  margin-right: 15px;
  font-size: 40px;
  line-height: 1;
  color: #1a2f33;
}
/* line 648, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

/* line 660, ../scss/_content.scss */
.swiper-slide-active .tst-testimonial-card {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-color: transparent;
}
/* line 665, ../scss/_content.scss */
.swiper-slide-active .tst-testimonial-card .tst-quote {
  top: 0;
  opacity: 1;
}

/*-------------------------
blog
-------------------------*/
/* line 674, ../scss/_content.scss */
.tst-slider {
  padding: 60px 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 680, ../scss/_content.scss */
.tst-read-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 687, ../scss/_content.scss */
.tst-blog-card {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-radius: 5px;
}
/* line 692, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding-bottom: 65%;
}
/* line 700, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 712, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge {
  padding: 5px 10px 3px;
  border-radius: 3px;
  background-color: #f39c12;
  position: absolute;
  font-weight: 800;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
/* line 724, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-1 {
  background-color: #e74c3c;
}
/* line 728, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-2 {
  background-color: #2ecc71;
}
/* line 732, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-3 {
  background-color: #3498db;
}
/* line 738, ../scss/_content.scss */
.tst-blog-card .tst-descr {
  padding: 30px;
}
/* line 744, ../scss/_content.scss */
.tst-blog-card:hover .tst-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 751, ../scss/_content.scss */
.tst-post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 756, ../scss/_content.scss */
.tst-post-bottom .tst-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 760, ../scss/_content.scss */
.tst-post-bottom .tst-post-author img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
/* line 770, ../scss/_content.scss */
.tst-post-bottom .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 790px) {
  /* line 780, ../scss/_content.scss */
  .tst-read-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  /* line 785, ../scss/_content.scss */
  .tst-read-more .tst-text {
    margin-bottom: 30px;
  }
}
/*-------------------------
comments
-------------------------*/
/* line 793, ../scss/_content.scss */
.tst-comments-list {
  padding: 0;
  margin-top: 30px;
  position: relative;
}
/* line 798, ../scss/_content.scss */
.tst-comments-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e4e9ea;
  position: absolute;
  left: 32px;
  top: 0;
}
/* line 808, ../scss/_content.scss */
.tst-comments-list li {
  list-style-type: none;
  position: relative;
}
/* line 812, ../scss/_content.scss */
.tst-comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
/* line 821, ../scss/_content.scss */
.tst-comments-list .tst-comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
/* line 831, ../scss/_content.scss */
.tst-comments-list .tst-comment-avatar img {
  width: 100%;
  height: 100%;
}

/* line 838, ../scss/_content.scss */
.tst-reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
/* line 844, ../scss/_content.scss */
.tst-reply-list li:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #e4e9ea;
  position: absolute;
  top: 33px;
  left: -55px;
}

/* line 856, ../scss/_content.scss */
.tst-comment-box {
  width: calc(100% - 90px);
  float: right;
  position: relative;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
/* line 866, ../scss/_content.scss */
.tst-comment-box .tst-comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 872, ../scss/_content.scss */
.tst-comment-box .tst-comment-head .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

/* line 886, ../scss/_content.scss */
.tst-comments-list li:last-child .tst-comment-box {
  margin-bottom: 0 !important;
}
/* line 895, ../scss/_content.scss */
.tst-comments-list.tst-reply-list li:last-child .tst-comment-box {
  margin-bottom: 30px !important;
}

@media (max-width: 790px) {
  /* line 904, ../scss/_content.scss */
  .tst-comments-list:before {
    left: 17px;
  }
  /* line 908, ../scss/_content.scss */
  .tst-comments-list .tst-comment-avatar {
    width: 35px;
    height: 35px;
  }

  /* line 914, ../scss/_content.scss */
  .tst-reply-list {
    padding-left: 50px;
  }
  /* line 918, ../scss/_content.scss */
  .tst-reply-list li:before {
    top: 17px;
    left: -33px;
  }

  /* line 925, ../scss/_content.scss */
  .tst-comment-box {
    width: calc(100% - 50px);
  }
}
/*-------------------------
footer
-------------------------*/
/* line 932, ../scss/_content.scss */
footer {
  padding: 70px 0 60px;
  width: 100%;
}
/* line 936, ../scss/_content.scss */
footer .tst-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 941, ../scss/_content.scss */
footer .tst-footer-top .tst-logo {
  width: 120px;
  z-index: 1;
}
/* line 947, ../scss/_content.scss */
footer .tst-footer-contact {
  padding: 0;
  min-width: 0;
}
footer .tst-footer-contact li .tst-text,
footer .tst-footer-contact li a {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
/* line 950, ../scss/_content.scss */
footer .tst-footer-contact li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}
/* line 956, ../scss/_content.scss */
footer .tst-footer-contact li .tst-label {
  line-height: 26px;
  min-width: 55px;
  flex-shrink: 0;
}

footer .tst-footer-base {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 0;
}
footer .tst-footer-back-top {
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer .tst-footer-credit {
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  opacity: 0.75;
}
footer .tst-footer-credit a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
footer .tst-footer-credit a:hover {
  opacity: 0.8;
}
/* line 962, ../scss/_content.scss */
footer .tst-footer-gallery {
  width: 100%;
  position: relative;
}
/* line 966, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
/* line 975, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 987, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(4, 25, 29, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f2f6f7;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 1002, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay i {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1009, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1013, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay {
  opacity: 1;
}
/* line 1016, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1024, ../scss/_content.scss */
footer .tst-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1029, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 1032, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn {
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer;
}
/* line 1037, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn:focus {
  outline: inherit;
}
/* line 1044, ../scss/_content.scss */
footer .tst-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
}
/* line 1049, ../scss/_content.scss */
footer .tst-footer-bottom a {
  z-index: 1;
}
/* line 1053, ../scss/_content.scss */
footer .tst-footer-bottom .tst-text {
  opacity: 0.4;
}

/*-------------------------
popup
-------------------------*/
/* line 1061, ../scss/_content.scss */
.tst-popup-bg {
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.9)),
    color-stop(70%, rgba(4, 25, 29, 0.9))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.9) 0%,
    rgba(4, 25, 29, 0.9) 70%
  );
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1076, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame {
  position: relative;
  margin-top: 60px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  text-align: center;
  width: 50%;
  padding: 60px 30px 30px;
  background-color: #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1088, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
/* line 1101, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
/* line 1113, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame .tst-close-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 1120, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame .tst-close-popup:hover {
  color: #e74c3c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1129, ../scss/_content.scss */
.tst-popup-bg.tst-active {
  opacity: 1;
  pointer-events: all;
}
/* line 1133, ../scss/_content.scss */
.tst-popup-bg.tst-active .tst-popup-frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 992px) {
  /* line 1139, ../scss/_content.scss */
  .tst-popup-bg {
    padding: 0 45px;
  }
  /* line 1142, ../scss/_content.scss */
  .tst-popup-bg .tst-popup-frame {
    width: 100%;
  }
}
@media (max-width: 790px) {
  /* line 1148, ../scss/_content.scss */
  .tst-popup-bg {
    padding: 100px 10px 10px;
    align-items: flex-start;
  }
  .tst-popup-bg .tst-popup-frame {
    margin-top: 0;
    margin-bottom: 0;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*-------------------------
breadcrumbs
-------------------------*/
/* line 1155, ../scss/_content.scss */
.tst-breadcrumbs {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f39c12;
  padding: 0;
  margin: 0;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1166, ../scss/_content.scss */
.tst-breadcrumbs:before {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 10px;
}
/* line 1179, ../scss/_content.scss */
.tst-breadcrumbs li {
  list-style-type: none;
  margin-right: 15px;
}
/* line 1183, ../scss/_content.scss */
.tst-breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 10px;
  margin-left: 15px;
}
/* line 1191, ../scss/_content.scss */
.tst-breadcrumbs li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 1201, ../scss/_content.scss */
.tst-breadcrumbs li.tst-active {
  pointer-events: none;
  opacity: 0.5;
}
/* line 1205, ../scss/_content.scss */
.tst-breadcrumbs li.tst-active:after {
  display: none;
}
/* line 1210, ../scss/_content.scss */
.tst-breadcrumbs li:last-child {
  margin: 0;
}

/*-------------------------
timeline
-------------------------*/
/* line 1218, ../scss/_content.scss */
.tst-timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1223, ../scss/_content.scss */
.tst-timeline:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  height: 100%;
  width: 4px;
  background-color: #f39c12;
}
/* line 1234, ../scss/_content.scss */
.tst-timeline .tst-timeline-item {
  width: 50%;
  padding-right: 60px;
  text-align: right;
}
/* line 1239, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 1245, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust {
  position: relative;
  width: 20%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1251, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
/* line 1264, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
  width: 80%;
  padding-right: 30px;
}
/* line 1270, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
/* line 1275, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 9px;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background-color: #f39c12;
}
/* line 1287, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -70px;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fcfcfc;
  box-shadow: 0 0 0 4px #fcfcfc;
  border: solid 4px #f39c12;
  background-color: #fcfcfc;
}
/* line 1302, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) {
  margin-top: 60px;
  text-align: left;
  padding-left: 60px;
  padding-right: 0;
}
/* line 1308, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 1315, ../scss/_content.scss */
.tst-timeline
  .tst-timeline-item:nth-child(2n)
  .tst-tl-content
  .tst-tl-text-frame {
  padding-right: 0;
  padding-left: 30px;
}
/* line 1322, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:before {
  right: auto;
  left: -60px;
}
/* line 1327, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
  right: auto;
  left: -70px;
}
/* line 1336, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:hover .tst-tl-content .tst-ilust {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

@media (max-width: 790px) {
  /* line 1345, ../scss/_content.scss */
  .tst-timeline:after {
    left: 0;
  }
  /* line 1349, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item {
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
  }
  /* line 1354, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 1357, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
    padding: 0 0 0 30px;
  }
  /* line 1362, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }
  /* line 1367, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year:before {
    display: none;
  }
  /* line 1371, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year:after {
    right: auto;
    left: -40px;
  }
  /* line 1377, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 30px;
  }
  /* line 1382, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 1385, ../scss/_content.scss */
  .tst-timeline
    .tst-timeline-item:nth-child(2n)
    .tst-tl-content
    .tst-tl-text-frame {
    padding: 0 0 0 30px;
  }
  /* line 1390, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  /* line 1396, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
    right: auto;
    left: -40px;
  }
}
/*-------------------------
new menu
-------------------------*/
/* line 1408, ../scss/_content.scss */
.tst-new-menu-card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: dotted 2px rgba(26, 47, 51, 0.2);
  border-radius: 5px;
  margin-bottom: 30px;
}
/* line 1416, ../scss/_content.scss */
.tst-new-menu-card .tst-cover {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 40%;
}
/* line 1421, ../scss/_content.scss */
.tst-new-menu-card .tst-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/* line 1431, ../scss/_content.scss */
.tst-new-menu-card .tst-cover .tst-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #f39c12;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1452, ../scss/_content.scss */
.tst-new-menu-card .tst-cover:hover .tst-zoom-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 1459, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr {
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 30px;
}
/* line 1464, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 1469, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price h5 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 1474, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price .tst-price {
  line-height: 20px;
  background-color: #f39c12;
  padding: 7px 10px 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 22px;
}
/* line 1482, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price .tst-price span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6;
}
/* line 1492, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-menu-category {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
/* line 1498, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-menu-category li {
  margin-right: 5px;
  list-style-type: none;
  background-color: #eee;
  padding: 5px 10px 3px;
  border-radius: 3px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
/* line 1511, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 1521, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm .tst-cover {
  width: 30%;
}
/* line 1524, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm .tst-menu-item-descr {
  width: 70%;
}
/* line 1527, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm:last-child {
  margin-bottom: 0;
}
/* line 1530, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm:first-child {
  margin-bottom: 30px;
}

/* line 1536, ../scss/_content.scss */
.tst-menu-ilust {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
/* line 1543, ../scss/_content.scss */
.tst-menu-ilust.tst-menu-ilust-2 {
  height: 200px;
}
/* line 1546, ../scss/_content.scss */
.tst-menu-ilust img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
}
/* line 1556, ../scss/_content.scss */
.tst-menu-ilust .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(4, 25, 29, 0.1)),
    color-stop(70%, rgba(4, 25, 29, 0.7))
  );
  background-image: linear-gradient(
    270deg,
    rgba(4, 25, 29, 0.1) 0%,
    rgba(4, 25, 29, 0.7) 70%
  );
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 1566, ../scss/_content.scss */
.tst-menu-ilust .tsc-ilust-text {
  padding: 60px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  /* line 1577, ../scss/_content.scss */
  .tst-menu-ilust {
    height: 200px;
  }
  /* line 1579, ../scss/_content.scss */
  .tst-menu-ilust.tst-menu-ilust-2 {
    height: 200px;
  }
  /* line 1582, ../scss/_content.scss */
  .tst-menu-ilust .tsc-ilust-text {
    padding: 60px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
/**********************************

menu

***********************************/
/*-------------------------
default card
-------------------------*/
/* line 9, ../scss/_menu.scss */
.tst-menu-book-item {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
  margin-bottom: 60px;
  /*-------------------------
  small card
  -------------------------*/
}
/* line 15, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame {
  display: block;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
/* line 22, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 34, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame:focus {
  outline: inherit;
}
/* line 39, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 45, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr {
  padding: 30px;
}
/* line 48, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* line 54, ../scss/_menu.scss */
.tst-menu-book-item
  .tst-menu-book-descr
  .tst-menu-book-bottom
  .tst-menu-book-price
  .tst-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 59, ../scss/_menu.scss */
.tst-menu-book-item
  .tst-menu-book-descr
  .tst-menu-book-bottom
  .tst-menu-book-price
  .tst-price
  .tst-symbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6;
}
/* line 67, ../scss/_menu.scss */
.tst-menu-book-item
  .tst-menu-book-descr
  .tst-menu-book-bottom
  .tst-menu-book-price
  .tst-price.tst-old-price {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.6;
  margin-bottom: 5px;
}
/* line 73, ../scss/_menu.scss */
.tst-menu-book-item
  .tst-menu-book-descr
  .tst-menu-book-bottom
  .tst-menu-book-price
  .tst-price.tst-old-price
  .tst-symbol {
  font-size: 6px;
}
/* line 82, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 86, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame {
  width: 30%;
  padding-bottom: 1%;
  border-radius: 5px 0 0 5px;
}
/* line 91, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame img {
  border-radius: 5px 0 0 5px;
}
/* line 96, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-menu-book-descr {
  padding: 30px;
  width: 70%;
}
/* line 104, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 60px;
}
/* line 112, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
  height: 90px;
  width: 130px;
  border-radius: 5px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
}
/* line 120, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
  width: calc(100% - 130px);
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 126, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-spacer-sm {
  display: none;
}
/* line 130, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* line 136, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3
  .tst-menu-book-descr
  .tst-menu-book-bottom
  .tst-menu-book-price
  .tst-price {
  font-size: 18px;
}
/* line 141, ../scss/_menu.scss */
/* line 156, ../scss/_menu.scss */
.swiper-menu-nav {
  text-align: center;
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0 0 60px;
}
/* line 163, ../scss/_menu.scss */
.swiper-menu-nav .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  padding: 0 30px;
  background-color: transparent;
  display: inline-block;
  height: 50px;
  width: auto;
  color: #1a2f33;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  border: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  width: auto;
}
/* line 186, ../scss/_menu.scss */
.swiper-menu-nav .swiper-pagination-bullet-active {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  border: none !important;
  color: #1a2f33;
  background-color: #f39c12;
}

/* line 194, ../scss/_menu.scss */
.swiper-menu {
  overflow: visible !important;
}
/* line 197, ../scss/_menu.scss */
.swiper-menu .swiper-slide {
  background-color: #fcfcfc;
}

@media (max-width: 500px) {
  /* line 204, ../scss/_menu.scss */
  .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
    display: none;
  }
  /* line 208, ../scss/_menu.scss */
  .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
    width: 100%;
    padding: 0;
  }
}
/**********************************

custom

***********************************/
/*-------------------------
swiper
--------------------------*/
/* line 9, ../scss/_custom.scss */
.tst-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

/* line 18, ../scss/_custom.scss */
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  opacity: 0.2;
  background-color: #1a2f33;
  border: solid 3px transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 27, ../scss/_custom.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
  margin: 0 5px;
  border: solid 3px #f39c12;
}
/* line 34, ../scss/_custom.scss */
.swiper-pagination-bullet:focus {
  outline: inherit;
}

/* line 39, ../scss/_custom.scss */
.tst-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
/* line 45, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 49, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn {
  padding-top: 1px;
  margin-left: 15px;
  background-color: #f39c12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 63, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
/* line 68, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: rgba(26, 47, 51, 0.1);
}
/* line 73, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled:hover {
  background-color: rgba(26, 47, 51, 0.1);
  opacity: 0.1;
}
/* line 79, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn .tst-label {
  margin-right: 15px;
}
/* line 83, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn:focus {
  outline: inherit;
}

.tst-slider-navigation.tst-slider-navigation--centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.tst-slider-navigation.tst-slider-navigation--centered .tst-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tst-slider-navigation.tst-slider-navigation--centered .tst-nav .tst-slider-btn:first-child {
  margin-left: 0;
}

/* line 90, ../scss/_custom.scss */
.tst-main-slider-navigation {
  position: absolute;
  z-index: 20;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

/* line 102, ../scss/_custom.scss */
.tst-main-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 105, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn {
  pointer-events: auto;
  cursor: pointer;
  color: rgba(242, 246, 247, 1);
  height: 30px;
  width: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background-color: rgba(4, 25, 29, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 116, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 121, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn i {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}
/* line 125, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn:focus {
  outline: inherit;
}
/* line 129, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 135, ../scss/_custom.scss */
.tst-main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 0;
  pointer-events: auto;
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 141, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border: solid 3px #f39c12;
  margin: 0 12px 0 0;
  border: none;
  opacity: 1;
  border: solid 3px rgba(242, 246, 247, 1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 152, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 12px 0 0;
  border: solid 2px rgba(243, 156, 18, 1);
}
/* line 158, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet:focus {
  outline: inherit;
}
/* line 162, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 790px) {
  /* line 168, ../scss/_custom.scss */
  .tst-slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 175, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav {
    margin-bottom: 30px;
  }
  /* line 178, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav .tst-label {
    display: none;
  }
  /* line 182, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav .tst-slider-btn {
    margin: 5px;
  }

  .tst-slider-navigation.tst-slider-navigation--centered {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tst-slider-navigation.tst-slider-navigation--centered .tst-nav {
    margin-bottom: 0;
  }

  /* line 188, ../scss/_custom.scss */
  .tst-slider-pagination {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }

  /* line 196, ../scss/_custom.scss */
  .tst-main-slider-navigation {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 12px;
  }

  .tst-main-slider-nav {
    right: 12px;
    bottom: 0;
  }

  .tst-main-slider-nav .tst-slider-btn {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}
/*-------------------------
datepicker
--------------------------*/
/* line 205, ../scss/_custom.scss */
.datepicker {
  z-index: 999999999999999;
  border: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
/* line 212, ../scss/_custom.scss */
.datepicker .datepicker--nav {
  padding-top: 10px;
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
}
/* line 219, ../scss/_custom.scss */
.datepicker .datepicker--cell.-current- {
  background-color: rgba(26, 47, 51, 0.2);
  color: #1a2f33;
}
/* line 224, ../scss/_custom.scss */
.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current- {
  background: #f39c12;
  color: #fff;
}
/* line 229, ../scss/_custom.scss */
.datepicker .datepicker--cell.-selected-:hover,
.datepicker .datepicker--cell.-selected-.-current-:hover {
  background: #f39c12;
}

/* line 235, ../scss/_custom.scss */
.datepicker--pointer {
  display: none;
}

/*-------------------------
nice select
--------------------------*/
/* line 241, ../scss/_custom.scss */
.nice-select {
  border: none;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}
/* line 248, ../scss/_custom.scss */
.nice-select span {
  line-height: 53px;
  color: #1a2f33 !important;
}
/* line 253, ../scss/_custom.scss */
.nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-bottom: 0;
}
/* line 262, ../scss/_custom.scss */
.nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
/* line 266, ../scss/_custom.scss */
.nice-select .list li {
  height: 30px;
  padding: 0 20px;
  margin: 0;
}

/*-------------------------
fancybox
--------------------------*/
/* line 276, ../scss/_custom.scss */
.fancybox-slide--video .fancybox-content {
  width: 80% !important;
}

/*-------------------------
mapbox
--------------------------*/
/* line 283, ../scss/_custom.scss */
.mapboxgl-marker svg {
  -webkit-animation: marker 1s infinite ease-in-out;
  animation: marker 1s infinite ease-in-out;
}
/* line 286, ../scss/_custom.scss */
.mapboxgl-marker svg g {
  fill: #f39c12;
}
/* line 290, ../scss/_custom.scss */
.mapboxgl-marker svg circle {
  fill: #28292c;
}
/* line 294, ../scss/_custom.scss */
.mapboxgl-marker svg ellipse {
  fill: #000;
}

@-webkit-keyframes marker {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes marker {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 790px) {
  /* line 313, ../scss/_custom.scss */
  .mapboxgl-marker {
    display: none;
  }
}

/* ── Hero banner: lighter heading weight on desktop ──────────────────────── */
@media (min-width: 993px) {
  .tst-main-title h1,
  .tst-main-title h2 {
    font-weight: 700;
  }
}

/* Optional second line inside hero H1 (use with heroTitle HTML + .tst-hero-title-sub) */
.tst-main-title h1 .tst-hero-title-sub {
  display: block;
  font-size: 0.52em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.2em;
  letter-spacing: 0.01em;
}

/* ── Hero cover-frame: use inset positioning on mobile so the image always
      fills its parent by position rather than by percentage-height chain ── */
@media (max-width: 790px) {
  .tst-banner .tst-cover-frame {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }
}

/* section text – centre on mobile */
@media (max-width: 991px) {
  .col-lg-6 > .tst-mb-60:not(.tst-about-cover) {
    text-align: center;
  }

  .col-lg-6 > .tst-mb-60:not(.tst-about-cover) .tst-suptitle {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .col-lg-6 > .tst-mb-60:not(.tst-about-cover) .tst-suptitle:before {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
}

/* opening hours card suptitle – centre on mobile */
@media (max-width: 790px) {
  .tst-banner-sm .tst-text-frame .tst-suptitle {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .tst-banner-sm .tst-text-frame .tst-suptitle:before {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
  }
}

/* hero buttons */
.tst-hero-btns {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

@media (max-width: 790px) {
  .tst-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .tst-hero-btns .tst-label {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/*-------------------------
newsletter popup
-------------------------*/
.tst-newsletter-popup-bg {
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow-y: auto;
  padding: 20px;
}
.tst-newsletter-popup-bg .tst-popup-frame {
  position: relative;
  margin-top: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  width: 520px;
  max-width: 100%;
  padding: 60px 30px 30px;
  background-color: #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tst-newsletter-popup-bg .tst-popup-frame:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
.tst-newsletter-popup-bg .tst-popup-frame:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px;
}
.tst-newsletter-popup-bg.tst-active {
  opacity: 1;
  pointer-events: all;
}
.tst-newsletter-popup-bg.tst-active .tst-popup-frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tst-close-newsletter-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tst-close-newsletter-popup:hover {
  color: #e74c3c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tst-newsletter-label {
  display: block;
  font-size: 0.85em;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a2f33;
}
.tst-newsletter-dob-field {
  margin-top: 5px;
}
.tst-newsletter-dob-inputs input[type="text"] {
  width: 100%;
}
.tst-newsletter-gdpr {
  margin-top: 10px;
  margin-bottom: 5px;
}
.tst-newsletter-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85em;
  line-height: 1.5;
  cursor: pointer;
  color: #1a2f33;
}
.tst-newsletter-checkbox-label input[type="checkbox"] {
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #f39c12;
}
.tst-newsletter-popup-inner {
  position: relative;
}
.tst-newsletter-popup-inner .tst-newsletter-panel[hidden] {
  display: none !important;
}
.tst-newsletter-popup-inner .tst-newsletter-panel--form,
.tst-newsletter-popup-inner .tst-newsletter-panel--loading,
.tst-newsletter-popup-inner .tst-newsletter-panel--success {
  display: none;
}
.tst-newsletter-popup-inner:not(.is-loading):not(.is-success) .tst-newsletter-panel--form {
  display: block;
}
.tst-newsletter-popup-inner.is-loading .tst-newsletter-panel--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  padding: 10px 0 20px;
}
.tst-newsletter-popup-inner.is-success .tst-newsletter-panel--success {
  display: block;
}
.tst-newsletter-form-error {
  color: #c0392b;
  font-size: 0.85em;
  margin-bottom: 15px;
  line-height: 1.45;
}
.tst-newsletter-pint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tst-newsletter-pint-svg {
  display: block;
}
.tst-newsletter-popup-inner.is-loading .tst-newsletter-pint-fill {
  -webkit-transform-box: fill-box;
  transform-box: fill-box;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation: tst-newsletter-pint-fill 1.05s ease-out forwards;
  animation: tst-newsletter-pint-fill 1.05s ease-out forwards;
}
@-webkit-keyframes tst-newsletter-pint-fill {
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes tst-newsletter-pint-fill {
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.tst-newsletter-loading-text {
  margin-bottom: 0;
  color: #1a2f33;
}
.tst-newsletter-junk-hint {
  display: block;
  margin-top: 0.75em;
  color: #c0392b;
  font-weight: 700;
}
.tst-newsletter-success-copy {
  color: #1a2f33;
}
@media (max-width: 992px) {
  .tst-newsletter-popup-bg {
    padding: 0 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 80px;
  }
  .tst-newsletter-popup-bg .tst-popup-frame {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .tst-newsletter-popup-bg {
    padding: 100px 10px 10px;
    align-items: flex-start;
  }
  .tst-newsletter-popup-bg .tst-popup-frame {
    margin-top: 0;
    margin-bottom: 0;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Mobile: centre all white-card content sections ── */
@media (max-width: 992px) {

  /* Suptitle: move decorative amber line from left to top-centre */
  .tst-content-box .tst-suptitle:not(.tst-suptitle-center):not(.tst-suptitle-mobile-center) {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .tst-content-box .tst-suptitle:not(.tst-suptitle-center):not(.tst-suptitle-mobile-center):before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }

  /* Headings and body text */
  .tst-content-box h2,
  .tst-content-box h3,
  .tst-content-box h4 {
    text-align: center;
  }
  .tst-content-box p.tst-text {
    text-align: center;
  }

  /* Buttons: centre to match surrounding text */
  .tst-content-box .tst-btn,
  .tst-content-box .tst-label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Gap between stacked btn + label pairs */
  .tst-content-box .tst-btn + .tst-label,
  .tst-content-box .tst-label + .tst-btn {
    margin-top: 15px;
  }

  /* Vertical gap: image stacks below text on mobile */
  .tst-content-box .tst-about-cover {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .tst-call-to-action .tst-cta-image {
    margin-top: 30px;
  }
}

/* ── Footer base: mobile stack ── */
@media (max-width: 790px) {
  footer .tst-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

/*-------------------------
venue hire page components
-------------------------*/

/* Pull quote */
.tst-pullquote {
  border-left: 3px solid #f39c12;
  padding: 15px 20px;
  margin: 0;
  background: rgba(243, 156, 18, 0.06);
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.3px;
  opacity: 0.9;
  color: inherit;
}

/* Checklist */
.tst-checklist-card {
  background-color: rgba(26, 47, 51, 0.04);
  border: 1px solid rgba(26, 47, 51, 0.10);
  border-radius: 5px;
  padding: 24px 28px;
}

.tst-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tst-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.tst-checklist li i {
  margin-top: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* Occasion cards — fixed image height for consistent grid */
.tst-occasion-image {
  height: 240px;
}

/* FAQ items */
.tst-faq-item {
  border-bottom: 1px solid rgba(4, 25, 29, 0.12);
  padding-bottom: 30px;
}
.tst-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tst-faq-question {
  font-size: 19px;
  font-variation-settings: "opsz" 80;
}

@media (max-width: 790px) {
  .tst-occasion-image {
    height: 200px;
  }
}

/*-------------------------
enquiry form (dark section)
-------------------------*/
#enquire {
  padding-top: 80px;
  padding-bottom: 80px;
}
#enquire .tst-cta-frame {
  height: auto;
}
#buffet-enquire {
  padding-top: 80px;
  padding-bottom: 80px;
}
#buffet-enquire .tst-cta-frame {
  height: auto;
}
.tst-enquiry-form-wrap {
  padding-top: 10px;
}
.tst-honeypot {
  display: none;
}
.tst-enquiry-alt {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}
.tst-enquiry-alt a {
  color: #ffffff;
  text-decoration: underline;
}
.tst-enquiry-alt a:hover {
  color: #ffffff;
}
.tst-form-group {
  margin-bottom: 20px;
  min-width: 0;
}
.tst-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tst-form-row .tst-form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.tst-form-label {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}
.tst-form-input {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 15px;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.tst-form-input:focus {
  border-color: #f39c12;
  background: rgba(255, 255, 255, 0.13);
}
.tst-form-input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.tst-form-input::-moz-placeholder          { color: rgba(255, 255, 255, 0.3); }
.tst-form-input:-ms-input-placeholder      { color: rgba(255, 255, 255, 0.3); }
.tst-form-input::placeholder               { color: rgba(255, 255, 255, 0.3); }
.tst-form-textarea {
  resize: vertical;
  min-height: 110px;
}

/* Occasion card heading — smaller than default h3, but matching h1/h2 optical style */
.tst-occasion-heading {
  font-size: 28px;
  line-height: 1.3;
  font-variation-settings: "opsz" 80;
}

@media (max-width: 790px) {
  #enquire {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #buffet-enquire {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tst-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .tst-enquiry-form-wrap {
    padding-top: 40px;
  }
  .tst-enquiry-alt {
    text-align: center;
  }
  .tst-occasion-heading {
    font-size: 22px;
  }
}

/* ── Light-background form variant (contact page) ── */
.tst-enquiry-form-light .tst-form-label {
  color: #555;
}
.tst-enquiry-form-light .tst-form-input {
  background: #f7f7f5;
  border-color: rgba(0, 0, 0, 0.15);
  color: #1a1a1a;
  -webkit-text-fill-color: #1a1a1a;
}
.tst-enquiry-form-light .tst-form-input:focus {
  border-color: #f39c12;
  background: #fff;
}
.tst-enquiry-form-light .tst-form-input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3); }
.tst-enquiry-form-light .tst-form-input::-moz-placeholder          { color: rgba(0, 0, 0, 0.3); }
.tst-enquiry-form-light .tst-form-input:-ms-input-placeholder      { color: rgba(0, 0, 0, 0.3); }
.tst-enquiry-form-light .tst-form-input::placeholder               { color: rgba(0, 0, 0, 0.3); }

/* Select — form inputs bypass niceSelect and render natively */
select.tst-form-input {
  cursor: pointer;
  padding-right: 36px;
}
select.tst-form-input option {
  background: #fff;
  color: #1a1a1a;
}

/* ── Contact info card (find us section) ── */
.tst-contact-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #f7f7f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 40px;
}
.tst-contact-info-item {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
}
.tst-contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.tst-contact-info-item a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tst-contact-info-item a:hover {
  color: #f39c12;
  text-decoration: none;
}
/* Map wrapper */
.tst-map-wrap {
  height: 100%;
  min-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.tst-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .tst-contact-info-card {
    padding: 30px;
    text-align: center;
  }
  .tst-contact-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tst-map-wrap {
    min-height: 320px;
  }
}

/* Contact page social icons */
.tst-contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.tst-contact-social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.tst-contact-social-link:hover {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

/* Spacer-sm utility */
.tst-spacer-sm {
  height: 20px;
}

/*-------------------------
CTA band buttons – stack cleanly before the column gets too narrow
--------------------------*/
/* Intermediate desktop: stack CTA buttons cleanly before the column gets too narrow */
@media (min-width: 993px) and (max-width: 1200px) {
  .tst-call-to-action .tst-cta-frame {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* pub-garden already has 60px outer padding via tst-cta-garden — don't double up */
  .tst-cta-garden .tst-cta-frame {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tst-call-to-action .tst-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 320px;
  }
  .tst-call-to-action .tst-btn-mobile a {
    margin: 0 0 15px;
    text-align: center;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tst-call-to-action .tst-btn-mobile a:last-child {
    margin-bottom: 0;
  }
}
/* Mobile/tablet: CTA buttons centered, equal width */
@media (max-width: 992px) {
  .tst-call-to-action .tst-btn-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .tst-call-to-action .tst-btn-mobile a,
  .tst-call-to-action .tst-btn-mobile a.tst-btn,
  .tst-call-to-action .tst-btn-mobile a.tst-label {
    width: 100%;
    max-width: 320px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tst-call-to-action .tst-btn-mobile a + a {
    margin-top: 15px;
  }
}

/* optional second line inside hero H1 (heroTitle with .tst-hero-title-sub) */
.tst-main-title h1 .tst-hero-title-sub {
  display: block;
  font-size: 0.52em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.2em;
  letter-spacing: 0.01em;
}

/*-------------------------
Contact page – prevent long email address overflowing at intermediate breakpoints
--------------------------*/
.tst-contact-info-card .tst-text a[href^="mailto"] {
  overflow-wrap: break-word;
  word-break: break-all;
}


/* blog post – inline image treatment */
.tst-blog-post img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 2rem auto;
  box-shadow: 0 4px 14px 0 rgba(26, 47, 51, 0.10);
}
.tst-blog-post h2 {
  margin-bottom: 15px;
}

/*-------------------------
blog post – reading typography
--------------------------*/

/* 1. Headings */
.tst-blog-post h2 { font-size: 1.9rem; line-height: 1.2; margin: 2.5rem 0 0.75rem; }
.tst-blog-post h3 { font-size: 1.4rem; line-height: 1.25; margin: 2rem 0 0.6rem; }
.tst-blog-post h4 { font-size: 1.1rem; line-height: 1.3; margin: 1.5rem 0 0.5rem; }
.tst-blog-post p  { line-height: 1.75; margin-bottom: 1.2rem; }

@media (max-width: 790px) {
  .tst-blog-post h2 { font-size: 1.55rem; }
  .tst-blog-post h3 { font-size: 1.25rem; }
  .tst-blog-post h4 { font-size: 1.05rem; }
}

/* 2. UL card */
.tst-blog-post ul {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(26,47,51,0.08);
  border: 1px solid rgba(26,47,51,0.07);
  overflow: hidden;
}
.tst-blog-post ul li {
  position: relative;
  padding: 0.75rem 1.25rem 0.75rem 2.75rem;
  border-bottom: 1px solid rgba(26,47,51,0.07);
  line-height: 1.55;
}
.tst-blog-post ul li:last-child { border-bottom: none; }
.tst-blog-post ul li::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(243,156,18,1);
}
.tst-blog-post ul li p { margin: 0; line-height: inherit; }

/* 3. OL */
.tst-blog-post ol { padding-left: 1.75rem; margin: 1.75rem 0; }
.tst-blog-post ol li { padding: 0.3rem 0; line-height: 1.65; }
.tst-blog-post ol li::marker { color: rgba(243,156,18,1); font-weight: 700; }
.tst-blog-post ol li p { margin: 0; }

/* 4. Images */
.tst-blog-post img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 2rem auto;
  box-shadow: 0 4px 14px 0 rgba(26,47,51,0.10);
}


/* ── Blog post FAQ items ───────────────────────────────────────────────── */
.tst-blog-faq { margin: 2rem 0; }
.tst-blog-faq-heading { font-size: 1.9rem; line-height: 1.2; margin: 0 0 1.25rem; }

.tst-blog-faq-item {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(26,47,51,0.08);
  border: 1px solid rgba(26,47,51,0.07);
  padding: 1.1rem 1.4rem;
  margin-bottom: 0.75rem;
}
.tst-blog-faq-item:last-child { margin-bottom: 0; }
.tst-blog-faq-q {
  font-weight: 700;
  color: rgba(26,47,51,1);
  margin-bottom: 0.45rem;
  line-height: 1.35;
}
.tst-blog-faq-q::before {
  content: 'Q  ';
  color: rgba(243,156,18,1);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.tst-blog-faq-a {
  color: rgba(26,47,51,0.8);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* ── Blog post table of contents ───────────────────────────────────────── */
.tst-toc {
  margin: 1.75rem 0 2rem;
  padding: 1.1rem 1.4rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(26,47,51,0.08);
  border: 1px solid rgba(26,47,51,0.07);
}
.tst-toc__title {
  font-weight: 800;
  color: rgba(26,47,51,1);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.tst-toc__list { margin: 0; padding-left: 1.2rem; }
.tst-toc__item { padding: 0.25rem 0; line-height: 1.55; }
.tst-toc__item::marker { color: rgba(243,156,18,1); font-weight: 700; }
.tst-toc__item a {
  color: rgba(26,47,51,0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(26,47,51,0.15);
  transition: 0.3s ease-in-out;
}
.tst-toc__item a:hover {
  color: rgba(243,156,18,1);
  border-bottom-color: rgba(243,156,18,0.55);
}

/* ── Homepage hero slider: centre image focus ───────────────────────────── */
.tst-main-slider .tst-banner .tst-cover-frame .tst-cover { object-position: center; }
.tst-main-slider .swiper-slide:nth-child(3) .tst-banner .tst-cover-frame .tst-cover { object-position: left; }
.tst-main-slider .swiper-slide:nth-child(4) .tst-banner .tst-cover-frame .tst-cover { object-position: left; }

/* Occasion cards — icon variant (venue hire: Perfect for Every Occasion) */
.tst-occasion-card {
  text-align: center;
}

.tst-occasion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-color: rgba(26, 47, 51, 0.06);
  border-radius: 50%;
  border: 2px solid rgba(243, 156, 18, 0.45);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tst-occasion-icon i {
  font-size: 30px;
  line-height: 1;
  color: #1a2f33;
}

/*# sourceMappingURL=style.css.map */
