html,
body {
    overflow-x: hidden;
}

body {
    font-size: 14px !important;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

:focus:not(:focus-visible) {
    outline: none !important;
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
}

.site {
    background-color: #f5f5f5;
}

.site-main {
    background-color: #f5f5f5;
}

b, strong {
  font-weight: 900 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: #1b1b1b;
}

p {
    margin-bottom: 1rem;
}

:root {
    --color-primary: #bfa46f;
    --color-secondary: #00AACD;
    --color-dark: #1b1b1b;
    --color-light: #f9f9f9;
    --color-accent: #8e6c3a;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: #000;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.page,
.post {
    margin-bottom: 0 !important;
}

.section-main-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    line-height: 1.2;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.front-header {
    position: relative;
    height: 100vh;
    min-height: 750px;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: auto !important;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    width: 100%;
    height: 100%;
}

.hero-slider .slider-image {
    width: 100%;
    object-fit: cover;
    pointer-events: none !important;
}

.hero-slider-carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 50, 74, 0.3);
    pointer-events: none;
    z-index: 2;
}

.carousel-caption,
.slider-text {
    z-index: 3 !important;
}

.slider-text {
    top: 50%;
    transform: translateY(-60%);
    text-align: center;
}

.slide-small {
    color: rgb(0, 176, 202);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slide-big {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Playfair Display', serif !important;
    margin-bottom: 20px;
    margin-top: 0;
}

.slide-italic {
    color: #fff;
    font-size: 28px;
    font-style: italic;
    font-family: 'Playfair Display', serif !important;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
}

.solaris-arrow {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    opacity: 0.65;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
    transition: 0.25s ease;
    pointer-events: auto;
}

.solaris-arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

.carousel-control-prev.solaris-arrow {
    left: 40px;
}

.carousel-control-next.solaris-arrow {
    right: 40px;
}

.booking-bar-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 104;
    padding-bottom: 4rem !important;
}

.static-header {
   position: relative;
    height: 100vh;
    min-height: 750px;
}

.hero-static {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 750px;
    overflow: visible;
}

.hero-static-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.hero-static::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 50, 74, 0.6);
    z-index: 1;
    pointer-events: none;
}

.hero-static-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hero-static-text .hero-title {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Playfair Display', serif !important;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.hero-static-text .hero-italic {
    color: #fff;
    font-size: 28px;
    font-style: italic;
    font-family: 'Playfair Display', serif !important;
}

.hero-static-text .hero-small {
    color: rgb(0, 176, 202);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.static-header .booking-bar-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 104;
    padding-bottom: 1rem !important;
}

.nav-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.nav-logo {
    text-align: center;
}

.nav-left {
    justify-content: flex-end;
}

.nav-right {
    justify-content: flex-start;
}

.nav-logo {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
}

.top-bar,
.main-nav {
    position: relative;
    width: 100%;
}

.top-bar {
    z-index: 6000;
}

.main-nav {
    z-index: 5000;
}

.top-bar {
    padding-top: 20px !important;
}

.main-nav {
    margin-top: 3rem !important;
}

.logo-center {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7000;
}

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

.header-logo-subtext {
    margin-top: 5px;
    color: #81889A;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    font-weight: 500;
    z-index: 7500;
}

.nav-left,
.nav-right {
    position: relative;
    z-index: 20;
}

.nav-logo {
    z-index: 30;
    pointer-events: auto;
}

.nav-logo img.header-logo {
    height: 60px;
}

.nav-logo {
    transform: translate(0%, -30%) !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.container {
    position: relative;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 44px;
    letter-spacing: 0.5px;
    transition: 0.2s ease;
    font-family: 'Lato', sans-serif;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .current-menu-item>.nav-link {
    color: var(--color-primary) !important;
}

.nav-left .navbar-nav .nav-link,
.nav-right .navbar-nav .nav-link {
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.25s ease;
    font-size: 12px;
}

.nav-left .navbar-nav .menu-item,
.nav-right .navbar-nav .menu-item {
    margin-right: 12px;
}

.nav-left .navbar-nav .menu-item:last-child,
.nav-right .navbar-nav .menu-item:last-child {
    margin-right: 0;
}

.nav-left a:link,
.nav-left a:visited,
.nav-right a:link,
.nav-right a:visited {
    color: #fff !important;
}

.nav-left a:hover,
.nav-right a:hover,
.nav-left .current-menu-item>a,
.nav-right .current-menu-item>a {
    color: var(--color-primary) !important;
}

.nav-left .menu-item>a,
.nav-right .menu-item>a {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 800;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.25s ease;
}

.nav-left .menu-item,
.nav-right .menu-item {
    margin-right: 15px;
}

.nav-left .menu-item:last-child,
.nav-right .menu-item:last-child {
    margin-right: 0;
}

.nav-left ul,
ol,
.nav-right ul,
ol {
    margin: 0 0 1.5em 0em;

}

.navbar-nav>li>a.sub {
    display: block;
    line-height: 44px;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    transition: 0.2s ease;
}

.navbar-nav>li:hover>a.sub {
    color: #00AACD !important;
}

.navbar-nav li.item-has-children-style {
    position: relative;
}

.navbar-nav li.item-has-children-style>ul.sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 12px 0;
    background: #363849;
    z-index: 9999;
}

.navbar-nav > li.item-has-children-style:hover > ul.sub {
    display: block;
}

.navbar-nav > li.item-has-children-style.open > ul.sub {
    display: block;
}

.navbar-nav li.has-sub-sub:hover > ul.sub {
    display: none !important;
}

.navbar-nav li.item-has-children-style ul.sub li a {
    display: block;
    padding: 14px 20px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    background: #363849;
    color: #fff !important;
    white-space: nowrap;
}

.navbar-nav li.item-has-children-style ul.sub li a:hover {
    color: #00AACD !important;
}

.navbar-nav li.item-has-children-style:hover>a.sub {
    position: relative;
    transition: 0.2s ease;
}

.navbar-nav>li.item-has-children-style:hover>a.sub {
    background-color: #363849;
    color: #fff !important;
}

.navbar-nav>li.item-has-children-style:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00AACD;
    z-index: 3;
}

.navbar-nav ul.sub li {
    list-style: none !important;
}

.has-sub-sub {
    position: relative;
}

.submenu-toggle {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.submenu-toggle::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: 3px;
}

.navbar-nav li.has-sub-sub > ul.sub {
    display: none !important;
    position: static !important;
    padding: 0;
    margin: 0;
}

.navbar-nav li.has-sub-sub.open > ul.sub {
    display: block !important;
}

.navbar-nav li.has-sub-sub ul.sub li a {
    font-size: 11px;
    background: #2f3140;
}

.has-sub-sub.open > .submenu-toggle::before {
    transform: rotate(-135deg);
    margin-top: 6px;
}

.topbar-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-right: 5px;
}

