/*
Theme Name: Marina Bay
Theme URI: https://marinabay.al
Author: Swiss Digital
Author URI: https://swissdigital.io
Description: A luxury custom theme for Marina Bay by Swiss Digital
Version: 1.0
*/


@import url('css/custom-fonts.css');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-text, 'Monotype Garamond', 'Cormorant Garamond', Georgia, 'Times New Roman', serif);
}

#site-header,
.main-nav .primary-menu li a,
.mobile-nav #mobile-menu li a,
.mobile-menu-toggle,
.lang-selector,
.gift-card-btn,
.book-now-btn-top,
.location-link-text,
.location-link-text,
.footer-nav-column a {
    font-family: var(--font-heading);
    letter-spacing: 2.1px;
}

.container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
}

#site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: all 0.3s ease;
}

#site-header::after {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
}

#site-header:hover::after {
    opacity: 0;
}

#site-header.scrolled::after {
    opacity: 0;
}

#site-header:hover {
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, 0.1);
}

#site-header:hover .location-link-text,
#site-header:hover .main-nav .primary-menu li a,
#site-header:hover .lang-selector {
    color: #fff;
}

#site-header:hover .gift-card-btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

#site-header:hover .book-now-btn-top {
    color: #000;
    background-color: #fff;
}


#site-header:hover .mobile-menu-toggle:not(.active) span {
    background-color: #fff;
}

#site-header:hover .top-bar,
#site-header:hover .main-header {
    border-color: rgba(255, 255, 255, 0.1);
}

#site-header:hover .location-link svg path {
    fill: #fff;
}

#site-header.scrolled {
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, .7);
    border-color: rgba(255, 255, 255, 0.1);
}

#site-header.scrolled .location-link-text,
#site-header.scrolled .main-nav .primary-menu li a,
#site-header.scrolled .lang-selector {
    color: #fff;
}

#site-header.scrolled .gift-card-btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

#site-header.scrolled .book-now-btn-top {
    color: #000;
    background-color: #fff;
}

#site-header.scrolled .mobile-menu-toggle:not(.active) span {
    background-color: #fff;
}

#site-header.scrolled .top-bar,
#site-header.scrolled .main-header {
    border-bottom: none;
}

#site-header.scrolled .logo-container img.site-logo {
    opacity: 0;
}

#site-header.scrolled .logo-container img.site-logo-dark {
    opacity: 1;
}

#site-header.scrolled .location-link svg path {
    fill: #000;
}

.top-bar {
    padding: 35px 0;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.location-link-text {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.location-link-text::after {
    content: "";
    height: 15px;
    width: 1px;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0 15px;
    transition: all 350ms ease-in-out;
}

@media (max-width: 991px) {
    .location-link-text::after {
        display: none;
    }

    #site-header:hover {
        background: #000;
    }
}

#site-header:hover .location-link-text::after {
    background: #fff;
}

#site-header.scrolled .location-link-text::after {
    background: #fff;
}

.location-link {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.location-link svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}

#site-header:hover .location-link svg path {
    fill: #fff;
}

#site-header.scrolled .location-link svg path {
    fill: #fff;
}

body.post-type-archive-event #site-header {
    background-color: #000;
    backdrop-filter: none;
}

body.page-template-page-events #site-header .location-link-text,
body.page-template-page-events #site-header .main-nav .primary-menu li a,
body.page-template-page-events #site-header .lang-selector {
    color: #fff;
}

body.page-template-page-events #site-header .gift-card-btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

body.page-template-page-events #site-header .book-now-btn-top {
    color: #000;
    background-color: #fff;
}

body.page-template-page-events #site-header .mobile-menu-toggle:not(.active) span {
    background-color: #fff;
}

body.page-template-page-events #site-header .logo-container img.site-logo {
    opacity: 0;
}

body.page-template-page-events #site-header .logo-container img.site-logo-dark {
    opacity: 1;
}

body.post-type-archive-event #site-header:hover,
body.post-type-archive-event #site-header.scrolled {
    backdrop-filter: none;
    background-color: #000;
}

.gift-card-btn,
.book-now-btn-top {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}

.gift-card-btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.book-now-btn-top {
    color: #000;
    background-color: #fff;
}

.main-header {
    padding: 20px 0 13px 0;
    border-bottom: 1px solid #FFF;
    transition: padding 0.3s ease;
}

#site-header.scrolled .main-header {
    padding: 10px 0;
    border-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 991px) {
    .lang-mobile {
        display: none;
    }
}

@media only screen and (min-width: 991px) {
    .main-header {
        margin-top: -110px;

    }
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width: 991px) {
    .main-header {
        padding: 15px 0;
        border-bottom: 0px solid #FFF;
    }

    #site-header.scrolled .main-header {
        padding: 8px 0;
    }

    .main-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
}

.logo-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container a {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.logo-container img.site-logo,
.logo-container img.site-logo-dark {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
    display: block;
}

.logo-container img.site-logo-dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#site-header:hover .logo-container img.site-logo {
    opacity: 0;
}

#site-header:hover .logo-container img.site-logo-dark {
    opacity: 1;
}

#site-header.scrolled .logo-container img.site-logo,
#site-header.scrolled .logo-container img.site-logo-dark {
    height: 65px;
    margin-top: 10px;
}

@media (max-width: 992px) {

    .logo-container img.site-logo,
    .logo-container img.site-logo-dark {
        height: 60px;
    }

    #site-header.scrolled .logo-container img.site-logo,
    #site-header.scrolled .logo-container img.site-logo-dark {
        height: 40px;
        margin-top: -5px;
    }
}

/*video {
    margin-top: -25px;
}*/

.main-nav {
    grid-column: 3;
}

.main-nav .primary-menu {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
    max-width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px;
}

@media (max-width: 1070px) {
    .main-nav .primary-menu {
        gap: 10px;
    }
}

.main-nav .primary-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    ;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 0.3s ease;
}


.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2001;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(0deg) translate(0px, 10px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-toggle.active span {
    background-color: #fff !important;
}

.lang-selector {
    position: relative;
}

.lang-selector .language-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-selector .language-menu>li {
    position: relative;
}

.lang-selector .language-menu>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.lang-selector .language-menu>li>a::after {
    content: "\f7a2";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
}

/*
.lang-selector .language-menu > li > a:after {
    content: "▾";
    margin-left: 5px;
    font-size: 10px;
}
    */

.lang-selector .language-menu .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    background: #000;
    min-width: 40px;
    max-width: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 0;
    z-index: 1000;
    list-style: none;
    margin: 0;
}

.lang-selector .language-menu>li:hover .sub-menu {
    display: none;
}

.lang-selector .language-menu>li.menu-open .sub-menu {
    display: block;
}

.lang-selector .language-menu .sub-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 15px 20px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
}

.lang-selector .language-menu .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#site-header:hover .lang-selector .language-menu>li>a,
#site-header.scrolled .lang-selector .language-menu>li>a {
    color: #000;
}

.lang-desktop {
    margin-right: 20px;
}

.lang-desktop .language-menu>li>a {
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
}

.lang-desktop .language-menu .sub-menu {
    min-width: 40px;
    max-width: 60px;
}

.lang-desktop .language-menu .sub-menu li a {
    padding: 12px 15px;
    font-size: 13px;
}

@media (max-width: 991px) {
    .lang-desktop {
        display: none;
    }

    .lang-mobile {
        display: block;
    }

    .lang-selector .language-menu>li>a {
        padding: 10px;
    }

    .lang-selector .language-menu .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        width: 160px;
        border-radius: 0;
        padding: 0;
        background: #000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(0);
        transition: transform 0.3s ease;
    }

    .lang-selector .language-menu>li.menu-open .sub-menu {
        display: block;
    }

    .lang-selector .language-menu .sub-menu li {
        text-align: left;
    }

    .lang-selector .language-menu .sub-menu li a {
        padding: 15px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;

    }

    .lang-selector .language-menu .sub-menu li:last-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 0;
        padding-top: 0;
    }
}

.mobile-menu {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 2000;
    padding: 40px 20px 20px 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

#site-header.scrolled .mobile-menu {
    top: 55px;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #000;
    z-index: 2001;
}


.mobile-nav #mobile-menu {
    list-style: none;
    margin-bottom: 40px;
}

.mobile-nav #mobile-menu li {
    margin-bottom: 20px;
}


.mobile-menu-footer {
    margin-top: auto;
    text-align: center;
}

.mobile-menu-footer .location-link-text {
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-buttons .gift-card-btn {
    background-color: #f5f5f5;
    color: #000;
}

@media (max-width: 992px) {
    .top-bar {
        display: none;
    }

    .main-header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    #site-header.scrolled .main-header .container {
        padding: 0 15px;
    }

    .mobile-menu-toggle {
        display: block;
        order: 1;
    }

    .logo-container {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-container img.site-logo {
        height: 60px;
    }

    .main-nav {
        display: none;
    }

    .lang-selector {
        order: 3;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }

    .mobile-nav #mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-nav #mobile-menu li {
        margin-bottom: 5px;
    }

    .mobile-nav #mobile-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 10px 0;
        width: fit-content;
    }

    .mobile-menu-footer {
        margin-top: 20px;
        text-align: center;
    }

    .mobile-menu-footer .location-link-text {
        color: #000;
        display: block;
        margin-bottom: 20px;
    }

    .mobile-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-buttons .gift-card-btn,
    .mobile-buttons .book-now-btn-top {
        width: 100%;
        padding: 12px 20px;
        text-align: center;
        background-color: #fff;
        color: #000;
    }

    .mobile-buttons .gift-card-btn {
        background-color: #000;
        color: #fff;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

body.page-template-page-offers .hero-section {
    height: 30vh;
}

body.page-template-page-careers .hero-section {
    height: 30vh;
}

body.page-template-page-policies .hero-section {
    height: 30vh;
}



.villa-rental-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.villa-rental-hero .hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.villa-rental-hero .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.villa-rental-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.villa-rental-hero .hero-content-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    align-self: flex-end;
    padding-bottom: 60px;
}

.villa-rental-hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.villa-rental-hero .hero-subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.villa-rental-hero .hero-title {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

body.page-template-page-book-now .hero-section, 
body.page-template-page-booking-status .hero-section{
    height: 35vh;
}


body.page-template-page-booking-status .overlay-text-book-now {
    display: none;
}

.booking-successful-page {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: 60vh;
}

.booking-confirmation-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.success-header {
    text-align: center;
    margin-bottom: 40px;
    background: white;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.success-icon {
    margin-bottom: 20px;
}

.success-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.success-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}


.card-header {
    color: #000;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border-bottom: 1px solid #000;
}

.card-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.booking-reference {
    font-size: 12px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}


.guest-info-card {
    border-top: 1px solid #000;
}

.booking-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    background-color: #000;
}


.booking-info-grid .info-section {
    padding: 20px;
    background-color: #f1f1f1;
}

.info-section h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 1rem;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.info-section h3 i {
    width: 20px;
}

.info-details {
    color: #000;
}

