/*
Theme Name: Newgen
Theme URI: https://beta.spalvotasberzas.lt/
Author: Spalvotas Beržas
Description: Spalvotas Beržas hospitality theme for the beta development site.
Version: 1.3.4
Text Domain: newgen
*/

:root {
  --ng-ink: #222222;
  --ng-muted: #777777;
  --ng-line: #d6d6d6;
  --ng-soft: #f9f9f9;
  --ng-accent: #317181;
  --ng-dark: #222222;
  --ng-white: #ffffff;
  --ng-font: "Raleway", Arial, sans-serif;
  --ng-menu-font: "Raleway", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ng-ink);
  background: var(--ng-white);
  font-family: var(--ng-font);
  font-size: 15px;
  line-height: 1.8;
}

body.home {
  background: var(--ng-white);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.ng-container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.ng-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--ng-white);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.ng-site-header.is-solid,
body:not(.home) .ng-site-header {
  color: var(--ng-ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.ng-header-shell {
  width: min(1420px, calc(100% - 64px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.ng-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  font-family: var(--ng-menu-font);
  font-size: 18px;
  font-weight: 700;
}

.ng-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.ng-logo-normal {
  display: none;
}

.ng-site-header.is-solid .ng-logo-normal,
body:not(.home) .ng-logo-normal {
  display: block;
}

.ng-site-header.is-solid .ng-logo-transparent,
body:not(.home) .ng-logo-transparent {
  display: none;
}

.ng-brand .ng-logo-transparent {
  display: block;
  width: 72px;
  height: 72px;
}

.ng-brand span {
  display: none;
}

.ng-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--ng-menu-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  margin-left: auto;
}

.ng-nav a {
  position: relative;
  padding: 24px 0;
}

.ng-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.ng-nav a:hover::before {
  transform: scaleX(1);
}

.ng-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
}

.ng-menu-toggle span,
.ng-menu-toggle::before,
.ng-menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.ng-mobile-panel {
  display: none;
}

.ng-hero {
  position: relative;
  min-height: 95vh;
  height: 95vh;
  overflow: hidden;
  background: var(--ng-dark);
}

.ng-hero-slides,
.ng-hero-slide,
.ng-hero-shade {
  position: absolute;
  inset: 0;
}

.ng-hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: ngFade 10s infinite;
}

.ng-hero-slide-1 {
  animation-delay: 2.5s;
}

.ng-hero-slide-2 {
  animation-delay: 5s;
}

.ng-hero-slide-3 {
  animation-delay: 7.5s;
}

@keyframes ngFade {
  0%, 20% { opacity: 1; }
  25%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

.ng-hero-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.24));
}

.ng-availability-wrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(92%, 680px);
  min-width: 0;
  transform: translate(-50%, -50%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.3);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.ng-availability-wrap h1 {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.36);
}

.ng-home-booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 150px;
  gap: 8px;
  align-items: end;
}

.ng-home-booking-form label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.ng-home-booking-form input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.48));
  color: #1f261f;
  font: 700 14px/1.4 var(--ng-font);
  padding: 0 13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 20px rgba(0, 0, 0, 0.11);
  outline: none;
}

.ng-home-booking-form button {
  height: 44px;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(42, 53, 38, 0.96), rgba(85, 111, 64, 0.96));
  color: #ffffff;
  font: 800 14px/1 var(--ng-font);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.ng-home-booking-form button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 16px 34px rgba(0, 0, 0, 0.28);
}

.ng-home-booking-form input:focus {
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 10px 24px rgba(0, 0, 0, 0.14);
}

.ng-booking-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  min-height: 92px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ng-availability-wrap .ng-booking-grid {
  align-items: flex-start;
}

.ng-reservation-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  color: #243128;
}

.ng-reservation-copy strong {
  font-size: 20px;
  line-height: 1.25;
}

.ng-reservation-copy span {
  color: #667067;
  font-size: 14px;
  line-height: 1.35;
}

.ng-berzas-booking {
  display: grid;
  gap: 16px;
}

.ng-home-reservation-widget,
.ng-full-reservation-widget {
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  align-items: start;
}

.ng-home-reservation-widget .ng-reservation-copy,
.ng-full-reservation-widget .ng-reservation-copy {
  grid-column: 1 / -1;
}

