:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6c93db8 */.quality-banner,
.quality-banner * {
  box-sizing: border-box;
}

.quality-banner {
  --hotel-accent: #e77600;
  --hotel-accent-dark: #ad4d08;
  --hotel-ink: #2b190a;
  --hotel-muted: #74685e;
  --hotel-paper: #fffdf9;
  --hotel-line: rgba(43, 25, 10, 0.12);
  --hotel-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;
  isolation: isolate;

  padding: 110px 20px 95px;
  border-bottom: 1px solid var(--hotel-line);

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 207, 156, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(231, 118, 0, 0.1),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffdf9 55%,
      #fff6ed 100%
    );

  font-family: "Space Grotesk", Arial, sans-serif;
}

.quality-banner::before {
  content: "";

  position: absolute;
  top: -120px;
  right: -120px;
  z-index: 0;

  width: 320px;
  height: 320px;

  border: 1px solid rgba(231, 118, 0, 0.12);
  border-radius: 50%;
}

.quality-banner::after {
  content: "";

  position: absolute;
  left: -80px;
  bottom: -80px;
  z-index: 0;

  width: 220px;
  height: 220px;

  border: 1px solid rgba(43, 25, 10, 0.08);
  border-radius: 50%;
}

.quality-banner__inner {
  position: relative;
  z-index: 2;

  width: min(920px, 100%);
  margin-inline: auto;

  text-align: center;
}

.quality-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 18px;

  color: var(--hotel-accent-dark);

  font-size:12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quality-banner__eyebrow::before,
.quality-banner__eyebrow::after {
  content: "";

  width: 28px;
  height: 1px;

  background: currentColor;
}

.quality-banner h1 {
  max-width: 760px;
  margin: 0 auto;

  color: var(--hotel-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.quality-banner h1 em {
  color: var(--hotel-accent);
  font-style: normal;
  font-weight: 500;
}

.quality-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  margin-top: 30px;
  padding: 0 24px;

  border: 1px solid rgba(173, 77, 8, 0.18);
  border-radius: 999px;

  color: #fff;
  background:
    linear-gradient(
      135deg,
      #ed883d,
      #ca5913
    );

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;

  box-shadow: 0 14px 30px rgba(173, 77, 8, 0.16);

  transition:
    transform 320ms var(--hotel-ease),
    box-shadow 320ms ease,
    background 250ms ease;
}

.quality-banner__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(173, 77, 8, 0.22);
}

@media (max-width: 640px) {
  .quality-banner {
    padding: 90px 18px 75px;
  }

  .quality-banner__eyebrow {
    font-size: 0.6rem;
  }

  .quality-banner__eyebrow::before,
  .quality-banner__eyebrow::after {
    width: 20px;
  }

  .quality-banner h1 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .quality-banner__button {
    min-height: 47px;
    padding-inline: 20px;
    font-size: 0.68rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e70de38 *//* =========================================================
   BANQUET AND CATERING STORY
   ========================================================= */

.venue-story,
.venue-story * {
  box-sizing: border-box;
}

.venue-story {
  --story-accent: #e77600;
  --story-accent-dark: #ad4d08;
  --story-ink: #2b190a;
  --story-muted: #74685e;
  --story-paper: #fffdf9;
  --story-peach: #ffcf9c;
  --story-count: 3;
  --story-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  z-index: 2;

  height: calc(var(--story-count) * 100svh);
  min-height: 2100px;

  background: #fffdf9;
  overflow-anchor: none;
}

.venue-story__sticky {
  position: sticky;
  top: 0;

  width: 100%;
  height: 100svh;
  min-height: 720px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 50% 44%,
      rgba(255, 217, 181, 0.34),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 240, 225, 0.9),
      transparent 30%
    ),
    radial-gradient(
      circle at 94% 88%,
      rgba(255, 214, 171, 0.28),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fffdf9 48%,
      #fff8f0 100%
    );
}

.venue-story__layout {
  position: relative;
  z-index: 5;

  display: grid;
  grid-template-columns:
    minmax(250px, 0.94fr)
    minmax(350px, 1.04fr)
    minmax(270px, 1fr);
  align-items: center;
  gap: clamp(32px, 4vw, 76px);

  width: min(
    1510px,
    calc(100% - clamp(48px, 7vw, 120px))
  );
  height: 100%;
  margin-inline: auto;
  padding:
    clamp(94px, 11vh, 135px)
    0
    clamp(48px, 7vh, 90px);
}

/* =========================================================
   BACKGROUND DETAILS
   ========================================================= */

.venue-story__graphic {
  position: absolute;
  z-index: 1;
  fill: none;
  stroke: rgba(183, 86, 18, 0.09);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;

  pointer-events: none;
}

.venue-story__graphic--plate {
  top: -44px;
  left: -54px;

  width: clamp(210px, 22vw, 350px);

  transform: rotate(-12deg);
}

.venue-story__graphic--glass {
  right: -34px;
  bottom: -78px;

  width: clamp(170px, 18vw, 280px);

  transform: rotate(11deg);
}

.venue-story__glow {
  position: absolute;
  z-index: 0;

  border-radius: 50%;
  pointer-events: none;
}

.venue-story__glow--one {
  top: 16%;
  left: 38%;

  width: clamp(220px, 27vw, 460px);
  aspect-ratio: 1;

  background: rgba(255, 183, 112, 0.15);
  filter: blur(70px);
}

.venue-story__glow--two {
  right: 7%;
  bottom: 12%;

  width: clamp(190px, 23vw, 380px);
  aspect-ratio: 1;

  background: rgba(255, 210, 164, 0.19);
  filter: blur(78px);
}