.search-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.topbar-link {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.topbar-link:hover {
    opacity: 0.8;
}

.top-bar-search {
    color: #fff !important;
}

.top-bar-search:hover,
.top-bar-search:active,
.top-bar-search:focus {
    opacity: 0.8;
}

.nav-search {
    position: relative;
}

.search-dropdown {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.search-dropdown-form {
    border: 1px solid #ffffff82;
    border-radius: 0px !important;
    overflow: hidden;
}

.search-dropdown input[type="text"] {
    padding: 5px;
}

.search-dropdown-input {
    background: #363849;
    color: #ffffff !important;
    border: 1px solid #ffffff26 !important;
    border-radius: 0px !important;
    border-right: 0px !important;
    padding: 8px 12px;
    width: 200px;
    outline: none;
}

.search-dropdown-input::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

.search-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    background: #363849;
    border: none;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ffffff26 !important;
    border-radius: 0px !important;
}

.search-dropdown-btn:hover {
    background: #4a4c5a;
}

.search-dropdown-btn img.search-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.search-results-list {
    padding-left: 0;
    margin-left: 0;
}

.search-results-list .list-group-item {
    border: none;
}

.search-results-list .list-group-item a {
    color: #00AACD;
    font-size: 18px;
}

.search-results-list .list-group-item a:hover {
    color: #0087A2;
    font-size: 18px;
}

.topbar-language {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 9999;
}

.topbar-language .solaris-select .dropdown-selected {
    color: #fff;
    font-size: 12px;
}

.solaris-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.solaris-select .dropdown-selected {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.solaris-select .dropdown-list {
    position: absolute;
    top: 25px;
    left: 0;
    background: #363849;
    padding: 5px 0;
    min-width: 80px;
    display: none;
    z-index: 999;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.solaris-select.open .dropdown-list {
    display: block;
}

.solaris-select .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px; 
    box-sizing: border-box;
    cursor: pointer; 
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.solaris-select .dropdown-item:hover {
    background: #00AACD;
    color: #fff !important;
    opacity: 1; 
}

.solaris-select.site-dropdown {
    display: flex;
    align-items: center;
}

.site-switcher-icon {
    height: 20px;
    width: auto;
}

.lang-arrow {
    font-size: 12px;
    color: #808797;
    margin-left: -14px;
    pointer-events: none;
}

.language-select::-ms-expand {
    display: none;
}

.site-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.site-switcher-wrapper {
    position: relative;
    display: inline-block;
}

.solaris-select i {
    margin-left: 8px;
}

.site-select {
    position: relative;
    z-index: 10;
    width: 100%;
    background: transparent !important;
    border: none !important;
    padding: 0 24px 0 0 !important;
    margin: 0 !important;
    height: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.site-select option {
    color: #000;
}

.site-current,
.site-arrow {
    position: absolute;
    pointer-events: none;
    background: transparent;
}

.site-current {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    pointer-events: none;
}

.site-arrow {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    pointer-events: none;
}

.site-switcher-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 6px;
    filter: brightness(0) invert(1);
}

.booking-bar {
    position: relative;
    z-index: 7000;
}

.booking-bar-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 900 !important;
}

.booking-label {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
}

.booking-form {
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto;
    background: rgba(128, 131, 141, 0.3) !important;
    pointer-events: all;
    padding-top: 15px;
}

.booking-bar-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 104;
}

.booking-form select option {
    color: rgba(128, 131, 141, 1) !important;
    background: #fff !important;
}

.booking-form select option:checked,
.booking-form select option:focus,
.booking-form select option:hover {
    color: rgba(128, 131, 141, 1) !important;
    background: #eaeaea !important;
}

.booking-form .form-select {
    color: rgba(128, 131, 141, 1) !important;
}

.booking-form .form-select::-webkit-calendar-picker-indicator,
.booking-form .form-select::-webkit-inner-spin-button {
    filter: grayscale(1) brightness(60%);
}

.booking-form .form-select::-webkit-calendar-picker-indicator,
.booking-form .form-select::-webkit-inner-spin-button,
.booking-form .form-select::-webkit-outer-spin-button {
    filter: brightness(50%) grayscale(1);
    opacity: 0.6;
}

.booking-form .form-select {
    color: rgba(128, 131, 141, 1);
    background-color: #fff;
}

.booking-form .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(128, 131, 141, 1);
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: #80838D !important;
    box-shadow: none !important;
    outline: none !important;
}


.booking-form .input-group:focus-within .form-control,
.booking-form .input-group:focus-within .input-group-text {
    border-color: #80838D !important;
}

.booking-form .form-control {
    font-size: 11px !important;
}

.booking-form .form-control,
.booking-form .form-control:focus {
    height: 39px !important;
    line-height: 1.5 !important;
    box-sizing: border-box;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.booking-form input:focus-visible,
.booking-form select:focus-visible,
.booking-form textarea:focus-visible {
    outline: none !important;
}

.booking-form select:-moz-focusring,
.booking-form input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(128, 131, 141, 1);
    outline: none !important;
}

.booking-form select::-moz-focus-inner,
.booking-form input::-moz-focus-inner {
    border: 0 !important;
}

.booking-form *::-moz-focus-inner {
    border: 0 !important;
    outline: none !important;
}

.booking-form .input-group .form-control {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.booking-form ::placeholder {
    padding-left: 4px;
}

.booking-form .input-group .form-control {
    border-right: none !important;
}

.booking-form .input-group-text {
    border-left: none !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.booking-form .input-group .form-control,
.booking-form .input-group .input-group-text {
    height: 39px !important;
}

.booking-form .form-select {
    color: rgba(128, 131, 141, 1) !important;
}

.booking-form .form-select::-ms-expand {
    color: rgba(128, 131, 141, 1);
}

.booking-form .form-select::-webkit-inner-spin-button,
.booking-form .form-select::-webkit-calendar-picker-indicator {
    filter: invert(50%);
}

.booking-form .input-group-text img {
  display: block;
  height: 18px;
}

.booking-form .input-group-text {
    height: 39px !important;
    box-sizing: border-box;
}

.booking-form .form-control,
.booking-form .form-control:focus {
    height: 39px !important;
    line-height: 1.5 !important;
    box-sizing: border-box;
}

.booking-form .input-group .form-control {
  height: 100%;
  line-height: 1;
  padding: 0 12px;
}

.booking-form .input-group .form-control,
.booking-form .input-group .input-group-text {
    height: 39px;
    border-radius: 0;
}

.booking-form .input-group .form-control {
    border-right: 0;
}

.booking-form .input-group .input-group-text {
    border-left: 0;
    background: #fff;
}

.booking-form .form-control,
.booking-form .form-select {
    color: rgba(128, 131, 141, 1) !important;
    font-weight: 700 !important;
    text-transform: none;
}

.booking-form select[name="hotel"] option,
.booking-form select[name="hotel"] {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.booking-form select option {
    font-weight: 700 !important;
}

.booking-btn {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.booking-form ::placeholder {
    color: rgba(128, 131, 141, 1) !important;
    font-weight: 700;
}

.booking-form .form-control,
.booking-form .form-select,
.booking-btn {
  height: 39px !important;
  padding: 0 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}

.booking-btn {
    background: #00AACD !important;
    border-radius: 0 !important;
    border: none;
    padding: 12px 0;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 2px;
}

.booking-btn:hover {
    background-color: #0096b2 !important;
}

.booking-bar label {
    color: rgba(128, 131, 141);
    font-size: 12px;
    letter-spacing: 0.4px;
}

.booking-form .custom-select-toggle {
  height: 39px;
  padding: 0 34px 0 12px;
  line-height: 39px;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.custom-select {
    position: relative;
}

.custom-select-toggle {
    position: relative;
    padding-right: 34px;
}

.custom-select-toggle::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #7b8292;
    pointer-events: none;
}

.custom-select-value {
    pointer-events: none;
}

.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000000;
    display: none;
}

.custom-select-dropdown.open {
    display: block;
}

.custom-select-dropdown button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    color: rgba(128, 131, 141, 1);
    cursor: pointer;
}

.custom-select-dropdown button:hover {
    background: #eaeaea;
}

.custom-select-dropdown button:focus {
    outline: none;
}

.people-select {
    position: relative;
}

#peopleToggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.people-select .people-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    max-width: 90vw;
    background: #fff;
    padding: 16px 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    z-index: 999999;
    display: none;
}

.people-select .people-dropdown.open {
    display: block;
}

.people-dropdown .people-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-weight: 700;
    color: #333;
}