.ng-room-reservation-widget {
  grid-template-columns: 1fr;
}

.ng-home-reservation-widget .sb-booking-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng-home-reservation-widget .sb-booking-form label:nth-of-type(6),
.ng-home-reservation-widget .sb-booking-form label:nth-of-type(7),
.ng-home-reservation-widget .sb-booking-form .sb-check,
.ng-home-reservation-widget .sb-booking-form .sb-submit,
.ng-home-reservation-widget .sb-booking-form .sb-form-result {
  grid-column: 1 / -1;
}

.mphb-required-fields-tip,
.mphb_sc_search-adults,
.mphb_sc_search-children {
  display: none;
}

.mphb_sc_search-wrapper,
.mphb_sc_search-submit-button-wrapper {
  margin: 0;
}

.mphb_sc_search-submit-button-wrapper {
  flex: 0 0 220px;
  height: 40px;
  display: flex;
  align-items: center;
}

.ng-static-booking .mphb_sc_search-submit-button-wrapper,
.ng-room-booking .mphb_sc_search-submit-button-wrapper {
  align-self: flex-end;
}

.ng-availability-wrap .mphb_sc_search-submit-button-wrapper {
  align-self: flex-start;
  margin-top: 33.5px;
}

.mphb_sc_search-submit-button-wrapper .ng-button {
  width: 100%;
  height: 40px;
}

.ng-field {
  flex: 1 1 auto;
  margin: 0;
}

.ng-field label {
  display: block;
  margin: 0 0 8px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.ng-field input,
.ng-field select,
.ng-field textarea {
  width: 100%;
  height: 40px;
  min-height: 40px;
  border: 1px solid #999999;
  border-radius: 8px;
  background: var(--ng-white);
  color: var(--ng-ink);
  font: 400 14px/1.8 var(--ng-font);
  padding: 0 14px;
}

.ng-button,
.ng-booking-grid button,
.ng-booking-grid input[type="submit"] {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 0;
  border-radius: 8px;
  background: #363636;
  color: var(--ng-white);
  font-family: var(--ng-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ng-button:hover,
.ng-booking-grid button:hover,
.ng-booking-grid input[type="submit"]:hover {
  background: var(--ng-accent);
  transform: scale(0.98);
}

.ng-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.ng-amenities-card {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 26px;
  background: #ffffff;
}

.ng-amenities-card h2 {
  margin-top: 0;
}

.ng-amenities-card h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.ng-payment-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(49, 113, 129, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(31, 40, 28, 0.08);
}

.ng-payment-box h2:first-child {
  margin-top: 0;
}

.ng-white-spacer {
  height: 50px;
  border: 25px solid #ffffff;
  background: #ffffff;
}

.ng-section {
  padding: 72px 0;
}

.ng-rooms-section {
  padding-top: 0;
  padding-bottom: 35px;
}

.ng-section-title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.ng-rooms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 370px));
  gap: 28px;
  align-items: stretch;
  justify-content: center;
}

.ng-room-card {
  display: grid;
  grid-template-rows: auto 156px 104px auto;
  text-align: center;
  background: var(--ng-white);
  border: 1px solid rgba(2, 1, 1, 0.53);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 24px;
}

.ng-room-image {
  display: block;
  overflow: hidden;
}

.ng-room-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.35s ease;
}

.ng-room-card:hover .ng-room-image img {
  transform: scale(1.045);
}

.ng-room-card h3 {
  min-height: 0;
  margin: 28px 0 22px;
  padding: 0 18px;
  color: #363636;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.ng-room-card h3 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 2px;
}

.ng-room-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 20px;
  padding: 0;
  align-self: start;
}

.ng-room-facts div {
  min-height: 82px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  border-left: 1px solid #363636;
}

.ng-room-facts div:first-child {
  border-left: 0;
}

.ng-fact-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #636363;
}

.ng-fact-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ng-room-facts strong {
  display: block;
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ng-room-card > .ng-button {
  align-self: start;
  justify-self: center;
  border-radius: 10px;
  font-family: var(--ng-menu-font);
  font-size: 15px;
}

.ng-services {
  padding: 36px 0 44px;
  background: #f3f3f3;
}

.ng-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ng-service-card {
  min-height: 146px;
  padding: 20px 18px;
  text-align: center;
  background: transparent;
  border: 0;
}

.ng-service-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 0;
  border-radius: 0;
  color: #636363;
}