.room-name {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.room-description {
    color: #000;
    font-size: 0.95rem;
}

.date-range {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.check-in,
.check-out {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-successful-page .label {
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.booking-successful-page .date {
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.nights-count {
    margin-top: 10px;
    color: #000;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.guest-count {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.payment-summary {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.total-amount {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-transform: uppercase;
    flex-direction: column;
}

.booking-successful-page .amount {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.status-confirmed {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.guest-details {
    display: flex;
    flex-direction: column;
}

.guest-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #000;
}

.guest-field:last-child {
    border-bottom: none;
}

.guest-field .value {
    font-weight: 500;
    font-family: var(--font-heading);
    font-size: 16px;
}

.fallback-message {
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.info-list {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

.info-list li {
    padding: 12px 0;
    line-height: 1.5;
}

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 35px 35px 35px 35px;
}

.booking-successful-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.booking-details-card {
    border: 1px solid #000;
    margin-bottom: 20px;
}

.booking-successful-page .btn-primary {
    background: #000;
    color: white;
}

.booking-successful-page .btn-primary:hover {
    background: #000;
}

.booking-successful-page .btn-outline {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.booking-successful-page .btn-outline:hover {
    background: #000;
    color: #fff;
}

@media print {
    .action-buttons {
        display: none;
    }

    .booking-successful-page {
        background: white;
    }

    .booking-details-card,
    .guest-info-card,
    .important-info-card {
        border: 1px solid #000;
    }
}

@media (max-width: 768px) {
    .booking-details-card {
        border: none;
    }

    .booking-confirmation-wrapper {
        padding: 0 15px;
    }

    .success-header {
        padding: 30px 20px;
    }

    .success-title {
        font-size: 2rem;
    }


    .booking-info-grid {
        grid-template-columns: 1fr;
    }

    .booking-successful-page .card-header {
        padding: 15px 20px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .info-list {
        padding: 20px;
    }

    .action-buttons {
        justify-content: center;
        padding: 10px;
    }

    .booking-successful-page .btn {
        width: 100%;
        justify-content: center;
    }
}

.booking-successful-page .status-icon {
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
}

.booking-successful-page .status-icon.cancelled {
    color: #f39c12;
}

.booking-successful-page .status-icon.failed {
    color: #e74c3c;
}

.booking-successful-page .cancellation-message,
.booking-successful-page .failure-message {
    text-align: center;
    padding: 40px 20px;
}

.booking-successful-page .cancellation-message h3,
.booking-successful-page .failure-message h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.booking-successful-page .cancellation-message p,
.booking-successful-page .failure-message p {
    color: #333;
    font-family: var(--font-heading);
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.booking-successful-page .cancelled-booking-summary,
.booking-successful-page .failure-reasons,
.booking-successful-page .next-steps {
    padding: 20px;
    margin: 30px 0;
    text-align: left;
}

.booking-successful-page .cancelled-booking-summary h4,
.booking-successful-page .failure-reasons h4,
.booking-successful-page .next-steps h4 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--font-heading);
    font-weight: 400;
}

.booking-successful-page .cancelled-booking-summary ul,
.booking-successful-page .failure-reasons ul,
.booking-successful-page .next-steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-successful-page .cancelled-booking-summary li,
.booking-successful-page .failure-reasons li,
.booking-successful-page .next-steps li {
    padding: 12px 0;
    border-bottom: 1px solid #000;
    color: #333;
    font-size: 14px;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.booking-successful-page .cancelled-booking-summary li:last-child,
.booking-successful-page .failure-reasons li:last-child,
.booking-successful-page .next-steps li:last-child {
    border-bottom: none;
}

.booking-successful-page .cancelled-booking-summary li strong {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    min-width: 120px;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 768px) {

    .booking-successful-page .cancellation-message,
    .booking-successful-page .failure-message {
        padding: 30px 0px;
    }

    .booking-successful-page .cancellation-message h3,
    .booking-successful-page .failure-message h3 {
        font-size: 20px;

    }

    .booking-successful-page .cancelled-booking-summary,
    .booking-successful-page .failure-reasons,
    .booking-successful-page .next-steps {
        padding: 10px;
        margin: 20px 0;
    }

    .booking-successful-page .cancelled-booking-summary h4,
    .booking-successful-page .failure-reasons h4,
    .booking-successful-page .next-steps h4 {
        font-size: 14px;
    }

    .booking-successful-page .cancelled-booking-summary li strong {
        min-width: 100px;
        font-size: 10px;
    }
}

body.page-template-page-giftcards .hero-section {
    height: 40vh;
    margin-bottom: 60px;
    margin-top: -45px;
}


.offers-hero-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    min-width: 300px;
}

.offers-hero-heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.offers-hero-subheading {
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    opacity: 0.9;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .hero-section {
        height: 88vh;
    }

    body.page-template-page-offers .hero-section {
        height: 20vh;
    }

    body.page-template-page-careers .hero-section {
        height: 20vh;
    }

    body.page-template-page-policies .hero-section {
        height: 20vh;
    }


    .villa-rental-hero {
        height: calc(70vh - 80px);
        margin-top: 0px;
    }

    .villa-rental-hero .hero-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }


    body.page-template-page-book-now .hero-section,
    body.page-template-page-booking-status .hero-section {
        height: 30vh;
    }

    .villa-rental-hero .hero-content-wrapper {
        padding-bottom: 40px;
    }




    .hero-retreats-video {
        object-fit: cover !important;
    }
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
}

.hero-video,
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center center;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-pagination.swiper-pagination-bullets {
    position: absolute !important;
    left: auto !important;
    right: 20px !important;
    bottom: 30px !important;
    width: auto !important;
    font-size: 0;
    z-index: 10;
    transform: none !important;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 8px 12px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}


body.home .hero-swiper .swiper-pagination.swiper-pagination-bullets {
    left: 50% !important;
    right: auto !important;
    bottom: 300px !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 991px) {
    body.home .hero-swiper .swiper-pagination.swiper-pagination-bullets {
        bottom: 110px !important;
    }
}


@media (min-width: 992px) {
    body.home .hero-section {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    body.home .hero-swiper {
        height: 120vh;
    }

    body.home .hero-video,
    body.home .hero-image {
        height: 120vh;
        object-fit: cover;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF !important;
    opacity: 1 !important;
    border-color: #FFF !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    font-size: 0;
    z-index: 1;
    background: transparent;
    transition: background 350ms ease-in-out;
    cursor: pointer;
    margin-left: 13px;
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgb(0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.1) 20%,
            rgba(0, 0, 0, 0.1) 80%,
            rgba(0, 0, 0, 0.8) 95%,
            rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 2;
}


.hero-services {
    position: absolute;
    bottom: 40px;
    right: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    pointer-events: auto;
    z-index: 3;
}

.hero-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 120px;
}

.hero-service-item a {
    text-decoration: none;
}

.hero-service-item:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.service-icon i {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.service-text {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
}

.hero-service-item:hover .service-text {
    color: #fff;
}


@media (max-width: 1200px) {
    .hero-services {
        right: 40px;
        gap: 20px;
    }
    
    .hero-service-item {
        min-width: 100px;
        padding: 18px 12px;
    }
    
    
    .service-icon i {
        font-size: 16px;
    }
    
    .service-text {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .hero-services {
        bottom: 20px;
        right: 30px;
        gap: 15px;
    }
    
    .hero-service-item {
        min-width: 90px;
        padding: 15px 10px;
    }

    
    .service-icon i {
        font-size: 14px;
    }
    
    .service-text {
        font-size: 8px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .hero-services {
        bottom: 10px;
        right: 20px;
        left: 20px;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: none;
    }
    
    .hero-service-item {
        min-width: auto;
        padding: 12px 8px;
        backdrop-filter: blur(8px);
    }
    
    .hero-service-item:hover {
        transform: translateY(-4px) scale(1.02);
    }
    
    
    .service-icon i {
        font-size: 18px;
    }
    
    .service-text {
        font-size: 8px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .hero-services {
        bottom: 15px;
        gap: 10px;
    }
    
    .hero-service-item {
        padding: 10px 6px;
    }
    
    
    .service-icon i {
        font-size: 16px;
    }
    
    .service-text {
        font-size: 7px;
        letter-spacing: 1px;
    }
}

.scroll-to-explore {
    pointer-events: auto;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, 0);
    }

    40% {
        transform: translate(-50%, 10px);
    }

    60% {
        transform: translate(-50%, 5px);
    }
}

@media (max-width: 768px) {
    .scroll-down-arrow {
        font-size: 30px;
        bottom: 20px;
    }
}

.scroll-to-explore {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    transition: opacity 350ms ease-in-out;
    -webkit-animation: float 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation: float 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    opacity: 1;
    z-index: 2;
}

.scroll-to-explore:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 30px;
    height: 30px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin-left: -15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@-webkit-keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6.37864px);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6.37864px);
    }
}

@media (max-width: 1675px) {
    .scroll-to-explore {
        bottom: 35px;
        display: none;
    }

    .scroll-to-explore:after {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

}

@media (max-width: 1675px) and (min-width: 991px) {
    body.home .hero-swiper .swiper-pagination.swiper-pagination-bullets {
        display: none;
    }
}

.mobile-sticky-buttons {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 0px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-sticky-buttons .button-wrapper {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
}

.mobile-sticky-buttons .sticky-location,
.mobile-sticky-buttons .sticky-gift-card,
.mobile-sticky-buttons .sticky-book-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mobile-sticky-buttons .sticky-location {
    background-color: #000;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-sticky-buttons .sticky-location svg {
    width: 20px;
    height: 20px;
}

.mobile-sticky-buttons .sticky-location svg path {
    fill: #fff;
}

.mobile-sticky-buttons .sticky-gift-card {
    background-color: #fcfcfc;
    color: #000;
}

.mobile-sticky-buttons .sticky-book-now {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-sticky-buttons {
        display: block;
    }

    body {
        padding-bottom: 30px;
    }

    body.mobile-menu-open .mobile-sticky-buttons {
        display: none;
    }
}



#site-footer {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-left {
    flex: 0 0 40%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    height: 80px;
    width: auto;
}


.footer-contact {
    line-height: 1.4;
}

.footer-contact p {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-contact a {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: var(--font-heading) !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-contact a:hover {
    opacity: 0.8;
}

.factsheet {
    display: inline-block;
    margin-top: 12px !important;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-right {
    flex: 0 0 50%;
    padding-left: 30px;
}

.footer-nav {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.footer-nav-column a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    letter-spacing: 1px;
}

.footer-nav-column a:hover {
    opacity: 0.8;
}

.footer-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.footer-brands img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-brands img:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    #site-footer {
        padding: 50px 0;
    }

    #site-footer::before {
        display: none;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-left {
        flex: none;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-right {
        flex: none;
        padding-left: 0;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .footer-nav-column {
        gap: 20px;
    }

    .footer-brands {
        justify-content: center;
        gap: 30px;
    }

    .footer-brands img {
        max-width: 120px;
        flex: 0 0 calc(50% - 15px);
    }
}

.luxury-section {
    padding: 120px 0;
    background-color: #000;
    margin: 0 auto;
}

.luxury-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
}


.luxury-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 100px;
}


.main-title,
.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.luxury-description {
    font-size: 16px;
    line-height: 1.4;
    color: #ddd;
}

.luxury-description p {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}

.luxury-description p:last-child {
    margin-bottom: 0;
}

.subtitle {
    font-size: 16px;
    color: #ddd;
    font-weight: 400;
}

.luxury-content {
    display: flex;
    justify-content: space-between;
    max-width: 1450px;
    margin: 0 auto;
    gap: 20px;
}

.luxury-text {
    flex: 0 0 45%;
    max-width: 600px;
}

.luxury-text>.section-title {
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 1px;
    color: #fff;
}

.luxury-image {
    max-width: 1000px;
}

.luxury-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .luxury-section {
        padding: 60px 0;
    }

    .luxury-text>.section-title {
        text-align: center;
    }

    .luxury-header {
        margin-bottom: 60px;
    }

    .main-title {
        margin-bottom: 15px;
    }

    .luxury-content {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }

    .luxury-text {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        text-align: center;
    }

    .luxury-image {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .luxury-description {
        text-align: center;
    }

    .luxury-description p {
        margin-bottom: 20px;
    }
}

.hero-video-controls {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}

.video-pause-btn {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-pause-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    border-color: #FFF;
}

.video-pause-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.video-pause-btn.paused .pause-icon {
    display: none;
}

.video-pause-btn.paused .play-icon {
    display: block;
}

.video-pause-btn .play-icon {
    display: none;
}

@media (max-width: 768px) {
    .hero-video-controls {
        bottom: 25px;
        left: 20px;
    }

    .video-pause-btn {
        width: 28px;
        height: 28px;
    }

    .video-pause-btn svg {
        width: 14px;
        height: 14px;
    }
}

.reviews-section {
    padding: 0;
    background-color: #000;
}

.reviews-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    /* border: 1px solid hsla(0, 0%, 100%, 0.2);  */
    border-top: none;
}

@media (max-width: 768px) {
    .reviews-wrapper {
        border-radius: 0;
        border: none;
    }
}

.main-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-score {
    display: flex;
    align-items: baseline;
}

.rating-score .score {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.rating-score .max-score {
    font-size: 20px;
    color: #ddd;
    margin-left: 1px;
}

.rating-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rating-label {
    font-size: 12px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.info-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 10px;
    text-transform: lowercase;
    color: #ddd;
    font-family: var(--font-heading);
    line-height: 1;
    margin-top: -2px;
    cursor: pointer;
}

.review-count {
    font-size: 12px;
    color: #ddd;
}

.rating-divider {
    width: 1px;
    height: 40px;
    background-color: hsla(0, 0%, 100%, 0.2);
    flex-shrink: 0;
}

.platform-ratings {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
}

.top-hotel {
    font-size: 12px;
    color: #ddd;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-align: left;
}

.platform-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 500px;
}

.rating-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.platform-name {
    font-size: 12px;
    color: #ddd;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.platform-score {
    font-size: 12px;
    color: #ddd;
    font-weight: 500;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.platform-score .max-score {
    font-size: 12px;
    color: #ddd;
    font-weight: normal;
    margin-left: 1px;
}

.read-reviews-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.read-reviews-btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .reviews-section {
        padding: 0;
    }

    .reviews-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: left;
        padding: 15px 0px;
        max-width: 100%;
    }

    .main-rating {
        flex-direction: row;
        padding-right: 0;
        gap: 8px;
        align-items: center;
    }

    .rating-score .score,
    .rating-score .max-score,
    .rating-label,
    .review-count,
    .platform-name,
    .platform-score,
    .platform-score .max-score {
        color: #fff;
    }

    .info-icon {
        border-color: #fff;
        color: #fff;
    }

    .rating-divider {
        display: none;
    }

    .platform-ratings {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .top-hotel {
        padding: 8px 15px;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.1);
        max-width: 300px;
        color: #fff;
        display: inline-block;
    }

    .platform-list {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }

    .rating-item {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        min-width: auto;
    }

    .reviews-action {
        width: 100%;
        padding: 6px 10px;
        margin-top: 5px;
        border: 1px solid #ddd;
        max-width: 300px;

    }

    .read-reviews-btn {
        width: 100%;
        text-align: center;
        background-color: transparent;
        padding: 0;
        border: none;
        color: #fff;
        font-size: 12px;
        font-weight: normal;

    }

    .read-reviews-btn:hover {
        background-color: transparent;
        color: #fff;
        border: none;
    }
}

.featured-offer-section {
    padding: 80px 0;
    background-color: #fff;
}

.featured-offer-section .section-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.featured-offer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

.featured-offer-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.featured-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-offer-text {
    padding: 20px 0;
}

.featured-offer-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}




.featured-offer-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}



.main-offer-details-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 20px;
    letter-spacing: 1px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
}

.main-offer-details-btn:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .featured-offer-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .featured-offer-title {
        font-size: 20px;
    }

    .featured-offer-description {
        font-size: 14px;
    }


}

.featured-offers {
    padding: 120px 0;
    background-color: #fff;
    max-width: 1455px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.featured-offers .section-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.featured-offers .section-header .section-title {
    text-align: left;
    margin-left: 6px;
}

.all-offers-link {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.all-offers-link:hover {
    opacity: 0.7;
}

.view-all {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    font-family: var(--font-heading);
}

.view-all:hover {
    color: #ddd;
}

.view-all .arrow {
    margin-left: 8px;
    font-size: 18px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 33px;
}

body.page-template-front-page .offers-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}

.offer-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.9;
    text-decoration: none;
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 991px) {
    body.page-template-page-offers .offer-item {
        aspect-ratio: 2/1;
    }
}

.offer-item:hover {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    height: 100%;
}

.offer-item:hover .offer-content {
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
}

.offer-item:hover .offer-subtitle,
.offer-item:hover .view-offer-btn {
    opacity: 1;
    transform: translateY(0);
}

.offer-item:hover .offer-title {
    transform: translateY(-80px);
}

.offer-item:hover .offer-subtitle {
    bottom: 80px;
}

.offer-item:hover .view-offer-btn {
    bottom: 40px;
}

.offer-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.offer-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.offer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.offer-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.4, 0.2, 0, 1);
    position: absolute;
    top: auto;
    bottom: 0;
    padding-bottom: 20px;
}