.people-dropdown .counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.people-dropdown .counter button {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  border: 1px solid #ccc;
  background: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0;

  color: #333;
  cursor: pointer;
  user-select: none;

  border-radius: 4px;

  appearance: none;
  -webkit-appearance: none;
  outline: none;

  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

@media (hover: hover) {
  .people-dropdown .counter button:hover {
    background: #f3f3f3;
    border-color: #bdbdbd;
  }
}

.people-dropdown .counter button:active {
  background: #e6e6e6;
  border: 1px solid #aaa;

  box-shadow:
    inset 0 2px 3px rgba(0,0,0,0.18);
}


.booking-bar .people-dropdown .counter button:active,
.booking-bar .people-dropdown .counter button:focus {
    border: 1px solid #aaa !important;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.18) !important;
}


.booking-form .form-control,
.booking-form .form-select {
    border-radius: 0 !important;
}

.ui-datepicker {
    padding: 0 !important;
    border: none !important;
    width: 320px !important;
    font-family: 'Inter', sans-serif !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 105 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px !important;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker-calendar td > .ui-state-active {
    background: #00B4D1 !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 16px;
}

.ui-datepicker-header {
    background: #B6A897 !important;
    color: #fff !important;
    padding: 12px 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar td a,
.ui-state-default {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ui-datepicker th {
    background: #737b85 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.ui-datepicker-calendar td a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    background: none !important;
    padding: 0 !important;
}

.ui-datepicker-calendar td a:hover {
    background: #00B4D1 !important;
    color: #fff !important;
    font-size: 16px;
}

.ui-state-disabled .ui-state-default {
    color: #000 !important;
    font-size: 16px;
}

.ui-state-default {
    color: #00B4D1 !important;
    font-size: 16px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #00B4D1 !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-datepicker-prev {
    left: 15px;
}

.ui-datepicker-next {
    right: 15px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev::before {
    content: "<";
    color: #fff;
}

.ui-datepicker-next::before {
    content: ">";
    color: #fff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:focus,
.ui-datepicker-next:focus {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.booking-bar .form-control,
.booking-bar .form-select,
.booking-bar .input-group-text,
.booking-bar .btn,
.booking-bar input,
.booking-bar select,
.booking-bar textarea {
    border: none !important;
    box-shadow: none !important;
}

.booking-bar .form-control:focus,
.booking-bar .form-select:focus,
.booking-bar input:focus,
.booking-bar select:focus,
.booking-bar textarea:focus,
.booking-bar button:focus,
.booking-bar button:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.section-toponhero {
    position: relative;
    z-index: 100;
    margin-top: -120px;
    padding-top: 120px;
}

.cards-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.landing-card {
    font-family: 'Playfair Display', sans-serif;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}

/*.owl-carousel .owl-nav {
    display: none !important;
}*/

.landing-cards-owl .owl-item {
    padding: 0 15px;
}

.landing-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 0 auto;
}

.landing-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-card-body {
    padding: 40px;
}

.landing-card-title {
    color: #000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}

.landing-card-link-title {
    color: #000 !important;
    text-decoration: none;
}

.landing-card-link-title:hover,
.landing-card-link-title:focus,
.landing-card-link-title:active {
    color: var(--color-primary) !important;
}

.landing-card p {
    min-height: 75px;
    color: #818a9c;
}

.landing-cards-dots {
    text-align: center;
    margin-top: 25px;
}

.landing-cards-dots .dot {
    width: 12px;
    height: 12px;
    background: #C8CBD3;
    border-radius: 50%;
    margin: 5px;
    display: inline-block;
    transition: 0.25s ease;
    cursor: pointer;
}

.landing-cards-dots .dot.active {
    background: #808799;
}

.after-cards-section {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.after-cards-container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .after-cards-container {
        padding-right: 200px;
    }
}

.after-small-title {
    color: #00AACD;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.after-big-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000;
}

.after-desc {
    font-family: 'Playfair Display', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 90%;
}

.after-cards-section .btn-primary {
    background-color: #00AACD !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 12px 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.after-cards-section .btn-primary:hover {
    background-color: #0096b2 !important;
    color: #fff !important;
}

.after-cards-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45vw;
    max-width: 700px;
    min-width: 400px;
    overflow: hidden;
    z-index: 1;
}

.after-cards-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

@media (max-width: 767px) {

    .after-cards-image-wrapper {
        display: none !important;
    }

    .after-cards-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .after-desc {
        max-width: 100%;
    }

    .after-cards-section .row {
        display: block;
        text-align: center;
    }

    .after-cards-section .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .after-small-title,
    .after-big-title,
    .after-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .after-cards-section .btn-primary {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .after-cards-section {
        margin-top: 0px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
}

.widget-features-grid .widget-inner {
    margin-bottom: -30px;
}

.small-title {
    color: #00AACD;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.small-title-video {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.big-title {
    color: #000;
    font-family: 'Playfair Display', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .big-title {
        font-size: 34px;
    }
}

.desc {
    max-width: 50vw;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    font-family: 'Playfair Display', sans-serif;
}

@media (max-width: 767px) {
    .desc {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
}

.widget-features-grid .features-item {
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
    border: 20px solid #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 0px 0px 30px rgba(33, 30, 25, 0.1);
}

.widget-features-grid .features-item a,
.widget-features-grid .features-item .no-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 60px 30px 30px 30px;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(47, 49, 66) 70%);
    transition: padding 0.35s ease;
}

.widget-features-grid .features-item h3 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.widget-features-grid .features-item p {
    font-family: 'Playfair Display', sans-serif;
    margin: 0;
    line-height: 18px;
    color: #fff;
}

.widget-features-grid .features-item:hover a,
.widget-features-grid .features-item:hover .no-link {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .widget-features-grid .features-item {
        border-width: 10px;
    }

    .widget-features-grid .features-item a,
    .widget-features-grid .features-item .no-link {
        padding: 60px 20px 20px;
        text-align: center;
    }

    .widget-features-grid .features-item p {
        display: none;
    }
}

.widget-gallery-carousel {
    background-color: #f5f5f5;
}

.gallery-header {
    margin-bottom: 6rem !important;
}

.gallery-owl-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.widget-gallery-carousel .gallery-item {
    position: relative;
    padding-top: 100%;
}

.widget-gallery-carousel .gallery-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.3;
}

.widget-gallery-carousel .gallery-item .item-text {
    font-family: 'Playfair Display', sans-serif;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 40px 40px 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(43, 43, 43) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(43, 43, 43) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(43, 43, 43) 100%);
}

.widget-gallery-carousel .widget-carousel .owl-stage-outer {
    padding-top: 80px;
    padding-bottom: 36px;
    margin-top: -80px;
    margin-bottom: -80px;
}

.widget-gallery-carousel .widget-carousel .owl-item.center {
    z-index: 2;
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    border: 20px solid #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.2);
    opacity: 1;
}

.widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item .item-text {
    display: block;
}

.widget-gallery-carousel .widget-carousel .owl-nav {
    z-index: 5 !important;
    margin-top: 0;
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
    padding: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00AACD;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.owl-carousel {
    z-index: 8 !important;
}

.widget-gallery-carousel .owl-nav {
    display: block !important;
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']:hover {
    color: #00AACD;
    background-color: #fff;
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
    left: calc(33.33333333333333% - 89px);
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
    right: calc(33.33333333333333% - 89px);
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before,
.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
    line-height: 50px;
}

.widget-gallery-carousel .widget-carousel .owl-nav [class*='owl-']:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-prev:before {
    content: "\f30a";
}

.widget-gallery-carousel .widget-carousel .owl-nav .owl-next:before {
    content: "\f30b";
}


.widget-gallery-carousel .widget-carousel .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}

.mfp-img {
    max-height: 400px !important;
}


@media (max-width: 767px) {

    .widget-gallery-carousel .widget-carousel:before,
    .widget-gallery-carousel .widget-carousel:after {
        display: none !important;
    }

    .widget-gallery-carousel .widget-carousel .owl-item.center .gallery-item a {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border: 0 !important;
        box-shadow: 0px 0px 18px rgba(33, 30, 25, 0.18) !important;
    }

    .widget-gallery-carousel .widget-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }

    .widget-gallery-carousel .widget-carousel .owl-nav .owl-next {
        right: 10px !important;
    }

    .widget-gallery-carousel .gallery-item .item-text {
        font-size: 18px;
        padding: 40px 20px 20px 20px;
    }

    .widget-gallery-carousel .widget-carousel:before {
        background: none;
    }

    .widget-gallery-carousel .widget-carousel:after {
        background: none;
    }

    .widget-gallery-carousel .gallery-item .item-text {
        display: block;
    }

    .widget-gallery-carousel .gallery-item .item-text {
        font-size: 24px;
    }

    .widget-gallery-carousel .gallery-item a {

        opacity: 1;
    }
}

@media (max-width: 575px) {

    .widget-gallery-carousel .gallery-item {
        padding-top: 90%;
    }

    .widget-gallery-carousel .gallery-item .item-text {
        font-size: 16px;
    }
}


.frontpage-video-section {
    position: relative;
    padding: 180px 0 200px;
    margin-top: -110px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.frontpage-video-section .video-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frontpage-video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(145, 141, 141, 0.65);
    z-index: 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.85;
    z-index: -1;
}

.video-content .desc {
    color: #000;
    margin-bottom: 2rem;
}

.video-content {
    position: relative;
    z-index: 2;
}

.video-small-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7aa0b3;
}

.video-big-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 20px;
}

.video-desc {
    font-size: 16px;
    color: #222;
    opacity: 0.8;
    margin-bottom: 45px;
}

.video-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    font-size: 36px;
    color: #fff;
    border: 10px solid #fff;
    background-color: #898E9C;
    border-radius: 50%;
    box-shadow: 0px 0px 30px rgba(33, 30, 25, 0.1);
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1.0);
    margin-top: 2rem;
}