.venue-story__texture {
  position: absolute;
  inset: 0;
  z-index: 2;

  opacity: 0.27;
  pointer-events: none;

  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      rgba(74, 44, 20, 0.027) 1px,
      transparent 1.8px
    );

  background-size: 8px 8px;
  mix-blend-mode: multiply;
}

/* =========================================================
   CONTENT COLUMNS
   ========================================================= */

.venue-story__content {
  position: relative;
  z-index: 4;

  max-width: 430px;
}

.venue-story__content--left {
  justify-self: end;
  transform: translateY(-3vh);
}

.venue-story__content--right {
  justify-self: start;
  transform: translateY(3vh);
}

.venue-story__number {
  position: absolute;
  top: -54px;
  right: 0;

  color: rgba(43, 25, 10, 0.055);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.8rem, 7vw, 8rem);
  font-weight: 500;
  line-height: 1;

  pointer-events: none;
}

.venue-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: var(--story-accent-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.venue-story__eyebrow::before {
  content: "";

  width: 30px;
  height: 1px;

  background: currentColor;
}

.venue-story__heading {
  max-width: 420px;
  margin: 0;

  color: var(--story-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;

  text-wrap: balance;
}

.venue-story__heading em {
  display: block;

  color: var(--story-accent);
  font-weight: 500;
}

.venue-story__divider {
  display: flex;
  align-items: center;

  width: 100%;
  height: 1px;
  margin: clamp(19px, 2.5vh, 28px) 0;

  background: rgba(43, 25, 10, 0.1);
}

.venue-story__divider span {
  width: 44px;
  height: 2px;

  background: var(--story-accent);
}

.venue-story__content p {
  margin: 0 0 13px;

  color: var(--story-muted);
  font-size: clamp(0.84rem, 0.88vw, 0.98rem);
  line-height: 1.66;
}

.venue-story__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  margin: 22px 0 24px;
}

.venue-story__facts div {
  display: flex;
  flex-direction: column;
  gap: 5px;

  min-width: 0;
  padding: 14px 15px;

  border: 1px solid rgba(43, 25, 10, 0.1);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 10px 25px rgba(79, 44, 18, 0.045),
    inset 0 1px rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(10px);
}

.venue-story__facts strong {
  color: var(--story-accent-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.venue-story__facts span {
  color: var(--story-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
   BUTTON
   ========================================================= */

.venue-story__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  min-height: 50px;
  margin-top: 7px;
  padding: 0 20px;

  border: 1px solid rgba(183, 84, 0, 0.25);
  border-radius: 999px;

  color: var(--story-ink);
  background: rgba(255, 255, 255, 0.6);

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;

  box-shadow: 0 10px 27px rgba(85, 44, 15, 0.06);
  backdrop-filter: blur(11px);

  transition:
    color 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 350ms ease,
    transform 350ms var(--story-ease);
}

.venue-story__button svg {
  width: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 350ms var(--story-ease);
}

.venue-story__button:hover {
  color: #fff;
  border-color: var(--story-accent);
  background:
    linear-gradient(
      135deg,
      #ed883d,
      #ca5913
    );

  box-shadow: 0 16px 34px rgba(183, 84, 0, 0.2);

  transform: translateY(-3px);
}

.venue-story__button:hover svg {
  transform: translateX(4px);
}

/* =========================================================
   MIDDLE VISUAL
   ========================================================= */

.venue-story__visual {
  position: relative;
  z-index: 5;

  width: 100%;
  max-width: 510px;
  min-width: 0;
  justify-self: center;
}

.venue-story__visual-heading {
  display: flex;
  align-items: center;
  gap: 11px;

  margin: 0 0 17px 8%;
}

.venue-story__visual-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: var(--story-accent);
  box-shadow: 0 0 0 7px rgba(231, 118, 0, 0.11);

  animation: venueStoryPulse 2.4s ease-in-out infinite;
}

.venue-story__visual-heading div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.venue-story__visual-heading small {
  color: var(--story-muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-story__visual-heading strong {
  color: var(--story-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.venue-story__gallery {
  position: relative;

  width: 100%;
  height: clamp(430px, 64vh, 650px);
}

.venue-story__gallery::before,
.venue-story__gallery::after {
  content: "";

  position: absolute;
  z-index: 0;

  border: 1px solid rgba(183, 84, 0, 0.12);
  border-radius: 50%;
}

.venue-story__gallery::before {
  top: -4%;
  left: 3%;

  width: 160px;
  height: 160px;
}

.venue-story__gallery::after {
  right: 3%;
  bottom: 1%;

  width: 95px;
  height: 95px;
}

.venue-story__frame-detail {
  position: absolute;
  top: 5%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  z-index: 0;

  border: 1px solid rgba(43, 25, 10, 0.08);
  border-radius: 160px 160px 34px 34px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.52),
      rgba(255, 244, 232, 0.34)
    );
}

.venue-story__frame-detail::before {
  content: "";

  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(183, 84, 0, 0.2),
      transparent
    );
}

.venue-story__card-stage {
  position: absolute;
  inset: 0 47px 0 0;

  transform-style: preserve-3d;
}

/* =========================================================
   IMAGE CARDS
   ========================================================= */

.venue-story__card {
  position: absolute;
  top: 48%;
  left: 50%;

  width: min(82%, 390px);
  aspect-ratio: 0.8;
  margin: 0;
  overflow: hidden;

  border: 7px solid rgba(255, 255, 255, 0.96);
  border-radius: clamp(22px, 2vw, 31px);

  background: #fff;

  box-shadow:
    0 32px 65px rgba(83, 45, 17, 0.18),
    0 10px 25px rgba(83, 45, 17, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.9);

  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;

  transition:
    transform 950ms var(--story-ease),
    opacity 620ms ease,
    box-shadow 750ms ease;
}

.venue-story__card::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(22, 12, 5, 0.06) 64%,
      rgba(22, 12, 5, 0.75) 100%
    );
}

.venue-story__card::after {
  content: "";

  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;

  width: 48px;
  height: 48px;

  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(9px);
}

.venue-story__image {
  position: absolute;
  inset: 0;

  overflow: hidden;
  border-radius: inherit;
}

.venue-story__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.035);

  transition:
    transform 1100ms var(--story-ease);
}

