.hero-section-block {
    position: relative;
    z-index: 3
}
.hero-section-block.has-hero-overlay-text > .block-inner .hero-image-wrap::after {
    background: linear-gradient(0deg, rgb(22, 43, 41,0.8) 0%, rgba(22, 43, 41,0) 70%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-section-block.hero-type-slider::after {
    display: none;
}
.hero-section-block.hero-type-slider.has-hero-overlay-text .hero-slider-container li::after {
    background: linear-gradient(0deg, rgb(22, 43, 41,0.8) 0%, rgba(22, 43, 41,0) 70%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.content-block.hero-section-block.block-width-full-width {
  padding-left: 0;
  padding-right: 0;  
}
/*content-block.hero-section-block.hero-has-synxis {
  margin-bottom: calc(var(--header-height-fixed) / 2);
}*/
.content-block.hero-section-block .block-inner {
padding: 0;
}


.hero-section-block .hero-overlay-container-outer {
  position: absolute;
  bottom: 6.7%;
  left: 0;
  right: 0;
  display: flex;
  z-index: 2;
  color: #FFE8E2;
  max-width: 1640px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-overlay-container-inner  {
}
.hero-overlay-container-outer h1 {
    color: #FFE8E2;
    font-weight: 500;
    margin-bottom: 0;
}
.small-heading-text h1 {

}

.ml12 {
  -webkit-animation: fadein ease-in-out 2.2s;
animation: fadein ease-in-out 2.2s;
}

.hero-section-block .block-inner {
box-sizing: border-box;
padding: 30px 0;
}
/*.hero-negative-margin {
    margin-bottom: -30px !important;
}*/
.hero-image-wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - var(--header-height-fixed));
    aspect-ratio: 1920/1080;
    min-height: 530px;
    width: 100%;
}
.hero-height-narrow .hero-image-wrap {
    height: 55.55555vh;
    max-height: 580px;
}
.hero-height-medium .hero-image-wrap  {
    max-height: 720px;
    height: 66.66666vh;
}
.hero-height-full-screen .hero-image-wrap {
    max-height: min(calc(100vh - var(--header-height-fixed)), 1080px);
    height: 100%;
}
.hero-image-wrap > img {
width: 100%;
height: 100%;
object-fit: cover;
}


.video-hero .block-inner {
  height: auto;
  /*overflow: hidden;*/
}
.home .video-hero .block-inner {
}
.hero-height-full-screen .hero-image-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    max-height: 1080px;
    height: 100%;
}

.hero-height-narrow .hero-image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
        display: block;
}


/* Content alignment */
.hero-content-alignment-center .hero-overlay-container-outer {
    text-align: center;
}
.hero-content-alignment-left .hero-overlay-container-outer {
    text-align: left;
}
.hero-content-alignment-right .hero-overlay-container-outer {
    text-align: right;
}

.hero-content-alignment-center .hero-buttons-container-inner, .hero-content-alignment-center .block-inner {
    justify-content: center;
}
.hero-content-alignment-left .hero-buttons-container-inner, .hero-content-alignment-left .block-inner {
    justify-content: flex-start;
}
.hero-content-alignment-right .hero-buttons-container-inner, .hero-content-alignment-right .block-inner {
    justify-content: flex-end;
}

/* Buttons */
.hero-buttons-container {
    margin-top: 35px;
}
.hero-buttons-container-inner {
    display: flex;
}
.hero-buttons-container-inner .lsb-button {
    margin-left: 7px;
    margin-right: 7px;
}
.hero-buttons-container-inner .lsb-button:first-of-type {
    margin-left: 0;
}
.hero-buttons-container-inner .lsb-button:last-of-type {
    margin-right: 0;
} 


/* Slider */

/* Slider nav */
.hero-slider-nav-outer {
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.hero-slider-nav-inner {
    line-height: 0;
    width: 100%;
}
#prev-hero, #next-hero {
    position: relative;
    padding: 0;
    border: none;
        pointer-events: all;
    background: none;
    outline: none;
-webkit-animation: fadein ease 1.4s;
animation: fadein ease 1.4s;
}
#prev-hero {
    position: relative;
    left: 30px;
}
#next-hero {
    float: right;
    position: relative;
    right: 30px;
}
#prev-hero svg, #next-hero svg {
    height: 60px;
    opacity: 0.6;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
}
#prev-hero svg:hover, #next-hero svg:hover {
    opacity: 1;
}


/* dots navigation */
.hero-section-block .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.hero-section-block .tns-nav button {
    border-radius: 30px;
    width: 13px;
    height: 13px;
    padding: 0;
    background: none;
    border: 1px solid #FFF;
    margin-left: 4px;
    margin-right: 4px;
}
.hero-section-block .tns-nav button.tns-nav-active {
    background: #fff;
}


.posts-breadcrumbs-container a:hover {
text-decoration: none;
}
.post-breadcrumb-divider {
    display: inline-block;
    margin-right: 2px;
}




.aaaaa {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.aaaa-inner {
    width: 100%;
  height: 100%;    
}
.hero-height-full-screen .hero-image-wrap .aaaaa img.video-poster {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  max-height: none;
}

#player-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.image-loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.image-loaded svg {
    height: 80px !important;
     width: 80px !important;
     display: block;
     opacity: 0.85;
}





