/* 
-------As Per Page Format Order----------
 intro-section-with-left-title,emap-multilocations,header,footer,hero-with-logo,area-attractions-snippet,story-timeline */ 

/* Layout 47-widget Starts */
.lt47-widget {
  padding: 80px 20px;
}
.milestone .lt47-widget {
  padding: 120px 20px;
}
.lt47-widget__container--small {
  max-width: 1104px;
}
.lt47-widget__smalltitle {
  margin-bottom: 10px;
}
.lt47-widget h1 {
  margin-bottom: 40px;
}
.lt47-widget__desc{
  margin-bottom: 35px;
}
.lt47-widget__desc h3 {
  font-size: 32px;
  line-height: 1.1em;
}
.lt47-widget__more-desc {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 40px;
}
.lt47-widget__btl{
  position: relative; 
  font: var(--body-text-fonts);
  margin-bottom: 20px;
  display: table;
}
.lt47-widget__btl span{
  padding-right: 8px; 
}
.lt47-widget-room__info{
  display: flex;
  align-items: center;
}
.lt47-widget-room__info{
  list-style: none; 
  padding-left: 0;
}
.lt47-widget-room__info li{
  padding: 0 18px; 
  position: relative;
}
.lt47-widget-room__info li:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background:  var(--text-color);
}
.lt47-widget-room__info li:first-child{
  padding-left: 0; 
}
.lt47-widget-room__info li:last-child{
  padding-right: 0; 
}
.lt47-widget-room__info li:last-child:after{
  display: none; 
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1023.98px) {}

@media (max-width: 959.98px) {
  .lt47-widget__col + .lt47-widget__col {
    margin-top: 40px;
  }
  .lt47-widget h1 {
    font-size: 52px;
  }
  .lt47-widget {
    padding: 80px 20px;
  }
}

@media (max-width: 767.98px) { 
  .lt47-widget__col--right {
    margin-top: 20px;
  } 
  .lt47-widget {
    padding:40px 0px; 
  }
  .lt47-widget__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 639.98px) {}

@media (max-width: 575px) {}

/* Layout 47-widget Ends */
.multilocation-udam {
  background-color: #241712;
  color: var(--inverse-font-color);
}
@media (max-width: 1200px) {
  .multilocation-udam {
    min-height: 760px;
  }
}
.multilocation-udam h3, .multilocation-udam h2 {
  color: var(--inverse-font-color);
}
.map-address {
  font: var(--body-text-fonts);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.multilocation-udam__locations {

}
.multilocation-udam__title {
  padding: 120px 0 32px 120px;
}

.js-multilocation-map-name {
  color: var(--inverse-font-color);
  text-decoration: underline;
  padding: 5px 8px;
  display: inline-block;
  font-size: 16px;
}
.multilocation-udam__item.activempin .js-multilocation-map-name {
  color: var(--highlight-color);
}
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 120px;
  column-gap: 20px;
  padding-bottom: 80px;
}
.multilocation-udam__unap-address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.multilocation-udam__item+.multilocation-udam__item {

}

.multilocation-udam__name {
  margin-bottom: 10px;
}

.multilocation-udam__name>a {
  color: inherit;
}

.multilocation-udam__name>a:hover,
.multilocation-udam__name>a:focus-visible {
  color: var(--highlight-color);
}

.multilocation-udam__actions {
  display: flex;
  align-items: center;
  position: relative;
}

.multilocation-udam__actions .uk-button+.uk-button {
  margin-left: 20px;
}

#multilocation_map_canvas {
  /* height: 0; */
  /* padding-bottom: 75%; */
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
}

#multilocation_map_canvas>* {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100% !important;
}

#multilocation_map_canvas>*>*,
#multilocation_map_canvas>*>*>* {
  height: 100% !important;
}

#multilocation_map_canvas .H_ib_close:hover svg {
  fill: rgba(0, 0, 0, .59) !important
}

#multilocation_map_canvas .H_ib_close.H_btn:hover svg {
  fill: var(--secondary-color) !important;
}

#multilocation_map_canvas .pin-icon {
  width: 26px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: relative;
  left: -13px;
  top: -38px;
}