.venue-story__card.is-current .venue-story__image img {
  transform: scale(1.075);
}

.venue-story__card figcaption {
  position: absolute;
  right: 23px;
  bottom: 21px;
  left: 23px;
  z-index: 5;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;

  color: #fff;
}

.venue-story__card figcaption div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.venue-story__card figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.venue-story__card figcaption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 1.7vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
}

.venue-story__card figcaption small {
  max-width: 90px;

  color: rgba(255, 255, 255, 0.74);
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

/* =========================================================
   VERTICAL PROGRESS
   ========================================================= */

.venue-story__progress {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;

  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;

  transform: translateY(-50%);
}

.venue-story__progress-label {
  color: rgba(43, 25, 10, 0.48);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.venue-story__progress-line {
  position: relative;

  width: 2px;
  height: 116px;
  overflow: hidden;

  border-radius: 999px;
  background: rgba(43, 25, 10, 0.11);
}

.venue-story__progress-line > span {
  position: absolute;
  inset: 0;

  border-radius: inherit;
  background: var(--story-accent);

  transform: scaleY(0);
  transform-origin: top center;

  transition:
    transform 900ms var(--story-ease);
}

.venue-story__progress-line i {
  position: absolute;
  top: -30%;
  left: 0;

  width: 100%;
  height: 24%;

  background: rgba(255, 255, 255, 0.84);

  animation: venueStoryLine 2.2s ease-in-out infinite;
}

.venue-story__progress-dots {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.venue-story__dot {
  width: 8px;
  height: 8px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(43, 25, 10, 0.16);
  cursor: pointer;

  transition:
    height 350ms var(--story-ease),
    border-radius 350ms ease,
    background 300ms ease,
    transform 300ms ease;
}

.venue-story__dot:hover {
  background: rgba(231, 118, 0, 0.5);
  transform: scale(1.17);
}

.venue-story__dot.is-active {
  height: 25px;
  border-radius: 999px;

  background: var(--story-accent);
}

.venue-story__progress-count {
  display: flex;
  align-items: baseline;
  gap: 3px;

  color: var(--story-ink);
  font-family: "Space Grotesk", sans-serif;
}

.venue-story__progress-count strong {
  font-size: 0.71rem;
}

.venue-story__progress-count span,
.venue-story__progress-count small {
  color: rgba(43, 25, 10, 0.4);
  font-size: 0.56rem;
}

.venue-story__scroll-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  margin-top: -5px;

  color: rgba(43, 25, 10, 0.42);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-story__scroll-message svg {
  width: 13px;

  fill: none;
  stroke: var(--story-accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;

  animation: venueStoryArrow 1.8s ease-in-out infinite;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes venueStoryPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(231, 118, 0, 0.25);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(231, 118, 0, 0);
  }
}

@keyframes venueStoryLine {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(550%);
  }
}

@keyframes venueStoryArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(5px);
  }
}

/* =========================================================
   COMPACT DESKTOP
   ========================================================= */

@media (max-width: 1220px) {
  .venue-story__layout {
    grid-template-columns:
      minmax(225px, 0.9fr)
      minmax(315px, 0.98fr)
      minmax(235px, 0.94fr);

    gap: clamp(23px, 3vw, 43px);

    width: calc(100% - 48px);
  }

  .venue-story__heading {
    font-size: clamp(2.5rem, 3.65vw, 3.8rem);
  }

  .venue-story__content p {
    font-size: 0.84rem;
    line-height: 1.57;
  }

  .venue-story__gallery {
    height: clamp(410px, 61vh, 600px);
  }

  .venue-story__card-stage {
    right: 40px;
  }
}

@media (max-width: 980px) and (min-width: 821px) {
  .venue-story__layout {
    grid-template-columns:
      minmax(205px, 0.88fr)
      minmax(285px, 1fr)
      minmax(215px, 0.9fr);

    gap: 20px;

    width: calc(100% - 32px);
  }

  .venue-story__heading {
    font-size: clamp(2.2rem, 3.7vw, 3.2rem);
  }

  .venue-story__eyebrow {
    font-size: 0.56rem;
  }

  .venue-story__content p {
    margin-bottom: 9px;

    font-size: 0.77rem;
    line-height: 1.5;
  }

  .venue-story__facts {
    margin: 15px 0 17px;
  }

  .venue-story__facts div {
    padding: 11px;
  }

  .venue-story__button {
    min-height: 45px;
    padding-inline: 15px;

    font-size: 0.65rem;
  }

  .venue-story__card {
    width: min(79%, 340px);
  }
}

/* =========================================================
   MOBILE
   Normal document flow with gentle card reveals
   ========================================================= */