.video-play-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.video-play-btn i {
    color: #fff !important;
}

.video-play-btn:hover i,
.video-play-btn:focus i,
.video-play-btn:active i,
.video-play-btn:visited i {
    color: #fff !important;
}

@media (max-width: 767px) {
    .frontpage-video-section {
        padding: 120px 0 140px;
        margin-top: -60px;
    }

    .video-big-title {
        font-size: 32px;
    }

    .video-play-btn {
        width: 120px;
        height: 120px;
        border-width: 6px;
        font-size: 26px;
    }
}

.clearfix::after,
.site-header .header-top .wrapper::after,
.site-header .header-top .header-contact ul::after,
.site-header .header-bottom .header-nav>ul::after,
.site-footer .footer-bottom .footer-contact ul::after,
.site-footer .footer-bottom .footer-nav ul::after,
.widget-pager ul::after,
.widget-social-icons ul::after,
.widget-breadcrumb ul::after,
.widget-filter-top ul::after,
.widget-slider .slider-booking ul::after,
.widget-about-grid .widget-inner::after,
.widget-features-grid .widget-inner::after,
.widget-offers-grid .widget-inner::after,
.widget-team-carousel .team-item .item-desc ul::after,
.widget-booking-form .booking-detail .detail-room::after,
.widget-booking-form .booking-detail .detail-info ul::after,
.widget-blog-sidebar .sidebar-tags ul::after,
.widget-blog-single .single-detail .detail-tags ul::after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul::after {
    clear: both;
}

.clearfix::before,
.clearfix::after,
.site-header .header-top .wrapper::before,
.site-header .header-top .wrapper::after,
.site-header .header-top .header-contact ul::before,
.site-header .header-top .header-contact ul::after,
.site-header .header-bottom .header-nav>ul::before,
.site-header .header-bottom .header-nav>ul::after,
.site-footer .footer-bottom .footer-contact ul::before,
.site-footer .footer-bottom .footer-contact ul::after,
.site-footer .footer-bottom .footer-nav ul::before,
.site-footer .footer-bottom .footer-nav ul::after,
.widget-pager ul::before,
.widget-pager ul::after,
.widget-social-icons ul::before,
.widget-social-icons ul::after,
.widget-breadcrumb ul::before,
.widget-breadcrumb ul::after,
.widget-filter-top ul::before,
.widget-filter-top ul::after,
.widget-slider .slider-booking ul::before,
.widget-slider .slider-booking ul::after,
.widget-about-grid .widget-inner::before,
.widget-about-grid .widget-inner::after,
.widget-features-grid .widget-inner::before,
.widget-features-grid .widget-inner::after,
.widget-offers-grid .widget-inner::before,
.widget-offers-grid .widget-inner::after,
.widget-team-carousel .team-item .item-desc ul::before,
.widget-team-carousel .team-item .item-desc ul::after,
.widget-booking-form .booking-detail .detail-room::before,
.widget-booking-form .booking-detail .detail-room::after,
.widget-booking-form .booking-detail .detail-info ul::before,
.widget-booking-form .booking-detail .detail-info ul::after,
.widget-blog-sidebar .sidebar-tags ul::before,
.widget-blog-sidebar .sidebar-tags ul::after,
.widget-blog-single .single-detail .detail-tags ul::before,
.widget-blog-single .single-detail .detail-tags ul::after,
.widget-rooms-list .rooms-item .item-desc .desc-features ul::before,
.widget-rooms-list .rooms-item .item-desc .desc-features ul::after {
    content: "";
    display: table;
}

.landing-offers {
    margin-bottom: 100px;
}

.landing-offers .widget-offers-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.55);
    z-index: 1;
}

.landing-offers .widget-title,
.landing-offers .widget-title {
    position: relative;
    z-index: 2;
}

.landing-offers .widget-title {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 60px;
}

.landing-offers .wrapper-inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.small-title-green {
    color: #A8C686 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.big-title-white {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
}

.desc-white {
    max-width: 50vw;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    font-family: 'Playfair Display', sans-serif;
}

.landing-offers .offers-item .item-desc h3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 400;
}

.landing-offers .offers-item .item-desc p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.widget-offers-grid {
    position: relative;
    overflow: hidden;
    background-color: #24324a;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.widget-offers-grid .offers-item {
    width: 50%;
    float: left;
}

.widget-offers-grid .offers-item .item-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 50%;
    background-color: #fff;
}

.widget-offers-grid .offers-item .item-inner .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.widget-offers-grid .offers-item .item-inner .item-photo:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #A8C686 transparent;
}

.widget-offers-grid .offers-item .item-inner .item-photo:after {
    position: absolute;
    right: 9px;
    bottom: 9px;
    z-index: 2;
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget-offers-grid .offers-item .item-inner .item-desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 30px 30px 50px 30px;
    overflow: hidden;
}

.widget-offers-grid .offers-item .item-inner .item-desc p:last-of-type {
    margin-bottom: 0;
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

.offers-count-3 .offers-item:last-child:before,
.offers-count-5 .offers-item:last-child:before {
    content: none !important;
}

.btn-link {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    color: #00AACD;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.25s ease-in-out;
}

.btn-link:hover,
.btn-link:active,
.btn-link:active:focus,
.btn-link:focus {
    color: #00AACD;
    text-decoration: none;
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    margin-top: -1px;
    content: "";
    display: inline-block;
    background-color: #00AACD;
    transition: width 0.25s ease-in-out;
}

.widget-offers-grid .offers-item .item-inner .item-desc .btn-link:hover:before {
    width: 15px;
}

.widget-offers-grid .offers-item:first-child {
    width: 100%;
    padding-left: 50%;
}

.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo {
    left: inherit;
    right: 0;
}

.widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
.widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc {
    right: inherit;
    left: 0;
}

.widget-offers-grid .offers-item:last-child:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #F5F5F5;
    z-index: 1;
}

.widget-offers-grid .widget-title h5,
.widget-offers-grid .widget-title h2,
.widget-offers-grid .widget-title p {
    color: #fff;
}

.widget-offers-grid .wrapper-inner {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .widget-offers-grid .offers-item {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .widget-offers-grid .offers-item .item-inner {
        padding-top: 0;
    }

    .widget-offers-grid .offers-item .item-inner .item-photo {
        width: 40%;
    }

    .widget-offers-grid .offers-item .item-inner .item-desc {
        position: relative;
        width: 100%;
        padding: 40px;
        padding-left: calc(40% + 30px);
    }

    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
        position: relative;
        padding: 0;
        left: inherit;
        bottom: inherit;
        height: auto;
        line-height: normal;
        margin-top: 20px;
    }

    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link:before {
        display: none;
    }
}