#multilocation_map_canvas .H_ib_body {
  min-width: 250px;
  right: -110px;
  margin-right: 0;
  margin-bottom: 0;
  bottom: 49px;
}

#multilocation_map_canvas .H_ib_tail {
  margin: -49px -11px;
}

#multilocation_map_canvas .map-phone>a {
  color: var(--primary-color);
  text-decoration: underline;
}

#multilocation_map_canvas .map-phone>a:hover,
#multilocation_map_canvas .map-phone>a:focus-visible {
  text-decoration: none;
}

@media (max-width: 1299.98px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1023.98px) {
  .multilocation-udam__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .multilocation-udam__actions .uk-button+.uk-button {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 959.98px) {
  .multilocation-udam__grid > * {
    width: 100%;
  }

  .multilocation-udam__actions .uk-button {
    position: relative;
  }

  .multilocation-udam__locations {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    width: auto;
    height: auto;
  }
  .multilocation-udam__title {
    width: 100%;
    padding: 120px 40px 40px;
  }
  .locations-grid {
    padding: 0 40px 40px;
  }
  #multilocation_map_canvas {
    height: 0; 
    padding-bottom: 75%; 
  }
  #multilocation_map_canvas>* {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .multilocation-udam__item {
    width: 90%;
    flex: 0 0 90%;
  }
  #multilocation_map_canvas {
    padding-bottom: 100%;
  }
}
.header-anchor {
  position: relative;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: none; /* We remove the transition to prevent jitter */
}