.ng-service-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ng-service-card h3 {
  margin: 0;
  color: #6f6f6f;
  font-size: 24px;
  line-height: 1.3;
}

.ng-service-card p {
  margin: 0;
  color: var(--ng-muted);
}

.ng-testimonials {
  padding: 40px 0 92px;
  background: var(--ng-soft);
  overflow: hidden;
}

.ng-review-track {
  position: relative;
  width: 76.299%;
  max-width: 920px;
  margin: 0 auto;
}

.ng-review {
  min-height: 0;
  padding: 0 0 50px;
  text-align: center;
  background: transparent;
  border: 0;
}

.ng-review:not(.is-active) {
  display: none;
}

.ng-stars {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
  color: #fec42d;
  font-size: 15px;
  margin: 0 0 20px;
}

.ng-review p {
  margin: 0 0 26px;
  color: #636363;
  font-size: 18px;
  white-space: pre-line;
}

.ng-review strong,
.ng-review span {
  display: block;
  color: #636363;
  font-size: 15px;
}

.ng-review-nav {
  position: absolute;
  top: 35%;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #636363;
  cursor: pointer;
}

.ng-review-nav::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.ng-review-prev {
  left: 0;
}

.ng-review-prev::before {
  transform: rotate(-45deg);
}

.ng-review-next {
  right: 0;
}

.ng-review-next::before {
  transform: rotate(135deg);
}

.ng-video-band {
  position: relative;
  min-height: 752px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("assets/media/houses/general/dji_0668.jpg") center/cover no-repeat;
  background-color: var(--ng-dark);
}

.ng-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 133.333vh);
  height: max(75vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ng-video-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.ng-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 2;
  height: 50px;
  color: var(--ng-dark);
  overflow: hidden;
}

.ng-wave svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
  transform: rotate(180deg);
}

.ng-site-footer {
  background: var(--ng-dark);
  color: var(--ng-white);
}

.ng-footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  width: min(1425px, 100%);
  margin: 0 auto;
  padding: 60px 90px;
  text-align: left;
}

.ng-footer-widgets section {
  min-width: 0;
}

.ng-footer-widgets h2 {
  margin: 0 0 18px;
  color: var(--ng-white);
  font-family: var(--ng-menu-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
  text-transform: uppercase;
}

.ng-footer-widgets p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.ng-socials {
  display: flex;
  gap: 10px;
}

.ng-footer-widgets img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.ng-footer-inner {
  width: min(1425px, 100%);
  margin: 0 auto;
  border-top: 1px solid #444444;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 90px 20px;
  font-family: var(--ng-menu-font);
  font-size: 13px;
  font-weight: 500;
}

.ng-footer-nav {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  gap: 0;
}

.ng-footer-nav a {
  margin-left: 20px;
}

.ng-footer-inner > span {
  order: 1;
  width: 50%;
}

a#toTop.ng-to-top {
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  bottom: 20px;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  width: 45px;
  z-index: 9999;
}

a#toTop.ng-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

a#toTop.ng-to-top:hover {
  background: rgba(0, 0, 0, 0.18);
}

a#toTop.ng-to-top span {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: block;
  height: 12px;
  margin-top: 6px;
  transform: rotate(45deg);
  width: 12px;
}

.ng-page-main {
  padding: 150px 0 90px;
}

.ng-room-page {
  padding-top: 104px;
  background: var(--ng-white);
}

.ng-room-hero {
  position: relative;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto -33px;
  text-align: center;
}

.ng-room-hero img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  filter: brightness(70%);
  border-radius: 10px;
}

.ng-room-hero h1 {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  margin: 0;
  color: var(--ng-white);
  font-size: 100px;
  font-weight: 400;
  line-height: 1.05;
  transform: translateY(-50%);
}

.ng-room-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding-top: 54px;
  padding-bottom: 40px;
  scrollbar-width: thin;
}

.ng-room-gallery a {
  display: block;
}

.ng-room-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.ng-room-factbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 20px 0 30px;
  border-bottom: 1px solid #363636;
}

.ng-room-fact {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 4px 18px 0;
  border-right: 1px solid #d6d6d6;
  text-align: center;
}