.video-wrapper video {
object-fit: cover;
  aspect-ratio: 1920/1080;
  min-height: 530px;
  max-height: 100%;
}

/* Video */
/*https://stackoverflow.com/a/51619871*/
.hero-section-block .video-player {
    overflow: hidden;
    position: relative;
    pointer-events: none;
height: 100%;
  width: 100%;
}
.hero-section-block .video-player video {
    width: 100%;
    height: 100%;
  max-height: 100%;
    object-fit: cover;
      aspect-ratio: 1920/1080;
      min-height: 530px;
}
.hero-section-block .video-player iframe {
    width: 100%;
    height: calc((100vw*9) /16);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-aspect-ratio: 16/9) {
.hero-section-block .video-player{
    width: 100%;
    overflow: hidden;
}
.hero-section-block .video-player iframe{
    width: calc((100vh*16)/9);
    height: 100vh; /*old browser support*/
    height: 100svh;
}
}



.hero-overlay-container-mobile {
    display: none;
}



@media all and (max-width: 1200px) {
.hero-section-block .hero-overlay-container-outer {
bottom: 50px;    
}
.hero-section-block .block-inner {
padding: 30px 0 0 0;
}
.hero-negative-margin {
  margin-bottom: 0 !important;
}
}
@media all and (max-width: 1024px) {
.hero-section-block .block-inner {
padding: 20px 0 0 0;
}
}
@media all and (max-width: 768px) {
.hero-section-block.has-hero-overlay-text > .block-inner .hero-image-wrap::after {
    display: none;
}
.hero-section-block .hero-overlay-container-outer {
    display: none;    
}
.ml12 {
  -webkit-animation: none;
animation: none;
}
.hero-overlay-container-mobile {
    display: block;
    text-align: center;
}
.hero-overlay-container-mobile h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
}
@media all and (max-width: 375px) {

}



.synxis-form-container {
    --synxis-bar-height: 80px;
    position: absolute;
    bottom: calc(var(--synxis-bar-height) / -2);
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.25s ease, box-shadow 0.3s ease;
}
.synxis-form-container.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    z-index: 9999;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
}
.synxis-form-container.is-fixed.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.synxis-form {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));;
    background: #fff;
    height: var(--synxis-bar-height);
}
.synxis-form-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px 14px;
    cursor: pointer;
}
.synxis-form-row:first-of-type {
    border-left: 1px solid #D5D5D5;
}
.synxis-form label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}
.synxis-row-label-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--secondary-colour);
}
.synxis-form-container .synxis-form input::placeholder {
  color: #162B29;
  opacity: 0.8;
}
.synxis-form-container .synxis-form input, .synxis-form-container .synxis-form select {
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: 100%;
    background: none;
    cursor: pointer;
    color: #162B29;
    font-size: 18px;
}
.synxis-form .select2-container .select2-selection--single {
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: 100%;
    background: none;
    cursor: pointer;
    color: #162B29;
    font-size: 18px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
}
.synxis-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #162B29;
    line-height: 1.5;
    padding: 0;
}
/* Hide the Select2 arrow completely */
.synxis-form .select2-selection__arrow {
    display: none;
}
.synxis-form .select2-selection__rendered {
    padding-right: 0;
}


/* Ensure date text clips on the right, not the left */
.synxis-form .synxis-date-input {
    width: 100%;
    text-align: left;
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* optional, nice for "…" at the end */
}


.synxis-submit {
    padding: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    background: var(--primary-colour);
    color: #fff;
    text-transform: uppercase;
}
.synxis-submit:hover {
    background: var(--secondary-colour);    
}
/* Guests dropdown-style panel */
.synxis-form-row-guests {
    position: relative;
    padding: 0; /* Remove padding from row, put it on label instead */
}
.synxis-form-row-guests .synxis-row-label {
    flex: 1;
    padding: 10px 14px; /* Add padding to label so entire area is clickable */
}

.synxis-form-row-guests .synxis-modal {
    display: none;
    position: absolute;
    top: 100%;
    left: 14px;
    margin-top: -8px;
    z-index: 1000;
    width: calc(308px - 29px);
}
/* When form is fixed, open modal upward */
.synxis-form-container.is-fixed .synxis-form-row-guests .synxis-modal {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -8px;
}
.synxis-form-row-guests .synxis-modal-content {
    background: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    position: relative;
    display: grid;
    gap: 12px;
    border: 1px solid #e6e6e6;
}
/* Keep your existing inner styles for rows/buttons: */
.synxis-modal-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 4px 10px;
}
.synxis-modal-content #synxis-children-ages-wrapper {
    display: grid;
    gap: 12px;
}
.synxis-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
.synxis-modal-actions button {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
}
.synxis-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

/* Disable fixed synxis form on mobile */
@media all and (max-width: 1024px) {
    .synxis-form-container.is-fixed {
        position: absolute;
        bottom: calc(var(--synxis-bar-height) / -2);
        left: 0;
        transform: none;
        box-shadow: none;
    }
}