@media (max-width: 767px) {

    .landing-offers .widget-title {
        padding-top: 40px;
        padding-bottom: 30px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .landing-offers .widget-title .big-title-white {
        font-size: 28px;
        line-height: 1.2;
    }

    .landing-offers .widget-title .desc-white {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
        padding: 0 15px;
    }

    .landing-offers .wrapper-inner {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .widget-offers-grid .offers-item {
        width: 100%;
        margin-bottom: 25px;
        float: none;
    }

    .widget-offers-grid .offers-item .item-inner .item-photo {
        width: 100%;
        padding-top: 65%;
    }

    .widget-offers-grid .offers-item .item-inner .item-desc {
        padding: 20px 10px;
        text-align: center;
        width: 100%;
        position: relative;
        height: auto;
    }

    .widget-offers-grid .offers-item .item-inner .item-desc .btn-link {
        position: relative;
        margin-top: 15px;
        left: auto;
        bottom: auto;
        display: inline-block;
        width: auto;
        padding: 12px 20px;
        background: none;
        line-height: 1.2;
    }

    .widget-offers-grid .offers-item .item-inner .item-photo:before,
    .widget-offers-grid .offers-item .item-inner .item-photo:after {
        display: none;
    }

    .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-photo,
    .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-photo,
    .widget-offers-grid .offers-item:nth-child(4n) .item-inner .item-desc,
    .widget-offers-grid .offers-item:nth-child(4n+1) .item-inner .item-desc {
        left: auto;
        right: auto;
    }

    .widget-offers-grid .offers-item:last-child:before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 767px) {
    .widget-offers-grid .offers-item .item-inner .item-photo {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }

    .widget-offers-grid .offers-item .item-inner .item-desc {
        padding: 20px;
        text-align: center;
    }

    .widget-offers-grid .offers-item:last-child:before {
        content: none !important;
    }

    .widget-offers-grid .offers-item:first-child {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .widget-offers-grid .offers-item:nth-child(4n),
    .widget-offers-grid .offers-item:nth-child(4n+1) {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .widget-offers-grid .offers-item {
        float: none !important;
        width: 100% !important;
    }
}


.info2-section {
    position: relative;
    padding: 60px 0 40px;
    overflow: hidden;
    min-height: 800px;
}

.info-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    min-height: 800px;
}

.info-wrapper {
    display: flex;
    align-items: stretch;
}

.info-text-column {
    flex: 1;
    padding-right: 40px;
}

.info-image-column {
    width: 400px;
}

.info-image-column {
    width: 400px;
    position: relative;
}

.info-section .info-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 800px;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    z-index: 1;
}

.info2-section .info-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 800px;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    z-index: 1;
}

.info-image-full {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    height: 1250px;
    opacity: 0.45;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.info-image-full .info-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.35;
    pointer-events: none;
    z-index: 2;
}

.info-content {
    position: relative;
    z-index: 5;
    padding-right: 40px;
}

.info-text {
    font-family: 'Playfair Display', serif !important;
    color: #000;
    font-size: 18px;
    white-space: normal !important;
}

.info-text p:empty {
    display: none;
}

.info-text h1,
.info-text h2,
.info-text h3,
.info-text h4,
.info-text h5 {
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.info-text a {
    color: #0071B9 !important;
    text-decoration: underline;
    font-weight: 600;
}

.info-text a:hover {
    color: #0071B9 !important;
    text-decoration: none;
}

.info-section .btn-primary {
    background-color: #00AACD !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 12px 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}


.info-section .btn-primary:hover {
    background-color: #0096b2 !important;
    color: #fff !important;
}

.info2-section .btn-primary {
    background-color: #00AACD !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 12px 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}


.info2-section .btn-primary:hover {
    background-color: #0096b2 !important;
    color: #fff !important;
}

.info-carousel-section {
    background-color: #fff;
    padding: 80px 0;
}

.info-carousel-item {
    padding: 20px 20px;
}

.info-carousel-main-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}

.info-carousel-description {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    max-width: 620px;
}

.info-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.info-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc !important;
    border-radius: 50%;
    display: block;
    margin: 5px;
    transition: 0.3s;
}

.info-carousel .owl-dot.active span {
    background: #808799 !important;
}

.info-icon-top-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0071B9;
    margin-bottom: 10px;
}

.info-icon-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.info-icon-main-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.info-icon-description {
    font-family: 'Playfair Display', serif !important;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    text-align: center;
    overflow-wrap: anywhere;
}

.info-icon-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
    padding-top: 2rem;
}

.info-icon-item {
    width: 200px;
    height: 180px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.info-icon-image {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.info-icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.info-icon-image img {
    max-height: 60px;
    width: auto;
    height: auto;
}

.info-icon-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.googlemap-fullwidth {
    width: 100%;
    height: 590px;
    padding: 0;
    margin: 0;
}

#gmap_canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.googlemap-fullwidth img {
    max-width: none !important;
}

.info-cards-section {
    background: #fff;
    padding: 60px 0 80px;
}

.info-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.info-card-item {
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
}

@media (max-width: 991px) {
    .info-card-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.info-card-item {
    width: 400px;
    min-height: 498px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0,0,0,0.30);
}

/*.info-card-item:hover {
    transform: translateY(-5px);
}*/

.info-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 40px;
}

.info-card-content h1,
.info-card-content h2,
.info-card-content h3,
.info-card-content h4,
.info-card-content h5,
.info-card-content h6 {
    color: #00AACD !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: inherit;
}

.info-card-content {
    font-size: 15px;
    color: #000;
    line-height: 2;
}

.info-card-content h3, 
.info-card-content h4, 
.info-card-content h5, 
.info-card-content h6 {
    margin-top: 1.5rem;
}

@media (max-width: 576px) {
    .info-card-item {
        width: 100%;
        min-height: auto;
        padding: 25px 25px;
    }

    .info-card-title {
        font-size: 24px;
    }
}


@media (min-width: 1200px) {
    .info-content {
        position: relative;
        z-index: 5;
        padding-right: 550px;
    }
}

@media (max-width: 1199px) {
    .info-section .info-image {
        display: none !important;
    }

    .info2-section .info-image {
        display: none !important;
    }

    .info-content {
        padding-right: 0 !important;
    }
}

@media (max-width: 992px) {

    .info-image-full {
        display: none;
    }

    .info-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
        width: 100%;
        text-align: center;
    }

    .info-section {
        padding: 40px 0;
    }

    .info2-section {
        padding: 40px 0;
    }

    .info-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .info-text {
        margin-left: auto;
        margin-right: auto;
    }

    .info-icon-description {
        padding-right: 15px;
        padding-left: 15px;
    }

    .info-icon-grid {
        padding-top: 0.5rem;
    }

}

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

    .info2-section {
        padding: 30px 0;
    }

    .info-carousel-section {
        text-align: center;
    }

    .info-carousel-main-title {
        margin-bottom: 3rem !important;
    }

}

.openinghours-content-section {
    padding: 30px 0 30px;
}

.openinghours-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.openinghours-main-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.openinghours-cards-section {
    padding: 20px 0 100px;
}

.openinghours-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.openinghours-card-item {
    width: 400px;
    min-height: 537px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0,0,0,0.30);
}

/*.openinghours-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}*/

.openinghours-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 40px;
}

.openinghours-card-content h1,
.openinghours-card-content h2,
.openinghours-card-content h3,
.openinghours-card-content h4,
.openinghours-card-content h5,
.openinghours-card-content h6 {
    color: #00AACD !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.openinghours-card-content {
    font-size: 15px;
    color: #000;
    line-height: 2;
}

.openinghours-card-content h3, 
.openinghours-card-content h4, 
.openinghours-card-content h5, 
.openinghours-card-content h6 {
    margin-top: 1.5rem;
}

.openinghours-card-content p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
}

.openinghours-card-content p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 576px) {

    .openinghours-card-item {
        width: 100%;
        padding: 25px 25px;
    }

    .openinghours-card-title {
        font-size: 24px;
    }

    .openinghours-content-section {
        text-align: center;
    }
}

.openinghours-header-bar {
    background: #4A4C56;
    padding: 80px 0 70px;
}

.openinghours-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.openinghours-header-left img {
    height: 50px;
    width: auto;
}

.openinghours-header-center {
    flex: 1;
    text-align: center;
}

.openinghours-header-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    margin: 0;
}

.openinghours-header-right {
    width: 50px;
}

.openinghours-backlink-wrapper {
    padding: 20px 0 10px;
}

.openinghours-backlink {
    display: inline-block;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.openinghours-backlink:hover,
.openinghours-backlink:focus,
.openinghours-backlink:active {
    color: #00AACD;
    text-decoration: none !important;
    outline: none;
}

@media (max-width: 768px) {

    .openinghours-header-inner {
        flex-direction: column;
        gap: 20px;
    }

    .openinghours-header-title {
        font-size: 32px;
    }

    .openinghours-header-left img {
        height: 40px;
    }

}

.menusivu-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    margin: 40px 0 20px;
    text-align: center;
}

