.header-left-bg:before {
  background: #03205d;
}

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke: 1px #03205d;
  display: block;
}

.bg-overlay-left:before {
  background-color: #fff;
}

.menu-frame {
  width: 100%;
  height: 900px;
  border: 0;
  display: block;
}

.menu-btn-mobile {
  display: none;
}

.event-social {
  max-width: 100%;
  z-index: 5;
  position: relative;
  top: 0;
  margin-top: -15px !important;
  margin-bottom: 24px;
  padding: 0;
}

.bmi-form {
  margin-top: 0;
}

.media-rounded {
  border-radius: 50px;
}

.whatsapp-button img {
  width: 50px;
  position: fixed;
  bottom: 20px;
  left: 10px;
}

.home-offset {
  top: 0;
}

.not-found-image {
  max-height: 360px;
}

@media (max-width: 768px) {
  .menu-frame {
    display: none;
  }

  .menu-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px;
    background: #03205d;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
  }
}

.hero-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.slider-shape {
  margin-right: 25px;
}

@media (min-width: 992px) {
  .banner-home {
    margin-bottom: 0;
    padding-bottom: 55px;
  }

  .banner-home .banner-image {
    right: auto;
    left: 50%;
    width: min(64vw, 1240px);
    max-width: none;
    transform: translateX(-50%);
  }
}

.home-intro-section {
  position: relative;
  padding: 48px 0 56px;
}

@media (min-width: 992px) {
  .event-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }

  .bmi-form .half-overlay-left::before,
  .bmi-form .half-overlay-left::after {
    height: calc(100% + 40px);
  }
}

@media (max-width: 991.98px) {
  .banner-home {
    margin-bottom: 0;
    padding-bottom: 35px;
  }

  .banner-home .banner {
    min-height: 650px;
  }

  .banner-home .banner-image {
    top: 180px;
    left: 15px;
    right: 15px;
  }

  .home-offset {
    top: 0;
  }

  .home-intro-section {
    padding: 36px 0 44px;
  }
}

@media (max-width: 575.98px) {
  .banner-home .banner {
    min-height: 560px;
  }

  .banner-home .banner-content {
    padding: 65px 0 0;
  }

  .banner-home .banner-image {
    top: 230px;
  }
}

.instagram-embed-shell {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(3, 32, 93, 0.2);
}

.instagram-embed-shell .instagram-media,
.instagram-embed-shell iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
}

.instagram-embed-shell iframe {
  display: block !important;
}

.home-offer-section {
  position: relative;
  overflow: hidden;
}

.home-offer-section > .container {
  position: relative;
  z-index: 1;
}

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

  .event-social {
    margin-top: 20px !important;
  }
}

.content-divider-dashed {
  border-top-style: dashed;
}

.horse-catalog {
  background: #f8f8f8;
}

.horse-catalog-heading {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
}

.horse-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.horse-card {
  overflow: hidden;
  border: 1px solid #e6e8ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(3 32 93 / 8%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.horse-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgb(3 32 93 / 14%);
}

.horse-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9ebef;
}

.horse-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.horse-card:hover .horse-card-media img {
  transform: scale(1.025);
}

.horse-card-body {
  padding: 26px;
}

.horse-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.horse-card-head h3 {
  margin: 0;
  font-size: 25px;
}

.horse-price {
  flex: 0 0 auto;
  padding: 8px 12px;
  background: #f3f526;
  color: #1947c1;
  font-size: 18px;
  line-height: 1;
  transform: skew(-10deg);
}

.horse-summary {
  margin: 18px 0 0;
  color: #545963;
  font-size: 16px;
  line-height: 1.65;
}

.horse-description {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eceef2;
  color: #6a6f78;
  font-size: 14px;
  line-height: 1.7;
}

.horse-description > :last-child {
  margin-bottom: 0;
}