@media (max-width: 820px) {
  .venue-story {
    height: auto;
    min-height: 0;
  }

  .venue-story__sticky {
    position: relative;

    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .venue-story__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 62px;

    width: min(100% - 34px, 620px);
    height: auto;

    padding: 105px 0 95px;
  }

  .venue-story__content {
    width: 100%;
    max-width: none;

    justify-self: stretch;
    transform: none;
  }

  .venue-story__content--left {
    order: 1;
  }

  .venue-story__visual {
    order: 2;

    max-width: 540px;
  }

  .venue-story__content--right {
    order: 3;
  }

  .venue-story__number {
    top: -42px;

    font-size: 5.2rem;
  }

  .venue-story__heading {
    max-width: 520px;

    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .venue-story__content p {
    max-width: 580px;

    font-size: 0.96rem;
    line-height: 1.7;
  }

  .venue-story__facts {
    max-width: 430px;
  }

  .venue-story__gallery {
    height: auto;
    padding: 25px 0;
  }

  .venue-story__frame-detail {
    top: 0;
    right: -12px;
    bottom: 0;
    left: -12px;

    border-radius: 90px 90px 30px 30px;
  }

  .venue-story__card-stage {
    position: relative;
    inset: auto;

    display: grid;
    gap: 28px;

    padding: 20px 0;
  }

  .venue-story__card {
    position: relative;
    top: auto;
    left: auto;

    width: min(91%, 480px);
    margin-inline: auto;

    opacity: 1;

    transform: rotate(0);
  }

  .venue-story__card:nth-child(1) {
    --mobile-card-rotation: -2deg;
  }

  .venue-story__card:nth-child(2) {
    --mobile-card-rotation: 2deg;
  }

  .venue-story__card:nth-child(3) {
    --mobile-card-rotation: -1.4deg;
  }

  .venue-story.is-mobile-ready .venue-story__card {
    opacity: 0;

    transform:
      translate3d(0, 52px, 0)
      rotate(var(--mobile-card-rotation));

    transition:
      opacity 650ms ease,
      transform 900ms var(--story-ease);
  }

  .venue-story.is-mobile-ready
  .venue-story__card.is-mobile-visible {
    opacity: 1;

    transform:
      translate3d(0, 0, 0)
      rotate(var(--mobile-card-rotation));
  }

  .venue-story__progress,
  .venue-story__scroll-message {
    display: none;
  }

  .venue-story__visual-heading {
    margin-left: 0;
  }

  .venue-story__graphic--plate {
    top: 10px;
    left: -100px;
  }

  .venue-story__graphic--glass {
    right: -80px;
    bottom: 30%;
  }
}

@media (max-width: 480px) {
  .venue-story__layout {
    width: calc(100% - 28px);
    gap: 56px;

    padding-top: 92px;
    padding-bottom: 80px;
  }

  .venue-story__heading {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .venue-story__facts {
    gap: 8px;
  }

  .venue-story__facts div {
    padding: 12px;
  }

  .venue-story__card {
    width: 92%;
    border-width: 5px;
    border-radius: 22px;
  }

  .venue-story__card figcaption {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .venue-story__card figcaption small {
    display: none;
  }
}

/* =========================================================
   SHORT DESKTOP SCREENS
   ========================================================= */

@media (max-height: 760px) and (min-width: 821px) {
  .venue-story__layout {
    padding-top: 85px;
    padding-bottom: 35px;
  }

  .venue-story__heading {
    font-size: clamp(2.35rem, 3.5vw, 3.65rem);
  }

  .venue-story__content p {
    margin-bottom: 8px;

    font-size: 0.79rem;
    line-height: 1.5;
  }

  .venue-story__divider {
    margin: 16px 0;
  }

  .venue-story__facts {
    margin: 13px 0 15px;
  }

  .venue-story__gallery {
    height: min(560px, 69vh);
  }

  .venue-story__visual-heading {
    margin-bottom: 9px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .venue-story__card,
  .venue-story__progress-line > span,
  .venue-story__image img,
  .venue-story__button,
  .venue-story__card.is-mobile-visible {
    transition-duration: 1ms !important;
  }

  .venue-story__visual-dot,
  .venue-story__progress-line i,
  .venue-story__scroll-message svg {
    animation: none !important;
  }
}

.venue-story__content--left .venue-story__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.venue-story__content--left .venue-story__facts > div:last-child {
  grid-column: 1 / -1;
}

.venue-story__content--left .venue-story__facts strong {
  font-size: 0.78rem;
}

.venue-story__content--left .venue-story__facts span {
  font-size: 0.64rem;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .venue-story__content--left .venue-story__facts {
    grid-template-columns: 1fr;
  }

  .venue-story__content--left .venue-story__facts > div:last-child {
    grid-column: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b1ab4b *//* =========================================================
   HOTEL AMENITIES SLIDER
   ========================================================= */

.hotel-amenities,
.hotel-amenities * {
  box-sizing: border-box;
}

.hotel-amenities {
  --amenities-accent: #d66b16;
  --amenities-accent-dark: #98470c;
  --amenities-ink: #292119;
  --amenities-muted: #71685f;
  --amenities-paper: #fbfaf7;
  --amenities-surface: #f2eee8;
  --amenities-line: rgba(41, 33, 25, 0.13);
  --amenities-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;

  padding:
    clamp(75px, 9vw, 120px)
    0;

  border-top: 1px solid var(--amenities-line);
  border-bottom: 1px solid var(--amenities-line);

  color: var(--amenities-ink);
  background: var(--amenities-paper);

  font-family: "Space Grotesk", Arial, sans-serif;
}

.hotel-amenities__container {
  width: min(1240px, calc(100% - 60px));
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.hotel-amenities__header {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.9fr)
    minmax(360px, 0.75fr);
  align-items: end;
  justify-content: space-between;
  gap: 70px;

  margin-bottom: clamp(42px, 6vw, 68px);
}

.hotel-amenities__heading {
  max-width: 620px;
}

.hotel-amenities__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 14px;

  color: var(--amenities-accent-dark);

  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hotel-amenities__eyebrow::before {
  content: "";

  width: 30px;
  height: 1px;

  background: currentColor;
}

.hotel-amenities__header h2 {
  margin: 0;

  color: var(--amenities-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.hotel-amenities__header h2 em {
  display: block;

  color: var(--amenities-accent);

  font-style: normal;
  font-weight: 500;
}

.hotel-amenities__header > p {
  max-width: 470px;
  margin: 0 0 4px;

  color: var(--amenities-muted);

  font-size: 0.91rem;
  line-height: 1.72;
}

/* =========================================================
   SLIDER
   ========================================================= */

.hotel-amenities__slider {
  position: relative;
}

.hotel-amenities__viewport {
  width: 100%;
  overflow: hidden;

  touch-action: pan-y;
}

.hotel-amenities__track {
  display: flex;
  gap: 18px;

  transition: transform 650ms var(--amenities-ease);
  will-change: transform;
}

/* =========================================================
   CARD
   ========================================================= */

.hotel-amenities__card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);

  display: flex;
  flex-direction: column;

  min-height: 330px;
  padding: 27px;

  overflow: hidden;

  border: 1px solid var(--amenities-line);
  border-radius: 4px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      var(--amenities-surface)
    );

  transition:
    border-color 300ms ease,
    transform 400ms var(--amenities-ease);
}

.hotel-amenities__card::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 2px;

  background: var(--amenities-accent);

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 450ms var(--amenities-ease);
}

.hotel-amenities__card:hover {
  border-color: rgba(214, 107, 22, 0.4);

  transform: translateY(-5px);
}

.hotel-amenities__card:hover::after {
  transform: scaleX(1);
}

/* =========================================================
   CARD TOP
   ========================================================= */

.hotel-amenities__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 42px;
}

.hotel-amenities__number {
  color: var(--amenities-accent-dark);

  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hotel-amenities__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 49px;
  height: 49px;

  border: 1px solid var(--amenities-line);
  border-radius: 50%;

  color: var(--amenities-ink);
  background: rgba(255, 255, 255, 0.65);

  transition:
    color 300ms ease,
    border-color 300ms ease,
    transform 400ms var(--amenities-ease);
}

.hotel-amenities__icon svg {
  width: 23px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-amenities__card:hover
.hotel-amenities__icon {
  color: var(--amenities-accent-dark);
  border-color: rgba(214, 107, 22, 0.38);

  transform: rotate(-4deg);
}

/* =========================================================
   CARD CONTENT
   ========================================================= */

.hotel-amenities__card-content {
  margin-top: auto;
}

.hotel-amenities__card h3 {
  max-width: 280px;
  margin: 0 0 15px;

  color: var(--amenities-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.28rem, 1.65vw, 1.6rem);
  font-weight: 500;
  line-height: 1.14;
}

.hotel-amenities__card p {
  margin: 0;

  color: var(--amenities-muted);

  font-size: 0.85rem;
  line-height: 1.68;
}

/* =========================================================
   CONTROLS
   ========================================================= */

.hotel-amenities__controls {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;

  margin-top: 30px;
}

.hotel-amenities__progress {
  position: relative;

  height: 1px;
  overflow: hidden;

  background: var(--amenities-line);
}

.hotel-amenities__progress span {
  display: block;

  width: 100%;
  height: 100%;

  background: var(--amenities-accent);

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 500ms var(--amenities-ease);
}

.hotel-amenities__counter {
  display: flex;
  align-items: baseline;
  gap: 6px;

  min-width: 58px;
}

.hotel-amenities__counter strong {
  color: var(--amenities-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.hotel-amenities__counter span,
.hotel-amenities__counter small {
  color: var(--amenities-muted);

  font-size: 0.62rem;
}

.hotel-amenities__buttons {
  display: flex;
  gap: 8px;
}

.hotel-amenities__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  padding: 0;

  border: 1px solid var(--amenities-line);
  border-radius: 50%;

  color: var(--amenities-ink);
  background: transparent;

  cursor: pointer;

  transition:
    color 250ms ease,
    border-color 250ms ease,
    background 250ms ease;
}

.hotel-amenities__button svg {
  width: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-amenities__button:hover {
  color: #fff;
  border-color: var(--amenities-accent);
  background: var(--amenities-accent);
}

.hotel-amenities__button:disabled {
  cursor: default;
  opacity: 0.32;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {
  .hotel-amenities__header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hotel-amenities__header > p {
    max-width: 600px;
  }

  .hotel-amenities__card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .hotel-amenities {
    padding: 70px 0;
  }

  .hotel-amenities__container {
    width: calc(100% - 24px);
  }

  .hotel-amenities__header h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .hotel-amenities__viewport {
    overflow: visible;
  }

  .hotel-amenities__card {
    flex-basis: calc(100% - 34px);

    min-height: 310px;
    padding: 24px;
  }

  .hotel-amenities__controls {
    grid-template-columns: 1fr auto;
  }

  .hotel-amenities__progress {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hotel-amenities__counter {
    grid-column: 1;
    grid-row: 2;
  }

  .hotel-amenities__buttons {
    grid-column: 2;
    grid-row: 2;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hotel-amenities *,
  .hotel-amenities *::before,
  .hotel-amenities *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b37468d *//* =========================================================
   HOTEL CONFERENCE SECTION
   ========================================================= */

.hotel-conference,
.hotel-conference * {
  box-sizing: border-box;
}

.hotel-conference {
  --conference-accent: #d66b16;
  --conference-accent-dark: #98470c;
  --conference-ink: #292119;
  --conference-muted: #71685f;
  --conference-paper: #fbfaf7;
  --conference-soft: #f1ece6;
  --conference-line: rgba(41, 33, 25, 0.14);
  --conference-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: visible;

  border-top: 1px solid var(--conference-line);
  border-bottom: 1px solid var(--conference-line);

  color: var(--conference-ink);
  background: var(--conference-paper);

  font-family: "Space Grotesk", Arial, sans-serif;
}

/* =========================================================
   LAYOUT
   ========================================================= */

.hotel-conference__layout {
  display: grid;
  grid-template-columns:
    minmax(380px, 500px)
    minmax(430px, 620px);
  align-items: stretch;
  justify-content: center;
  gap: clamp(65px, 8vw, 120px);

  width: min(1260px, calc(100% - 60px));
  margin-inline: auto;

  overflow: visible;
}

/* =========================================================
   LEFT IMAGE
   ========================================================= */

.hotel-conference__media {
  position: relative;

  min-width: 0;

  align-self: stretch;
  overflow: visible;
}

.hotel-conference__sticky {
  position: sticky;
  top: 70px;

  display: flex;
  align-items: center;

  min-height: calc(100vh - 140px);
  padding: 55px 0;
}

.hotel-conference__image {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;

  border: 1px solid var(--conference-line);

  background: #ded8d1;
}

.hotel-conference__image::before {
  content: "";

  position: absolute;
  top: 15px;
  right: 15px;
  bottom: -15px;
  left: -15px;
  z-index: -1;

  border: 1px solid rgba(214, 107, 22, 0.3);

  pointer-events: none;
}

.hotel-conference__image::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      180deg,
      transparent 58%,
      rgba(29, 21, 14, 0.72) 100%
    );

  pointer-events: none;
}

.hotel-conference__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 700ms var(--conference-ease);
}

.hotel-conference__image:hover img {
  transform: scale(1.035);
}

.hotel-conference__image figcaption {
  position: absolute;
  right: 25px;
  bottom: 24px;
  left: 25px;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;

  color: #fff;
}

.hotel-conference__image figcaption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.hotel-conference__image figcaption span {
  max-width: 120px;

  font-size: 0.59rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;

  opacity: 0.8;
}

/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.hotel-conference__content {
  padding:
    clamp(90px, 12vw, 145px)
    0;
}

.hotel-conference__heading {
  max-width: 580px;
  margin-bottom: 27px;
}

.hotel-conference__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: var(--conference-accent-dark);

  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hotel-conference__eyebrow::before {
  content: "";

  width: 30px;
  height: 1px;

  background: currentColor;
}

.hotel-conference__heading h2 {
  margin: 0;

  color: var(--conference-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.hotel-conference__heading h2 em {
  display: block;

  color: var(--conference-accent);

  font-style: normal;
  font-weight: 500;
}

.hotel-conference__content > p,
.hotel-conference__footer p {
  margin: 0;

  color: var(--conference-muted);

  font-size: clamp(0.89rem, 1vw, 0.96rem);
  line-height: 1.76;
}

/* =========================================================
   FEATURE LIST
   ========================================================= */

.hotel-conference__features {
  margin: 38px 0;
  padding: 0;

  border-top: 1px solid var(--conference-line);

  list-style: none;
}

.hotel-conference__features li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 22px;

  min-height: 92px;
  padding: 20px 0;

  border-bottom: 1px solid var(--conference-line);

  transition:
    padding 350ms var(--conference-ease),
    background 300ms ease;
}

.hotel-conference__features li:hover {
  padding-right: 16px;
  padding-left: 16px;

  background: var(--conference-soft);
}

.hotel-conference__feature-number {
  color: var(--conference-accent);

  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.hotel-conference__features p {
  margin: 0;

  color: var(--conference-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  font-weight: 500;
  line-height: 1.35;
}

/* =========================================================
   CLOSING PARAGRAPH
   ========================================================= */

.hotel-conference__footer {
  position: relative;

  max-width: 580px;
  padding: 23px 0 0 24px;

  border-left: 2px solid var(--conference-accent);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  .hotel-conference__layout {
    grid-template-columns:
      minmax(320px, 420px)
      minmax(390px, 550px);
    gap: 50px;

    width: calc(100% - 42px);
  }

  .hotel-conference__sticky {
    top: 40px;

    min-height: calc(100vh - 80px);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 820px) {
  .hotel-conference {
    overflow: hidden;
  }

  .hotel-conference__layout {
    display: flex;
    flex-direction: column;

    width: min(calc(100% - 28px), 680px);
  }

  .hotel-conference__media {
    order: 1;
  }

  .hotel-conference__content {
    order: 2;

    padding: 55px 0 80px;
  }

  .hotel-conference__sticky {
    position: relative;
    top: auto;

    min-height: 0;
    padding: 75px 0 0;
  }

  .hotel-conference__image {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 520px) {
  .hotel-conference__layout {
    width: calc(100% - 24px);
  }

  .hotel-conference__sticky {
    padding-top: 65px;
  }

  .hotel-conference__image {
    aspect-ratio: 4 / 3;
  }

  .hotel-conference__image figcaption {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .hotel-conference__heading h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.5rem);
  }

  .hotel-conference__features li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .hotel-conference__footer {
    padding-left: 18px;
  }
}

/* =========================================================
   ELEMENTOR STICKY SUPPORT
   Add "hotel-conference-wrapper" to the outer container.
   ========================================================= */

.hotel-conference-wrapper,
.hotel-conference-wrapper.e-con,
.hotel-conference-wrapper > .e-con-inner,
.hotel-conference-wrapper > .elementor-container,
.hotel-conference-wrapper .elementor-widget-wrap,
.hotel-conference-wrapper .elementor-widget,
.hotel-conference-wrapper .elementor-widget-container {
  overflow: visible !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-130b342 *//* =========================================================
   WHY CHOOSE QUALITY INN
   ========================================================= */

.hotel-choice,
.hotel-choice * {
  box-sizing: border-box;
}

.hotel-choice {
  --choice-accent: #d66b16;
  --choice-ink: #292119;
  --choice-muted: #71685f;
  --choice-paper: #fbfaf7;
  --choice-soft: #f2eee8;
  --choice-line: rgba(41, 33, 25, 0.14);
  --choice-ease: cubic-bezier(0.22, 1, 0.36, 1);

  padding:
    clamp(75px, 9vw, 120px)
    0;

  border-top: 1px solid var(--choice-line);
  border-bottom: 1px solid var(--choice-line);

  color: var(--choice-ink);
  background: var(--choice-paper);

  font-family: "Space Grotesk", Arial, sans-serif;
}

/* =========================================================
   LAYOUT
   ========================================================= */

.hotel-choice__layout {
  display: grid;
  grid-template-columns:
    minmax(360px, 0.9fr)
    minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);

  width: min(1200px, calc(100% - 60px));
  margin-inline: auto;
}

/* =========================================================
   CONTENT
   ========================================================= */

.hotel-choice__content {
  position: relative;

  max-width: 540px;
  padding-left: 30px;
}

.hotel-choice__line {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;

  width: 2px;

  background:
    linear-gradient(
      180deg,
      var(--choice-accent),
      rgba(214, 107, 22, 0.12)
    );
}

.hotel-choice__content h2 {
  margin: 0 0 24px;

  color: var(--choice-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hotel-choice__content p {
  margin: 0 0 16px;

  color: var(--choice-muted);

  font-size: clamp(0.9rem, 1vw, 0.97rem);
  line-height: 1.78;
}

.hotel-choice__content p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   RIGHT IMAGE
   ========================================================= */

.hotel-choice__image {
  position: relative;

  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;

  border: 1px solid var(--choice-line);

  background: var(--choice-soft);
}

.hotel-choice__image::before {
  content: "";

  position: absolute;
  top: 14px;
  right: 14px;
  bottom: -14px;
  left: -14px;
  z-index: -1;

  border: 1px solid rgba(214, 107, 22, 0.28);

  pointer-events: none;
}

.hotel-choice__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 70%,
      rgba(30, 22, 15, 0.18)
    );

  pointer-events: none;
}

.hotel-choice__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 700ms var(--choice-ease);
}

.hotel-choice__image:hover img {
  transform: scale(1.025);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .hotel-choice__layout {
    grid-template-columns:
      minmax(300px, 0.9fr)
      minmax(360px, 1.1fr);
    gap: 45px;

    width: calc(100% - 42px);
  }

  .hotel-choice__content {
    padding-left: 24px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .hotel-choice {
    padding: 70px 0;
  }

  .hotel-choice__layout {
    display: flex;
    flex-direction: column;

    width: min(calc(100% - 28px), 650px);
  }

  .hotel-choice__content {
    order: 1;

    max-width: none;
  }

  .hotel-choice__image {
    order: 2;

    width: 100%;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .hotel-choice__layout {
    width: calc(100% - 24px);
  }

  .hotel-choice__content {
    padding-left: 20px;
  }

  .hotel-choice__content h2 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .hotel-choice__image::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-045c420 *//* =========================================================
   HOTEL LOCATION
   ========================================================= */

.hotel-location,
.hotel-location * {
  box-sizing: border-box;
}

.hotel-location {
  --location-accent: #d66b16;
  --location-accent-dark: #98470c;
  --location-ink: #292119;
  --location-muted: #71685f;
  --location-paper: #fbfaf7;
  --location-soft: #f1ece6;
  --location-line: rgba(41, 33, 25, 0.14);
  --location-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  overflow: hidden;

  padding:
    clamp(85px, 11vw, 140px)
    0;

  border-top: 1px solid var(--location-line);

  color: var(--location-ink);

  background:
    linear-gradient(
      90deg,
      var(--location-paper) 0%,
      var(--location-paper) 53%,
      var(--location-soft) 53%,
      var(--location-soft) 100%
    );

  font-family: "Space Grotesk", Arial, sans-serif;
}

/* =========================================================
   LAYOUT
   ========================================================= */

.hotel-location__layout {
  display: grid;
  grid-template-columns:
    minmax(400px, 0.92fr)
    minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(65px, 8vw, 115px);

  width: min(1260px, calc(100% - 60px));
  margin-inline: auto;
}

/* =========================================================
   CONTENT
   ========================================================= */

.hotel-location__content {
  max-width: 590px;
}

.hotel-location__heading {
  margin-bottom: 26px;
}

.hotel-location__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: var(--location-accent-dark);

  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hotel-location__eyebrow::before {
  content: "";

  width: 30px;
  height: 1px;

  background: currentColor;
}

.hotel-location__heading h2 {
  max-width: 560px;
  margin: 0;

  color: var(--location-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.hotel-location__heading h2 em {
  display: block;

  color: var(--location-accent);

  font-style: normal;
  font-weight: 500;
}

.hotel-location__intro {
  max-width: 570px;
  margin: 0 0 36px;

  color: var(--location-muted);

  font-size: clamp(0.89rem, 1vw, 0.96rem);
  line-height: 1.76;
}

/* =========================================================
   DESTINATION ROUTE
   ========================================================= */

.hotel-location__destinations {
  position: relative;

  margin: 0;
  padding: 0;

  border-top: 1px solid var(--location-line);

  list-style: none;
}

.hotel-location__destinations::before {
  content: "";

  position: absolute;
  top: 31px;
  bottom: 31px;
  left: 17px;

  width: 1px;

  background:
    linear-gradient(
      180deg,
      var(--location-accent),
      rgba(214, 107, 22, 0.12)
    );
}

.hotel-location__destinations li {
  position: relative;

  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 21px;

  min-height: 84px;
  padding: 22px 16px 22px 0;

  border-bottom: 1px solid var(--location-line);

  transition:
    padding 350ms var(--location-ease),
    background 300ms ease;
}

.hotel-location__destinations li:hover {
  padding-right: 18px;
  padding-left: 12px;

  background: rgba(241, 236, 230, 0.68);
}

.hotel-location__number {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  border: 1px solid var(--location-line);
  border-radius: 50%;

  color: var(--location-accent-dark);
  background: var(--location-paper);

  font-size: 0.51rem;
  font-weight: 700;
  letter-spacing: 0.05em;

  transition:
    color 250ms ease,
    border-color 250ms ease,
    background 250ms ease;
}

.hotel-location__destinations li:hover
.hotel-location__number {
  color: #fff;
  border-color: var(--location-accent);
  background: var(--location-accent);
}

.hotel-location__destinations li > div {
  padding-top: 5px;
}

.hotel-location__destinations strong {
  display: block;

  color: var(--location-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 500;
  line-height: 1.3;
}

.hotel-location__destinations p {
  margin: 6px 0 0;

  color: var(--location-muted);

  font-size: 0.78rem;
  line-height: 1.55;
}

/* =========================================================
   MAP COLUMN
   ========================================================= */

.hotel-location__map-column {
  position: relative;
}

.hotel-location__map-column::before {
  content: "";

  position: absolute;
  top: 42px;
  right: -28px;
  bottom: -28px;
  left: 42px;
  z-index: 0;

  border: 1px solid rgba(214, 107, 22, 0.25);

  pointer-events: none;
}

.hotel-location__map-frame {
  position: relative;
  z-index: 2;

  border: 1px solid var(--location-line);

  background: var(--location-paper);
}

/* =========================================================
   MAP HEADER
   ========================================================= */

.hotel-location__map-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;

  min-height: 68px;
  padding: 12px 17px;

  border-bottom: 1px solid var(--location-line);
}

.hotel-location__map-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--location-accent);

  box-shadow:
    0 0 0 5px rgba(214, 107, 22, 0.1);
}

.hotel-location__map-header div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hotel-location__map-header small {
  color: var(--location-muted);

  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hotel-location__map-header strong {
  color: var(--location-ink);

  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

.hotel-location__coordinates {
  color: var(--location-muted);

  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   LIVE MAP
   ========================================================= */

.hotel-location__map {
  position: relative;

  height: clamp(440px, 58vw, 610px);
  max-height: 610px;
  overflow: hidden;

  background: #e5e1da;
}

.hotel-location__map iframe {
  display: block;

  width: 100%;
  height: 100%;

  border: 0;

  filter:
    grayscale(0.75)
    sepia(0.15)
    contrast(0.94)
    brightness(1.03);

  transition: filter 500ms ease;
}

.hotel-location__map:hover iframe {
  filter:
    grayscale(0.15)
    sepia(0.05)
    contrast(0.98)
    brightness(1);
}

/* Decorative map grid */

.hotel-location__map-grid {
  position: absolute;
  inset: 0;

  opacity: 0.12;
  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(41, 33, 25, 0.25) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(41, 33, 25, 0.25) 1px,
      transparent 1px
    );

  background-size: 70px 70px;

  mask-image:
    linear-gradient(
      135deg,
      #000,
      transparent 60%
    );
}

.hotel-location__map-corner {
  position: absolute;

  width: 42px;
  height: 42px;

  pointer-events: none;
}

.hotel-location__map-corner--top {
  top: 16px;
  right: 16px;

  border-top: 1px solid var(--location-accent);
  border-right: 1px solid var(--location-accent);
}

.hotel-location__map-corner--bottom {
  bottom: 16px;
  left: 16px;

  border-bottom: 1px solid var(--location-accent);
  border-left: 1px solid var(--location-accent);
}

/* =========================================================
   MAP FOOTER
   ========================================================= */

.hotel-location__map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  min-height: 47px;
  padding: 10px 17px;

  border-top: 1px solid var(--location-line);

  color: var(--location-muted);

  font-size: 0.51rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  .hotel-location__layout {
    grid-template-columns:
      minmax(350px, 0.9fr)
      minmax(390px, 1.1fr);
    gap: 50px;

    width: calc(100% - 42px);
  }

  .hotel-location__map-column::before {
    top: 28px;
    right: -18px;
    bottom: -18px;
    left: 28px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 820px) {
  .hotel-location {
    padding: 75px 0;

    background:
      linear-gradient(
        180deg,
        var(--location-paper) 0%,
        var(--location-paper) 48%,
        var(--location-soft) 48%,
        var(--location-soft) 100%
      );
  }

  .hotel-location__layout {
    grid-template-columns: 1fr;
    gap: 55px;

    width: min(calc(100% - 28px), 680px);
  }

  .hotel-location__content {
    max-width: none;
  }

  .hotel-location__map {
    height: 500px;
  }
}

@media (max-width: 520px) {
  .hotel-location {
    padding: 65px 0;
  }

  .hotel-location__layout {
    width: calc(100% - 24px);
  }

  .hotel-location__heading h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.5rem);
  }

  .hotel-location__destinations li {
    grid-template-columns: 34px 1fr;
    gap: 15px;
  }

  .hotel-location__map {
    height: 410px;
  }

  .hotel-location__map-header {
    grid-template-columns: auto 1fr;
  }

  .hotel-location__coordinates {
    display: none;
  }

  .hotel-location__map-column::before {
    display: none;
  }
}/* End custom CSS */