.menusivu-text {
    margin-bottom: 40px;
}

.menusivu-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.3rem;
}

.menu-top-content h1,
.menu-top-content h2,
.menu-top-content h3,
.menu-top-content h4,
.menu-top-content h5,
.menu-top-content h6 {
    color: #00AACD;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.menu-top-content a {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0071B9 !important;
    text-decoration: underline;
}

.menu-top-content a:hover {
    text-decoration: none;
}

.menu-table {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.menu-table-title {
    font-family: 'Playfair Display', serif !important;
    background: #B5A698;
    padding: 14px 25px;
    font-weight: 400;
    text-align: center;
    font-size: 34px;
    margin: 0;
    color: #fff;
}

.menu-row .row-date,
.menu-row .row-content {
    vertical-align: top;
}

.menu-row .row-date {
    border-right: 1px solid #B5A698;
}

.menu-row .row-date {
    text-align: center; 
    vertical-align: middle; 
    width: 15%;
    padding: 20px;
    color: #00AACD; 
    text-transform: uppercase;
    font-size: 14px;
}

.menu-row .row-content {
    padding: 20px 25px;
}

.menu-row:last-child {
    border-bottom: none !important;
}

.menu-row td {
    border-bottom: 1px solid #B5A698;
}

.menu-table-rows tbody .menu-row:last-child td {
    border-bottom: none;
}

.menu-row .row-date {
    color: #00AACD !important;
}

.menu-row .row-content {
    font-size: 14px;
    line-height: 1.5;
}

.menu-row .row-content p {
    margin-bottom: 1rem;
}

.menu-table-content h1,
.menu-table-content h2,
.menu-table-content h3,
.menu-table-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.menu-table-content h5,
.menu-table-content h6 {
    color: #00AACD;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.menu-table-content a {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0071B9 !important;
    text-decoration: underline;
}

.menu-table-content a:hover {
    text-decoration: none;
    color: #0071B9 !important;
}

.sidebar-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.sidebar-image img {
    border-radius: 0 !important;
}

.col-md-4.sidebar-images {
    margin-top: 0;
    padding-top: 0;
    align-self: flex-start;
}

.image-caption {
    font-weight: 900;
    font-size: 10px;
    color: #000 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.before-table-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
}


@media (max-width: 768px) {

  .menu-row {
    display: block;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-bottom: none !important;
  }

  .menu-row .row-date {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
    text-align: left;
    border: none !important;
    font-size: 13px;
  }

  .menu-row .row-content {
    display: block;
    width: 100%;
    padding: 0;
    border: none !important;
  }

  .menu-row td {
    border: none !important;
  }
}

@media (max-width: 768px) {

    .menu-table {
        margin-right: 0px;
    }

    .menu-row {
        display: block;
        border-bottom: 1px solid #B5A698 !important;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .menu-row .row-date {
        width: 100%;
        border-right: none;
        /*padding: 10px 0;*/
        margin-bottom: 10px;
        font-size: 16px;
    }

    .menu-row .row-content {
        display: block;
        width: 100%;
    }

    .sidebar-image img {
        max-width: 400px;
    }
}


@media (max-width: 576px) {

    .menu-table-title {
        font-size: 26px;
        padding: 12px 15px;
    }

    .before-table-title {
        font-size: 24px;
    }

    .sidebar-image img {
        max-width: 400px;
    }

    .image-caption {
        text-align: center;
    }
}


.dance-calendar-top-content h1,
.dance-calendar-top-content h2,
.dance-calendar-top-content h3,
.dance-calendar-top-content h4,
.dance-calendar-top-content h5,
.dance-calendar-top-content h6 {
    color: #00AACD;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dance-calendar-top-content a {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0071B9 !important;
    text-decoration: underline;
}

.dance-calendar-top-content a:hover {
    text-decoration: none;
}


.dance-calendar-before-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
}

.dance-calendar-table {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-bottom: 50px;
    margin-right: 15px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2),
        0 0 10px rgba(0, 0, 0, 0.1);
}

.dance-calendar-table-title {
    font-family: 'Playfair Display', serif;
    background: #B5A698;
    padding: 14px 25px;
    font-weight: 400;
    text-align: center;
    font-size: 34px;
    margin: 0;
    color: #fff;
}

.dance-calendar-table-rows {
    padding: 0 20px 10px 20px;
}

.dance-calendar-row {
    display: table-row;
}

.dance-calendar-row td {
    border-bottom: 1px solid #B5A698;
}

.dance-calendar-row:last-child {
    border-bottom: none;
}

.dance-calendar-row-content {
    vertical-align: top;
}

.dance-calendar-row .dance-calendar-row-date {
    text-align: center;
    vertical-align: middle;
    width: 15%;
    border-right: 1px solid #B5A698;
    padding: 20px;
    color: #00AACD;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 30px;
}

.dance-calendar-row .dance-calendar-row-content {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0px;
}

.dance-calendar-row:last-child .dance-calendar-row-date,
.dance-calendar-row:last-child .dance-calendar-row-content {
    border-bottom: none;
}


.dance-calendar-row-content h1,
.dance-calendar-row-content h2,
.dance-calendar-row-content h3,
.dance-calendar-row-content h4 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.dance-calendar-row-content h5,
.dance-calendar-row-content h6 {
    color: #00AACD;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dance-calendar a {
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    color: #B5A698 !important;
    text-decoration: none !important;
}

.dance-calendar a:hover {
    text-decoration: underline !important;
    color: #B5A698 !important;
}

.dance-calendar-sidebar img {
    width: 100%;
    max-width: 400px;
    border-radius: 0 !important;
}

.dance-calendar-image-caption {
    font-weight: 700;
    color: #000 !important;
    letter-spacing: 1px;
}

.dance-calendar-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dance-calendar-image-datebox {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00AACD;
    color: #fff;
    padding: 8px 9px;
    font-family: 'Lato', sans-serif;
    line-height: 1.1;
    min-width: 45px;
    z-index: 10;
}