.offer-subtitle {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.view-offer-btn {
    position: absolute;
    bottom: 0;
    font-family: var(--font-heading);
    left: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.offer-item:hover .offer-content {
    padding: 20px;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
}

.offer-item:hover .offer-subtitle,
.offer-item:hover .view-offer-btn {
    opacity: 1;
    transform: translateY(0);
}

.offer-item:hover .offer-title {
    transform: translateY(-130px);
}

.offer-item:hover .offer-subtitle {
    bottom: 80px;
}

.offer-item:hover .view-offer-btn {
    bottom: 40px;
}

@media (max-width: 991px) {
    .featured-offers {
        padding: 60px 0;
        overflow: hidden;
    }

    .offers-grid {
        display: flex;
        padding: 0;
        margin: 0;
        margin-left: 30px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 15px;
    }

    .offers-grid::-webkit-scrollbar {
        display: none;
    }

    .offer-item {
        flex: 0 0 85vw;
        width: 85vw;
        margin-left: 0px;
        scroll-snap-align: start;
        aspect-ratio: 6/8;
    }

    .offer-item:last-child {
        margin-right: 30px;
    }

    .offer-title {
        margin-bottom: 5px;
        max-width: 200px;
    }

    .offer-content {
        padding: 20px;
    }

    .all-offers-link {
        font-size: 12px;
        color: #000;
        max-width: fit-content;
        text-align: left;

    }
}


@media (max-width: 480px) {
    .offer-item {
        flex: 0 0 75vw;
        width: 75vw;
    }
}


.video-showcase {
    padding: 120px 0;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1384px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.showcase-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.video-overlay.playing {
    opacity: 0;
    pointer-events: none;
}

.video-play-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    outline: none;
}

.video-play-btn:hover {
    transform: scale(1.1);
}

.video-play-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.video-play-btn svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.video-play-btn.playing .play-icon {
    display: none;
}

.video-play-btn.playing .pause-icon {
    display: block !important;
}

@media (max-width: 991px) {
    .video-showcase {
        padding: 60px 0;
        margin: 0 30px;
    }

    .video-container {
        aspect-ratio: 1;
    }
}

@media (max-width: 576px) {
    .video-showcase {
        padding: 40px 0;
    }

    .video-showcase .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }


    .video-play-btn svg {
        width: 50px;
        height: 50px;
    }
}

.facility-highlights {
    padding: 120px 33px;
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
}

.facility-highlights .section-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.facilities-swiper {
    overflow: visible;
}

.facilities-swiper .swiper-wrapper {
    display: flex;
}

.facilities-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.facility-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.facility-image {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 66.66%;
}

.facility-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.facility-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.facility-title {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.facility-description {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.4;
}

.learn-more-btn {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.learn-more-btn:hover {
    color: #9b6b31;
}

.facilities-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.nav-prev,
.nav-next {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.nav-prev:hover,
.nav-next:hover {
    background-color: #000;
}

.nav-prev:hover svg path,
.nav-next:hover svg path {
    fill: #ddd;
}

.nav-prev svg,
.nav-next svg {
    width: 24px;
    height: 24px;
}

.nav-prev svg path,
.nav-next svg path {
    fill: #000;
    transition: fill 0.3s ease;
}

@media (max-width: 991px) {
    .facility-highlights {
        padding: 60px 0;
    }

    .facility-highlights .section-title {
        text-align: center;
    }

    .facilities-nav {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .facility-item {
        flex: 0 0 75vw;
    }
}

.accommodations-wrapper {
    position: relative;
    overflow: hidden;
    height: 1000px;
}

.accommodations-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.35)), url('images/gallery/DJI_05302.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.accommodations-section {
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

.accommodations-section>* {
    position: relative;
    z-index: 2;
}

.accommodations-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    justify-content: center;
}

.accommodations-section .section-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    color: #fff;
}

.accommodations-swiper {
    width: 100%;
    overflow: visible;
    padding: 40px 0;
}

.accommodations-swiper .swiper-wrapper {
    align-items: center;
}

.accommodations-swiper .swiper-slide {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.90);
    opacity: 1;
}

.accommodations-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.swiper-slide-active .accommodation-item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.accommodation-item {
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: grab;
    border: 2px solid #fff;
    background: transparent;
}

.accommodation-item:active {
    cursor: grabbing;
}

.swiper-slide-active .accommodation-item {
    border: none;
    background: #fff;
}

.accommodation-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide-active .accommodation-image {
    display: block;
    opacity: 1;
    visibility: visible;
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.accommodation-content {
    position: relative;
    padding: 40px 20px 20px 20px;
    text-align: center;
    border-top: none;
    color: #000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 550px;
}

.swiper-slide-active .accommodation-content {
    padding: 20px;
    border-top: none;
    background: #fff;
    display: block;
    min-height: auto;
}

.accommodation-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

.swiper-slide-active .accommodation-title {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #000;
}

.accommodation-description,
.details-btn {
    display: none !important;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

.swiper-slide-active .accommodation-description {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    position: static;
    height: auto;
    width: auto;
    margin: 15px 0 20px;
    letter-spacing: 1px;
}

.swiper-slide-active .details-btn {
    display: inline-block !important;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    padding: 8px 20px;
}

.accommodation-description {
    font-size: 16px;
    margin: 15px 0 20px;
    color: #333;
}

.details-btn {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.details-btn:hover {
    background-color: #000;
    color: #fff;
}

.accommodations-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #000;
}

.accommodations-swiper .swiper-pagination-fraction {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accommodations-swiper .swiper-pagination-current,
.accommodations-swiper .swiper-pagination-total {
    font-size: 14px;
    color: #000;
}

.accommodations-swiper .swiper-pagination-fraction::before {
    content: '<';
    display: inline-block;
    font-size: 14px;
    color: #000;
    transform: none;
}

.accommodations-swiper .swiper-pagination-fraction::after {
    content: '>';
    display: inline-block;
    font-size: 14px;
    color: #000;
    transform: none;
}

.accommodations-swiper .swiper-pagination-bullet {
    display: none;
}


@media (min-width: 991px) and (max-width: 1023px) {
    .accommodations-wrapper {
        height: 980px;
    }

    .accommodations-wrapper::before {
        background-image:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0.9) 10%,
                rgba(0, 0, 0, 0.2) 30%,
                rgba(0, 0, 0, 0) 40%,
                rgba(0, 0, 0, 0) 60%,
                rgba(0, 0, 0, 0.2) 70%,
                rgba(0, 0, 0, 0.9) 90%,
                rgba(0, 0, 0, 1) 100%),
            url('images/gallery/DJI_05302.webp');
    }

    .accommodations-section {
        padding: 60px 0;
    }

    .accommodations-section .section-header {
        margin-bottom: 30px;
    }

    .accommodations-swiper {
        padding: 20px 0;
    }

    .accommodation-content {
        padding: 15px;
    }

    .swiper-slide-active .accommodation-content {
        padding: 20px;
    }

    .accommodation-title {
        font-size: 16px;
    }

    .swiper-slide-active .accommodation-title {
        font-size: 20px;
    }

    .accommodation-description {
        font-size: 16px;
        margin: 10px 0 15px;
    }

    .details-btn {
        padding: 10px 20px;
    }

    .accommodations-swiper .swiper-pagination {
        margin-top: 30px;
        font-size: 12px;
    }

    .accommodations-swiper .swiper-pagination-fraction::before,
    .accommodations-swiper .swiper-pagination-fraction::after {
        width: 15px;
    }
}


@media (max-width: 480px) {
    .accommodations-swiper .swiper-slide {
        transform: scale(0.6);
    }
}

.proud-section {
    padding: 120px 33px;
    background-color: #fff;
    position: relative;
    max-width: 1455px;
    margin: 0 auto;
}

.proud-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.proud-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
}

.proud-label {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.proud-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.proud-description {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
}

.proud-image {
    width: 100%;
    height: auto;
    position: relative;
}

.proud-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .proud-section {
        padding: 60px 30px;
    }

    .proud-header {
        margin-bottom: 40px;
    }

    .proud-label {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .proud-content {
        text-align: center;
    }

    .proud-title {
        margin-bottom: 20px;
    }

    .proud-description {
        line-height: 1.6;
    }
}

.location-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.location-popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-popup-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    max-height: 800px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.desktop-close {
    position: absolute;
    top: 0px;
    right: -44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
    z-index: 1001;
}

.desktop-close:hover {
    color: rgba(255, 255, 255, 0.8);
}

.desktop-close svg {
    width: 32px;
    height: 32px;
    color: inherit;
}

.location-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.map-header {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.map-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.map-container {
    flex: 1;
    width: 100%;
    height: calc(100% - 50px);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.mobile-close-btn {
    display: none;
}

@media (max-width: 767px) {
    .location-popup {
        z-index: 2001;
        display: none;
        justify-content: initial;
        align-items: initial;
    }

    .location-popup.active {
        display: block;
    }

    .location-popup-content {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .desktop-close {
        display: none;
    }

    .mobile-close-btn {
        display: block;
        background: #000;
        color: #fff;
        border: none;
        padding: 15px;
        width: 100%;
        text-align: center;
        font-size: 14px;

        cursor: pointer;
        margin-top: auto;
    }

    .map-container {
        flex: 1;
    }
}

.entry-text {
    padding: 120px 0;
    background-color: #fff;
}

body.page-template-page-spa .entry-text,
body.page-template-page-dining .entry-text,
body.page-template-page-rooms-suites .entry-text,
body.page-template-page-wedding .entry-text,
body.page-template-page-amenities .entry-text,
body.page-template-page-about .entry-text {
    background-color: #000;
}

body.page-template-page-spa .entry-heading,
body.page-template-page-dining .entry-heading,
body.page-template-page-rooms-suites .entry-heading,
body.page-template-page-wedding .entry-heading,
body.page-template-page-amenities .entry-heading,
body.page-template-page-about .entry-heading {
    color: #fff;
}

body.page-template-page-spa .entry-heading::after,
body.page-template-page-dining .entry-heading::after,
body.page-template-page-rooms-suites .entry-heading::after,
body.page-template-page-wedding .entry-heading::after,
body.page-template-page-amenities .entry-heading::after,
body.page-template-page-about .entry-heading::after {
    background-color: #fff;
}

body.page-template-page-spa .entry-description,
body.page-template-page-dining .entry-description,
body.page-template-page-rooms-suites .entry-description,
body.page-template-page-wedding .entry-description,
body.page-template-page-amenities .entry-description,
body.page-template-page-about .entry-description {
    color: #ddd;
}

.entry-heading {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.entry-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 15px auto 0;
}

.entry-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #333;
}

.position,
.team,
.contract,
.info {
    font-size: 16px;
    font-family: var(--font-heading);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.choices__item.choices__item--selectable {
    font-size: 14px;
    font-family: var(--font-heading);
    font-weight: 400;
}

@media (max-width: 991px) {
    .entry-text {
        padding: 60px 0;
    }

    .entry-heading {
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .entry-text {
        padding: 40px 0;
    }

    .entry-heading {
        margin-bottom: 25px;
    }

    .entry-heading::after {
        width: 30px;
        margin-top: 12px;
    }

}

.featured-amenities {
    padding: 120px 0;
    background-color: #000;
    margin: 60px 0;
}

.featured-amenities .container {
    max-width: 1450px;
    margin: 0 auto;
}

.amenities-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.amenities-header h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    margin: 0;
}


.amenities-grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.amenity-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenity-icon i {
    font-size: 24px;
    color: #ddd;
}

.policy-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-icon i {
    font-size: 20px;
    color: #333;
}

.amenity-item span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: var(--font-heading);
}

@media (max-width: 991px) {
    .featured-amenities {
        padding: 40px 0;
    }

    .amenities-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .amenity-item {
        flex: 0 0 calc(25% - 20px);
    }
}

@media (max-width: 767px) {
    .amenity-item {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 576px) {
    .amenities-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .amenity-item {
        flex: 0 0 calc(50% - 15px);
    }
}

.policies {
    padding: 80px 0;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.policies .section-title {
    margin-bottom: 50px;
}

.policies-grid {
    display: grid;
    gap: 40px;
}

.policy-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    align-items: start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.policy-item:last-child {
    border-bottom: none;
}

.policy-icon {
    width: 24px;
    height: 24px;
}

.policy-icon svg {
    width: 100%;
    height: 100%;
    fill: #333;
}

.policy-content h3 {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.policy-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

@media (max-width: 991px) {

    .entry-text {
        padding: 60px 0;
    }

    .entry-description {
        padding: 0px;
    }

    .featured-amenities,
    .policies {
        padding: 60px 0;
    }

    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .policy-item {
        grid-template-columns: 30px 1fr;
    }
}

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

    .policy-content h3 {
        font-size: 14px;
    }

    .policy-content p {
        font-size: 14px;
    }
}

.rooms-section {
    padding: 120px 0;
    background-color: #fff;
    max-width: 1450px;
    margin: 0 auto;
}

.desktop-only {
    display: block;
}

.rooms-header {
    margin-bottom: 10px;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}

.view-toggle {
    display: flex;
    gap: 5px;
    background-color: #fff;
    border: 1px solid #fff;
}

.toggle-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn i {
    font-size: 16px;
}

.toggle-btn span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.toggle-btn:hover {
    color: #000;
    background-color: #f0f0f0;
}

.toggle-btn.active {
    background-color: #000;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.rooms-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rooms-grid.view-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rooms-grid.view-grid .room-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
}

.rooms-grid.view-list .room-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}

.room-item {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}

.room-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}

.room-image .swiper-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: black;
    z-index: 10;
    padding: 0 10px;
}

.room-image .swiper-button-prev,
.room-image .swiper-button-next {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.room-image .swiper-pagination {
    position: relative;
    width: auto;
    min-width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    left: auto;
    bottom: auto;
    margin: 0;
    font-weight: 500;
    font-family: var(--font-heading);
}

.room-image .swiper-pagination.fraction {
    padding: 0 8px;
    font-size: 14px;
}


.room-image .swiper-button-prev span,
.room-image .swiper-button-next span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.room-swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-content {
    padding: 20px;
    border-radius: 0;
}


.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
}


.swiper-pagination.fraction {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 15px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}


@media (max-width: 991px) {
    .rooms-section {
        padding: 60px 0;
    }

    .rooms-grid {
        gap: 20px;
    }

    .rooms-grid.view-grid .room-item,
    .rooms-grid.view-list .room-item {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .rooms-grid {
        gap: 15px;
    }

    .room-item {
        margin-bottom: 15px;
    }
}


.rooms-grid.view-grid .room-item[style*="display: none"] {
    transform: translateY(20px);
    opacity: 0;
}


.rooms-grid.view-list .room-item {
    flex-direction: row;
    transform: translateY(0);
    opacity: 1;
}

.rooms-grid.view-list .room-item[style*="display: none"] {
    transform: translateY(20px);
    opacity: 0;
}

.view-list .room-image {
    flex: 0 0 50%;
}

.view-list .room-content {
    flex: 0 0 50%;
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


.room-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.room-content {
    padding: 20px;
    background: #fff;
}

.room-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.room-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#wubook-results-area .room-details {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#wubook-results-area .room-title {
    font-size: 18px;
}

#wubook-results-area .room-title a {
    color: #000;
    text-decoration: none;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
}

.detail-item i {
    font-size: 18px;
    width: 24px;
    color: #000;
    text-align: center;
}

.detail-item span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    color: #333;
    text-transform: uppercase;
}

.room-actions {
    display: flex;
    gap: 15px;
}

.btn {
    font-size: 12px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.btn-primary {
    background-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #333;
}

.btn-secondary {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.btn-secondary:hover {
    background-color: #000;
    color: #fff;
}


.room-image .swiper-button-prev,
.room-image .swiper-button-next {
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    color: #fff;
}

.room-image .swiper-button-prev:after,
.room-image .swiper-button-next:after {
    font-size: 18px;
}

.room-image .swiper-pagination {
    bottom: -2px;
    left: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    padding: 5px 10px;
}


@media (max-width: 991px) {
    .rooms-header {
        display: none;
    }


    .room-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .rooms-grid {
        gap: 20px;
        padding: 0px;
    }

    .rooms-grid.view-grid {
        flex-direction: column;
    }

    .rooms-grid.view-grid .room-item {
        flex: 0 0 100%;
    }

    .rooms-grid.view-list .room-item {
        flex-direction: column;
    }

    .view-list .room-image,
    .view-list .room-content {
        flex: 0 0 100%;
    }

    .view-list .room-content {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .room-content {
        padding: 20px;
    }

    .room-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .room-details {
        gap: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .rooms-grid {
        padding: 0px;
    }

    .room-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        padding: 12px 20px;
    }
}


.rooms-categories {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 1350px;
    padding-bottom: 10px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.rooms-categories::after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.1s ease;
}

.rooms-categories.at-end::after {
    opacity: 0;
}

.category-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

.category-list::-webkit-scrollbar {
    display: none;
}

.category-item {
    margin-right: 40px;
}

.category-item:last-child {
    margin-right: 0;
}

.category-link {
    display: inline-block;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
    transition: color 0.3s ease;
    font-family: var(--font-heading);
}

.category-link:hover {
    color: #000;
}

.category-link.active {
    color: #000;
    font-weight: 600;
}

.category-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.category-link .count {
    color: #333;
    font-size: 12px;
    font-family: var(--font-heading);
}


@media (max-width: 991px) {
    .rooms-categories {
        margin: 0 -20px 30px;
        padding: 0 18px;
        border-bottom: none;
    }

    .category-item {
        margin-right: 30px;
    }

    .category-link {
        font-size: 12px;
        padding: 12px 0;
    }
}

@media (max-width: 576px) {
    .rooms-categories {
        margin: 0 -15px 20px;
        padding: 0 18px;
        border-bottom: none;
    }

    .category-item {
        margin-right: 25px;
    }

    .category-link {
        font-size: 11px;
        padding: 10px 0;
    }

    .category-link .count {
        font-size: 10px;
    }
}


.category-descriptions {
    margin: 40px 0;
}

.category-description {
    display: none;
    text-align: left;
    max-width: 1200px;
    margin: 0;
    padding: 0px;
}

.category-description.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.category-header {
    margin-bottom: 15px;
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #000;
    letter-spacing: 1px;
}

.category-count {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.category-text {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .category-descriptions {
        margin: 30px 0;
    }

    .category-title {
        font-size: 20px;
    }

    .category-count {
        font-size: 16px;
    }

    .category-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .category-descriptions {
        margin: 25px 0;
    }

    .category-description {
        padding: 0px;
    }

    .category-title {
        font-size: 18px;
    }

    .category-count {
        font-size: 14px;
    }

    .category-text {
        font-size: 13px;
    }
}


.dining-categories {
    padding: 120px 0;
}

.dining-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
}

.dining-item {
    position: relative;
    aspect-ratio: 5/6;
    overflow: hidden;
}

.dining-item:nth-child(4) {
    grid-column: 2;
}

.dining-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.dining-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dining-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: background 0.3s ease;
}

.dining-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    z-index: 2;
    transition: transform 0.3s ease;
}



.dining-link:hover .dining-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.dining-link:hover .dining-title {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .dining-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dining-item:nth-child(4) {
        grid-column: auto;
    }

    .dining-title {
        font-size: 20px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 576px) {
    .dining-categories {
        padding: 40px 0;
    }

    .dining-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .dining-item {
        aspect-ratio: 5/6;
    }

    .dining-title {
        font-size: 18px;
        bottom: 15px;
        left: 15px;
    }

}

.conference-columns {
    padding: 120px 0 0;
}

.column-section {
    display: flex;
    align-items: center;
    min-height: 600px;
}

body.page-template-page-careers .column-section {
    margin-top: 60px;
}

.column-section.reverse {
    flex-direction: row-reverse;
}

.image-column {
    flex: 0 0 50%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.content-column {
    flex: 0 0 50%;
    padding: 20px;
}

.column-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.column-text {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 40px;
    max-width: 600px;
}

.learn-more {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.learn-more:hover {
    opacity: 0.7;
}


@media (max-width: 1200px) {
    .content-column {
        padding: 60px;
    }
}

@media (max-width: 991px) {

    .conference-columns {
        padding: 0px 0 0;
    }

    .column-section,
    .column-section.reverse {
        flex-direction: column;
        min-height: auto;
    }

    .image-column {
        flex: 0 0 400px;
        height: 400px;
    }

    .content-column {
        flex: 0 0 auto;
        padding: 40px 30px;
        text-align: center;
    }

    .column-title {
        margin-bottom: 20px;
    }

    .column-text {
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .image-column {
        flex: 0 0 300px;
        height: 300px;
    }

    .content-column {
        padding: 30px 20px;
    }

}

.cta-gallery {
    justify-content: center !important;
    margin-bottom: 0px;
    max-width: inherit;
}

.wedding-cta {
    background-color: #000;
    padding: 20px 0;
    margin: 0 auto;
}

.cta-wedding-columns {
    margin-bottom: 40px;
}

.wedding-cta .container {
    max-width: 1350px;
}

.cta-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 20px;
    flex-direction: column;
}

.cta-text {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.phone-number {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.phone-number:hover {
    opacity: 0.8;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.get-in-touch {
    display: inline-block;
    padding: 8px 20px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.get-in-touch:hover {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 991px) {
    .wedding-cta {
        margin-top: -30px;
        padding: 30px 0;
    }

    .cta-wedding-columns {
        margin-bottom: 0px;
    }


    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-actions {
        flex-direction: column;
        gap: 15px;
    }

    .phone-number {
        font-size: 16px;
    }

    .get-in-touch {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .wedding-cta {
        margin-top: -25px;
        padding: 25px 15px;
    }

    .cta-text {
        font-size: 15px;
        padding: 0 15px;
    }

    .phone-number {
        font-size: 15px;
    }

    .get-in-touch {
        padding: 10px 20px;
        font-size: 12px;
    }
}

.amenities-nav {
    background-color: #000;
    padding: 0;
    position: relative;
    z-index: 10;
}

.amenities-nav .container {
    max-width: 1350px;
}

.amenities-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.amenities-links li {
    position: relative;
}

.amenities-links li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.3);
}

.amenities-links a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.amenities-links a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

@media (max-width: 991px) {

    body.page-template-page-amenities .amenities-links {
        flex-direction: column;
    }

    .amenities-links {
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
    }

    .amenities-links li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .amenities-links li:last-child {
        border-bottom: none;
    }

    .amenities-links li::after {
        display: none;
    }

    .amenities-links a {
        padding: 15px 20px;
    }
}

.services-section {
    padding: 100px 0;
    background-color: #000;
}

.services-section .section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #fff;
}

.services-section .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto 0;
}

.services-grid {
    max-width: 1450px;
    margin: 0 auto;
}

.service-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-item {
    flex: 0 0 calc(50% - 15px);
    font-size: 12px;
    color: #fff;
    padding: 25px;
    background-color: transparent;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.family-fun-section {
    padding: 100px 0;
    background-color: #fff;
}

.cta-amenities {
    margin-bottom: 40px;
}

.cta-gallery {
    max-width: inherit;
}

.cta-gallery .get-in-touch {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.cta-gallery .get-in-touch:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.family-fun-section .section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.family-fun-section .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    margin: 15px auto 0;
}

.family-content {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.family-image {
    width: 100%;
    margin-bottom: 40px;
}

.family-image img {
    width: 100%;
    height: auto;
    display: block;
}

.family-info {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.family-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.family-description {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }

    .cta-amenities {
        margin-top: 0px;
    }

    .cta-gallery {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .services-section .section-title {
        margin-bottom: 40px;
    }

    .service-row {
        flex-direction: column;
        gap: 15px;
    }

    .service-item {
        flex: 0 0 100%;
    }

    .family-fun-section {
        padding: 60px 0;
    }

    .family-fun-section .section-title {
        margin-bottom: 40px;
    }

    .family-image {
        margin-bottom: 30px;
    }

    .family-title {
        margin-bottom: 15px;
    }

    .family-description {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .services-section {
        padding: 40px 0;
    }

    .service-item {
        padding: 20px 15px;
    }

    .family-description {
        padding: 0 15px;
    }
}

.complimentary-section {
    padding: 100px 0;
    background-color: #fff;
}

.complimentary-section .section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.complimentary-section .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    margin: 15px auto 0;
}

.complimentary-grid {
    max-width: 1450px;
    margin: 0 auto;
}

.complimentary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.complimentary-row:last-child {
    margin-bottom: 0;
}

.complimentary-item {
    flex: 0 0 calc(50% - 15px);
    font-size: 12px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    color: #000;
    padding: 25px;
    background-color: #f8f8f8;
    text-align: center;
}

.complimentary-item:hover {
    background-color: #f0f0f0;
}

@media (max-width: 991px) {

    .services-section,
    .family-fun-section,
    .complimentary-section {
        padding: 60px 0;
    }

    .services-section .section-title,
    .family-fun-section .section-title,
    .complimentary-section .section-title {
        margin-bottom: 40px;
    }

    .service-row,
    .complimentary-row {
        flex-direction: column;
        gap: 15px;
    }

    .service-item,
    .complimentary-item {
        flex: 0 0 100%;
    }

    .family-image {
        margin-bottom: 30px;
    }

    .family-title {
        margin-bottom: 15px;
    }

    .family-description {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {

    .services-section,
    .family-fun-section,
    .complimentary-section {
        padding: 40px 0;
    }

    .service-item,
    .complimentary-item {
        padding: 20px 15px;
    }

    .family-description {
        padding: 0 15px;
    }
}

.contact-section {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
}

.contact-section .container {
    max-width: 1350px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 80px;
}

.location-label {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.contact-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:last-child {
    border-bottom: none;
}

.item-label {
    font-size: 16px;
    color: #fff;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.item-value {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

a.item-value {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

a.item-value:hover {
    border-bottom-color: #fff;
}


@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-header {
        margin-bottom: 50px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 20px;
    }

    .item-label {
        opacity: 0.7;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 40px 0;
    }

    .contact-header {
        margin-bottom: 40px;
    }

    .location-label {
        font-size: 13px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-grid {
        gap: 20px;
    }

    .contact-item {
        padding-bottom: 15px;
    }

    .item-label,
    .item-value {
        font-size: 12px;
    }
}

.gallery-section {
    padding: 120px 0;
    background-color: #000;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.join-section {
    padding: 100px 0;
    background-color: #000;
}

.join-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1450px;
    margin: 0 auto;
}

.join-image {
    flex: 0 0 50%;
    height: 600px;
    overflow: hidden;
}

.join-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.join-text {
    flex: 0 0 40%;
}

.join-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.join-description {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 40px;
    font-weight: 400;
}

.join-link {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.join-link:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 991px) {

    .gallery-section,
    .join-section {
        padding: 60px 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-item {
        height: 400px;
    }

    .join-content {
        flex-direction: column;
        gap: 40px;
    }

    .join-image {
        flex: 0 0 100%;
        height: 400px;
    }

    .join-text {
        flex: 0 0 100%;
        text-align: center;
    }

}

@media (max-width: 576px) {

    .gallery-section,
    .join-section {
        padding: 60px 20px;
    }

    .gallery-item {
        height: 300px;
    }

    .join-image {
        height: 300px;
    }


    .join-link {
        width: 100%;
        text-align: center;
    }
}

.about-slider-section {
    padding: 80px 0;
    background-color: #000;
    position: relative;
    height: 80vh;
}

.about-swiper {
    width: 100%;
    height: 100%;
    padding: 0;
}

.about-swiper .swiper-wrapper {
    align-items: center;
    padding: 0 6%;
}

.about-swiper .swiper-slide {
    opacity: 0.4;
    width: 65%;
    transition: all 0.6s ease;
    transform: scale(0.8);
    cursor: pointer;
    margin: 0 20px;
}

.about-swiper .swiper-slide .slide-image {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
}

.slide-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-swiper .swiper-slide .slide-image:active {
    cursor: grabbing;
}

.about-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.about-swiper .swiper-slide-prev,
.about-swiper .swiper-slide-next {
    opacity: 0.4;
    transform: scale(0.8);
}

.slide-descriptions {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.description-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
}

.slide-description {
    position: absolute;
    top: 0;
    left: 120px;
    right: 120px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    pointer-events: none;
}

.slide-description.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.slide-description h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.about-swiper .swiper-button-next,
.about-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.about-swiper .swiper-button-next:hover,
.about-swiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.about-swiper .swiper-button-next:after,
.about-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.about-swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.about-swiper .swiper-pagination {
    bottom: 140px !important;
}

.about-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 6px;
}

.about-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 991px) {
    .about-slider-section {
        height: 60vh;
    }

    .about-swiper .swiper-slide {
        width: 75%;
    }

    .description-wrapper {
        padding: 0 60px;
    }

    .slide-description {
        left: 60px;
        right: 60px;
    }

    .about-swiper .swiper-button-next,
    .about-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .about-swiper .swiper-button-next:after,
    .about-swiper .swiper-button-prev:after {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .about-slider-section {
        height: 70vh;
    }

    .about-swiper .swiper-slide {
        width: 85%;
    }

    .description-wrapper {
        padding: 0 30px;
    }

    .slide-description {
        left: 30px;
        right: 30px;
    }

    .about-swiper .swiper-button-next,
    .about-swiper .swiper-button-prev {
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.4);
    }

    .about-swiper .swiper-button-next:after,
    .about-swiper .swiper-button-prev:after {
        font-size: 14px;
    }

    .about-swiper .swiper-pagination {
        bottom: 120px !important;
    }
}

.reviews-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reviews-popup.active {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 1;
}

.reviews-popup-content {
    background: #fff;
    width: 100%;
    max-height: 75vh;
    padding: 20px;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}


.reviews-popup.active .reviews-popup-content {
    transform: translateY(0);
}

.reviews-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-popup .main-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-popup .rating-score .score,
.reviews-popup .rating-score .max-score,
.reviews-popup .rating-label {
    color: #000;
}

.reviews-popup .review-count {
    color: #333;
}

.reviews-popup .close-popup {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #000;
}

.reviews-popup .close-popup svg {
    width: 24px;
    height: 24px;
}

.reviews-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.filter-group {
    flex: 1;
}

.filter-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.reviews-list {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}

.review-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.review-item:last-child {
    border-bottom: none;
}

.review-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #000;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 20px;
}

.review-meta {
    font-size: 9px;
    color: #333;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}

.review-meta .platform,
.review-meta .traveler-type {
    color: #333;
}

@media (min-width: 768px) {
    .reviews-popup-content {
        max-width: 600px;
        height: auto;
        max-height: 90vh;
        margin: 20px;
        transform: translateY(50px);
    }

    .reviews-popup.active {
        align-items: center;
    }

    .reviews-popup.active .reviews-popup-content {
        transform: translateY(0);
    }
}

.single-room-page {
    color: #000;
}

.room-hero {
    position: relative;
    height: 68vh;
    background: #000;
    color: #fff;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 55vh;
    text-align: center;
}

.section-label {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.single-room-title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.room-description-section {
    background: #000;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.description-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.btn-check-rates {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-top: 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.btn-check-rates:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

.room-gallery-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.gallery-slider {
    position: relative;
    margin-top: 40px;
}

.gallery-slider .swiper-slide {
    height: 500px;
    overflow: hidden;
}

.gallery-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.gallery-slider .swiper-button-next:after,
.gallery-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #333;
}

@media (max-width: 768px) {
    .gallery-slider .swiper-slide {
        height: 300px;
    }

    .room-hero {
        height: 62vh;
    }

    .hero-content {
        padding-top: 50vh;
    }

    .single-room-title {
        font-size: 26px;
    }
}

.gallery-slider .swiper-pagination {
    bottom: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    padding: 5px 10px;
}


.room-details-section {
    padding: 80px 0;
    background-color: #fff;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
}


.detail-icon {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.detail-item h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333;
}

.detail-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.floor-plan-link {
    color: #007bff;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.floor-plan-link:hover {
    color: #0056b3;
}

@media (max-width: 991px) {
    .details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }
}



.room-amenities-section {
    padding: 80px 0;
    text-align: center;
}

.amenities-group {
    margin-bottom: 40px;
}

.amenities-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infant-note {
    text-align: center;
}


.amenities-title::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 24px;
    transition: transform 0.3s ease;
}



.amenities-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.amenities-list.active {
    opacity: 1;
    visibility: visible;
    padding: 20px;
}

.amenities-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 3;
    column-gap: 40px;
}

.amenities-list li {
    margin-bottom: 15px;
    break-inside: avoid;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.amenities-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
}

@media (max-width: 991px) {
    .amenities-list ul {
        columns: 2;
    }
}

@media (max-width: 767px) {
    .amenities-list ul {
        columns: 1;
    }

    .amenities-title {
        font-size: 20px;
    }
}


.check-rates-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.check-rates-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
}

.btn-check-rates {
    display: inline-block;
    padding: 15px 40px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}



@media (max-width: 991px) {
    .amenities-list {
        columns: 2;
        column-gap: 30px;
    }

    .gallery-slider .swiper-slide {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .amenities-list {
        columns: 1;
    }

    .gallery-slider .swiper-slide {
        height: 300px;
    }

    .amenities-title {
        font-size: 16px;
    }

    .amenities-list li {
        font-size: 13px;
    }
}


.gallery-slider.has-two-images {
    max-width: 900px;
}

.gallery-slider.has-two-images .swiper-slide {
    opacity: 1;
}


.section-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #000;
}


.check-rates-section {
    padding: 100px 0;
    background-color: #000;
    text-align: center;
}


.check-rates-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.btn-check-rates {
    display: inline-block;
    padding: 15px 40px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}


.room-amenities-section {
    padding: 80px 0;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.amenities-group {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.amenities-title {
    position: relative;
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amenities-title:after {
    content: '+';
    font-size: 20px;
    color: #000;
}

.amenities-title.active:after {
    content: '−';
}

.amenities-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin: 0;
    padding: 0;
    list-style: none;
}

.amenities-list.active {
    max-height: 1000px;
    padding-bottom: 20px;
}

.amenities-list li {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .check-rates-section {
        padding: 40px 0;
    }

    .check-rates-title {
        font-size: 20px;
    }

    .amenities-title {
        font-size: 13px;
    }

    .amenities-list li {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .check-rates-section {
        padding: 30px 20px;
    }

    .check-rates-title {
        font-size: 18px;
    }

    .btn-check-rates {
        padding: 12px 30px;
        font-size: 13px;
    }
}


.single-room-details {
    background-color: #000;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.single-room-details-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #fff;
}

.single-room-details-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 15px auto 0;
}

.single-room-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}



.single-room-detail-item:nth-child(3n+1):nth-last-child(1) {
    grid-column: 2/3;
}


.single-room-detail-item:nth-child(4):nth-last-child(1) {
    grid-column: 2/3;
}


@media (max-width: 576px) {

    .single-room-detail-item:nth-child(3n+1):nth-last-child(1) {
        grid-column: 1;
    }


    .single-room-detail-item:nth-child(4):nth-last-child(1) {
        grid-column: 1;
    }
}

.single-room-detail-item {
    flex: 0 0 calc(50% - 15px);
    font-size: 13px;
    color: #fff;
    padding: 25px;
    background-color: transparent;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.single-room-detail-icon {
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.single-room-detail-item:hover .single-room-detail-icon {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

@media (max-width: 576px) {
    .single-room-detail-icon {
        font-size: 24px;
        height: 60px;
        width: 60px;
        margin-bottom: 15px;
    }
}

.single-room-detail-label {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.single-room-detail-value {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
    margin: 0;
}

.infant-note {
    margin-top: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    .single-room-details {
        padding: 80px 0;
    }

    .single-room-details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 20px;
    }

    .single-room-details-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .single-room-details {
        padding: 60px 0;
    }

    .single-room-details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .single-room-details-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .single-room-detail-item {
        padding: 20px;
    }

    .detail-icon {
        font-size: 28px;
        margin-bottom: 15px;
    }
}



.detail-icon {
    font-size: 28px;
    margin-bottom: 15px;
}


.single-restaurant-page {
    background-color: var(--color-light);
}


.restaurant-hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.restaurant-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.restaurant-hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.restaurant-hero .restaurant-title {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}


.restaurant-hours {
    padding: 120px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.restaurant-hours h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.hours-details {
    margin-bottom: 20px;
}

.hours-details .days {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.hours-details .times {
    font-size: 16px;
    color: #ccc;
    font-family: var(--font-heading);
}

.additional-info {
    font-size: 14px;
    color: #ccc;
    margin-top: 20px;
}

.restaurant-description {
    padding: 80px 0;
    background-color: #ddd;
}

.description-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.restaurant-menu {
    padding: 120px 0;
    text-align: center;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.restaurant-menu h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.menu-download {
    margin-top: 30px;
}

.btn-menu {
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-menu:hover {
    background-color: #fff;
    color: #000;
}

.menu-description {
    max-width: 800px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 1.4;
    color: #ddd;
    text-align: center;
}

@media (max-width: 991px) {
    .menu-description {
        font-size: 15px;
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .menu-description {
        font-size: 14px;
        padding: 0 15px;
    }
}

.restaurant-contact {
    padding: 120px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.spa-contact {
    padding: 20px 0;
}

.contact-content {
    max-width: 1450px;
    margin: 0 auto;
}

.contact-text {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.phone-number {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    text-transform: uppercase;
}


.btn-gift-vouchers {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.btn-gift-vouchers:hover {
    background-color: #fff;
    color: #000;
}

.spa-btn {
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .restaurant-hero .restaurant-title {
        font-size: 36px;
    }

    .restaurant-hours,
    .restaurant-description,
    .restaurant-menu {
        padding: 60px 0;
    }

    .contact-actions {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .restaurant-hero {
        min-height: 400px;
        height: 60vh;
    }

    .restaurant-hero .restaurant-title {
        font-size: 28px;
    }

    .restaurant-hours h2,
    .restaurant-menu h2 {
        font-size: 20px;
    }

    .hours-details .days {
        font-size: 16px;
    }

    .hours-details .times {
        font-size: 14px;
    }

    .description-content {
        font-size: 14px;
    }

}

.restaurant-excerpt {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.4;
    color: #ddd;
    text-align: center;
}

.restaurant-hours {
    padding: 120px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .restaurant-excerpt {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .menu-description {
        font-size: 15px;
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .restaurant-excerpt {
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .menu-description {
        font-size: 14px;
        padding: 0 15px;
    }
}



.offer-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.offer-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.offer-hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-hero .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 75px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.offer-hero .offer-title {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.offer-hero .offer-subtitle {
    font-size: 18px;
    color: #fff;
    margin: 10px 0 0;
    opacity: 0.9;
}


.single-offer-page .offer-hero .hero-image img {
    opacity: 1 !important;
}

.single-offer-page .offer-hero .hero-image::after {
    display: none !important;
}

.offer-details {
    padding: 80px 0;
}

.offer-details .details-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
}

.offer-info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.info-label {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.info-value {
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.offer-restrictions {
    padding: 20px 0;
    text-align: center;
}

.restrictions-text {
    font-size: 12px;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.offer-booking {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.booking-label {
    font-size: 18px;
    color: #000;
}

.check-rates-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #000;
    font-family: var(--font-heading);
}

.check-rates-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

@media (max-width: 991px) {
    .offer-details {
        padding: 60px 0;
    }

    .offer-details .details-content {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .offer-info-row {
        padding: 12px 0;
    }

}

@media (max-width: 576px) {
    .offer-details {
        padding: 40px 0;
    }

    .offer-info-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .info-value {
        text-align: center;
    }

    .offer-details .details-content {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

.offer-cta {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.offer-cta .cta-content {
    text-align: center;
}

.offer-cta .cta-text {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 30px;
}

.btn-book-offer {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 40px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-book-offer:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .offer-hero .offer-title {
        font-size: 32px;
    }

    .offer-hero .offer-subtitle {
        font-size: 18px;
    }

    .offer-details,
    .offer-cta {
        padding: 40px 0;
    }

}

@media (max-width: 576px) {
    .offer-hero {
        height: 40vh;
    }

    .offer-hero .offer-title {
        font-size: 24px;
    }

    .offer-hero .offer-subtitle {
        font-size: 14px;
    }

    .offer-details .details-content {
        font-size: 14px;
    }

}

.single-offer-title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.single-offer-details {
    padding: 120px 0;
    background-color: #000;
}

.single-offer-details .details-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.single-offer-details .details-content p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.single-offer-info {
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-offer-info-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    gap: 20px;
}

.info-label {
    font-size: 14px;
    color: #FFFFFF;
}

.info-value {
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
}

.single-offer-restrictions {
    padding: 60px 0;
    text-align: center;
}


.single-offer-booking {
    max-width: 600px;
    margin: 0 auto;
    padding: 8px 20px;
    text-align: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.booking-label {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}


@media (max-width: 991px) {
    .single-offer-details {
        padding: 60px 0;
    }

    .single-offer-title {
        font-size: 22px;
    }


    .single-offer-info-row {
        padding: 12px 0;
    }

}

@media (max-width: 576px) {
    .single-offer-details {
        padding: 40px 0;
    }

    .single-offer-info-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .info-value {
        text-align: center;
    }

}

.included-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.included-title {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.included-items {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.included-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.included-items li {
    position: relative;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.6;
}

.included-items li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .included-items ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .included-items li {
        font-size: 15px;
    }
}

.footer-social {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin: 40px 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.footer-social .social-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-social .social-link:hover {
    opacity: 0.8;
}

.footer-copyright {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    color: #7d7d7d;
}

@media (max-width: 991px) {
    .footer-social {
        margin: 30px 0;
        justify-content: center;
    }

    .footer-copyright {
        margin-top: 30px;
        padding-top: 15px;
    }

    .footer-copyright p {
        font-size: 11px;
    }
}

.body-wellness {
    padding: 120px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.body-wellness .container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.body-wellness h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

.treatments-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.treatment-item {
    flex: 1 0 420px;
    margin: 15px;
    position: relative;
    overflow: visible;
    text-decoration: none;
    display: block;
    background: #fff
}

.treatment-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.treatment-content {
    position: relative;
    padding: 20px 0;
    color: #000;
}

.treatment-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.treatment-price {
    font-size: 13px;
    margin: 5px 0 0;
    opacity: 0.7;
}


@media (max-width: 576px) {
    .treatment-title {
        font-size: 16px;
        text-align: center;
    }

    .treatment-price {
        font-size: 14px;
    }

    .treatment-content {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .body-wellness {
        padding: 60px 0;
        gap: 50px;
    }

    .body-wellness h2 {
        text-align: center;
    }

    .treatment-item {
        flex: 1 0 280px;
    }
}

@media (max-width: 576px) {
    .body-wellness {
        padding: 60px 0;
    }

    .body-wellness h2 {
        margin-bottom: 25px;
        padding: 0;
    }

    .treatments-grid {
        margin: 0;
        padding: 0;
    }

    .treatment-item {
        flex: 1 0 100%;
        margin: 0 0 20px 0;
    }

    .treatment-item:last-child {
        margin-bottom: 0;
    }

    .body-wellness .container {
        padding: 0 15px;
    }
}

.casino-features {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.casino-features__grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.casino-features__item {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.casino-features__item--reverse {
    flex-direction: row-reverse;
}

.casino-features__item:last-child {
    margin-bottom: 0;
}

.casino-features__content {
    flex: 1;
    min-width: 0;
}

.casino-features__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.casino-features__description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #ccc;
}

.casino-features__link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
}

.casino-features__link:hover {
    opacity: 0.7;
}

.casino-features__image-wrapper {
    flex: 1;
    max-width: 50%;
}

.casino-features__image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .casino-features {
        padding: 60px 0;
    }

    .casino-features__grid {
        padding: 0 24px;
    }

    .casino-features__item {
        gap: 30px;
        margin-bottom: 50px;
    }

    .casino-features__image-wrapper {
        max-width: 45%;
    }
}

@media (max-width: 767px) {
    .casino-features {
        padding: 40px 0;
    }

    .casino-features__grid {
        padding: 0 16px;
    }

    .casino-features__item,
    .casino-features__item--reverse {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .casino-features__content {
        order: 1;
    }

    .casino-features__image-wrapper {
        order: 2;
        max-width: 100%;
    }

    .casino-features__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .casino-features__description {
        font-size: 15px;
        margin-bottom: 24px;
    }
}

@media (max-width: 374px) {
    .casino-features {
        padding: 32px 0;
    }

    .casino-features__grid {
        padding: 0 12px;
    }

    .casino-features__title {
        font-size: 20px;
    }

    .casino-features__description {
        font-size: 14px;
    }
}

.casino-services {
    background-color: #000;
    color: #fff;
    padding: 120px 0;
    overflow: hidden;
}

.casino-services__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.casino-services__header {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.casino-services__label {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.casino-services__title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.casino-services__description {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.casino-services__cta {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.casino-services__cta:hover {
    background-color: #fff;
    color: #000;
}

.casino-services__media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.casino-services__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .casino-services {
        padding: 80px 0;
    }

    .casino-services__header {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .casino-services {
        padding: 60px 0;
    }

    .casino-services__container {
        padding: 0 16px;
    }


    .casino-services__description {
        font-size: 15px;
        margin-bottom: 32px;
    }

    .casino-services__header {
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .casino-services {
        padding: 40px 0;
    }

    .casino-services__title {
        font-size: 32px;
    }

    .casino-services__description {
        font-size: 14px;
    }
}

.casino-services__media .hero-video-controls {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

.casino-services__media .video-pause-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-services__media .video-pause-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.casino-services__media .video-pause-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.casino-services__media .video-pause-btn.paused .pause-icon {
    display: none;
}

.casino-services__media .video-pause-btn.paused .play-icon {
    display: block;
}

.casino-services__media .video-pause-btn .play-icon {
    display: none;
}

@media (max-width: 768px) {
    .casino-services__media .hero-video-controls {
        bottom: 20px;
        right: 20px;
    }

    .casino-services__media .video-pause-btn {
        width: 40px;
        height: 40px;
    }

    .casino-services__media .video-pause-btn svg {
        width: 20px;
        height: 20px;
    }
}

.casino-omega {
    color: #000;
    padding: 120px 0;
}

.casino-omega__container {
    max-width: 1445px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: center;
}

.casino-omega__content {
    max-width: 1450px;
    margin: 0 auto;
}

.casino-omega__content h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    color: #000;
}

.casino-omega__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.casino-omega__phone {
    margin-bottom: 8px;
}

.casino-omega__phone a,
.casino-omega__phone p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    color: #333;
    font-family: var(--font-heading) !important;
    text-decoration: none !important;
}

.casino-omega__cta {
    display: inline-block;
    background-color: transparent;
    color: #000;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    border: 1px solid #000;
}

.casino-omega__cta:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .casino-omega {
        padding: 80px 0;
    }

    .casino-omega__container {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .casino-omega {
        padding: 60px 0;
    }

    .casino-omega__container {
        padding: 0 40px;
    }

}



.jobs-section {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0px 0;
}

.jobs-filters {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.filter-group {
    margin-bottom: 0;
}

.filter-groups {
    display: flex;
    gap: 2rem;
}

.filter-group h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filter-btn {
    padding: 0.5rem 1rem;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.875rem;
    white-space: nowrap;
}

.filter-btn.active {
    background: #000;
    color: #fff;
}

.active-filters {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 1rem;
}

.reset-filters {
    color: #333;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
}

.jobs-grid {
    border: 1px solid #eee;
}

.jobs-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 100px;
    padding: 1rem;
    background: #f8f8f8;
    font-weight: 600;
    font-size: 0.875rem;
}

.job-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 100px;
    padding: 1rem;
    border-top: 1px solid #e7e5e4;
    align-items: center;
}

.job-item:hover {
    background: #f8f8f8;
}

.info-btn {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.info-btn i {
    font-size: 20px;
    color: #000;
}

@media (max-width: 768px) {
    .info-btn i {
        font-size: 18px;
        color: #fff;
    }
}

.no-jobs {
    padding: 2rem;
    text-align: center;
    color: #333;
}


.reviews-popup.job-popup {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.job-popup .reviews-popup-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.job-popup .popup-header {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.job-popup .job-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 60vh;
    overflow-y: auto;
    overflow: auto;
}

.job-popup .popup-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.job-popup .job-description {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    font-weight: 400;
}

.job-description p {
    padding: 10px 0;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    font-weight: 400;
}

.job-popup .job-form {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
}

@media (max-width: 768px) {
    .jobs-filters {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

    .filter-groups {
        flex-direction: column;
        gap: 1.5rem;
    }

    .active-filters {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .jobs-header {
        grid-template-columns: 2fr 1fr 1fr 50px;
        font-size: 0.75rem;
    }

    .job-item {
        grid-template-columns: 2fr 1fr 1fr 50px;
    }

    .info-btn svg {
        width: 20px;
        height: 20px;
    }

    .job-popup .job-content {
        max-height: 70vh;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
}

@media (max-width: 480px) {
    .jobs-section {
        padding: 10px 20px;
    }

    .filter-buttons {
        gap: 0.25rem;
    }

    .filter-btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
    }

    .jobs-header {
        padding: 0.75rem;
    }

    .job-item {
        padding: 0.75rem;
    }
}


.job-popup .reviews-popup-content {
    background: #fff;
    padding: 1.5rem;
    width: 90%;
    max-width: 800px;
    margin: 2rem auto;
    position: relative;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.job-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.job-popup .close-popup {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #000;
}

.job-popup .job-content {
    overflow-y: auto;
    padding-right: 1rem;
    margin-right: -1rem;
}

.job-popup .popup-title {
    color: #000;
    margin: 0;
}

.job-popup .job-description {
    line-height: 1.4;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.job-popup .job-form {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
}

@media (max-width: 768px) {
    .job-popup .reviews-popup-content {
        width: 100%;
        margin: 0rem;
        padding: 1rem;
    }

    .job-popup .reviews-popup-header {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}


.job-popup .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.job-popup .wpcf7-form p {
    margin: 0;
}

.job-popup .wpcf7-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.job-popup .wpcf7-form input[type="text"],
.job-popup .wpcf7-form input[type="email"],
.job-popup .wpcf7-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    transition: border-color 0.2s;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
}

.job-popup .wpcf7-form input[type="text"]:focus,
.job-popup .wpcf7-form input[type="email"]:focus,
.job-popup .wpcf7-form textarea:focus {
    border-color: #000;
    outline: none;
}

.job-popup .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.job-popup .wpcf7-form input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    margin-top: 1rem;
    text-transform: uppercase;
    font-family: var(--font-heading);
    letter-spacing: 1px;
    border: 1px solid #000;
}

.job-popup .wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.job-popup .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.job-popup .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 0.75rem;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .job-popup .wpcf7-form {
        gap: 0.75rem;
    }

    .job-popup .wpcf7-form input[type="submit"] {
        padding: 0.875rem 1.5rem;
    }
}


.job-popup .wpcf7-form input[type="tel"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}


.job-popup .wpcf7-form input[type="tel"]::-webkit-outer-spin-button,
.job-popup .wpcf7-form input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.job-popup .wpcf7-form input[type="tel"]:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000;
}

.job-popup .wpcf7-form input[type="tel"]::placeholder {
    color: #757575;
    opacity: 1;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.job-popup .wpcf7-form input[type="tel"].wpcf7-not-valid {
    border-color: #FF4444;
}


.job-popup .wpcf7-form input[type="file"] {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    cursor: pointer;
}


.job-popup .wpcf7-form input[type="file"]::file-selector-button {
    padding: 12px 24px;
    margin-right: 16px;
    border: none;
    background-color: #F5F5F5;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.job-popup .wpcf7-form input[type="file"]::file-selector-button:hover {
    background-color: #E5E5E5;
}


.job-popup .wpcf7-form .wpcf7-form-control-wrap[data-name="cv-resume"] {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.job-popup .wpcf7-form .wpcf7-form-control-wrap[data-name="cv-resume"]:hover {
    border-color: #000000;
}


.job-popup .wpcf7-form input[type="file"].wpcf7-not-valid {
    border-color: #FF4444;
}

.restaurant-hero {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.restaurant-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.restaurant-hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.restaurant-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.reviews-source-popup {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

.reviews-source-popup::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.info-icon:hover .reviews-source-popup {
    opacity: 1;
    visibility: visible;
}

.reviews-source-popup h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 12px;
}

.source-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.source-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.source-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.source-name {
    font-size: 13px;
    color: #333;
}

.source-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.source-rating {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.source-count {
    font-size: 11px;
    color: #333;
}

@media (max-width: 768px) {
    .info-icon {
        border-color: #fff;
        color: #fff;
    }

    .reviews-source-popup {
        position: fixed;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px);
        max-width: 320px;
        background: #fff;
    }

    .reviews-source-popup::before {
        display: none;
    }

    .source-item {
        padding: 12px 0;
    }

    .source-name {
        font-size: 14px;
    }

    .source-rating {
        font-size: 15px;
    }

    .source-count {
        font-size: 12px;
    }
}


.reviews-source-popup .source-list a.source-item-link {
    text-decoration: none;
    color: inherit;
}



.hero-video-mobile {
    display: none;
}


@media (max-width: 768px) {
    .hero-video-desktop {
        display: none;
    }

    .hero-video-mobile {
        display: block;
    }

    .room-check-rates-description p {
        font-size: 16px !important;
    }
}


.room-check-rates-description p {
    color: #ddd;
    font-size: 20px;
    margin-bottom: 1.5em;
}


.room-amenities-section .amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.room-amenities-section .amenities-group {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}

.room-amenities-section .amenities-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}

.room-amenities-section .amenities-title.active+.amenities-list {
    max-height: 1000px;
    padding-top: 15px;
    padding-bottom: 20px;
    opacity: 1;
    visibility: visible;
}


@media (max-width: 991px) {
    .room-amenities-section .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .room-amenities-section .amenities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .room-amenities-section .amenities-group {
        border-bottom: 1px solid #e5e5e5;
    }
}


.amenities-single-column {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.amenity-row {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.amenity-row:last-child {
    border-bottom: none;
}

.amenity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amenity-header:hover {
    background-color: #f8f8f8;
    padding-left: 10px;
    padding-right: 10px;
}

.amenity-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.amenity-toggle {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    transition: transform 0.3s ease;
    min-width: 24px;
    text-align: center;
}

.amenity-header.active .amenity-toggle {
    transform: rotate(45deg);
}

.amenity-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 0 0 0;
}

.amenity-content.active {
    max-height: 500px;
    padding: 0 0 20px 0;
}

.amenity-items {
    list-style: none;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px 40px;
}

.amenity-items li {
    font-size: 18px;
    color: #333;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    line-height: 1.6;
}

.amenity-items li:first-letter {
    text-transform: uppercase;
}

.amenity-items li::before {
    content: "•";
    color: #000;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}


@media (max-width: 768px) {
    .amenities-single-column {
        margin: 0;
    }

    .amenity-header {
        padding: 15px 0;
    }

    .amenity-title {
        font-size: 16px;
    }

    .amenity-items {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px 20px;
        gap: 12px 20px;
    }

    .amenity-items li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .amenity-header {
        padding: 12px 0;
    }

    .amenity-title {
        font-size: 15px;
    }

    .amenity-items {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 10px;
    }

    .amenity-items li {
        font-size: 13px;
    }
}


@media (max-width: 600px) {
    .jobs-grid {
        border: 1px solid #e7e5e4;
    }

    .jobs-header {
        display: none;
    }

    .job-item {
        display: block;
        padding: 1.5rem 0.75rem;
        border-top: none;
        border-bottom: 1px solid #e7e5e4;
    }

    .job-item:first-of-type {
        border-top: 1px solid #e7e5e4;
    }

    .job-item .col {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
        border-bottom: 1px dashed #e7e5e4;
        align-items: center;
    }

    .job-item .col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .job-item .col::before {
        content: attr(data-label);
        font-weight: 500;
        padding-right: 1rem;
        min-width: 80px;
        text-align: left;
        font-size: 0.875rem;
    }

    .job-item .col.info {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .job-item .col.info::before {
        display: none;
    }

    .info-btn {
        padding: 8px;
        background-color: #000;
        color: #fff;
        width: 100%;
        justify-content: center;
    }

    .info-btn i {
        font-size: 18px;
    }


    .job-item .col.info .apply-now-text {
        display: inline;
        margin-left: 8px;
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: uppercase;
        vertical-align: middle;
        color: #fff;
    }
}


@media (max-width: 768px) {
    .apply-now-text {
        display: inline-block;
    }
}


.retreats-hero-video-heading {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}


.retreats-hero-text-overlay {
    position: absolute;
    top: 35%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 800px;
    z-index: 99;
}

.overlay-text-book-now {
    top: 75%;
    left: 29%;
    text-align: center;
}


.retreats-hero-text-overlay .hero-main-heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .retreats-hero-text-overlay .hero-main-heading {
        font-size: 28px;
    }

    .retreats-hero-text-overlay {
        position: absolute;
        top: 25%;
        max-width: 400px;
    }

    .overlay-text-book-now {
        top: 70%;
        left: 5%;
        max-width: 300px;
        text-align: left;
    }

    .retreats-hero-icons-container .hero-icon span {
        font-size: 9px !important;
    }

    .retreats-hero-icons-container .hero-icon img {
        width: 30px !important;
        height: 30px !important;
    }
}

.retreats-hero-icons-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    align-items: center;
    z-index: 99;
}

.retreats-hero-icons-container .hero-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.retreats-hero-icons-container .hero-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.retreats-hero-icons-container .hero-icon span {
    font-size: 12px;
    font-weight: bold;
}

.back-gradient {
    z-index: 10;
    background-image: linear-gradient(#0000 60%, #000000bf), linear-gradient(350deg, #0000, #0009);
    position: absolute;
    inset: 0%;
}

.retreats-entry-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}


.mice-packages-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-header-packages {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-packages {
    font-size: 30px;
    color: #414042;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-description-packages {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.package-main-content {
    background-color: #f9f6f2;
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.package-title {
    font-size: 26px;
    color: #8a6d46;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.package-subtitle {
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-bottom: 40px;
}

.package-details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features li {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 5px;
    position: relative;
}

.package-features li::before {
    content: '\2022';
    color: #8a6d46;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

.package-pricing .starting-from {
    font-size: 18px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.package-pricing .price-box {
    border: 1px solid #d3c1ad;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.package-pricing .price-box p {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.package-pricing .price-box strong {
    color: #000;
}

.package-contact-banner {
    border: 1px solid #d3c1ad;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-banner-text p {
    font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.contact-banner-details p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.contact-banner-details a {
    color: #8a6d46;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.contact-banner-details a:hover {
    text-decoration: underline;
}


@media (max-width: 991px) {
    .package-details-grid {
        grid-template-columns: 1fr;
    }

    .package-pricing {
        margin-top: 30px;
    }

    .package-contact-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .section-title-packages {
        font-size: 28px;
    }

    .package-title {
        font-size: 26px;
    }

    .package-main-content {
        padding: 20px;
    }

    .package-features li,
    .package-pricing .price-box p,
    .contact-banner-text p,
    .contact-banner-details p {
        font-size: 14px;
    }

    .break-line {
        width: 80% !important;
    }
}

.break-line {
    background-color: #c2ae8f;
    width: 100%;
    max-width: 800px;
    height: 1px;
    margin: 0 auto;
}

.retreats-entry-description {
    font-size: 18px;
}

.alt-package {
    background-color: #fff;
    border: 1px solid #d3c1ad;
    border-radius: 0;
}

.package-mt {
    margin-top: 40px;
}


.corporate-event-packages-section {
    padding: 80px 0;
    background-color: #fff;
}

.corporate-event-packages-section .section-header-packages.text-center {
    margin-bottom: 60px;
}

.event-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.event-package-item {
    background-color: #f9f6f2;
    padding: 30px;
    border-radius: 0;
    text-align: center;
}

.event-package-title {
    font-size: 22px;
    color: #8a6d46;
    text-transform: uppercase;
    margin-bottom: 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-package-includes {
    text-align: left;
    margin-bottom: 20px;
}

.event-package-includes h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.event-package-includes dl {
    margin: 0;
}

.event-package-includes dt {
    font-size: 18px;
    color: #8a6d46;
    font-weight: bold;
    margin-top: 10px;
}

.event-package-includes dd {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 10px;
}

.event-package-price-box,
.event-package-capacity-box {
    border: 1px solid #d3c1ad;
    padding: 15px;
    margin-top: 20px;
}

.event-package-label {
    font-size: 18px;
    color: #8a6d46;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.event-package-value {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0;
}


@media (max-width: 991px) {
    .event-packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .event-packages-grid {
        grid-template-columns: 1fr;
    }

    .event-package-title {
        font-size: 20px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .event-package-item {
        padding: 20px;
    }

    .event-package-includes h4 {
        font-size: 16px;
    }

    .event-package-includes dt {
        font-size: 16px;
    }

    .event-package-includes dd,
    .event-package-label,
    .event-package-value {
        font-size: 16px;
    }
}


.why-marina-section {
    background-image: url('images/retreats/other/why-marina.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 800px;
}


.why-marina-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.why-marina-section .container {
    position: relative;
    z-index: 2;
}

.why-marina-section .section-title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}


@media (max-width: 767px) {
    .why-marina-section {
        padding: 80px 0;
        height: 600px;
    }

    .why-marina-section .section-title {
        font-size: 24px;
    }
}


.why-marina-grid-section {
    padding: 80px 0;
    background-color: #fff;
}

.marina-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.marina-feature-item {
    padding: 30px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 2px;
    border-color: #efeae2 #efeae2 #d3c1ad;
}

.marina-feature-item .feature-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.marina-feature-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.marina-feature-item li {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 5px;
    position: relative;
}

.marina-feature-item li::before {
    content: '\2022';
    color: #8a6d46;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.1em;
}

.marina-feature-item li strong {
    color: #333;
}


@media (max-width: 991px) {
    .marina-features-grid {
        gap: 30px;
    }

    .marina-feature-item {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .marina-features-grid {
        grid-template-columns: 1fr;
    }

    .marina-feature-item .feature-title {
        font-size: 20px;
    }

    .marina-feature-item li {
        font-size: 14px;
        padding-left: 10px;
    }
}


.vision-contact-section {
    padding: 80px 0;
    background-color: #fff;
}

.vision-contact-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.vision-content {
    margin-bottom: 60px;
}

.vision-title {
    font-size: 36px;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: center;
}

.vision-description {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.perfect-event-cta {
    margin-bottom: 60px;
    text-align: center;
}

.perfect-event-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
}

.btn-outline-primary {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    max-width: fit-content;
}

.btn-outline-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.proud-btn {
    color: #000;
    border: 1px solid #000;
    margin-bottom: 20px;
    max-width: fit-content;
}

.proud-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}



.final-contact-banner {
    border: 1px solid #d3c1ad;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fdfcfa;
}

.final-contact-banner .contact-banner-text p {
    font-size: 18px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.final-contact-banner .contact-banner-details p {
    font-size: 15px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.final-contact-banner .contact-banner-details a {
    color: #8a6d46;
    text-decoration: none;
}

.final-contact-banner .contact-banner-details a:hover {
    text-decoration: underline;
}


@media (max-width: 767px) {
    .vision-title {
        font-size: 28px;
    }

    .vision-description,
    .final-contact-banner .contact-banner-text p,
    .final-contact-banner .contact-banner-details p {
        font-size: 14px;
    }

    .perfect-event-title {
        font-size: 18px;
    }

    .btn-outline-primary {
        font-size: 12px;
        padding: 8px 20px;
    }

    .final-contact-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }
}

.retreats-button {
    z-index: 99;
}

@media (max-width: 991px) {
    .package-main-content {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px;
    }

    .section-header-packages {
        padding: 0 20px;
    }

    .package-details-grid {
        grid-template-columns: 1fr;
    }

    .package-pricing {
        margin-top: 30px;
    }

    .package-contact-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .section-header-packages {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .section-title-packages {
        font-size: 24px;
    }

    .section-description-packages {
        font-size: 16px;
    }

    .package-main-content {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .package-title {
        font-size: 22px;
    }

    .package-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .package-features li,
    .package-pricing .price-box p,
    .contact-banner-text p,
    .contact-banner-details p {
        font-size: 13px;
    }

    .package-features li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .package-features li::before {
        left: 10px;
    }

    .package-pricing .starting-from {
        font-size: 12px;
    }

    .package-pricing .price-box {
        padding: 15px;
    }

    .package-contact-banner {
        padding: 15px;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .section-title-packages {
        font-size: 22px;
    }

    .package-main-content {
        margin-left: 5px;
        margin-right: 5px;
        padding: 15px;
    }

    .package-title {
        font-size: 20px;
    }

    .package-subtitle {
        font-size: 13px;
    }

    .package-features li,
    .package-pricing .price-box p,
    .contact-banner-text p,
    .contact-banner-details p {
        font-size: 12px;
    }
}

.mt-2 {
    margin-top: 20px;
}

.events-filter-bar .choices {
    margin-bottom: 0;
}

.events-filter-bar .choices__inner {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    min-height: auto;
    font-size: 14px;
    color: #333;
}

.events-filter-bar .choices[data-type*="select-one"]::after {
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    right: 11.5px;
    margin-top: -2.5px;
    transition: transform 0.2s ease;
}

.events-filter-bar .choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px;
}

.choices__list--dropdown {
    max-height: 500px;
    overflow-y: auto;
}


.events-filter-bar .choices__list--dropdown {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.events-filter-bar .choices__list--dropdown .choices__item--selectable {
    padding: 8px 12px;
}

.events-filter-bar .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
    color: #333;
}

.flatpickr-calendar {
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.flatpickr-day {
    color: #333;
    opacity: 1;
}

.flatpickr-day.today {
    color: #000;
    font-weight: bold;
    border-color: #000;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #D6A354;
    color: #fff;
    border-color: #D6A354;
}

.flatpickr-day:hover {
    background-color: #f0f0f0;
    color: #333;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    color: #ccc;
    background-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled {
    cursor: not-allowed;
    color: rgb(57 57 57 / 70%) !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #D6A354;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #b3863c;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #333;
    font-weight: bold;
}

.flatpickr-current-month input.cur-year {
    color: #333;
    font-weight: bold;
}

.flatpickr-weekdaycontainer .flatpickr-weekday {
    color: #555;
    font-weight: bold;
}

.casino-entry {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.casino-entry__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.casino-entry__intro {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.casino-entry__intro strong {
    font-weight: 600;
    text-transform: uppercase;
}

.casino-entry__description {
    margin-bottom: 60px;
}

.casino-entry__description p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #ccc;
}

.casino-entry__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.casino-entry__feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.casino-entry__feature p {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
}

.casino-slots {
    background-color: #000;
    color: #fff;
    min-height: 300vh;
    position: relative;
}

.casino-slots__hero {
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*
.casino-slots__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
*/

.casino-slots__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.casino-slots__hero-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.casino-slots__content {
    padding: 100px 0;
    position: sticky;
    top: 0;
    height: 135vh;
    display: flex;
    align-items: center;
    z-index: 1;
}

.casino-slots__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.casino-slots__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: #fff;
}

.casino-slots__description {
    max-width: 800px;
    margin: 0 auto 60px;
}

.casino-slots__description p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ddd;
    font-family: var(--font-body);
}

.casino-slots__description strong {
    color: #fff;
    font-weight: 600;
}

.casino-slots__image {
    margin-top: 40px;
}

.casino-slots__machines {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.casino-live-games {
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -110vh;
}

.casino-live-games__hero {
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*

.casino-live-games__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
*/

.casino-live-games__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.casino-live-games__hero-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.casino-live-games__content {
    padding: 100px 0;
    background-color: #000;
    position: relative;
}

.casino-live-games__container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.casino-live-games__intro {
    text-align: center;
    max-width: 770px;
    margin: 0 auto 80px;
}

.casino-live-games__intro p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ddd;
    font-family: var(--font-body);
}

.casino-live-games__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}

.casino-live-games__game {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    height: 100%;
}

.casino-live-games__game:nth-child(even) {
    flex-direction: row-reverse;
}

.casino-live-games__game-image {
    flex: 1;
    max-width: 50%;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.casino-live-games__game-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.casino-live-games__game-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.casino-live-games__game-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: #fff;
}

.casino-live-games__game-description {
    font-size: 16px;
    line-height: 1.4;
    color: #ddd;
    font-family: var(--font-body);
}

.casino-vip {
    background-color: #000;
    color: #fff;
}

.casino-vip__hero {
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*
.casino-vip__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
*/

.casino-vip__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.casino-vip__hero-title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.casino-vip__content {
    padding: 100px 0;
}

.casino-vip__container {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.casino-vip__description p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ddd;
    font-family: var(--font-body);
}

.casino-services__description {
    max-width: 1450px;
    margin: 0 auto;
}

.casino-services__intro {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: var(--font-body);
    color: #ddd;
    letter-spacing: 1px;
}

.casino-services__intro strong {
    font-weight: 400;
    letter-spacing: 1px;
}

.casino-services__details {
    margin-bottom: 40px;
}

.casino-services__details p {
    font-size: 16px;
    font-family: var(--font-body);
    line-height: 1.4;
    margin-bottom: 10px;
    color: #ddd;
    letter-spacing: 1px;
}

.casino-services__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.casino-services__feature h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.casino-services__feature p {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}

@media (max-width: 991px) {
    .casino-entry {
        padding: 60px 0;
    }

    .casino-slots__hero-title,
    .casino-live-games__hero-title,
    .casino-vip__hero-title {
        font-size: 56px;
    }


    .casino-live-games__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .casino-live-games__game {
        flex-direction: column !important;
        text-align: center;
        height: auto;
    }

    .casino-live-games__game-image {
        max-width: 100%;
        min-height: auto;
        width: 100%;
        display: block;
    }

    .casino-live-games__game-image img {
        height: auto;
        max-height: 350px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .casino-entry {
        padding: 40px 0;
    }

    .casino-entry__container,
    .casino-slots__container,
    .casino-live-games__container,
    .casino-vip__container {
        padding: 20px 16px;
    }

    .casino-entry__features {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }

    .casino-slots__hero,
    .casino-live-games__hero,
    .casino-vip__hero {
        height: 40vh;
        min-height: 300px;
    }

    .casino-slots__hero-title,
    .casino-live-games__hero-title,
    .casino-vip__hero-title {
        font-size: 42px;
    }

    .casino-slots__content,
    .casino-live-games__content,
    .casino-vip__content {
        padding: 60px 0;
    }


    .casino-services__features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .casino-slots {
        min-height: 260vh;
    }

    .casino-slots__content {
        height: 105vh;
        padding: 60px 0;
    }

    .casino-live-games {
        margin-top: -150vh;
    }
}

@media (max-width: 480px) {

    .casino-slots__hero-title,
    .casino-live-games__hero-title,
    .casino-vip__hero-title {
        font-size: 36px;
    }

    .casino-live-games__game-title {
        font-size: 20px;
    }
}

.alternating-section {
    padding: 120px 0;
    max-width: 1450px;
    margin: 0 auto;
}

.alternating-layout {
    background-color: #000;
}

.alternating-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.alternating-item {
    flex: 1;
}

.alternating-image {
    order: 1;
}

.alternating-text {
    order: 2;
}

.alternating-section.text-left .alternating-text {
    order: 1;
}

.alternating-section.text-left .alternating-image {
    order: 2;
}

.alternating-item img {
    width: 100%;
    height: auto;
    display: block;
}

.alternating-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    color: #fff;
    text-transform: uppercase;
}

.alternating-text p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ddd;
}

@media (max-width: 768px) {
    .alternating-title {
        text-align: center;
    }

    .alternating-text p {
        text-align: center;
    }

    .alternating-grid {
        flex-direction: column;
    }

    .alternating-section.text-left .alternating-text,
    .alternating-section .alternating-text {
        order: 2;
    }

    .alternating-section.text-left .alternating-image,
    .alternating-section .alternating-image {
        order: 1;
    }

    .alternating-section {
        padding: 60px 20px;
    }
}

.wubook-results .room-item .room-swiper .swiper-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 5px;
}

.wubook-results .room-item .room-swiper .swiper-button-next,
.wubook-results .room-item .room-swiper .swiper-button-prev {
    color: #fff;
    width: auto;
    height: auto;
    margin: 0 5px;
}

.wubook-results .room-item .room-swiper .swiper-button-next::after,
.wubook-results .room-item .room-swiper .swiper-button-prev::after {
    font-size: 14px;
}

.wubook-results .room-item .room-swiper .swiper-pagination.fraction {
    color: #fff;
    position: static;
    width: auto;
}

body.page-template-page-booking-status .wubook-availability-message {
	display: none;
}