.ng-room-fact:last-child {
  border-right: 0;
}

.ng-room-fact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #363636;
}

.ng-room-fact-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ng-room-fact-icon svg path,
.ng-room-fact-icon svg circle {
  fill: none;
  stroke: currentColor;
}

.ng-room-fact-label {
  color: #363636;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
}

.ng-room-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 56px;
  padding-top: 48px;
  padding-bottom: 70px;
}

.ng-room-copy h2 {
  margin: 0 0 32px;
  color: #222222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.ng-room-copy section {
  margin: 0 0 26px;
}

.ng-room-copy h3,
.ng-room-booking h2 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 24px;
  font-weight: 400;
}

.ng-room-copy p,
.ng-room-copy li {
  color: #222222;
  font-size: 15px;
  line-height: 1.8;
}

.ng-room-copy ul {
  margin: 0;
  padding-left: 20px;
}

.ng-room-booking {
  align-self: start;
  padding: 24px;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.ng-room-booking .ng-booking-grid {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.ng-room-booking .mphb_sc_search-submit-button-wrapper {
  width: 100%;
  flex: 0 0 auto;
}

.ng-room-wave {
  height: 50px;
  margin-top: -50px;
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0));
  color: #222222;
}

.ng-room-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ng-static-content {
  padding: 134px 0 90px;
  text-align: center;
}

.ng-static-heading {
  max-width: 940px;
  margin: 0 auto 46px;
}

.ng-static-heading h1 {
  margin: 0 0 24px;
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.ng-static-heading p {
  margin: 0;
  color: #222222;
  font-size: 22px;
  line-height: 1.65;
}

.ng-static-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.ng-static-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.ng-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 44px;
  text-align: center;
}

.ng-contact-grid article {
  padding: 28px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #ffffff;
}

.ng-contact-grid h2,
.ng-static-text h2 {
  margin: 0 0 14px;
  color: #222222;
  font-size: 28px;
  font-weight: 700;
}

.ng-contact-grid p,
.ng-static-text p,
.ng-static-text li {
  margin: 0 0 18px;
  color: #222222;
  font-size: 15px;
  line-height: 1.8;
}

.ng-static-text ul,
.ng-static-text ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.ng-map-frame {
  margin: 0 0 48px;
  overflow: hidden;
  border-radius: 10px;
}

.ng-map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.ng-static-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
  margin: 0 auto 48px;
  text-align: left;
}

.ng-static-image {
  margin: 0;
}

.ng-static-image img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: 0;
}

.ng-static-feature .ng-static-text:first-child:last-child {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.ng-static-booking {
  max-width: 760px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.08);
}

.ng-content {
  max-width: 920px;
  margin: 0 auto;
}

.ng-content h1 {
  margin-top: 0;
  font-size: 54px;
  line-height: 1.2;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .ng-header-shell {
    width: min(100% - 36px, 1420px);
    gap: 24px;
  }

  .ng-nav {
    gap: 18px;
  }

  .ng-brand img {
    width: 120px;
    height: 58px;
  }
}

@media (max-width: 980px) {
  .ng-header-shell {
    min-height: 82px;
  }

  .ng-nav {
    display: none;
  }

  .ng-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .ng-mobile-panel.is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: 270px;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 30px;
    background: var(--ng-white);
    color: var(--ng-ink);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    font-family: var(--ng-menu-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
  }

  .ng-hero {
    min-height: 90vh;
    height: 90vh;
  }

  .ng-availability-wrap h1 {
    display: block;
  }

  .ng-availability-wrap {
    top: auto;
    bottom: 15px;
    width: calc(100% - 30px);
    min-width: 0;
    transform: translateX(-50%);
    padding: 12px;
    border-radius: 18px;
  }

  .ng-home-booking-form {
    grid-template-columns: 1fr 1fr 132px;
    gap: 8px;
  }

  .ng-home-reservation-widget,
  .ng-full-reservation-widget,
  .ng-amenities-grid {
    grid-template-columns: 1fr;
  }

  .ng-home-reservation-widget .sb-booking-form {
    grid-template-columns: 1fr;
  }

  .ng-reservation-copy {
    display: block;
  }

  .ng-reservation-copy span {
    display: block;
    margin-top: 4px;
  }

  .ng-booking-grid,
  .ng-rooms,
  .ng-footer-widgets {
    grid-template-columns: 1fr;
  }

  .ng-room-card {
    display: block;
    padding-bottom: 24px;
  }

  .ng-room-card h3 {
    min-height: 0;
    margin-bottom: 16px;
  }

  .ng-booking-grid {
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
  }

  .ng-availability-wrap .ng-booking-grid {
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    min-height: 0;
    padding: 0;
  }

  .ng-availability-wrap .ng-field {
    flex: 1 1 0;
    min-width: 0;
  }

  .ng-availability-wrap .mphb_sc_search-submit-button-wrapper {
    flex: 0 0 150px;
    width: auto;
    margin-top: 33.5px;
  }

  .mphb_sc_search-submit-button-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }

  .ng-review-track {
    width: 100%;
  }

  .ng-review {
    padding-bottom: 0;
  }

  .ng-review-prev {
    left: 0;
  }

  .ng-review-next {
    right: 0;
  }
}