.dance-calendar-image-datebox .dc-day {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.dance-calendar-image-datebox .dc-month {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

@media (max-width: 991px) {
    .dance-calendar-sidebar {
        margin-top: 40px;
        text-align: center;
    }

    .dance-calendar-sidebar img {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}

@media (max-width: 768px) {

    .dance-calendar-table {
        margin-right: 0px;
    }

    .dance-calendar-row {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .dance-calendar-row-date {
        display: block;
        width: 100%;
        border-right: none;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .dance-calendar-row-content {
        display: block;
        width: 100%;
    }

    .dance-calendar-row-content h1,
    .dance-calendar-row-content h2,
    .dance-calendar-row-content h3,
    .dance-calendar-row-content h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .dance-calendar-table-title {
        font-size: 26px;
        padding: 12px 15px;
    }

    .dance-calendar-before-title {
        font-size: 24px;
    }

    .dance-calendar-sidebar img {
        max-width: 400px;
    }
}

.widget-page-title {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.widget-page-title::after {
  position: absolute;
  left: 0px;
  bottom: -32px;
  width: 100%;
  height: 32px;
  content: "";
  display: inline-block;
  background: linear-gradient(-135deg, #ffffff 16px, transparent 0), linear-gradient(135deg, #ffffff 16px, transparent 0);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 22px 32px;
}

.widget-page-title .wrapper-inner {
  position: relative;
  z-index: 1;
}
.wrapper-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 50px;
}

.site-main.card-page {
    background-color: #f5f5f5;
}

.small-title-orange {
    color: #d77b5d !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.menu-top-content .section-description {
    max-width: 700px;
    font-family: 'Playfair Display', serif !important;
}

.product-card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 240px;
    border: 1px solid #e1e1e1;
    padding-right: 0;
    background: #fff;
}

.card-page-top-desc {
    max-width: 50vw;
}

@media (max-width: 767px) {
    .card-page-top-desc {
        max-width: 100%;
    }
}

.product-card-image {
    width: 25%;
    padding: 0;
    margin: 0;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.product-card-content {
    width: 50%;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    color: #24324a;
    margin-bottom: 12px;
}   

.product-title-link {
    color: #24324a;
    text-decoration: none;
    font-weight: 400;
}

.product-title-link:hover {
    color: #00AACD;
}

.product-card-short-desc {
    font-family: 'Playfair Display', serif !important;
    font-size: 14px;
    color: #818a9c;
    margin: 0 0 15px 0;
}

.desc-features ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    overflow: hidden;
    background: #fff;
}

.desc-features ul li {
    position: relative;
    float: left;
    width: 33.333%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-features {
    position: relative;
    margin-top: 25px;
}

.desc-features::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.desc-features::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 1;
}

.desc-features ul li:only-child {
    border-right: none;
}

.desc-features ul li .fa {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #00aacd;
    color: #00aacd;
    font-size: 9px;
}

.item-price {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-price::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(33,30,25,0.10) -100%, rgba(0,0,0,0) 100%);
}

.price-wrapper {
    width: 100%;
}

.price-wrapper .price-discount {
    font-size: 38px;
    font-weight: 900;
    color: #24324a;
}

.price-wrapper .price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
}

.price-wrapper .price-normal {
    font-size: 36px;
    font-weight: 900;
    color: #333;
}

.btn-readmore {
    width: 140px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    background: #00AACD;
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 !important;
    font-size: 10px;
}

.btn-readmore:hover {
    background: #008aa6;
    color: #fff;
}

.btn-readmore,
.btn-readmore:hover,
.btn-readmore:active,
.btn-readmore:focus,
.btn-readmore:visited {
    color: #fff;
}
.room-slider {
    position: relative;
    border: 10px solid #fff;
}

.room-slider-wrapper {
    position: relative;
}

.room-price {
  position: absolute;
  top: 30px;
  left: 0px;
  background: #00aacd;
  color: #fff;
  padding: 12px 18px;
  z-index: 30;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 30px;
}

.room-price .single-price {
    font-size: 24px;
    font-weight: 900;
}

.room-price .single-sale {
    font-size: 24px;
    font-weight: 900;
    color: #24324a;
    text-decoration: line-through;
}

.room-slider-wrapper .room-price small {
  position: relative;
  top: -3px;
  left: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
}

.room-main-carousel a {
    display: block;
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
}

.room-main-carousel .owl-nav {
    position: absolute !important;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    z-index: 50;
    pointer-events: none;
}

.room-slider .owl-theme .owl-nav [class*="owl-"] {
    margin: 0 1px 0 0 !important;
}

.room-main-carousel .owl-nav .owl-prev,
.room-main-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #fff !important;
    color: #24324a !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    border-radius: 0 !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    position: relative;
}

.room-main-carousel .owl-nav .owl-prev::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 50px;
}

.room-main-carousel .owl-nav .owl-next::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 50px;
}

.room-main-carousel.owl-type1 .owl-nav .disabled {
  opacity: 1;
  cursor: pointer;
}

.room-main-carousel.owl-type1 .owl-nav [class*="owl-"]:hover {
    background: #00AACD !important;
    color: #fff !important;
}

.room-thumbnails .thumb-item {
    display: block;
    width: 100%;
    height: 250px;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    border: 10px solid #fff;
    cursor: pointer;
    transition: 0.2s;
}

.card-detail-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-detail-feature-item {
    position: relative;
    padding: 10px 0 10px 35px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #24324a;
    border-bottom: 1px solid #e1e1e1;
}

.card-detail-feature-item:last-child {
    border-bottom: none;
}

.card-detail-feature-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;

    border-radius: 50%;
    border: 1px solid #00aacd;
    color: #00aacd;
    font-size: 8px;
}

.calendar-wrapper {
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.calendar-header-bar {
    background: #c9f3d6;
    padding: 12px;
    text-align: center;
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.calendar-month-title {
    display: block;
    color: #ffffff;
}

.calendar-next-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    padding: 0 6px;
    transition: 0.2s;
}

.calendar-next-btn:hover {
    opacity: 0.7;
}

.calendar-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
}

.calendar-table thead th {
    padding: 10px 0;
    background: #008000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.calendar-table td {
    padding: 10px 0;
    font-size: 13px;
    color: #555;
    position: relative;
}

.calendar-table td.active-day {
    color: #00A8E8;
    font-weight: bold;
}

.calendar-table td.active-day::before {
    content: ""; 
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #00A8E8;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.calendar-day {
    background: #f5f5f5;
    color: #ccc;
}

.calendar-table td:hover {
    background: #e1e1e1;
    cursor: pointer;
}

.calendar-table td {
    background: #f5f5f5;
    padding: 10px 0;
    font-size: 13px;
    color: #999 !important;
    position: relative;
}

.calendar-table td.empty {
    background: #f5f5f5 !important;
    color: #bbb !important;
    pointer-events: none;
}

.calendar-table td.past-day {
    color: #999 !important;
    pointer-events: none;
}

.calendar-table td:not(.empty):not(.past-day):hover {
    cursor: pointer;
}