/* The spacer must match the height of the 'expanded' header state */
.header-spacer {
  height: 298px; /* Adjust this to match your total expanded header height */
  width: 100%;
}
.ng-star-inserted .header-spacer {
  display: none;
}
/* When the header is fixed, we don't need to change height 
because it's already 'floating' above the content */
.header.is-fixed {
  border-bottom: 1px solid #D1CEC8;
}
/*.VComponent:has(.header)+.VComponent {
margin-top: 300px;
}
.VComponent:has(.header.is-fixed)+.VComponent {
margin-top: 113px;
}*/
.ng-star-inserted .header {
  position: static;
}
.navmenu__list-link {
  font: var(--header-fonts);
  font-family: 'ABC Arizona', sans-serif;
  letter-spacing: .2em;
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  position: relative;
}
.header-top {
  padding: 19px 0;
  background-color: var(--tertiary-color);
  color: var(--inverse-font-color);
  font-size: 14px;
  line-height: 21px;
  min-height: 60px;
}
.header.is-fixed .header-top {
  display: none;
}
.ng-star-inserted .header.is-fixed .header-top {
  display: block;
}
.header-top .button-link {
  color: var(--inverse-font-color);
  font-size: 12px;
  margin-bottom: -6px;
}
.header-top-flex.uk-flex {
  gap: 12px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  flex-wrap: wrap;
}
.header-top-flex.uk-flex:before, .header-top-flex.uk-flex:after {
  content: '';
  font-family: var(--icon-fonts);
  font-size: 12px;
  color: #826a5b;
  position: absolute;
  top: 1px;
}
.header-top-flex.uk-flex:before {
  left: 0;
}
.header-top-flex.uk-flex:after {
  right: 0;
}
.header-top .button-link:hover,
.header-top .button-link:focus {
  border-color: transparent;
}
.header-bottom {
  background-color: var(--bg-header);
  padding: 64px 0;
  min-height: 238px;
  transition: all 0.3s ease;
}
.navmenu__list-link:hover,
.navmenu__list-link:focus {
  color: var(--header-color);
}
.navmenu__list-link-span {
  position: relative;
}
.navmenu__list-link .navmenu__list-link-span:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
}
.navmenu__list-link .navmenu__list-link-span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #35547E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.navmenu__list-link:hover .navmenu__list-link-span:after,
.navmenu__list-link:focus .navmenu__list-link-span:after,
.navmenu__list-link.navON .navmenu__list-link-span:after {
  transform: scaleX(1);
}
.navmenu__list {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.header-center .header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.header.is-fixed .header-center .header-logo {
  display: block;
}
.ng-star-inserted .header.is-fixed .header-center .header-logo {
  display: flex;
}
.header-bottom-flex {
  justify-content: space-between;
  align-items: center;
}
.header-left, .header-right {
  max-width: 580px;
  width: 100%;
}
.header-right .uk-button-primary {
  font-size: 16px;
  line-height: 1.12em;
}
.header-center {
  min-width: 280px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.navmenu__dropdown .navmenu__list-link {
  padding-right: 36px;
}
.navmenu__dropdown .navmenu__list-link:before {
  content: '\e91a';
  font-family: var(--icon-fonts);
  font-size: 30px;
  line-height: normal;
  position: absolute;
  right: 0;
  top: -5px;
  transition: all 0.3 ease-in-out;
}
.navmenu__dropdown .navmenu__list-link:hover:before {
  transform: rotate(180deg);
}
@supports (-moz-appearance: none) {
  .navmenu__dropdown .navmenu__list-link::before {
    top: -9px;
  }
}
.navmenu-dropmenu {
  border: 1px solid #D1CEC8;
  padding: 6px;
}
.navmenu-dropmenu-inner {
  padding: 0;
  list-style-type: none;
}
.navmenu-dropmenu-inner {
  padding: 20px;
  list-style-type: none;
  border: 1px solid #DDDAD6;
}
.navmenu-dropmenu__item + .navmenu-dropmenu__item {
  margin-top: 24px;
}
.logo-text {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}
.header.is-fixed .logo-text {
  opacity: 0;
  height: 0;
  position: absolute;
}
.ng-star-inserted .header.is-fixed .logo-text {
  opacity:1;
  height: auto;
  position: static;
}
.header.is-fixed .header-bottom {
  padding: 27px 0;
  min-height: 112px;
}
.ng-star-inserted .header.is-fixed .header-bottom {
  padding: 64px 0;
  min-height: 238px;
}
.mob-only {
  display: none !important;
}
.header__toggler-btn {
  background: transparent;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ACC0D2;
  cursor: pointer;
}
.header__toggler-btn:hover, .header__toggler-btn:focus {
  background-color: var(--secondary-color);
}
.sidebar-header>div {
  text-align: center;
}
.sidebar-booking a {
  color: var(--inverse-font-color);
}
.sidebar-booking a:after {
  border-color: var(--inverse-font-color);
}
.navmenu-dropmenu .button-link.navON:after {
  transform: scaleX(1);
}
@media (max-width: 1209.98px) {
  .header-center {
    min-width: 160px;
  }
  .navmenu__list, .header-right {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .header-center {
    min-width: 150px;
  }
  .navmenu__list, .header-right {
    gap: 8px;
  }
}
@media (max-width: 959.98px) {
  .desktop-only {
    display: none !important;
  }
  .mob-only {
    display: block !important;
  }
  .header-collapsible.navmenu.js-header-collapse {
    display: none;
  }
  .logo-text {
    display: none;
  }
  .header-bottom {
    padding: 40px 0;
    border: 4px solid #f6f4ef;
    min-height: 196px;
  }
  .header-booking {
    max-width: 115px;
  }
  .header-bottom-flex {
    padding: 20px 0;
  }
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 241px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 241px;
}*/
  .header-spacer {
    height: 241px;
  }
  .header-collapsible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--primary-color);
    border-top: 1px solid var(--border-color);
    transition: right .4s ease;
    padding-bottom: 50px;
  }
  .sidebar-header {
    padding: 40px;
  }
  .is-header-active .header-collapsible {
    left: 0;
  }
  .navmenu__list {
    flex-direction: column;
    text-align: center;
    gap: 64px;
  }
  .navmenu__list-link {
    color: var(--inverse-font-color);
  }
  .navmenu-dropmenu-inner {
    border: none;
  }
  .navmenu-dropmenu {
    position: static!important;
    background: transparent;
    border: none;
    outline: 0;
    max-width: unset!important;
    box-shadow: none;
  }
  .navmenu-dropmenu__item .button-link {
    color: var(--inverse-font-color);
  }
  .navmenu-dropmenu__item .button-link:hover,
  .navmenu-dropmenu__item .button-link:focus,
  .navmenu-dropmenu__item .button-link.navON {
    color: var(--inverse-font-color);
    text-decoration: underline;
  }
  .navmenu-dropmenu__item .button-link:before,
  .navmenu-dropmenu__item .button-link:after {
    display: none;
  }
  .navmenu__list-link:hover, .navmenu__list-link:focus {
    color: var(--inverse-font-color);
  }
  .navmenu__list-link .navmenu__list-link-span:after {
    background-color: var(--inverse-font-color);
  }
}
@media (max-width: 767.98px) {
  .header-top .uk-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-booking {
    max-width: 72px;
  }
  .header-booking .uk-button  {
    font-size: 12px;
    padding: 6px;
  }
  .header-center {
    min-width: 72px;
  }
  .header-top-flex.uk-flex {
    padding: 0;
    text-align: center;
  }
  .header-top-flex.uk-flex:before, .header-top-flex.uk-flex:after {
    display: none;
  }
  .header-bottom-flex {
    padding: 10px 0;
  }
  .header-bottom {
    padding: 20px 0;
    min-height: 128px;
  }
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 241px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 241px;
}*/
  .header-spacer {
    height: 241px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  /*.VComponent:has(.header)+.VComponent {
  margin-top: 189px;
}
  .VComponent:has(.header.is-fixed)+.VComponent {
  margin-top: 189px;
}*/
  .header-spacer {
    height: 189px;
  }
}
.footer {
  padding: 120px 0 0;
  border-top: 1px solid #D1CEC8;
}
.footer .uk-container {
  max-width: 1640px;
}
.footer-outer-border {
  border: 1px solid #D1CEC8;
  padding: 6px;
}
.footer-inner-border {
  border: 1px solid #DDDAD6;
  padding: 32px;
}
.footer-top {
  display: flex;
  gap: 16px;
  padding-bottom: 120px;
}
.form-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  background: #fff;
  color: #000;
}
.footer-left {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-form-content {
  text-align: center;
}
.footer-top-left {
  position: relative;
  margin-bottom: 16px;
}
.footer-logo {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%,-40%);
  width: 144px;
  height: 225px;
}
.footer-form-title {
  font-size: 32px;
}
.footer-form-title {
  font-size: 32px;
  margin-bottom: 12px;
}
.footer-form-description {
  margin-bottom: 12px;
}
.footer-inner-border .footer-title {
  margin-bottom: 35px;
  font-weight: 300;
}
.form--footer-field.uk-text-center {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.form-field-input {
  font: var(--form-input-fonts);
  font-family: 'ABC Arizona',sans-serif;
  text-transform: uppercase;
  height: 52px;
  width: 100%;
  border: 1px solid #d1cec8;
  padding: 16px;
  outline: 1px solid #E3E7E8;
  outline-offset: -6px;
  letter-spacing: 0.2em;
}
.form-field-input::placeholder {
  color: #D1CEC8;
}
.form-footer-field {
  position: relative;
}
.form-email-container {
  margin-top: 16px;
  width: calc(100% - 52px);
}
button.footer9-newsletter__btn {
  width: 52px;
  height: 52px;
  margin-top: 16px;
  background-color: #fff;
  font-size: 26px;
  padding: 12px;
  color: #9D9A96;
  border-top: 1px solid #D1CEC8;
  border-bottom: 1px solid #D1CEC8;
  border-right: 1px solid #D1CEC8;
  border-left: 0;
  outline: 1px solid #E3E7E8;
  outline-offset: -6px;
  cursor: pointer;
  margin-left: 0 !important;
}
.form-description {
  font-size: 12px;
  line-height: 1.4em;
  color: #344058;
  max-width: 385px;
  margin: 30px auto 0;
}
.form-description a{
  text-decoration: underline;
}
.footer-right .button-link {
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.footer-right .button-link.navON:after {
  transform: scaleX(1);
}
.footer-bottom-left {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
}
.footer-bottom-left.mob-only {
  margin-top: 20px;
}
.footer-bottom {
  min-height: 72px;
  background-color: #344058;
  color: var(--inverse-font-color);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  padding: 24px 0;
}
.footer-bottom-copyright, .footer-bottom-right {
  min-width: 400px;
  position: relative;
}
.footer-bottom-right {
  text-align: right;
}
.footer-bottom-grid {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-bottom-link .button-link {
  font-size: 14px;
}
.footer-link-container+.footer-link-container {
  margin-top: 20px;
}
.footer9__social-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer9__social-item .button-link {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--text-color);
  letter-spacing: 0.2em;
}
.footer9__social-item .template-icon {
  font-size: 18px;
  color: #35547E;
}
.footer-email .template-icon-email {
  font-size: 20px;
  color: #35547e;
}
.footer-email .button-link{
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--text-fonts);
  padding-bottom: 4px;
  color: var(--text-color);
}
.footer-inner-border {
  border: 1px solid #dddad6;
  padding: 32px;
  overflow: hidden;
}

.footer-bottom-left-grid {
  margin: -32px !important;
  width: auto; 
}

.footer-bottom-left-grid > div:not(:last-child) {
  border-right: 1px solid #dddad6;
}

.footer-bottom-left-grid > div {
  padding: 32px 15px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-email {
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}
.footer-top-left .footer-inner-border {
  padding: 53px 32px;
}
.footer-bottom-copyright:before, .footer-bottom-right:before {
  position: absolute;
  content: '\e91b';
  font-family: var(--icon-fonts);
  top: 0;
  font-size: 12px;
  color: #826A5B;
}
.footer-bottom-copyright:before {
  right: 40px;
}

.footer-bottom-right {
  visibility: hidden;
}
body.milestone .footer-bottom-right {
  visibility: visible;
}
.footer-bottom-right:before {
  left: 40px;
  visibility: visible;
}
@media (max-width: 1300px) {
  .footer9__social-item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer-email {
    flex-direction: column !important;
  }
}
@media (max-width: 1198.98px) {
  .footer-link-container li {
    width: 50%;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-left {
    max-width: unset;
  }
  .footer-bottom-left-grid>div {
    width: 100%;
  }
  .footer-bottom-left-grid>div:not(:last-child) {
    border-left: 0;
    border-bottom: 1px solid #dddad6;
  }
  .footer-bottom-link {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .footer-bottom-copyright, .footer-bottom-right {
    order: 2;
    width: 50%;
    min-width: unset;
  }
  .footer-bottom-grid {
    column-gap: 0;
  }
  .footer-bottom-right:before {
    display: none;
  }
  .footer-bottom-copyright:before {
    right: -6px;
  }
  .form-footer-field+.form-footer-field {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .footer-bottom-copyright, .footer-bottom-right {
    width: 100%;
    min-width: unset;
    text-align: center;
  }
  .footer-bottom-right {
    display: none;
  }
  body.milestone .footer-bottom-right {
    display: block;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-left {
    display: block;
  }
}
@media (max-width: 959.98px) {
  .footer-logo {
    transform: translate(0%,-40%);
  }
}
@media (max-width: 767.98px) {
  .footer-bottom-right {
    display: none;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-bottom-copyright {
    width: 100%;
  }
  .footer .uk-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-logo {
    width: 100px;
    height: 156px;
    transform: translate(-17%,-65%);
  }
  .footer-top-left .footer-inner-border {
    padding: 24px;
  }
  .footer-inner-border {
    padding: 24px;
  }
  .footer-link-container li {
    width: 100%;
  }
  .footer-bottom-copyright, .footer-bottom-right {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .footer-bottom-copyright:before {
    display: none;
  }
  .footer-bottom-grid {
    justify-content: center;
  }
  body.milestone .footer-bottom-grid {
    justify-content: space-between;
  }
  .footer-top {
    padding-bottom: 80px;
  }
}
.submit-message {
  display: none;
}
.thanksubmit .submit-message {
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  text-align: center;
  color: #35547E;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  letter-spacing: 0.2rem;
}
.thanksubmit form.forcmsfrom {
  visibility: hidden;
}
.footer-form-container {
  position: relative;
}
.hero-with-logo {
  position: relative;
  height: 720px;
  background-color: #000;
}
.hero-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
.hero-with-inner-logo, .hero-with-inner-logo .hero-image {
  height: 580px;
}
.hero-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 120px;
  z-index: 2;
  object-fit: contain;
}
body.offsite-events .hero-logo {
  height: 160px;
}
.hero-with-logo.add-overlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #00000033;
}
.hero-with-logo.dark-text:before {
  display: none;
}
.hero-title-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-title-content h2, .hero-title-content h3 {
  color: #F6F4EF;
  text-align: center;
  filter: opacity(1);
}
.dark-text .hero-title-content h2, .dark-text .hero-title-content h3 {
  color: #382925;
}
@media (max-width: 768px) {
  .hero-with-inner-logo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .hero-logo {
    height: 96px;
    width: 50%;
  }
  .hero-with-logo, .hero-image, .hero-with-inner-logo, .hero-with-inner-logo .hero-image {
    height: 225px;
  }
}
/* Section spacing */
.area-attractions-snippet {
  padding: 60px 0;
}

/* Borders */
.area-attractions-snippet .outer-border {
  border: 1px solid #d1cec8;
  padding: 6px;
}

.area-attractions-snippet .inner-border {
  border: 1px solid #d1cec8;
  padding: 50px 60px;
}

.area-attractions-snippet .border-title {
  word-break: break-word;
}

.area-attractions-snippet .description {}

.area-attractions-snippet .description div {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.area-attractions-snippet .title-bg {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}

.area-attractions-snippet .title-bg::before {
  content: "◇";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ACC0D2;
  font-size: 18px;
}

.area-attractions-snippet .title-subtitle,
.area-attractions-snippet .description {
  padding-left: 20px;
}
h6.title-subtitle {
  font-size: 18px;
  line-height: 1.6em;
  color: #18120F;
  font-weight: 500;
  font-family: 'Warbler';
}
.area-attractions-snippet__list {
  padding-left: 20px;
}
.area-attractions-snippet__list .description {
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .area-attractions-snippet__list {
    padding-left: 0;
  }
  .area-attractions-snippet .inner-border {
    padding: 30px 20px;
  }
  .area-attractions-snippet .title-subtitle,
  .area-attractions-snippet .description {
    padding-left: 0;
  }
}
.story-timeline {
  padding: 120px 0;
  background-color: #E3E7E8;
}
.story-top {
  margin-bottom: 80px;
}
.hotelburg-scrollspy-vertical-line-container {
  flex: 0 0 8px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.hotelburg-scrollspy-vertical-line {
  width: 1px;
  height: 100%;
  background-image: radial-gradient(circle, #ACC0D2 0%, rgba(172, 192, 210, 0) 100%);
}


/* Container Layout */
.story-bottom {
  display: flex;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
  gap: 135px;
}
.scrollspy-decorative-icon {
  position: absolute;
  left: -40px;
  top: 200px;
  background-color: #E3E7E8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  z-index: 1;
}
/* Left Side: Image Container */
.story-image {
  flex: 1;
  position: sticky;
  top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 613px;
  height: 613px;
  max-width: 613px;
}

.story-image img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  object-fit: cover;
}

/* Show the active image */
.story-image img.active {
  opacity: 1;
}

/* The Vertical Separator */
.story-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc; /* Separator color */
  transform: translateX(-50%);
}

/* Right Side: Content */
.story-content {
  flex: 1;
}

.story-content-box {
  position: relative;
  padding: 100px 20px; /* Spacing between story beats */
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-content-box h2 {
  filter: opacity(1);
}
@media (max-width: 1154px) {
}
@media (max-width: 959.98px) {
  .story-bottom::after {
    display: none;
  }
  .story-content-box {
    min-height: unset;
    padding: 40px 0;
  }
  .story-content-box .mob-only {
    margin-bottom: 40px;
  }
  .story-content-box .mob-only img {
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
    /* Styles for zoomed-in users */
  .story-image img {
    max-width: 500px;
  }
  .story-image {
    top: 100px;
  }
}