@media (max-width: 700px) {
  .ng-container {
    width: min(100% - 28px, 1140px);
  }

  .ng-brand img {
    width: auto;
    height: auto;
    max-height: 120px;
  }

  .ng-booking-grid {
    padding: 16px;
    gap: 10px;
  }

  .ng-availability-wrap .ng-booking-grid {
    gap: 6px;
    padding: 0;
  }

  .ng-availability-wrap .ng-field label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .ng-availability-wrap .ng-field input {
    height: 35px;
    min-height: 35px;
    padding: 0 8px;
    font-size: 12px;
  }

  .ng-availability-wrap .mphb_sc_search-submit-button-wrapper {
    flex-basis: 82px;
    height: 35px;
    margin-top: 22.7px;
  }

  .ng-availability-wrap .mphb_sc_search-submit-button-wrapper .ng-button {
    height: 35px;
    min-height: 35px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .ng-availability-wrap .sb-booking-form {
    padding: 14px;
    gap: 9px;
  }

  .ng-home-booking-form {
    grid-template-columns: 1fr;
  }

  .ng-home-booking-form input,
  .ng-home-booking-form button {
    height: 40px;
    border-radius: 12px;
  }

  .ng-availability-wrap h1 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ng-section {
    padding: 58px 0;
  }

  .ng-section-title {
    font-size: 34px;
  }

  .ng-service-grid {
    grid-template-columns: repeat(2, minmax(0, 45%));
    justify-content: center;
  }

  .ng-room-facts {
    grid-template-columns: 29% 28% 28%;
    justify-content: center;
  }

  .ng-video-band {
    min-height: 268px;
  }

  .ng-room-page {
    padding-top: 82px;
  }

  .ng-room-hero {
    width: 100%;
    margin-bottom: -15px;
  }

  .ng-room-hero img {
    max-height: 280px;
    border-radius: 0;
  }

  .ng-room-hero h1 {
    font-size: 24px;
  }

  .ng-room-gallery {
    grid-auto-columns: minmax(148px, 58%);
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .ng-room-gallery img {
    height: 190px;
  }

  .ng-room-factbar {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 8px;
  }

  .ng-room-fact {
    min-height: 92px;
    gap: 12px;
    padding-inline: 12px;
  }

  .ng-room-fact-icon,
  .ng-room-fact-icon svg {
    width: 37px;
    height: 37px;
  }

  .ng-room-fact-label {
    font-size: 22px;
  }

  .ng-room-detail {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 32px;
  }

  .ng-room-copy h2 {
    font-size: 22px;
  }

  .ng-static-page {
    padding-top: 82px;
  }

  .ng-static-content {
    padding-top: 40px;
  }

  .ng-static-heading h1 {
    font-size: 34px;
  }

  .ng-static-heading p {
    font-size: 18px;
  }

  .ng-static-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ng-static-gallery {
    grid-template-columns: 1fr;
  }

  .ng-contact-grid {
    grid-template-columns: 1fr;
  }

  .ng-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 30px;
  }

  .ng-footer-widgets {
    padding: 0 30px 30px;
  }

  .ng-footer-nav,
  .ng-footer-inner > span {
    width: 100%;
  }

  .ng-footer-nav {
    justify-content: flex-start;
  }

  .ng-footer-nav a {
    margin-left: 0;
    margin-right: 20px;
  }
}
