/* =========================================================
   VIP Hotel — local recreation of viphotel.com.my
   Hand-written stylesheet mirroring the Alloggio/Qode theme
   tokens used by the live site (measured from computed styles).
   ========================================================= */

:root {
  --font-body: "Josefin Sans", sans-serif;
  --font-heading: Cormorant, serif;
  --font-ui: Raleway, sans-serif;
  --c-text: #4d4d4d;
  --c-text-light: #7a7a7a;
  --c-heading: #000;
  --c-bg: #fff;
  --c-cream: #faf9f5;
  --c-gold: #ad854e;
  --c-accent: #000; /* site overrides theme accent to black */
  --c-border: rgba(0, 0, 0, .18);
  --header-h: 110px;
  --sticky-h: 70px;
  --mobile-header-h: 70px;
  --grid-w: 1100px;
  --ease-btn: cubic-bezier(.75, .01, .13, 1.01);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd, form, fieldset, legend, address { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.58824em;
  font-weight: 300;
  color: var(--c-text);
  background-color: var(--c-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: inline-block; vertical-align: top; border: 0; }
a { color: #000; text-decoration: none; transition: color .25s ease-out; cursor: pointer; }
a:hover { color: #000; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
address { font-style: normal; }
p { margin: 10px 0; line-height: 1.58824em; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--c-heading); font-weight: 500; margin: 25px 0; word-wrap: break-word; }
h1 { font-size: 60px; line-height: 1.0333em; }
h2 { font-size: 43px; line-height: 1.0698em; }
h3 { font-size: 35px; line-height: 1.1429em; }
h4 { font-size: 25px; line-height: 1.2em; }
h5 { font-size: 18px; line-height: 1.3333em; }
h6 { font-size: 14px; line-height: 1.2857em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
:focus-visible { outline: 2px solid #ad854e; outline-offset: 2px; }

/* ---------- Layout helpers ---------- */
.page-wrapper { position: relative; }
.page-outer { position: relative; }
body.home .page-outer { margin-top: calc(-1 * var(--header-h)); }
.content-grid { width: var(--grid-w); max-width: 100%; margin: 0 auto; }
.content-full-width { padding: 0 70px; }
.content-grid-narrow { width: 1100px; max-width: 100%; margin: 0 auto; }
@media (max-width: 1440px) { .content-grid { width: 1100px; } }
@media (max-width: 1366px) { .content-grid { width: 1100px; } }
@media (max-width: 1200px) { .content-grid { width: 1000px; } }
@media (max-width: 1024px) { .content-grid { width: 768px; } .content-full-width { padding: 0 40px; } body.home .page-outer { margin-top: calc(-1 * var(--mobile-header-h)); } }
@media (max-width: 768px) { .content-grid { width: 600px; } }
@media (max-width: 680px) { .content-grid { width: 420px; } .content-full-width { padding: 0 30px; } }
@media (max-width: 480px) { .content-grid { width: 300px; } }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-block; vertical-align: middle; width: auto; margin: 0;
  font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; line-height: 2em;
  color: #000; padding: 10px 25px; border-radius: 0; outline: 0; border: 1px solid transparent; text-align: center;
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
}
.btn .btn-text { position: relative; z-index: 1; display: block; }
.btn .btn-bg {
  position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px);
  background-color: #000; transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease-btn);
}
.btn--filled { color: #fff; background-color: #000; }
.btn--filled:hover { color: #fff; }
.btn--filled:hover .btn-bg { transform: scaleX(1); }
.btn--gold { background-color: var(--c-gold); }
.btn--outlined { color: #000; background-color: transparent; border: 1px solid rgba(0, 0, 0, .6); transition-delay: .1s; }
.btn--outlined:hover { color: #fff; background-color: transparent; }
.btn--outlined:hover .btn-bg { transform: scaleX(1); }
.btn--full { width: 100%; padding: 12px 12px; }
.btn-inverted .btn--filled { border-color: #fff; background-color: transparent; color: #fff; }
.btn-inverted .btn--filled .btn-bg { transform: scaleX(1); transform-origin: right; background-color: #000; }
.btn-inverted .btn--filled:hover .btn-bg { width: 0; }

/* ---------- Header (desktop, divided) ---------- */
.page-header { position: relative; display: inline-block; width: 100%; height: var(--header-h); background-color: #fff; z-index: 100; }
.page-header-inner { position: relative; display: flex; align-items: stretch; justify-content: center; height: 100%; padding: 0 40px; }
.divided-header-left-wrapper, .divided-header-right-wrapper { width: 100%; height: 100%; display: flex; align-items: center; position: relative; }
.divided-header-left-wrapper { justify-content: flex-end; }
.header-logo-link { position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 200px; height: 100px; max-height: 100%; }
.header-logo-link img { display: block; margin: auto 0; width: 200px; height: 70px; max-height: 100%; }
.header-navigation { height: 100%; margin: 0 42px; }
.header-navigation ul { margin: 0; padding: 0; list-style: none; }
.header-navigation ul li { position: relative; margin: 0; padding: 0; }
.header-navigation > ul { position: relative; display: flex; align-items: center; height: 100%; white-space: nowrap; }
.header-navigation > ul > li { height: 100%; margin: 0 12px; }
.header-navigation > ul > li:first-child { margin-left: 0; }
.header-navigation > ul > li:last-child { margin-right: 0; }
.header-navigation > ul > li > a {
  position: relative; display: flex; align-items: center; height: 100%;
  font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #000;
}
.header-navigation > ul > li > a .menu-item-text {
  position: relative; display: inline-block;
}
.header-navigation > ul > li > a .menu-item-text::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right center;
  transition: transform .45s cubic-bezier(.25, .04, 0, .93);
}
.header-navigation > ul > li > a:hover .menu-item-text::after,
.header-navigation > ul > li.current-menu-item > a .menu-item-text::after,
.header-navigation > ul > li.current-menu-ancestor > a .menu-item-text::after,
.header-navigation ul li.menu-item-has-children:hover > a .menu-item-text::after {
  transform: scaleX(1); transform-origin: left center;
}
.header-navigation > ul > li > a:hover,
.header-navigation > ul > li.current-menu-item > a,
.header-navigation > ul > li.current-menu-ancestor > a { color: #000; }
/* Drop-down */
.header-navigation ul li .drop-down-second {
  position: absolute; top: 100%; left: -30px; display: block; width: auto; height: 0; opacity: 0; visibility: hidden; overflow: hidden; z-index: 10;
}
.header-navigation ul li.menu-item--narrow .drop-down-second-inner { position: relative; display: inline-block; width: 100%; vertical-align: top; }
.header-navigation ul li.menu-item--narrow ul.sub-menu {
  position: relative; top: auto; width: 250px; margin: 0; padding: 19px 0; background-color: var(--c-cream); opacity: 1; visibility: visible;
}
.header-navigation ul li.menu-item--narrow ul.sub-menu li { padding: 0 30px; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li > a {
  position: relative; display: flex; white-space: normal; margin: 3px 0; line-height: 27px;
  font-family: var(--font-ui); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #000;
  transition: opacity .25s ease-out, transform .35s cubic-bezier(.25, .04, 0, .93);
  transform: translateY(6px); opacity: .35;
}
.header-navigation ul li.drop-down--start ul.sub-menu li > a,
.header-navigation ul li.menu-item-has-children:hover ul.sub-menu li > a {
  transform: translateY(0); opacity: 1;
}
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(1) > a { transition-delay: .04s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(2) > a { transition-delay: .08s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(3) > a { transition-delay: .12s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(4) > a { transition-delay: .16s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(5) > a { transition-delay: .2s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li:nth-child(6) > a { transition-delay: .24s; }
.header-navigation ul li.menu-item--narrow ul.sub-menu li > a:hover,
.header-navigation ul li.menu-item--narrow ul.sub-menu li.current-menu-item > a { color: #000; opacity: .55; }
.header-navigation ul li.menu-item-has-children:hover .drop-down-second,
.header-navigation ul li.menu-item-has-children:focus-within .drop-down-second,
.header-navigation ul li.menu-item-has-children.is-open .drop-down-second,
.header-navigation ul li.drop-down--start .drop-down-second {
  opacity: 1; visibility: visible; z-index: 20;
}
/* Sticky header */
.header-sticky {
  position: fixed; top: 0; left: 0; height: var(--sticky-h); width: 100%; background-color: #fff; z-index: 99;
  transform: translateY(-100%); transition: transform .5s ease, top .5s ease;
  box-shadow: 0 0 0 transparent;
}
.header-sticky--display .header-sticky { transform: translateY(0); }
.header-sticky-inner { position: relative; display: flex; align-items: stretch; justify-content: center; height: 100%; padding: 0 40px; }
.header-sticky .header-logo-link { height: 70px; }
@media (max-width: 1024px) { .page-header { display: none; } }

/* ---------- Mobile header ---------- */
.page-mobile-header { position: relative; display: none; height: var(--mobile-header-h); background-color: #fff; z-index: 100; }
.page-mobile-header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 40px; }
.mobile-header-logo-link { position: relative; display: flex; align-items: center; height: 38px; max-height: 100%; margin-right: auto; }
.mobile-header-logo-link img { display: block; margin: auto; width: auto; height: 38px; max-height: 100%; }
.mobile-header-opener { font-size: 20px; line-height: 1; margin-left: 20px; color: #000; position: relative; display: inline-block; }
.mobile-header-opener .m-icon { position: relative; display: block; visibility: visible; }
.mobile-header-opener .m-icon svg { display: block; width: 32px; height: auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-miterlimit: 10; }
.mobile-header-opener .m-icon.m--close { position: absolute; top: -2px; left: 4px; visibility: hidden; }
.mobile-header-opener.is-open .m-icon.m--open { visibility: hidden; }
.mobile-header-opener.is-open .m-icon.m--close { visibility: visible; }
.mobile-header-navigation {
  position: absolute; top: 100%; left: 0; display: none; width: 100%; max-height: calc(100vh - 70px);
  background-color: var(--c-cream); padding: 0; margin: 0; overflow-y: auto; z-index: 10;
}
.mobile-header-navigation.is-open { display: block; }
.mobile-header-navigation ul { margin: 0; padding: 0; list-style: none; }
.mobile-header-navigation ul li { position: relative; margin: 0; padding: 0; }
.mobile-header-navigation ul li .drop-down-second { display: none; }
.mobile-header-navigation ul li.is-open > .drop-down-second { display: block; }
.mobile-header-navigation > .content-grid > ul { margin: 0 auto; padding: 34px 0; }
.mobile-header-navigation ul li > a { display: block; line-height: 27px; padding: 5px 0; color: #000; }
.mobile-header-navigation > .content-grid > ul > li > a { font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; }
.mobile-header-navigation ul li.menu-item-has-children > a::after {
  content: ""; position: absolute; top: 14px; right: 0; width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
  transform: rotate(-45deg); transform-origin: 50% 50%; transition: transform .25s ease-out;
}
.mobile-header-navigation ul li.menu-item-has-children.is-open > a::after { transform: rotate(45deg); }
.mobile-header-navigation ul.sub-menu { margin-left: 10px; }
.mobile-header-navigation ul.sub-menu li > a { position: relative; display: flex; white-space: normal; margin: 3px 0; padding: 0; font-family: var(--font-ui); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.mobile-header-navigation ul.sub-menu li.current-menu-item > a, .mobile-header-navigation > .content-grid > ul > li.current-menu-item > a { opacity: .6; }
.mobile-header--sticky .page-mobile-header { width: 100%; position: fixed; top: 0; left: 0; transform: translateY(-100%); }
.mobile-header--sticky-animation .page-mobile-header { transition: transform .3s ease, top .3s ease; }
.mobile-header--sticky-display .page-mobile-header { transform: translateY(0); }
@media (max-width: 1024px) { .page-mobile-header { display: block; } .page-mobile-header-inner .content-grid { padding: 0; } }


/* ---------- Page title (inner pages) ---------- */
.page-title {
  position: relative; display: inline-block; width: 100%; vertical-align: top; height: 170px;
  background-color: var(--c-cream); background-position: center 0; background-repeat: no-repeat; background-size: cover; overflow: hidden; text-align: center;
}
.page-title .pt-inner { position: relative; display: inline-block; width: 100%; vertical-align: top; height: 100%; }
.page-title .pt-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 0; z-index: 2; }
.page-title .pt-title { margin: 0; font-size: 60px; line-height: 1.0333em; color: #000; }
.page-title--parallax .parallax-img-holder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.page-title--parallax .parallax-img-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 130%; will-change: transform; }
.page-title--parallax .parallax-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.page-title--light .pt-title { color: #fff; }
@media (max-width: 1024px) { .page-title .pt-title { font-size: 48px; } }
@media (max-width: 680px) { .page-title .pt-title { font-size: 36px; } }

/* ---------- Home hero (Slider Revolution equivalent) ---------- */
.hero { position: relative; width: 100%; margin-top: 100px; overflow: hidden; background: #000; height: calc(100vw * 757 / 1920); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .3s ease-out, visibility 0s linear .3s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transition: opacity .3s ease-out; z-index: 1; }
.hero-slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 0% 25%; }
.hero-layer { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; will-change: transform, opacity; }
.hero-slide.is-active .hero-layer { animation: heroLayerIn 1.5s cubic-bezier(.77, 0, .175, 1) forwards; }
.hero-slide.is-active .hero-layer--title { animation-delay: .3s; }
.hero-slide.is-active .hero-layer--button { animation-delay: .4s; }
@keyframes heroLayerIn { from { opacity: 0; transform: translate(-50%, -50%) translateY(0) scale(.98); } to { opacity: 1; transform: translate(-50%, -50%) translateY(0) scale(1); } }
.hero-layer--title { width: 916px; margin-left: var(--xo, 0px); margin-top: var(--yo, 0px); font-family: var(--font-heading); font-weight: 500; font-size: 60px; line-height: 65px; letter-spacing: -1px; color: #000; text-align: center; white-space: normal; }
.hero-layer--button { margin-left: var(--xo, 0px); margin-top: var(--yo, 0px); line-height: 25px; }
.hero-slide--1 .hero-layer--title { --xo: -167px; --yo: -36px; text-align: left; }
.hero-slide--1 .hero-layer--button { --xo: -550px; --yo: 51px; }
.hero-slide--2 .hero-layer--title { --xo: 0px; --yo: -35px; line-height: 72px; }
.hero-slide--2 .hero-layer--button { --xo: 0px; --yo: 67px; }
.hero-slide--3 .hero-layer--title { --xo: 0px; --yo: -49px; font-size: 65px; line-height: 72px; text-shadow: 2px 2px 2px rgba(0, 0, 0, .25); }
.hero-slide--3 .hero-layer--button { --xo: 0px; --yo: 62px; }
.hero-arrow {
  position: absolute; top: 50%; z-index: 5; width: 40px; height: 40px; margin-top: -20px; border-radius: 50%; background: rgba(0, 0, 0, .5); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color .25s;
}
.hero-arrow:hover { background: #000; }
.hero-arrow--prev { left: 30px; }
.hero-arrow--next { right: 30px; }
.hero-arrow svg { width: 20px; height: 20px; display: block; }
.hero-arrow--prev svg { margin-left: -3px; }
.hero-arrow--next svg { margin-right: -3px; }
.home-relax .section-inner { width: 1100px; max-width: 100%; margin: 0 auto; }
@media (max-width: 1200px) { .home-relax .section-inner { width: 1000px; } }
@media (max-width: 1024px) { .home-relax .section-inner { width: 768px; } }
@media (max-width: 768px) { .home-relax .section-inner { width: 600px; } }
@media (max-width: 680px) { .home-relax .section-inner { width: 420px; } }
@media (max-width: 480px) { .home-relax .section-inner { width: 320px; } }
@media (max-width: 479px) {
  .hero { height: calc(100vw * 400 / 480); }
  .hero-layer--title { width: 289px; font-size: 36px !important; line-height: 39px !important; letter-spacing: 0; text-shadow: none !important; }
  .hero-slide--1 .hero-layer--title, .hero-slide--2 .hero-layer--title, .hero-slide--3 .hero-layer--title { --xo: 0px; --yo: 42px; }
  .hero-slide .hero-layer--button { --xo: 0px; --yo: 218px; }
}

/* ---------- Generic section wrappers (mirrors Elementor boxed/full sections) ---------- */
.section { position: relative; }
.section--boxed > .section-inner { width: 1100px; max-width: 100%; margin: 0 auto; }
.section--grid > .section-inner { width: 1100px; max-width: 100%; margin: 0 auto; }
.spacer { display: block; width: 100%; }
@media (max-width: 1200px) { .section--boxed > .section-inner, .section--grid > .section-inner { width: 1000px; } }
@media (max-width: 1024px) { .section--boxed > .section-inner, .section--grid > .section-inner { width: 768px; } }
@media (max-width: 768px) { .section--boxed > .section-inner, .section--grid > .section-inner { width: 600px; } }
@media (max-width: 680px) { .section--boxed > .section-inner, .section--grid > .section-inner { width: 420px; } }
@media (max-width: 480px) { .section--boxed > .section-inner, .section--grid > .section-inner { width: 300px; } }

/* ---------- Home: intro ---------- */
.home-intro { padding: 122px 0 124px; }
.home-intro .home-intro-cols { display: flex; }
.home-intro .home-intro-left { width: 367px; flex-shrink: 0; text-align: right; }
.home-intro .home-intro-right { flex: 1; padding-left: 36px; }
.home-intro .intro-map { display: inline-block; width: 344px; max-width: none; margin: -11px -6px 0 0; }
.home-intro .intro-stars { display: block; width: 86px; height: 14px; margin: -44px 25px 0 auto; position: relative; }
.home-intro .intro-book { margin-top: 24px; }
.home-intro .intro-book .btn { margin-right: 25px; }
.dropcaps { display: block; }
.dropcaps .dc-letter { float: left; font-family: var(--font-heading); font-size: 90px; line-height: 72px; font-weight: 600; color: #000; margin: 0 16px 5px 0; }
.dropcaps .dc-text { display: inline; margin: 0; font-weight: 400; color: #7a7a7a; }
.home-intro .intro-text p { color: #7a7a7a; font-weight: 400; margin-top: 14px; }
.home-intro .intro-images { display: flex; margin-top: 53px; }
.home-intro .intro-images > div { width: 50%; }
.home-intro .intro-images > div + div { padding-left: 21px; }
.home-intro .intro-images img { width: 100%; display: block; }
@media (max-width: 1200px) { .home-intro .home-intro-left { width: 330px; } }
@media (max-width: 1024px) {
  .home-intro { padding: 80px 0; }
  .home-intro .home-intro-cols { flex-wrap: wrap; }
  .home-intro .home-intro-left, .home-intro .home-intro-right { width: 100%; flex: none; padding: 0; }
  .home-intro .home-intro-left { text-align: right; }
  .home-intro .intro-map { margin: 0; max-width: 100%; }
  .home-intro .intro-stars { margin: -44px 0 0 auto; }
  .home-intro .intro-book .btn { margin-right: 0; }
  .home-intro .home-intro-right { margin-top: 23px; text-align: left; }
}
@media (max-width: 680px) { .home-intro .intro-images { flex-direction: column; } .home-intro .intro-images > div { width: 100%; } .home-intro .intro-images > div + div { padding-left: 0; margin-top: 20px; } }

/* ---------- Banner (image with overlay content) ---------- */
.banner { position: relative; display: block; width: 100%; overflow: hidden; }
.banner .banner-image { position: relative; display: block; overflow: hidden; }
.banner .banner-image img { display: block; width: 100%; transition: transform .35s cubic-bezier(.4, .12, .4, .85); transform: translateX(-4px) translateZ(0) scale(1.05); }
.banner:hover .banner-image img { transform: translateX(4px) translateZ(0) scale(1.05); }
.banner .banner-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.banner .banner-content { position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 3; width: 100%; pointer-events: none; }
.banner .banner-content-inner { position: relative; display: inline-block; padding: 53px 80px 61px 50px; pointer-events: auto; transition: transform .37s cubic-bezier(.25, .04, 0, .93); }
.banner .banner-content-inner:hover,
.banner:hover .banner-content-inner { transform: translateX(10px); }
.banner .banner-content-bg { position: absolute; inset: 0; background-color: rgba(250, 249, 245, .8); transform: scaleX(1.02); transform-origin: left; transition: transform .37s cubic-bezier(.25, .04, 0, .93); }
.banner:hover .banner-content-bg { transform: scaleX(1.03); }
.banner .banner-content-holder { position: relative; z-index: 1; }
.banner .banner-title { margin: 0; font-size: 35px; line-height: 40px; }
.banner .banner-button { margin-top: 13px; }
@media (max-width: 680px) { .banner .banner-content-inner { padding: 30px 30px 34px; } .banner .banner-title { font-size: 26px; line-height: 30px; } }

/* ---------- Section title ---------- */
.section-title { position: relative; display: block; width: 100%; }
.section-title--center { text-align: center; }
.section-title .st-title { margin: 0; font-size: 43px; line-height: 46px; }
.section-title .st-text { display: block; margin: 24px 70px 0; font-size: 21px; line-height: 31px; font-weight: 300; color: var(--c-text); }
.section-title--narrow { width: 638px; max-width: 100%; margin: 0 auto; }
.home-relax { padding: 110px 0 50px; }
.home-book { padding: 30px 0 50px; }
@media (max-width: 680px) { .section-title .st-title { font-size: 34px; line-height: 38px; } .section-title .st-text { margin: 20px 0 0; font-size: 18px; line-height: 28px; } }

/* ---------- Centered slider (Alloggio/Swiper equivalent on the homepage) ---------- */
.home-slider { width: 100%; }
.centered-slider {
  position: relative; width: 100%; margin: 0 auto; overflow: hidden;
  list-style: none; z-index: 1; touch-action: pan-y; user-select: none;
}
.centered-slider .cs-track { display: flex; align-items: flex-start; will-change: transform; cursor: grab; }
.centered-slider.is-dragging .cs-track { cursor: grabbing; }
.centered-slider .cs-item {
  flex: 0 0 auto; width: 39.254%; margin: 0 20px;
  box-shadow: 0 0 21px 0 rgba(130, 45, 21, .1); overflow: hidden;
}
.centered-slider .cs-image-holder { overflow: hidden; clip-path: inset(0 0 0 0); }
.centered-slider .cs-item img {
  display: block; width: 100%; height: auto; pointer-events: none; -webkit-user-drag: none;
  transform: translateX(-4px) translateZ(0) scale(1.2);
  transition: transform .29s cubic-bezier(.4, .12, .4, .85);
}
.centered-slider .cs-item:hover img {
  transform: translateX(4px) translateZ(0) scale(1.2);
  transition-duration: .35s;
}
.centered-slider .cs-pagination {
  display: flex; justify-content: center; position: relative; bottom: auto;
  margin-top: 43px; counter-reset: cs-pagination-number;
}
.centered-slider .cs-bullet {
  position: relative; display: inline-block; width: auto; height: auto;
  padding: 0 7px; margin: 0 4px; font-size: 0; line-height: 0;
  color: #000; cursor: pointer; background: none; border: 0; border-radius: 0; opacity: 1;
  transition: color .25s ease-out;
}
.centered-slider .cs-bullet::before {
  content: counter(cs-pagination-number); counter-increment: cs-pagination-number;
  font-family: var(--font-body); font-size: 17px; font-weight: 300; line-height: 27px;
}
.centered-slider .cs-bullet:hover,
.centered-slider .cs-bullet.is-active { color: #b56953; }
@media (max-width: 768px) {
  .centered-slider .cs-item { width: 100%; margin: 0 !important; }
}

/* ---------- Icon fonts (same packs as viphotel.com.my footer) ---------- */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-brands-400.woff2") format("woff2"),
       url("/fonts/fa-brands-400.woff") format("woff");
}
@font-face {
  font-family: simple-line-icons;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/Simple-Line-Icons.woff2") format("woff2"),
       url("/fonts/Simple-Line-Icons.woff") format("woff");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-amex:before { content: "\f1f3"; }
.icon-social-facebook,
.icon-social-instagram {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-social-facebook:before { content: "\e00b"; }
.icon-social-instagram:before { content: "\e609"; }
.fab:before,
.icon-social-facebook:before,
.icon-social-instagram:before { display: block; line-height: inherit; }

/* ---------- Footer ---------- */
.page-footer { position: relative; display: inline-block; width: 100%; vertical-align: top; }
.page-footer-top-area { position: relative; display: inline-block; width: 100%; background-color: var(--c-cream); padding: 50px 0; }
.footer-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.footer-col { padding: 0 15px; }
.footer-col--40 { width: 40%; }
.footer-col--20 { width: 20%; }
.page-footer .widget { margin-bottom: 5px; }
.page-footer .widget-title { margin: 0 0 16px; font-size: 25px; line-height: 30px; }
.page-footer .textwidget p { margin: 10px 0; }
.page-footer .widget_icons { display: flex; align-items: center; margin-top: 3px; }
.page-footer .payment-icons { margin-top: -8px; }
.page-footer .payment-icon {
  display: inline-block; vertical-align: top; margin: 0 19px 0 0; line-height: 1; color: #c5c0b1;
}
.page-footer .payment-icon:last-child { margin-right: 0; }
.page-footer .payment-icon .fab {
  display: block; font-size: 25px; line-height: 1; color: inherit;
  transition: color .25s ease-out;
}
.page-footer .payment-icon:hover { color: #b56953; }
.page-footer .social-icons { margin-top: -7px; }
.page-footer .social-icon {
  display: inline-block; vertical-align: top; margin: 0 30px 0 0; line-height: 1; color: #000;
}
.page-footer .social-icon [class^="icon-social-"] {
  display: block; font-size: 20px; line-height: 1; color: inherit;
  transition: color .25s ease-out;
}
.page-footer .social-icon:hover { color: #000; }
.page-footer-bottom-area { position: relative; display: inline-block; width: 100%; background-color: var(--c-gold); color: #fff; font-size: 14px; line-height: 28px; padding: 2px 0 0; text-align: center; }
.page-footer-bottom-area p { margin: 10px 0; }
@media (max-width: 1024px) { .footer-col--40, .footer-col--20 { width: 50%; margin-bottom: 30px; } }
@media (max-width: 768px) { .footer-col--40, .footer-col--20 { width: 100%; } }

/* ---------- Back to top ---------- */
.back-to-top { position: fixed; right: 25px; bottom: 25px; width: 40px; height: 40px; z-index: 98; display: block; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; color: #000; }
.back-to-top.is-on { opacity: 1; visibility: visible; }
.back-to-top-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #000; background: #fff; transition: background-color .25s, color .25s; }
.back-to-top:hover .back-to-top-icon { background: #000; color: #fff; }

/* ---------- Info card (image + text, used on Chef / V-Club / Spa / Events / Offer) ---------- */
.info-card { position: relative; display: flex; align-items: center; }
.info-card .ic-image { width: 50%; flex-shrink: 0; position: relative; }
.info-card .ic-image img { display: block; width: 520px; max-width: 100%; margin: 0 auto; }
.info-card .ic-content { width: 50%; padding: 0 0 0 60px; }
.info-card--image-right { flex-direction: row-reverse; }
.info-card--image-right .ic-content { padding: 0 60px 0 0; }
.info-card .ic-title { margin: 0; font-size: 43px; line-height: 46px; }
.info-card .ic-subtitle { display: block; margin-top: 19px; font-size: 21px; line-height: 31px; color: var(--c-text); }
.info-card .ic-text { margin: 16px 0 0; }
.info-card .ic-button { display: none; }
@media (max-width: 1024px) { .info-card { flex-direction: column; } .info-card .ic-image, .info-card .ic-content { width: 100%; padding: 0; } .info-card .ic-content { margin-top: 40px; text-align: center; } .info-card .ic-subtitle { font-size: 19px; line-height: 29px; } }
@media (max-width: 680px) { .info-card .ic-title { font-size: 32px; line-height: 36px; } }

/* ---------- Image with text ---------- */
.image-with-text { position: relative; }
.image-with-text .iwt-image { position: relative; display: block; overflow: hidden; }
.image-with-text .iwt-image img {
  display: block; width: 100%;
  transform: translateX(-4px) translateZ(0) scale(1.05);
  transition: transform .35s cubic-bezier(.4, .12, .4, .85);
}
.image-with-text .iwt-image:hover img { transform: translateX(4px) translateZ(0) scale(1.05); }
.image-with-text .iwt-title { margin: 20px 0 0; font-size: 35px; line-height: 1.1429em; }
.image-with-text .iwt-text { margin-top: 13px; }

/* ---------- Elementor-style image carousel (Swiper equivalent) ---------- */
.carousel { position: relative; overflow: hidden; }
.carousel .carousel-track { display: flex; will-change: transform; transition: transform .5s ease; }
.carousel .carousel-slide { flex: 0 0 auto; position: relative; padding: 0 5px; }
.carousel .carousel-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.carousel .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 25px; cursor: pointer; background: none; border: 0; text-shadow: 0 0 3px rgba(0, 0, 0, .3); }
.carousel .carousel-btn--prev { left: 10px; }
.carousel .carousel-btn--next { right: 10px; }
.carousel .carousel-btn svg { width: 20px; height: 20px; display: block; }
.carousel--stretch .carousel-slide img { width: 100%; height: auto; }

/* ---------- Image gallery (masonry) ---------- */
.image-gallery { position: relative; width: 100%; }
.image-gallery .gallery-grid { display: grid; grid-auto-flow: dense; }
.image-gallery .gallery-item { position: relative; overflow: hidden; cursor: zoom-in; }
.image-gallery .gallery-item img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transform: translateX(-4px) translateZ(0) scale(1.05);
  transition: transform .35s cubic-bezier(.4, .12, .4, .85);
}
.image-gallery .gallery-item:hover img { transform: translateX(4px) translateZ(0) scale(1.05); }
.image-gallery--cols-3 .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 5px; }
.image-gallery--cols-4 .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
.image-gallery .gallery-item--portrait { grid-row: span 2; }
@media (max-width: 1024px) { .image-gallery--cols-4 .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .image-gallery--cols-3 .gallery-grid, .image-gallery--cols-4 .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .image-gallery--cols-3 .gallery-grid, .image-gallery--cols-4 .gallery-grid { grid-template-columns: 1fr; } .image-gallery .gallery-item--portrait { grid-row: auto; } }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0, 0, 0, .8); display: none; align-items: center; justify-content: center; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; box-shadow: 0 0 8px rgba(0, 0, 0, .6); }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; color: #fff; background: none; border: 0; cursor: pointer; opacity: .65; padding: 10px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { opacity: 1; }
.lightbox-close { top: 10px; right: 10px; }
.lightbox-prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 10px; top: 50%; transform: translateY(-50%); }
.lightbox-counter { position: absolute; left: 0; bottom: 0; padding: 14px 20px; color: #ccc; font-size: 12px; }

/* ---------- Room single ---------- */
.room-single .room-slider { position: relative; width: 100%; overflow: hidden; }
.room-single .room-slider .rs-track { display: flex; will-change: transform; transition: transform .6s ease; }
.room-single .room-slider .rs-slide { flex: 0 0 auto; width: auto; padding: 0 1px; }
.room-single .room-slider .rs-slide img { display: block; width: 798px; height: 532px; object-fit: cover; max-width: none; }
.room-single .room-slider .rs-btn { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; }
.room-single .room-slider .rs-btn svg { width: 22px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.room-single .room-slider .rs-btn--prev { left: 40px; }
.room-single .room-slider .rs-btn--next { right: 40px; }
.room-single .room-content { padding-top: 62px; }
.room-single .room-title { margin: 0; font-size: 43px; line-height: 1.0698em; }
.room-single .room-text { display: none; }
.room-single .room-amenity { margin-top: 29px; padding-top: 0; border-top: 0; }
.room-single .room-amenity-title { margin: 0 0 15px; font-size: 25px; }
.room-single .amenity-items { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.room-single .amenity-item { width: 25%; padding: 0 10px; margin: 9px 0; }
.room-single .amenity-link { display: flex; align-items: center; }
.room-single .amenity-svg { display: flex; align-items: center; margin-right: 13px; flex-shrink: 0; }
.room-single .amenity-svg svg { width: 24px; height: auto; fill: none; stroke: #000; stroke-width: 1; stroke-miterlimit: 10; }
.room-single .amenity-label { font-size: 17px; color: var(--c-text); }
.room-single .room-reservation { display: none; }
.room-single .room-layout { display: flex; margin: 0 -15px; }
.room-single .room-main { width: 66.667%; padding: 0 15px; }
.room-single .room-side { width: 33.333%; padding: 0 15px; }
.related-rooms { margin-top: 99px; padding-bottom: 115px; }
.related-rooms .rr-title { margin: 0 0 30px; font-size: 35px; }
.related-rooms .rr-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.related-rooms .rr-item { width: 33.333%; padding: 0 15px; }
.room-list-item .rl-media { position: relative; overflow: hidden; }
.room-list-item .rl-media img {
  display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  transform: translateX(-4px) translateZ(0) scale(1.02);
  transition: transform .35s cubic-bezier(.4, .12, .4, .85);
}
.room-list-item:hover .rl-media img { transform: translateX(4px) translateZ(0) scale(1.02); }
.room-list-item .rl-price { position: absolute; left: 0; bottom: 0; z-index: 2; display: inline-flex; align-items: baseline; padding: 8px 19px 7px; background: #fff; }
.room-list-item .rl-price-label { font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: #000; margin-right: 8px; }
.room-list-item .rl-price-value { font-family: var(--font-heading); font-size: 25px; font-weight: 500; color: #000; line-height: 1; }
.room-list-item .rl-content { padding-top: 23px; }
.room-list-item .rl-title { margin: 0; font-size: 25px; line-height: 1.2em; }
.room-list-item .rl-info { margin-top: 5px; display: flex; }
.room-list-item .rl-capacity { font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: #000; }
@media (max-width: 1024px) { .room-single .room-slider .rs-slide img { width: 600px; height: 400px; } .room-single .amenity-item { width: 33.333%; } .room-single .room-main { width: 100%; } .room-single .room-side { display: none; } .related-rooms .rr-item { width: 50%; margin-bottom: 30px; } }
@media (max-width: 768px) { .room-single .room-slider .rs-slide { width: 100vw; padding: 0; margin: 0; } .room-single .room-slider .rs-slide img { width: 100vw; height: 532px; object-fit: cover; } .room-single .room-slider .rs-btn--prev { left: 10px; } .room-single .room-slider .rs-btn--next { right: 10px; } }
@media (max-width: 680px) { .room-single .amenity-item { width: 50%; } .related-rooms .rr-item { width: 100%; } }

/* ---------- Reservation / booking form ---------- */
.reservation { position: relative; padding: 0; }
.reservation .res-title { margin: 0 0 20px; font-size: 25px; }
.res-field { position: relative; margin-bottom: 20px; }
.res-field .res-label { display: block; font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: #000; margin-bottom: 8px; }
.res-field .res-input, .res-field select, .membership-form input[type="text"], .membership-form input[type="email"], .membership-form input[type="password"], .cf7 input[type="text"], .cf7 input[type="tel"], .cf7 input[type="email"], .cf7 select, .cf7 textarea {
  width: 100%; margin: 0; padding: 9.5px 16px; font-family: var(--font-body); font-size: 17px; line-height: 29px; font-weight: 300; color: var(--c-text);
  background-color: transparent; border: 1px solid var(--c-border); border-radius: 0; outline: 0; -webkit-appearance: none; appearance: none; transition: border-color .25s;
}
.res-field .res-input:focus, .membership-form input:focus, .cf7 input:focus, .cf7 select:focus, .cf7 textarea:focus { border-color: #000; color: #000; }
.res-field select, .cf7 select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 36px; cursor: pointer; }
.res-persons { display: none; position: absolute; top: calc(100% + 6px); left: 0; width: 100%; z-index: 5; background: #fff; border: 1px solid var(--c-border); padding: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, .08); }
.res-persons.is-open { display: block; }
.res-person { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 12px; }
.res-person select { width: 90px; }
.res-person .res-person-label { font-size: 17px; color: #000; }
.res-person .res-person-desc { display: block; font-size: 13px; color: var(--c-text-light); }
.res-extras .res-field-title { margin: 30px 0 12px; font-size: 25px; }
.res-extra { position: relative; display: flex; align-items: center; margin-bottom: 10px; cursor: pointer; }
.res-extra input { position: absolute; opacity: 0; width: 0; height: 0; }
.res-extra .res-check { width: 15px; height: 15px; border: 1px solid rgba(0, 0, 0, .4); margin-right: 12px; flex-shrink: 0; position: relative; }
.res-extra input:checked + .res-check::after { content: ""; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); }
.res-extra.is-disabled { opacity: .6; cursor: default; }
.res-extra .res-extra-label { display: flex; align-items: baseline; flex: 1; }
.res-extra .res-extra-line { flex: 1; border-bottom: 1px dotted rgba(0, 0, 0, .3); margin: 0 8px; height: 1em; }
.res-price { margin-top: 30px; }
.res-price .res-field-title { margin: 0 0 8px; font-size: 25px; }
.res-price .res-price-amount { font-family: var(--font-heading); font-size: 43px; line-height: 1; color: #000; }
.res-price .res-price-amount small { font-family: var(--font-body); font-size: 17px; color: var(--c-text); margin-left: 6px; }
.res-booking { margin-top: 30px; }
.res-response { margin-top: 20px; font-size: 15px; color: #000; }
.res-response.is-error { color: #b2362f; }
.res-response.is-success { color: #2e7d5b; }

/* Date picker */
.datepick { position: absolute; z-index: 20; background: #fff; border: 1px solid var(--c-border); padding: 16px; width: 290px; box-shadow: 0 10px 30px rgba(0, 0, 0, .1); display: none; font-size: 14px; }
.datepick.is-open { display: block; }
.datepick-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-family: var(--font-ui); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.datepick-nav { cursor: pointer; padding: 4px 8px; background: none; border: 0; font-size: 16px; }
.datepick-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.datepick-dow { font-size: 11px; color: var(--c-text-light); padding: 4px 0; }
.datepick-day { padding: 6px 0; cursor: pointer; border: 0; background: none; font: inherit; color: #000; }
.datepick-day:hover { background: var(--c-cream); }
.datepick-day.is-selected { background: #000 !important; color: #fff; }
.datepick-day.is-disabled { color: #bbb; cursor: default; }
.datepick-day.is-range { background: #f3ece8; }

/* ---------- Contact Form 7 equivalent ---------- */
.cf7 .cf7-row { margin-bottom: 20px; }
.cf7 label { display: block; font-family: var(--font-ui); font-size: 12px; font-weight: 500; line-height: 2.8em; letter-spacing: 3px; text-transform: uppercase; color: #000; }
.cf7 label br { display: none; }
.cf7 .cf7-wrap { display: block; }
.cf7 input[type="text"], .cf7 input[type="tel"], .cf7 input[type="email"], .cf7 select { font-family: var(--font-ui); font-weight: 500; letter-spacing: 0; text-transform: none; }
.cf7 select { font-weight: 400; padding: 9.5px 36px 8.5px 16px; line-height: 27px; }
.cf7 p { margin: 0; }
.cf7 .cf7-submit { margin-top: 0; }
.cf7 .cf7-submit .btn { padding: 12px 38px; letter-spacing: 3px; }
.cf7 .cf7-response { margin-top: 20px; padding: 10px 16px; border: 2px solid #00a0d2; display: none; font-size: 15px; }
.cf7 .cf7-response.is-visible { display: block; }
.cf7 .cf7-response.is-error { border-color: #dc3232; }
.cf7 .cf7-response.is-success { border-color: #46b450; }
.cf7 .cf7-error { display: block; color: #dc3232; font-size: 14px; margin-top: 4px; font-family: var(--font-body); letter-spacing: 0; text-transform: none; line-height: 1.5; }

/* ---------- Membership (login / register / reset) ---------- */
.membership-login-modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.membership-login-modal.is-open { opacity: 1; visibility: visible; }
.membership-login-modal-overlay { position: absolute; inset: 0; background-color: rgba(250, 249, 245, .97); }
.membership-login-modal-content { position: relative; width: 420px; max-width: calc(100% - 40px); background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, .05); }
.membership-login-modal-close { position: absolute; top: -34px; right: 0; color: #000; }
.membership-login-modal-navigation { position: relative; display: flex; justify-content: center; padding: 15px 0 10px; }
.membership-login-modal-navigation .e-link { position: relative; display: block; padding: 14px 20px; font-family: var(--font-heading); font-size: 20px; font-weight: 500; line-height: 1.3333em; color: #000; }
.membership-login-modal-navigation li.is-active .e-link::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: 8px; height: 1px; background: #000; }
.membership-panel { display: none; padding: 0 30px 30px; }
.membership-panel.is-active { display: block; }
.membership-form .m-fields input { margin-bottom: 20px; display: block; }
.membership-form .m-fields input:last-child { margin-bottom: 0; }
.membership-form .m-fields label { display: block; margin-bottom: 16px; }
.membership-form .m-links { display: flex; align-items: center; justify-content: space-between; margin-top: 29px; }
.membership-form .m-links-remember { display: flex; align-items: center; }
.membership-form .m-links-remember input { width: 13px; height: 13px; margin: -3px 5px 0 0; -webkit-appearance: checkbox; appearance: checkbox; }
.membership-form .m-action { margin-top: 31px; text-align: center; }
.membership-form .m-response { margin-top: 16px; font-size: 15px; text-align: center; min-height: 0; }
.membership-form .m-response.is-error { color: #b2362f; }
.membership-form .m-response.is-success { color: #2e7d5b; }
.membership-page { padding: 100px 0 120px; background: var(--c-cream); }
.membership-page .membership-login-modal-content { margin: 0 auto; }
.membership-page .membership-login-modal-navigation { padding-top: 25px; }

/* ---------- Misc widgets ---------- */
.heading-title { font-size: 43px; line-height: 1.0698em; margin: 0; }
.text-editor { font-family: var(--font-body); font-weight: 500; }
.text-editor p { margin: 10px 0; }
.text-editor ul { list-style: disc; padding-left: 1.3em; }
.text-editor li { margin: 0; }
.google-map { width: 100%; }
.google-map iframe { display: block; width: 100%; height: 300px; border: 0; }
.embed-note { font-size: 13px; color: var(--c-text-light); }

/* ---------- Elementor-equivalent containers used on inner pages ---------- */
.page-inner { position: relative; }
.content-full-width.page-inner { padding: 0; }
.el-container { position: relative; display: flex; flex-wrap: wrap; width: 100%; max-width: 1140px; margin: 0 auto; padding: 10px; }
.el-container > * { width: 100%; }
.el-container--grid { max-width: 1100px; padding: 0; }
.el-container--full { max-width: none; padding: 10px; }
.el-container > .el-col { width: 50%; padding: 10px; }
.el-col.el-col-33 { width: 33.333%; }
.el-col.el-col-50 { width: 50%; }
.el-col.el-col-100 { width: 100%; }
.el-container--grid > .el-col:first-child { padding-left: 0; }
.el-container--grid > .el-col:last-child { padding-right: 0; }
@media (max-width: 1024px) { .el-container > .el-col, .el-col.el-col-33, .el-col.el-col-50 { width: 100%; padding-left: 0; padding-right: 0; } .el-container { padding-left: 20px; padding-right: 20px; } .el-container--grid { padding: 0 20px; } }

/* ---------- Info card (measured) ---------- */
.info-card { align-items: center; width: 100%; }
.info-card .ic-image { width: 520px; flex: 0 0 520px; position: relative; clip-path: inset(10% 0 10% 0); }
.info-card .ic-image img { display: block; width: 520px; height: auto; }
.info-card .ic-content { flex: 1; background: var(--c-cream); padding: 61px 70px 80px; }
.info-card--image-right { flex-direction: row-reverse; }
.info-card:not(.info-card--image-right) .ic-content { order: 2; }
.info-card .ic-title { margin: 0; font-size: 43px; line-height: 46px; }
.info-card .ic-subtitle { display: block; margin: 24px 0 0; font-size: 21px; line-height: 35px; color: var(--c-text); }
.info-card .ic-text { margin: 22px 0 0; }
.info-card .ic-button { display: none; }
@media (max-width: 1024px) { .info-card { flex-direction: column; } .info-card .ic-image { width: 100%; flex: none; } .info-card .ic-image img { width: 100%; max-width: 520px; margin: 0 auto; } .info-card .ic-content { width: 100%; padding: 40px 30px 50px; margin-top: 0; text-align: left; } }
@media (max-width: 680px) { .info-card .ic-title { font-size: 32px; line-height: 36px; } .info-card .ic-subtitle { font-size: 18px; line-height: 29px; } }

/* ---------- Carousel (Elementor image-carousel equivalent: 3 per view, no gap) ---------- */
.carousel .carousel-slide { padding: 0; }
.carousel .carousel-slide img { width: 100%; height: auto; display: block; }
.carousel--stretch .carousel-slide img { width: 100%; }
.carousel .carousel-btn { color: #fff; width: 20px; height: 20px; font-size: 20px; }
.carousel .carousel-btn svg { width: 20px; height: 20px; filter: drop-shadow(0 0 2px rgba(0, 0, 0, .4)); }
.carousel .carousel-btn--prev { left: 10px; }
.carousel .carousel-btn--next { right: 10px; }

/* Spa page 3-column carousels + text */
.spa-grid .el-col .carousel { margin-bottom: 0; }
.spa-grid .image-with-text .iwt-title { margin-top: 20px; }
.spa-grid .image-with-text .iwt-text { margin-top: 13px; }

/* Events */
.events-intro { padding: 113px 0 93px; text-align: center; }
.events-intro .section-title { margin: 0; }
.events-text { margin-top: 20px; text-align: center; }
.events-text p { font-weight: 500; color: #7a7a7a; }
.events-image img { display: block; width: 1000px; max-width: 100%; margin: 0 auto; }
@media (max-width: 1024px) { .events-intro { padding: 70px 0 60px; } }
.events-wedding .info-card .ic-button { display: none; }

/* Amenities */
.amenities-intro { padding: 109px 0 63px; }
.amenities-intro .el-container--grid { display: flex; }
.amenities-intro .amenities-heading { width: 367px; flex: 0 0 367px; padding-right: 26px; text-align: right; }
.amenities-intro .amenities-heading .heading-title { font-size: 35px; line-height: 35px; font-weight: 600; color: var(--c-gold); }
.amenities-intro .amenities-text { flex: 1; margin-top: -17px; }
.amenities-intro .amenities-text p, .amenities-row .text-editor p { font-weight: 500; color: #7a7a7a; }
.amenities-row { padding: 20px 0 38px; }
.amenities-row .el-container--grid > .el-col { padding: 0 27px 0 0; }
.amenities-row .el-container--grid > .el-col:last-child { padding: 0 13px 0 14px; }
.amenities-row .image-with-text .iwt-title { margin-top: 20px; }
.amenities-row .text-editor { margin-top: 13px; }
.amenities-row .text-editor ul { margin: 10px 0; }
@media (max-width: 1024px) { .amenities-intro { padding: 60px 0 40px; } .amenities-intro .el-container--grid { flex-direction: column; } .amenities-intro .amenities-heading { width: 100%; flex: none; text-align: left; padding: 0; } .amenities-intro .amenities-text { margin-top: 10px; } .amenities-row .el-container--grid > .el-col, .amenities-row .el-container--grid > .el-col:last-child { padding: 0; margin-bottom: 30px; } }

/* Offer / gallery masonry (positioned by JS, Isotope-style) */
.image-gallery--masonry .gallery-grid { display: block; position: relative; }
.image-gallery--masonry .gallery-item { position: absolute; top: 0; left: 0; overflow: hidden; }
.image-gallery--masonry .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer-promos .heading-title { font-weight: 600; line-height: 43px; color: var(--c-gold); text-align: center; }

/* Contact / recruitment page */
.contact-page { padding: 94px 0 132px; }
.contact-page .el-container--grid > .el-col { padding: 0 16px 0 0; }
.contact-page .el-container--grid > .el-col:last-child { padding: 0 0 0 17px; }
.contact-page .text-editor h4 { margin: 25px 0; font-family: var(--font-heading); font-size: 25px; line-height: 30px; font-weight: 500; }
.contact-page .contact-address address { font-style: italic; font-weight: 500; color: #7a7a7a; min-height: 27px; }
.contact-page .contact-address abbr { text-decoration: underline dotted; }
.contact-page .google-map { margin-top: 20px; }
.contact-page .google-map iframe { height: 300px; }
.careers-page .heading-title { font-weight: 500; }
.careers-form { max-width: 560px; margin: 0 auto; }
@media (max-width: 1024px) { .contact-page { padding: 60px 0 80px; } .contact-page .el-container--grid > .el-col, .contact-page .el-container--grid > .el-col:last-child { padding: 0; } .contact-page .contact-form { margin-top: 30px; } }

/* Membership standalone page title */
.page-title--plain { background: var(--c-cream); }
.page-title--plain .pt-content { padding-top: 0; }
.page-title--plain .pt-title { color: #000; font-size: 43px; }

/* Room page (measured) */
.room-single .room-slider .rs-slide { padding: 0; margin-right: 2px; }
.room-single .room-content { padding-top: 70px; }
.room-single .room-layout { margin: 0 -15px; }
.room-single .room-main { width: 66.667%; padding: 0 15px; margin-bottom: 30px; }
.room-single .room-side { width: 33.333%; padding: 0 15px; }
.room-single .room-amenity { margin: 0; padding-top: 37px; }
.room-single .room-amenity-title { margin: 0 0 34px; font-size: 25px; line-height: 30px; }
.room-single .amenity-items { margin: 0 -10px; }
.room-single .amenity-item { width: 50%; padding: 5px 10px; margin: 0; }
.room-single .amenity-link { display: inline-flex; align-items: center; }
.room-single .amenity-svg { width: 30px; margin-right: 13px; justify-content: flex-start; }
.room-single .amenity-svg svg { width: 24px; max-height: 24px; }
.room-single .room-book { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.room-single .room-book .room-price { display: inline-flex; align-items: baseline; gap: 8px; }
.room-single .room-book .rl-price-value { font-size: 25px; font-weight: 300; }
.room-single .room-book .room-price-unit { color: var(--c-text); }
.related-rooms { margin: 3px auto 0; padding-bottom: 90px; }
.related-rooms .rr-title { margin: 0 0 21px; font-size: 35px; line-height: 40px; }
.related-rooms .rr-grid { margin: 0 -15px; }
.related-rooms .rr-item { width: 33.333%; padding: 0 15px; margin-bottom: 30px; }
.room-list-item .rl-media { margin-bottom: 20px; }
.room-list-item .rl-price { left: -18px; bottom: 18px; padding: 14px 20px; }
.room-list-item .rl-price-label { font-family: var(--font-body); font-size: 17px; font-weight: 300; letter-spacing: 0; text-transform: none; line-height: 27px; margin-right: 8px; }
.room-list-item .rl-price-value { font-family: var(--font-heading); font-size: 25px; font-weight: 300; line-height: 27px; position: relative; top: -3px; }
.room-list-item .rl-content { padding: 0; margin-bottom: 22px; }
.room-list-item .rl-title { font-size: 35px; line-height: 40px; }
.room-list-item .rl-title a { font-size: 30px; }
.room-list-item .rl-info { margin-top: 0; }
.room-list-item .rl-capacity { font-family: var(--font-body); font-size: 17px; font-weight: 300; letter-spacing: 0; text-transform: none; color: #000; }
@media (max-width: 1024px) { .room-single .room-main { width: 100%; } .related-rooms .rr-item { width: 50%; } }
@media (max-width: 680px) { .room-single .amenity-item { width: 100%; } .related-rooms .rr-item { width: 100%; } .room-single .room-book { flex-direction: column; align-items: flex-start; } }

/* Booking page */
.booking-page { padding: 70px 0 100px; }
.booking-page .booking-intro .heading-title { margin-bottom: 10px; }
.booking-page .booking-form .reservation { background: var(--c-cream); padding: 40px 40px 44px; }
.booking-page .room-reservation { display: block; }
.booking-rooms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.booking-room { display: block; }
.booking-room img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; margin-bottom: 10px; }
.booking-room-title { display: block; font-family: var(--font-heading); font-size: 25px; line-height: 1.2; color: #000; }
.booking-room-price { display: block; font-size: 15px; color: var(--c-text); }
@media (max-width: 1024px) { .booking-page { padding: 50px 0 70px; } }
@media (max-width: 480px) { .booking-rooms { grid-template-columns: 1fr; } .booking-page .booking-form .reservation { padding: 30px 20px; } }

/* Dining experience landing */
.dining-landing { padding: 70px 0 100px; }
.dining-landing .iwt-title a { color: #000; }

/* ---------- Mobile refinements measured from the live site (≤680 / ≤480) ---------- */
@media (max-width: 480px) {
  .content-grid, .section--boxed > .section-inner, .section--grid > .section-inner { width: 320px; }
}
@media (max-width: 680px) {
  .home-intro { padding: 122px 0 124px; }
  .home-intro .home-intro-cols { padding: 0 29px; }
  .home-intro .home-intro-left { text-align: right; }
  .home-intro .intro-map { width: 100%; margin: 0; }
  .home-intro .intro-stars { margin: -44px 0 0 auto; }
  .home-intro .intro-book { text-align: right; }
  .home-intro .intro-book .btn { margin-right: 0; }
  .home-intro .home-intro-right { margin-top: 23px; }
  .home-intro .intro-images { margin-top: 53px; }
  .home-intro .intro-images > div + div { margin-top: 31px; }
  .banner .banner-image img { transform: translateX(-4px) translateZ(0) scale(1.05); }
  .banner .banner-content { position: relative; top: auto; transform: none; }
  .banner .banner-content-inner { display: block; width: 100%; max-width: 100%; padding: 21px 30px 28px !important; }
  .banner .banner-title { font-size: 29px; line-height: 33px; }
  .banner .banner-title br { display: none; }
  .banner .banner-button { display: none; }
  .home-relax { padding: 80px 0 50px; }
  .section-title .st-title { font-size: 36px; line-height: 38px; }
  .section-title .st-text { margin: 24px 16px 0; font-size: 17px; line-height: 27px; }
  .centered-slider .cs-pagination { margin-top: 27px; }
  .page-title .pt-title { font-size: 36px; }
}

/* Page title heights (desktop → tablet/mobile, as on the live theme) */
.page-title--h450 { height: 450px; }
.page-title--h495 { height: 495px; }
.page-title--h170 { height: 170px; }
@media (max-width: 1024px) {
  .page-title--h450 { height: 260px; }
  .page-title--h495 { height: 300px; }
  .info-card .ic-image { margin: -13% auto; }
  .info-card .ic-content { margin-top: 0; }
}