.calendar-table td.active-day {
    color: #00A8E8 !important;
    font-weight: bold;
}
.calendar-table td.active-day::before {
    content: ""; 
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid #00A8E8;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.calendar-prev-btn,
.calendar-next-btn {
    position: absolute;
    top: 12px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

.calendar-prev-btn {
    left: 12px;
}

.calendar-next-btn {
    right: 12px;
}

.calendar-prev-btn:hover,
.calendar-next-btn:hover {
    opacity: 0.7;
}

.room-booking {
  padding: 40px;
  background-color: #fff;
}

.room-details {
    padding: 40px;
  background-color: #fff;
}

.room-booking h2,
.room-details h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 0px !important;
    font-weight: 400;
}

@media (max-width: 767px) {

  .wrapper-inner {
    padding: 20px;
  }

  .product-card-short-desc,
  .roomcard-detail .small-title-orange,
  .sidebar-box {
    padding-left: 0;
    padding-right: 0;
  }

  .room-thumbnails {
    display: none !important;
  }

  .product-card-short-desc {
    text-align: left;
    color: #24324a;
  }

  .product-card-short-desc {
      hyphens: auto;
  }

  .roomcard-detail .small-title-orange {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar-box {
    margin-top: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }

  .room-booking h2, .room-details h2 {
    font-size: 28px;
  }
  
  .room-details {
    margin-top: 40px;
  }

  .room-main-carousel a {
    height: 300px;
  }

  .room-price .single-price,
  .room-price .single-sale {
    font-size: 18px;
  }
}


@media (max-width: 991px) {

    .menu-top-content {
        text-align: center;
    }
    .card-listing {
        padding-left: 40px;
        padding-right: 40px;
    }

    .product-card {
        display: block;
        padding-right: 0;
        min-height: auto;
    }

    .product-card-image {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .product-card-image img {
        height: auto !important;
    }

    .product-card-content {
        width: 100% !important;
        padding: 20px;
    }

    .item-price {
        position: relative;
        width: 100%;
        height: auto;
        border-left: none;
        border-top: 1px solid #e1e1e1;
        padding: 20px 0;
        margin-top: 20px;
    }

    .item-price::after {
        display: none;
    }

    .price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .price-wrapper .price-normal,
    .price-wrapper .price-discount {
        font-size: 28px;
    }

    .price-wrapper .price-original {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .btn-readmore {
        margin-top: 15px;
    }

    .desc-features ul li {
        float: none !important;
        width: 100% !important;
        padding-left: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1.4em;
        font-size: 12px;
        height: auto;
        border-right: none !important;
        display: flex;
        align-items: center;
        position: relative;
    }

    .desc-features ul li .fa {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 8px;
        text-align: center;
    }

}


@media (max-width: 576px) {

    .product-card-title {
        font-size: 22px;
    }

    .product-card-short-desc {
        font-size: 13px;
    }

    .desc-features ul li {
        width: 50%;
        font-size: 10px;
        height: auto;
        line-height: 1.2em;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.product-card,
.product-card img,
.btn-readmore {
    border-radius: 0 !important;
}


.footer-top {
    background: #979AA7;
    color: #fff;
    font-size: 14px;
}

.footer-top p {
    margin-bottom: .5rem;
}

.footer-title {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 1px;
}

.footer-second-title {
    color: #2f3142;
    font-size: 12px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 4px 0;
}

.footer-menu li a:hover {
    color: #00AACD !important;
    text-decoration: none;
}

.footer-phone-row {
	display: flex;
	align-items: center;
}

.spa-name {
	width: 170px;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 2px;
}

.spa-phone {
	margin-left: 20px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 2px;
}

.spa-phone a {
    color: #fff;
}

.spa-phone a:hover,
.spa-phone a:active,
.spa-phone a:focus {
    color: #fff;
    text-decoration: underline;
}


.footer-phone a {
    color: #fff;
}

.footer-phone a:hover,
.footer-phone a:active,
.footer-phone a:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-email a {
    color: #fff;
}

.footer-email a:hover,
.footer-email a:active,
.footer-email a:focus {
    color: #fff;
    text-decoration: underline;
}


@media (max-width: 768px) {
	.footer-phone-row {
		flex-direction: column;
		gap: 2px;
	}

    .footer-phone-row:nth-of-type(1) {
        margin-bottom: 1rem;
    }
    .spa-phone {
        margin-left: 0px;
    }
}

.footer-phone {
    font-size: 24px;
    font-weight: 900;
    margin: 5px 0;
    letter-spacing: 2px;
}

.footer-email {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
}

.footer-small {
    font-size: 12px;
    color: #2f3142;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 6px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.footer-menu a:hover {
    opacity: 1;
}

.footer-social {
    gap: 20px;
    margin-top: 3rem;
}

.social-icon {
    width: 55px;
    height: 55px;
    background-color: #808799;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s ease;
}

.social-icon.facebook {
    background-image: url('../images/icons/Face_140x140.png');
}

.social-icon.instagram {
    background-image: url('../images/icons/Instagram_140x140.png');
}

.social-icon.youtube {
    background-image: url('../images/icons/YouTube_140x140.png');
}

.social-icon:hover {
    background-color: #707584;
}


.newsletter-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
}

.newsletter-form {
    gap: 0 !important;
}

.newsletter-form input.form-control {
    margin: 0 !important;
}

.newsletter-form button {
    margin: 0 !important;
}

.newsletter-input-wrapper .form-control {
    color: #fff !important;
}

.newsletter-input-wrapper .form-control:focus {
    color: #fff !important;
    background-color: #808799;
}

.newsletter-form input.form-control {
    background: #808799;
    border: none;
    color: #fff;
    padding: 18px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    height: 60px;
}

.newsletter-form input.form-control::placeholder {
    color: #fff;
    opacity: 0.8;
}

.newsletter-form input.form-control:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-form button {
    background: #00AACD !important;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    border: none !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.newsletter-form button:hover {
    background: #0096b2 !important;
}

.newsletter-form .form-control.is-invalid {
    border: 2px solid #dc3545 !important;
}

.newsletter-form .invalid-feedback {
    display: none;
    color: #fff;
    font-size: 14px;
}

.newsletter-form .invalid-feedback.show {
    display: block;
}

.newsletter-title {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5rem;
}

.newsletter-text {
    font-size: 12px;
    color: #2f3142;
    letter-spacing: 1px;
    margin-bottom: 1rem !important;
}

@media (max-width: 576px) {

    .newsletter-form {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100%;
    }

    .newsletter-input-wrapper {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        display: flex !important;
    }

    .newsletter-input-wrapper .form-control {
        width: 100% !important;
        min-width: 0 !important;
    }

    .newsletter-form button {
        width: auto !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        padding: 0 20px !important;
    }
}

.footer-right {
    padding-left: 150px;
}

@media (max-width: 992px) {
    .footer-right {
        padding-left: 0;
    }
}


.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 25px 40px;
}

.footer-grid>.footer-block:nth-child(3) {
    grid-column: 1 / 2;
}

.footer-bottom {
    background: #2f3142;
    color: #fff;
}

.footer-logo {
    height: 60px;
}

.footer-subtext {
    color: #81889A;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-subtext-2 {
    color: #81889A;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-info {
    color: #81889A !important;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.footer-bottom-phone,
.footer-bottom-phone:visited,
.footer-bottom-phone:hover,
.footer-bottom-phone:active {
    color: #81889A !important;
    text-decoration: none;
}

.footer-email {
    text-transform: lowercase !important;
}

.footer-info-item {
    display: flex;
    align-items: center;
    color: #81889A !important;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-info-item i {
    color: #81889A !important;
    font-size: 11px;
}

.footer-info span {
    white-space: nowrap;
}

.footer-email-info {
    text-transform: lowercase;
    letter-spacing: 1px;
}

.footer-nav {
    margin-top: 40px !important;
    padding-top: 20px;
}

.footer-bottom ul {
    margin: 0 !important;
}

.footer-nav li {
    font-size: 11px;
    list-style: none;
}

.footer-nav li a {
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s ease;
    font-size: 11px;
}

.footer-nav li a:hover {
    color: var(--color-secondary) !important;
}

.footer-bottom-partners {
    background: #626471;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.partners-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.nudge-left  { transform: translateX(-20px); }
.nudge-right { transform: translateX(20px); }

.footer-partner-logo {
    max-height: 60px;
    width: auto;
}

.partners-title-mobile {
    display: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .partners-grid {
        flex-direction: column;
        gap: 32px;
    }

    .footer-partner-logo {
        max-height: 80px;
    }

    .nudge-left,
    .nudge-right {
        transform: none;
    }

    .partners-title-mobile {
        display: block;
    }
}

.footer-partner-logo:hover {
    opacity: 1;
}

.footer-bottom-partners .row {
    justify-content: center;
    align-items: center;
}

.partners-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.special-logo {
    max-height: 60px;
}

@media (min-width: 992px) {
    .special-logo-col {
        flex: 0 0 calc(100% / 10);
        max-width: calc(100% / 10);
    }
}

.footer-cta {
    background-color: var(--color-dark);
    color: #fff;
    padding: 3rem 0;
    text-align: center;
}

.footer-cta a.btn {
    background-color: var(--color-primary);
    color: #fff;
}

.back-to-top-wrapper {
    position: relative;
    height: 0;
}

.back-to-top {
    position: absolute;
    right: 60px;
    top: -70px;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #808799;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 0;
}

.back-to-top span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    font-size: 38px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    color: #808799;
}

.back-to-top:visited {
    color: #808799;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .footer-info {
        font-size: 14px;
    }

    .footer-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        padding-top: 40px;
    }

    .footer-right .row {
        justify-content: center !important;
    }

    .footer-right .col-md-6 {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 30px;
    }

    .footer-title {
        text-align: center !important;
    }

    .footer-menu {
        text-align: center !important;
    }

    .footer-menu li {
        text-align: center !important;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top .col-md-4,
    .footer-top .col-md-8,
    .footer-top .col-md-6 {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-right {
        padding-left: 0 !important;
    }

    .footer-menu li a {
        font-size: 16px;
        padding: 8px 0;
    }

    .footer-social {
        justify-content: center;
    }


    .footer-info {
        flex-direction: column;
        gap: 12px;
    }

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

    .footer-bottom ul {
        margin: 0rem !important;
    }

    .back-to-top-wrapper {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .footer-right {
        padding-left: 40px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .newsletter-form input.form-control {
        font-size: 14px;
    }

}

@media (max-width: 768px) {

    .front-header {
        position: relative;
        height: 80vh;
        min-height: 550px;
    }

    .logo-center {
        top: 60px;
    }

    .header-logo {
        height: 60px;
    }

    .hero-slider,
    .hero-slider .carousel-item,
    .slider-image {
        height: 80vh;
    }

    .booking-bar-wrapper {
        bottom: 20px;
    }

    .section-main-title {
        font-size: 34px !important;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

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


.section-toponhero {
    margin-top: -100px;
    position: relative;
     z-index: 1;
}

@media (max-width: 767px) {
    .section-toponhero {
        margin-top: 0 !important;
        z-index: auto !important;
    }

    .footer-partner-logo {
        max-height: 80px;
    }

    .footer-bottom-partners .partner-col {
        margin-bottom: 20px;
    }
}

.footer-nav{
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
  width: 100%;
}

@media (max-width: 767px){
  .footer-nav{
    align-items: center;
    text-align: center;
  }

  .footer-nav li{
    width: 100%;
    text-align: center;
  }
}