.horse-catalog-empty {
  padding: 70px 24px;
  border: 1px solid #e2e5ea;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

@media (max-width: 991.98px) {
  .horse-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .horse-catalog-grid {
    grid-template-columns: 1fr;
  }

  .horse-card-head {
    display: grid;
  }

  .horse-price {
    justify-self: start;
  }
}

.footer .footer-tag {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-tag li {
  display: block;
  margin-right: 3px;
  margin-bottom: 3px;
}

.footer .footer-tag li .footer-tag-chip {
  display: block;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  transform: skew(-20deg);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.footer .footer-tag li .footer-tag-chip > span {
  display: block;
  transform: skew(20deg);
}

.footer .footer-tag li .footer-tag-chip:hover,
.footer .footer-tag li .footer-tag-chip:focus-visible {
  background: #f3f526;
  color: #1947c1;
}

.tag-results-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.tag-result-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e7e8ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(0 0 0 / 8%);
}

.tag-result-card-media {
  display: block;
  flex: 0 0 auto;
  height: 300px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f3f5f8;
}

.tag-result-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-result-card-body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.tag-result-card-title {
  margin-bottom: 12px;
  color: #20242b;
  font-size: 24px;
  font-weight: 800;
}

.tag-result-card-text {
  color: #6c717c;
}

.tag-empty-state {
  padding: 44px;
  border-radius: 22px;
  background: #f7f8fb;
  color: #6c717c;
  text-align: center;
}

@media (max-width: 991px) {
  .tag-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .tag-results-grid {
    grid-template-columns: 1fr;
  }
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.footer-social-link {
  display: grid;
  width: 64px;
  height: 64px;
  overflow: hidden;
  place-items: center;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 28%);
}

.footer-social-link--instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}

.footer-social-link--tripadvisor {
  background: #00aa6c;
}

.footer-social-link--facebook {
  background: #1877f2;
}

.footer-social-icon {
  display: block;
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.instagram-link-card {
  display: flex;
  max-width: 440px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e6e8ee;
  border-radius: 18px;
  background: #fff;
  color: #20242b;
  box-shadow: 0 16px 40px rgb(0 0 0 / 10%);
  text-decoration: none;
}

.instagram-link-card:hover {
  color: #1947c1;
  transform: translateY(-2px);
}

.instagram-link-card img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 14px;
}

.instagram-link-card span,
.instagram-link-card small {
  display: block;
}

.instagram-link-card small {
  margin-top: 4px;
  color: #687083;
}

.instagram-link-card-light {
  margin-inline: auto;
}

.content-managed-section {
  width: 100%;
  margin-top: 28px;
}

.content-block-column:first-child > .content-managed-section {
  margin-top: 0;
}

.content-classic-split,
.content-feature-split {
  margin-top: 38px;
}

.content-quote-strip {
  width: 100%;
  padding: 25px 30px;
  background: #f7f8fa;
  color: #626262;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.content-quote-strip p {
  margin: 0;
}

.content-classic-media {
  position: relative;
  width: 100%;
}

.content-classic-media::after {
  position: absolute;
  inset: 20px;
  border: 5px solid #fff;
  content: '';
  pointer-events: none;
}

.content-classic-media img,
.content-feature-media img {
  width: 100%;
  height: auto;
}

.content-classic-copy h5,
.content-feature-copy h3,
.content-feature-copy h4 {
  color: #6a6a6a;
  font-weight: 800;
}

.content-classic-copy {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.content-classic-copy h5 {
  margin-bottom: 24px;
  font-size: 22px;
}

.content-feature-copy h2 {
  margin-bottom: 24px;
  color: #343434;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.content-feature-copy {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.content-feature-copy p,
.content-classic-copy p {
  margin-bottom: 16px;
}

.content-feature-media img {
  border-radius: 4px;
}

.content-custom-html {
  width: 100%;
}

@media (max-width: 991px) {
  .content-classic-media img,
  .content-feature-media img {
    min-height: 0;
  }

  .content-feature-copy h2 {
    font-size: 38px;
  }
}

/* Desktop header: keep the static navigation compact, but let sticky use the original full-width theme layout. */
@media (min-width: 992px) {
  .header > .container {
    width: calc(100% - 40px);
    max-width: 1600px;
  }

  .header .header-right-bg {
    min-width: 0;
  }

  .header .navbar-static-top:not(.is-sticky) {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .header .navbar-static-top:not(.is-sticky) .navbar-collapse {
    flex: 1 1 auto;
    flex-basis: auto;
    min-width: 0;
    justify-content: flex-start !important;
  }

  .header .navbar-static-top:not(.is-sticky) .navbar-nav {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: 0;
    padding: 0;
  }

  .header .navbar-static-top:not(.is-sticky) .navbar-nav > li,
  .header .navbar-static-top:not(.is-sticky) .navbar-nav .nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .header .navbar-static-top:not(.is-sticky) .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: clamp(12px, 0.75vw, 14px);
  }

  .header .navbar-static-top:not(.is-sticky) .add-listing {
    flex: 0 0 auto;
    width: auto;
    margin-left: 4px;
  }

  .header .is-sticky.navbar-static-top {
    min-height: 92px;
    align-items: center;
    background: #fff;
  }

  .header .is-sticky.navbar-static-top .navbar-collapse {
    justify-content: center !important;
  }

  .header .is-sticky.navbar-static-top .navbar-nav {
    align-items: center;
    gap: 10px;
  }

  .header .is-sticky.navbar-static-top .navbar-nav .nav-link {
    padding: 10px 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .header .is-sticky.navbar-static-top .add-listing {
    margin-left: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .navbar-static-top:not(.is-sticky) {
    gap: 5px;
  }

  .header .navbar-static-top:not(.is-sticky) .add-listing,
  .header .is-sticky.navbar-static-top .add-listing {
    display: none !important;
  }
}

/* Kitchen page */
.kitchen-overview {
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.kitchen-pdf-card,
.kitchen-video-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(3, 32, 93, 0.08);
}

.kitchen-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #e8ebef;
}

.kitchen-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #1947c1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kitchen-file-link {
  flex: 0 0 auto;
  color: #03205d;
  font-weight: 700;
}

.kitchen-file-link i {
  margin-right: 7px;
  color: #1947c1;
}

.kitchen-pdf-card .menu-frame {
  height: min(76vh, 820px);
  min-height: 640px;
  background: #303030;
}

.kitchen-details {
  padding-top: 8px;
}

.kitchen-details .section-title h2 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
}

.kitchen-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.kitchen-features .feature-box {
  min-height: 78px;
  margin: 0;
}

.kitchen-features h6 {
  font-size: 14px;
  line-height: 1.25;
}

.kitchen-video-card {
  position: relative;
}

.kitchen-video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kitchen-reservation-note {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 86%;
  padding: 18px 22px;
  background: #03205d;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 19px);
  font-weight: 700;
}

.kitchen-live-section {
  background: #fafbfc;
}

.kitchen-live-heading {
  max-width: 720px;
  margin: 0 auto 35px;
  text-align: center;
}

.kitchen-live-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
}

.kitchen-live-heading p {
  margin-bottom: 0;
  color: #686f78;
}

.kitchen-live-menu {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.kitchen-live-menu > * {
  max-width: 100%;
}

.kitchen-menu-unavailable {
  padding: 22px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

@media (max-width: 991.98px) {
  .kitchen-details {
    padding-top: 12px;
  }

  .kitchen-pdf-card .menu-frame {
    height: 680px;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .kitchen-card-heading {
    padding: 18px;
  }

  .kitchen-file-link {
    display: none;
  }

  .kitchen-features {
    grid-template-columns: 1fr;
  }

  .kitchen-pdf-card .menu-btn-mobile {
    border-radius: 0;
  }

  .kitchen-reservation-note {
    position: static;
    max-width: none;
  }
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('/fonts/bai-jamjuree-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('/fonts/bai-jamjuree-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('/fonts/bai-jamjuree-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('/fonts/bai-jamjuree-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('/fonts/bai-jamjuree-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
