/* Table Of Content
1   - Import
2   - Global Css
3   - Header
4   - Slider
5   - About Info
6   - News
7   - Room
8   - Parallax
9   - Support
10  - Newsletter
11  - Footer
12  - Breadcrumb
13  - Accordion
14  - About Destination & Tab
15  - Sidebar
16  - Gallery
17  - Room List
18  - Quick reservation
19  - Room Single
20  - Contact Form
21  - Error Page
22  - Blog
23  - Comments
24  - Under Construction
*/

/*-----------------------------------------------------------------------------------*/
/*  Import
/*-----------------------------------------------------------------------------------*/

/* 2035-reset, font-awesome, slicknav: linked from header.tpl to avoid render-blocking @import chains */

/* Google Fonts are loaded from header.tpl (preconnect + css2 link) to avoid render-blocking @import chains */

/* @import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic); */

/* @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light); 

@font-face {font-family:"Shadows Into Light";src:url("../fonts/ShadowsIntoLight.eot?") format("eot"),url("../fonts/ShadowsIntoLight.woff") format("woff"),url("../fonts/ShadowsIntoLight.ttf") format("truetype"),url("../fonts/ShadowsIntoLight.svg#ShadowsIntoLight") format("svg");font-weight:normal;font-style:normal;}*/

@font-face {font-family:"Muli";src:url("../fonts/Muli-Regular.eot?") format("eot"),url("../fonts/Muli-Regular.woff") format("woff"),url("../fonts/Muli-Regular.ttf") format("truetype"),url("../fonts/Muli-Regular.svg#Muli") format("svg");font-weight:normal;font-style:normal;}

/* Design tokens — surfaces, accent, shadows */
:root {
    --hcp-accent: #b8860b;
    --hcp-accent-bright: #e4b248;
    --hcp-text: #1a2332;
    --hcp-text-muted: #5c636a;
    --hcp-surface: #fafaf9;
    --hcp-border: #e8e6e3;
    --hcp-header-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 8px 32px rgba(26, 35, 50, 0.06);
    --hcp-radius: 6px;
    --hcp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 1.45em;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/


#wrapper {
    width: 100%;
    height: auto;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}

a {
    color: #000;
}

a:hover {
    color: #e4b248;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.rsp-img-center {
    margin: 0 auto;
}

.active-color {
    color: #e4b248;
}

h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2em;
    line-height: 44px;
    color: #000;
    letter-spacing: 0.0825em;
}

h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8em;
    line-height: 40px;
    color: #000;
    letter-spacing: 0.0825em;
}

h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.7em;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.0825em;
}

h4 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5em;
    line-height: 32px;
    color: #000;
    letter-spacing: 0.0825em;
}

h5 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5em;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.0825em;
}

h6 {
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.0825em;
}

.content{
    background: #fff;
    line-height: 25px;
}

.content p,
.content li {
    line-height: 1.65;
}

/* Testimonials slider (Swiper) — “PĂREREA CELOR CARE…” section */
.testimonials-slider-section {
    padding: 32px 0 48px;
    margin: 20px 0;
    background: linear-gradient(180deg, #fafaf9 0%, #fff 100%);
    border-top: 1px solid var(--hcp-border, #e8e6e3);
    border-bottom: 1px solid var(--hcp-border, #e8e6e3);
}

.testimonials-slider-section__title {
    padding: 12px 0 28px;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--hcp-text, #1a2332);
}

.testimonials-swiper {
    padding: 0 0 48px;
    max-width: 920px;
    margin: 0 auto;
}

.testimonial-slide-inner {
    padding: 16px 48px 8px;
    box-sizing: border-box;
}

.testimonial-slide__qopen,
.testimonial-slide__qclose {
    font-size: 2.25em;
    line-height: 0;
    vertical-align: middle;
    color: var(--hcp-accent-bright, #e4b248);
    opacity: 0.85;
}

.testimonial-slide__text {
    font-style: italic;
    font-size: 1.15em;
    line-height: 1.55;
    color: var(--hcp-text, #1a2332);
}

.testimonial-slide__meta {
    margin-top: 16px;
    font-size: 0.95em;
    color: var(--hcp-text-muted, #5c636a);
}

.testimonials-swiper .swiper-button-prev,
.testimonials-swiper .swiper-button-next {
    color: var(--hcp-accent-bright, #e4b248);
}

/* Swiper pagination: ~44×44px tap targets; dot drawn with ::after */
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 44px !important;
    height: 44px !important;
    margin: 0 2px !important;
    background: transparent !important;
    opacity: 1 !important;
    position: relative;
}
.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    background: var(--hcp-accent-bright, #e4b248);
}
.room-media-swiper .swiper-pagination-clickable .swiper-pagination-bullet::after {
    background: rgba(0, 0, 0, 0.35);
}
.room-media-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    background: var(--hcp-accent, #b8860b);
}
.testimonials-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    background: var(--hcp-accent-bright, #e4b248);
}

/* Upload thumbnails (offers/news): width cap only; height:auto keeps natural aspect ratio */
.hcp-upload-card-img {
    width: 100%;
    max-width: 370px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .testimonial-slide-inner {
        padding: 12px 36px 8px;
    }
    .testimonials-swiper .swiper-button-prev,
    .testimonials-swiper .swiper-button-next {
        transform: scale(0.75);
    }
}

.slicknav_menu {
    display:none;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

.pre-header {
    font-size: 12px;
    background: #fff;
    min-height: 40px;
    border-bottom: 1px solid #f0eeeb;
}

.pre-header ul, .pre-header p{
    padding-top: 8px;
}

.pre-header ul li {
    float: left;
    margin-right: 20px;
}

.pre-header ul li a {
    color: var(--hcp-text-muted);
    transition: color 0.2s var(--hcp-ease);
}

.pre-header ul li a:hover {
    color: var(--hcp-accent-bright);
}

.pre-header p {
    color: var(--hcp-text-muted);
}

.pre-header i {
    padding-right: 5px;
    color: var(--hcp-accent-bright);
    opacity: 0.85;
}

.pre-link-box{
    line-height: 25px;
}
.pre-address-b{
    height: auto;
    padding-top: 4px;
}



.language-box {
    height: 100%;
    border-left: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
}

.language-box ul{
    background: #fff;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.language-box ul:hover{
    height: 90px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.language-box ul li{
    float: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 25px;
}

.language-box ul li:last-child{
    border-bottom: 0;
}

.language-box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    padding-bottom: 10px;
}

.language-box ul li img{
    margin-right: 8px;
    margin-top: -3px;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* Sticky header */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(250, 250, 249, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: auto;
    border-bottom: 1px solid var(--hcp-border);
    box-shadow: var(--hcp-header-shadow);
    transition: box-shadow 0.3s var(--hcp-ease), background 0.3s var(--hcp-ease);
}

.main-header .logo {
    padding: 16px 0;
}

.main-header .logo img {
    max-width: 88px;
    width: auto;
    height: auto;
    transition: opacity 0.25s var(--hcp-ease);
}

.main-header .logo a:hover img {
    opacity: 0.92;
}

.main-header a {
    font-family: Varela Round;
}

.menu-right-wrap {
    display: flex;
    align-items: center;
}

.menu-lang-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav{
    position: relative;
}

/* SF Menu — keep top-level size controlled by .nav ul li a (many items must fit one row) */
.sf-menu li a{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: inherit;
}

.sf-menu ul{
    position: absolute;
    display: none;
    top: 100px;
    left: 0px;
    z-index: 99;
    border-radius: var(--hcp-radius);
    box-shadow: 0 12px 40px rgba(26, 35, 50, 0.15);
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 100%;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu ul li {
    width: 100%;
    min-width: 200px;
}

.sf-menu .parent-menu ul {
    float: none;
}

.sf-menu .parent-menu {
    position: relative;
}

.sf-menu .parent-menu:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 44px;
    right: 14px;
}

.sf-menu .parent-menu:hover:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 44px;
    right: 14px;
}
/* SF Menu */

.sf-menu .parent-menu.active:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 44px;
    right: 14px;
}

.nav ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li:last-child{
    margin-right: 0;
}

.nav ul li.active {
    /*background: #0c242e;*/
    position: relative;
}

.nav ul li:hover {
    /*background: #0c242e;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li:hover a {
    color: var(--hcp-accent);
}

.nav ul.sf-menu > li:before {
    content: "";
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 0px;
    background: #e4b248;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li:hover:before {
    content: "";
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 25px;
    background: #e4b248;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li.active:before {
    position: absolute;
    top: 68px;
    left: 50%;
    height: 2px;
    width: 25px;
    background: #e4b248;
    border: none;
}

.nav ul li.active a {
    color: var(--hcp-text);
}

.nav ul li a {
    font-size: 10px !important;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: var(--hcp-text);
    padding: 40px 5px 36px;
    display: inline-block;
    text-transform: uppercase;
    transition: color 0.2s var(--hcp-ease);
}

@media (min-width: 1200px) {
    .nav ul li a {
        font-size: 10.5px !important;
        padding: 40px 7px 36px;
        letter-spacing: 0.05em;
    }
}

.nav ul li.parent-menu a {
    padding-right: 22px;
}

/* Tighter still when the Bootstrap container is narrow but desktop nav is shown */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav ul li a {
        font-size: 9.5px !important;
        padding: 40px 3px 36px;
        letter-spacing: 0.03em;
    }
    .nav ul li.parent-menu a {
        padding-right: 18px;
    }
}

.nav ul li ul li{
    background: #0c242e;
    line-height: 20px;
    border-bottom: 1px solid rgba(240,240,240, 0.05);
}

.nav ul li ul li:last-child{
    border-bottom: 0;
}

.nav ul li ul li a{
    display: inline-block;
    font-family: Varela Round !important;
    width: 100%;
    height: 100%;
    font-size: 11px;
    padding: 12px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li ul li a:hover{
    background: var(--hcp-accent-bright);
    color: #fff !important;
    -webkit-transition: background 0.25s var(--hcp-ease), color 0.25s var(--hcp-ease);
    -moz-transition: background 0.25s var(--hcp-ease), color 0.25s var(--hcp-ease);
    transition: background 0.25s var(--hcp-ease), color 0.25s var(--hcp-ease);
}

/* Alternative Menu */
#home .pre-header{
    background: url(../img/white-pattern.png) rgba(255,255,255,0.2);

}

#home .main-header{
    background: url(../img/white-pattern.png);
}

#home .nav ul li.active {
    background: rgba(0,0,0,0.6);
}

#home .nav ul li.active a {
    color: #e4b248;
}

#home .nav ul li a {
    color: #fff;
}

#home .sf-menu .parent-menu.active:after{
    color: #e4b248 !important;
}

#home .sf-menu .parent-menu:after{
    color:#fff !important;
}

#home .nav ul li:hover {
    background: rgba(0,0,0,0.6);
}

#home .nav ul li:hover a {
    color: #e4b248;
}

#home .sf-menu .parent-menu:hover:after{
    color: #e4b248 !important;
}

#home .nav ul li ul li a{
    color: #fff !important;
}

#home .nav ul li ul li{
    background: rgba(0,0,0,0.9);
}

#home .pre-header p{
    color: #C9C9CB;
}

#home .pre-header ul li a{
    color: #C9C9CB;
}

#home .language-box ul{
    background: transparent;
}

#home .language-box ul li{
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 25px;
}

#home .language-box ul li:first-child{
    background: transparent;
}

#home .language-box ul:hover li:first-child{
    background: rgba(0,0,0,0.8);
}

#home .language-box {
    border-left:1px solid rgba(255,255,255,0.1);
}
/* Alternative Menu */

.button-style-1 a {
    background: #e4b248;
    padding: 12px 20px;
    font-family: Varela Round;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.button-style-1 i {
    padding-right: 12px;
}

.button-style-1 a:hover {
    background: #e4d856;
}

/*-----------------------------------------------------------------------------------*/
/*  Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 55px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0.8;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav a:before:hover {
    opacity: 1;
}

.falsenav .flex-control-paging {
    display: none;
}

.flexslider ul.slides li, .flexslider-thumb ul.slides li{
    position: relative;
}

.flexslider ul li .slider-textbox{
    position: absolute;
    top: 20%;
    width: 100%;
    height: 100%;
    left: 0;
}

/* Home: slider only in .home-hero-wrap; menu is a sibling above (so sticky works past the hero) */
.home-hero-wrap {
    width: 100%;
    /* pre-header ~40px + main-header ~120px + hero ≈ first viewport */
    height: calc(100vh - 40px - 120px);
    min-height: 400px;
    min-height: calc(100dvh - 40px - 120px);
    display: flex;
    flex-direction: column;
}

.home-hero-wrap .slider {
    flex: 1 1 0;
    min-height: 0;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

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

.home-hero-wrap .home-hero-swiper .swiper-wrapper {
    height: 100%;
}

.home-hero-wrap .home-hero-swiper .swiper-slide {
    height: 100%;
}

.home-hero-wrap .hero-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-hero-wrap .hero-slide-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(26, 35, 50, 0.35) 0%, rgba(26, 35, 50, 0.2) 50%, rgba(26, 35, 50, 0.5) 100%);
    pointer-events: none;
}

/* Fill slide edge-to-edge; absolute + cover beats Bootstrap img and global video { height:auto } */
.home-hero-wrap .hero-slide-inner .hero-slide-img,
.home-hero-wrap .hero-slide-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}

/* Lazy hero video: play overlay until user starts playback (no MP4 fetch until then) */
.home-hero-wrap .hcp-video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 22px 36px 20px;
    min-width: 200px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #e4b248;
    color: #1a2332;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.15),
        0 6px 0 rgba(0, 0, 0, 0.12),
        0 16px 40px rgba(0, 0, 0, 0.45);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-wrap .hcp-video-play-btn:hover {
    background: #f0c65c;
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.12),
        0 8px 0 rgba(0, 0, 0, 0.1),
        0 22px 48px rgba(0, 0, 0, 0.5);
}

.home-hero-wrap .hcp-video-play-btn:focus-visible {
    outline: none;
    background: #f0c65c;
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow:
        0 0 0 3px #fff,
        0 0 0 6px #e4b248,
        0 16px 40px rgba(0, 0, 0, 0.45);
}

.home-hero-wrap .hcp-video-play-btn:active {
    transform: translate(-50%, -48%) scale(1.02);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.15),
        0 3px 0 rgba(0, 0, 0, 0.15),
        0 10px 28px rgba(0, 0, 0, 0.35);
}

.home-hero-wrap .hcp-video-play-btn__icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent #1a2332;
    margin-left: 8px;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

.home-hero-wrap .hcp-video-play-btn__text {
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.home-hero-wrap .hcp-video-play-btn[hidden] {
    display: none !important;
}

.home-hero-wrap .slider-textbox {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.home-hero-wrap .swiper-button-prev,
.home-hero-wrap .swiper-button-next {
    color: #e4b248;
    z-index: 3;
}

.home-hero-wrap .swiper-pagination {
    z-index: 3;
}

.home-hero-wrap .swiper-button-prev:after,
.home-hero-wrap .swiper-button-next:after {
    font-size: 28px;
}

.home-hero-wrap .swiper-pagination-clickable .swiper-pagination-bullet::after {
    background: rgba(255, 255, 255, 0.5);
}

.home-hero-wrap .swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    background: #e4b248;
}

.slider-home .flexslider{
    height: 560px !important;
}

.slider-home .flex-viewport {
    height: 560px;
}

.slider {
    position: relative;
}

.slider-loading{
    background: #fff;
    z-index: 99999999999999999999;
}

.slider-loading .slides{
    display: none;
}

.slider-loading:after{
    content:url(../img/progress.gif);
    position: absolute;
    top: 30%;
    left: 50%;
    background: #fff;
}

.slider-bar{
    font-family: Varela Round;
    color:#fff;
    width: auto;
    height: 60px;
    background: rgba(0,0,0,0.7);
    font-size:20px;
    padding:20px 20px 0 20px;
}

.slider-triangle{
    width: 0;
    height: 0;
    border-top: 60px solid rgba(0,0,0,0.7);
    border-right: 40px solid transparent;
}

.slider-bar-under{
    font-family: Varela Round;
    color:#fff;
    width: auto;
    height: 35px;
    background: #e4b248;
    font-size:15px;
    padding:6px 20px 0 20px;
}

.slider-triangle-under{
    width: 0;
    height: 0;
    border-top: 35px solid #e4b248;
    border-right: 20px solid transparent;
}


/* Booking form — separate block below fullscreen hero */
.home-booking-section {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 2;
}

/* Value bullets (MISIUNE / CONFORT …) — no negative margin; was overlapping booking bar */
.home-bullets {
    margin-top: 0;
    padding-top: 48px;
}

.book-slider{
    position: relative;
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    background: url(../img/slider-book-now.png);
}

.book-slider ul{
    display: inline-block;
}

.book-slider ul li label{
    text-align: left;
}

.book-slider ul li #booking-children-ages-heading {
    text-align: left;
    font-weight: normal;
    margin: 0 0 4px;
    color: #fff;
    font-size: inherit;
}

.book-slider ul li {
    float: left;
    margin-right: 20px;
}

.book-slider ul li.sec-input {
    margin-right: 15px;
}

.book-slider ul li:last-child{
    margin-right: 0;
}

.book-slider input, .book-slider select {
    height: 30px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    background: transparent;
    color: #FFF;
    padding-left: 10px;
}

.sod_select{
    width: 75px;
    padding: 0;
    padding-left: 10px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    height: 30px;
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding-top: 8px;
}

.sod_select.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper
{
    border: solid 1px rgba(228, 178, 72, 0.6);
}

.book-slider input, .book-slider ul li.li-input{
    width: 160px;
}

.book-slider select, .book-slider ul li.li-select{
    width: 65px;
}


label {
    width: 100%;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 0.0725em;
}

::-webkit-input-placeholder {
    color: #FFF;
    font-size: 11px;
}

.book-slider .button-style-1 {
    margin-top: 28px;
    padding: 1px 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .book-slider ul li {
        margin-right: 12px;
    }
    .book-slider input, .book-slider ul li.li-input {
        width: 140px;
    }
    .book-slider select, .book-slider ul li.li-select {
        width: 58px;
    }
}

@media (min-width: 1200px) {
    .book-slider ul li {
        margin-right: 24px;
    }
    .book-slider input, .book-slider ul li.li-input {
        width: 170px;
    }
    .book-slider select, .book-slider ul li.li-select {
        width: 68px;
    }
}

.bottom-book-slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    /* background: url(../img/bottom-slider-book-now.png); */
    border-bottom: solid 3px #e4b248;
}

.bottom-book-slider {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.0725em;
}

.bottom-book-slider ul li {
    float: left;
    width: 25%;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bottom-book-slider ul li:last-child {
    border-right: none;
}

.bottom-book-slider i {
    font-size: 13px;
    color: #e4b248;
    padding-right: 20px;
}

.date-selector::-webkit-input-placeholder{
    color: #e4b248;
}

.date-selector:-moz-placeholder{
    color: #e4b248;
}

.date-selector::-moz-placeholder{
    color: #e4b248;
}

.date-selector:-ms-input-placeholder{
    color: #e4b248;
}

.reservation-confirm{
    max-width: 700px;
    padding:0 20px;
    margin:0 auto;
    margin-top: 20px;
    font-family: Varela Round;
    font-size: 16px;
    color: #fff;
}

.hcp-book-bar-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hcp-book-bar-title {
    flex-shrink: 0;
}

.hcp-book-bar-form {
    flex: 1;
    min-width: 0;
}

@media (max-width: 767px) {
    .hcp-book-bar-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.reserve-form-area ul{
    list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*  About Info
/*-----------------------------------------------------------------------------------*/

.title-shape {
    margin-top: 15px;
    margin-bottom: 30px;
}

.about-title p {
    font-size: 15px;
    color: #000;
    width: 80%;
    margin: 0 auto;
}

.title-style-1 hr {
    width: 23px;
    height: 1px;
    background: #e4b248;
    float: left;
    margin: 0;
    margin-top: 13px;
}

.title-style-1 h5{
	line-height: 15px;
}

.title-style-2 hr {
    width: 23px;
    height: 2px;
    background: #e4b248;
    margin: 0 auto;
    margin-top: 13px;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #f0f0f0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #e4b248;
}

/*-----------------------------------------------------------------------------------*/
/*  News
/*-----------------------------------------------------------------------------------*/

.news-box {
    padding-bottom: 10px;
    padding-top: 25px;
    border-bottom: solid 1px #f1f1f1;
    clear: both;
}

.news-box:first-child {
    padding-top: 0;
}

.news-box:last-child {
    border: none;
}

.news-date {
    font-size: 10px;
}

.date-day {
    background: #e4b248;
    border-radius: 5px;
    height: 40px;
    width: 50px;
    display: inline-block;
    position: relative;
    font-family: Verdana;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
}

.date-day hr {
    position: absolute;
    top: 0px;
    height: 1px;
    width: 50px;
    background: #FFF;
    border: none;
    opacity: 0.2;
}

.news-date {
    width: 55px;
}

.news-time {
    width: 20%;
}

.news-content {
    width: 80%;
}

.home-news h6{
    font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Room
/*-----------------------------------------------------------------------------------*/

.home-room-box {
    margin-bottom: 60px;
}

.home-room-details ul li {
    margin-top: 5px;
    float: left;
    margin-right: 17px;
}

.home-room-details a {
    color: #444;
}

.home-room-details i{
    color: #e4b248;
}

.room-rating ul li {
    float: left;
    margin-right: 5px;
}

.room-rating ul li i {
    color: #e4b248;
    font-size: 10px;
}

.room-rating ul li i.inactive {
    color: #c6c6c6;
}

.room-image {
    position: relative;
    overflow: hidden;
}

.home-room-box:hover .home-room-details{
    height: 70px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-room-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    padding-top: 7px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 40px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.room-details {
    margin: 25px 0;
}

.room-bottom h4 {
    color: #e4b248;
}

.room-bottom-time {
    font-size: 9px;
    color: #979797;
}

.room-features {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 1px 12px;
    color: #FFF;
    font-size: 9px;
    top: 9px;
    right: 10px;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.room-features i {
    padding-right: 5px;
}

.home-room-box:hover  .room-features {
    background: rgba(0,0,0,1);
}

.flexslider-thumb .flex-control-nav li{
    width: 126px;
}

.flexslider-thumb{
    margin-bottom: 30px;
}

@font-face {
    font-family: 'weather';
    src: url('artill-clean-icons/artill_clean_icons-webfont.eot');
    src: url('artill-clean-icons/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('artill-clean-icons/artill_clean_icons-webfont.woff') format('woff'),
         url('artill-clean-icons/artill_clean_icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather{
    padding-top: 10px;
}

#weather i {
  color: #b4b4b4;
  font-family: weather;
  font-size: 130px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

#weather .pull-left{
    margin-top: -30px;
}

#weather h3{
    font-size: 14px;
    padding-left: 10px;
}

#weather h3:first-child{
    margin-top:40px;
}

/*-----------------------------------------------------------------------------------*/
/*  Parallax
/*-----------------------------------------------------------------------------------*/

.parallax{
    position: relative;
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: repeat-y;
    background-position: top center;
}

.parallax-one {
    background: url('../temp/parallax.jpg');
    height: 380px;
    padding: 100px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Support
/*-----------------------------------------------------------------------------------*/

.support-box {
    position: relative;
    background: rgba(255,255,255,0.95);
    padding: 10px 50px;
    padding-top: 60px;
}

.support-box-title {
    position: absolute;
    background: rgba(36,57,66,0.8);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.support-box-title i {
    color: #FFF;
    font-size: 18px;
    padding-top: 22px;
}

/* Flip Card */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    transform-style: preserve-3d;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}

.flip-container:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    width: 100%;
    height: 250px;
}

@media only screen and (max-width: 700px) and (min-width: 400px) {
    .flip-container{
        width: 100%;
        height: 350px;
    }
}
/* flip speed goes here */
.flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff !important;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*-----------------------------------------------------------------------------------*/
/*  Newsletter
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper {
    display: inline-block;
}

.newsletter-top {
    width: 60%;
    border-bottom: solid 1px #f1f1f1;
    margin: 0 auto;
    padding-bottom: 30px;
}

.newsletter-bottom {
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
    margin: 0 auto;
    padding-bottom: 10px;
}

.hcp-vouchers-section {
    padding: 44px 0 48px;
    background: #fbfbfb;
    border-top: 1px solid var(--hcp-border);
    border-bottom: 1px solid var(--hcp-border);
}

.hcp-vouchers-section__title {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.45em;
    line-height: 1.35;
    color: var(--hcp-text);
    text-align: center;
    margin: 0 auto 28px;
    max-width: 40em;
    letter-spacing: 0.06em;
}

.hcp-vouchers-section__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 36px;
}

.hcp-vouchers-section__logo {
    width: auto;
    max-width: 160px;
    max-height: 52px;
    height: auto;
    object-fit: contain;
}

.newsletter-section {
    margin: 0 auto;
}

.newsletter-section--card {
    padding: 48px 0 56px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, var(--hcp-surface) 0%, #fff 45%);
}

.newsletter-section__inner {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 1200px) {
    .newsletter-section__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.newsletter-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--hcp-border);
    border-radius: var(--hcp-radius);
    box-shadow: var(--hcp-header-shadow);
    padding: 36px 32px 40px;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    box-sizing: border-box;
}

.newsletter-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    border-radius: var(--hcp-radius) var(--hcp-radius) 0 0;
    background: linear-gradient(90deg, var(--hcp-accent) 0%, var(--hcp-accent-bright) 50%, var(--hcp-accent) 100%);
}

.newsletter-card__header {
    text-align: center;
    margin-bottom: 28px;
}

.newsletter-card__title {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hcp-text);
    margin: 0 0 12px;
}

.newsletter-card__lead {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--hcp-text-muted);
    margin: 0 auto;
    max-width: 36em;
}

.newsletter-card__fields {
    margin-left: -8px;
    margin-right: -8px;
}

.newsletter-card__fields > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.newsletter-card__fields .newsletter-input {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .newsletter-card__fields .newsletter-input {
        margin-bottom: 0;
    }
}

.newsletter-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: var(--hcp-text);
    background: #fff;
    border: 1px solid var(--hcp-border);
    border-radius: var(--hcp-radius);
    box-sizing: border-box;
    transition: border-color 0.2s var(--hcp-ease), box-shadow 0.2s var(--hcp-ease);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--hcp-accent-bright);
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.15);
}

.newsletter-input::placeholder {
    color: #959595;
}

.newsletter-card__captcha {
    display: flex;
    justify-content: center;
    margin: 8px 0 20px;
    min-height: 78px;
}

.newsletter-card__actions {
    text-align: center;
}

.newsletter-btn {
    display: inline-block;
    min-width: 200px;
    height: auto;
    padding: 12px 28px;
    margin: 0;
    border: 1px solid var(--hcp-accent-bright);
    border-radius: var(--hcp-radius);
    background: linear-gradient(180deg, #ecc255 0%, var(--hcp-accent-bright) 100%);
    font-family: "Varela Round", "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hcp-text);
    cursor: pointer;
    transition: background 0.2s var(--hcp-ease), border-color 0.2s var(--hcp-ease), transform 0.15s var(--hcp-ease), box-shadow 0.2s var(--hcp-ease);
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.2);
}

.newsletter-btn:hover:not(:disabled) {
    background: linear-gradient(180deg, #f0d06a 0%, #e4d856 100%);
    border-color: #e4d856;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(184, 134, 11, 0.28);
}

.newsletter-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.newsletter-card__message {
    margin-top: 20px;
}

.newsletter-form h2 {
    font-family: 'Shadows Into Light Two', cursive;
    color: #000;
    margin-right: 40px;
}

.newsletter-form h3 {
    font-family: 'Shadows Into Light Two', cursive;
    color: #000;
    margin-right: 40px;
    font-size: 1.4em;
}

.newsletter-form input:not(.newsletter-input) {
    height: 41px;
    width: 280px;
    padding-left: 10px;
}

input[type="submit"]:not(.newsletter-btn) {
    margin-left: 20px;
    border: solid 1px #e4b248;
    background: #e4b248;
    padding: 6px 0;
    text-align: center;
    width: 110px;
    font-family: Varela Round;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

input[type="submit"]:not(.newsletter-btn):hover {
    background: #e4d856;
    border: solid 1px #e4d856;
}

.newsletter-form ::-webkit-input-placeholder {
    color: #959595;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    background: linear-gradient(180deg, #fbfaf8 0%, #f0eeeb 100%);
    line-height: 1.6;
}

.main-footer {
    padding: 60px;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}

ul.footer-links {
    margin-top: 30px;
}

ul.footer-links a {
    color: var(--hcp-text);
    transition: color 0.2s var(--hcp-ease);
}

ul.footer-links a:hover {
    color: var(--hcp-accent);
}

ul.footer-links li i {
    color: var(--hcp-accent-bright);
    padding-right: 10px;
}

.footer-logo {
    height: 160px;
    line-height: 160px;
}

.footer-logo img {
    display: inline-block;
}

.pre-footer {
    font-size: 12px;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-bottom: 0px;
}

.pre-footer ul li {
    float: left;
    margin-right: 5px;
}

.pre-footer p {
    color: #333;
    margin-right: 10px;
    margin-top: 2px;
}

.footer-payment-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-anpc-logos a {
    display: inline-block;
    margin: 6px 10px;
    vertical-align: middle;
}

/* CMS / TinyMCE: center typical standalone images in page body */
.page-content-rich img {
    max-width: 100%;
    height: auto;
}

.page-content-rich p > img:only-child,
.page-content-rich > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-content-rich figure.image.align-center,
.page-content-rich img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  Breadcrumb
/*-----------------------------------------------------------------------------------*/


.breadcrumb {
    padding: 80px 0;
    border-radius: 0 !important;
}


.breadcrumb-1 {
    background: linear-gradient(
        135deg,
        #5c7a5e 0%,
        #8a9e6b 40%,
        #d4a03a 80%,
        var(--hcp-accent-bright, #e4b248) 100%
    );
}

.breadcrumb h1 {
    font-family: Varela Round;
    font-size: 45px;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------------------------------------------------------*/
/*  Accordion
/*-----------------------------------------------------------------------------------*/

.panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.active .plus-box {
    border: 0;
    color: #fff;
}

.panel-style {
    padding: 7px 10px;
    border: solid 1px #e9e8e4;
}

.active-panel .panel-style {
    background: #e4b248;
    border: solid 1px #e4b248;
}

.panel-style a {
    margin-left: 10px;
}

.active-panel .panel-style a {
    color: #FFF;
}

.panel-style h4 {
    font-family: Varela Round;
    font-size: 12px;
}

.tabbed-area h4 {
    margin-bottom: 15px;
}

.tabbed-area li a{
    width: 100%;
    display: inline-block;
    line-height: 45px;
}

/*-----------------------------------------------------------------------------------*/
/*  About Destination & Tab
/*-----------------------------------------------------------------------------------*/

.about-destination-box {
    padding: 20px 0;
    padding-top: 30px;
    border-bottom: solid 1px #f1f1f1;
}

.about-destination-box:first-child {
    padding-top: 0;
}

.about-destination-box a p{
    color: #727272;
}

.tab-style .active-tab h6 {
    color: #e4b248;
}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/

.blg-img {
    width: 20%;
}

.blg-txt {
    padding-left: 5%;
    width: 75%;
}

.blg-txt p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
}

ul.sidebar-recent li {
    margin-bottom: 30px;
}

ul.sidebar-recent li:last-child {
    margin-bottom: 0;
}

ul.sidebar-recent li h5 {
    line-height: 22px;
}

.luxen-widget .title h5 {
    margin-bottom: 20px;
}

.luxen-widget {
    margin-bottom: 60px;
}

ul.social-links li {
    float: left;
}

ul.social-links li i {
    width: 30px;
    height: 30px;
    background: #e4b248;
    border-radius: 50%;
    color: #FFF;
    margin-right: 10px;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
}

ul.social-links li i:hover {
    background: #0c242e;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.luxen-widget.news-widget .footer-links{
    margin-top: 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-box {
    margin-top: 40px;
}

.gallery-box h5 {
    margin-top: 20px;
    line-height: 12px;
}

.gallery-box h6 {
    font-size: 10px;
    color: #e4b248;
}

.gallery-box-links {
    position: relative;
}

.gallery-box-cover {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.gallery-box-slide--extra {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
}

.glightbox-container .goverlay {
    background: rgba(15, 15, 15, 0.92);
}

/*-----------------------------------------------------------------------------------*/
/*  Room List
/*-----------------------------------------------------------------------------------*/

.sortby {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
}

select {
    border: solid 1px #f1f1f1;
    background: #FFF;
    padding: 5px 15px;
}

.sort-icon img {
    margin-left: 10px;
}

table tr.products-title {
    background: #f5f5f5;
    height: 50px;
}



table td.table-products-image {
    width: 10%;
}

.products-image-table {
    padding: 20px;
}

table td.table-products-name {
    width: 55%;
}

table td.table-products-price {
    width: 10%;
}

table td.table-products-total {
    width: 25%;
}

table tr.table-products-list {
    border-bottom: solid 1px #f0f0f0;
}

.table-products-list img {
    max-width: 150px;
}

.title-table {
    text-align: left !important;
    padding: 40px 0;
}

.list-room-icons {
    width: 100%;
}

.list-room-icons ul li {
    float: left;
    margin-right: 10px;
}

.list-room-icons ul li i {
    color: #e4b248;
    font-size: 10px;
}

.room-details-list .room-rating {
    margin-left: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  Quick reservation
/*-----------------------------------------------------------------------------------*/

.quick-reservation-container {
    background: url(../temp/quick-reservation.jpg);
    padding: 7px;
    margin-bottom: 60px;
}

.quick-reservation {
    border: solid 1px rgba(228,178,72,0.6);
    padding: 10px;
    padding-bottom: 30px;
}

.quick-reservation h5 {
    color: #FFF;
    line-height: 15px;
}

.quick-reservation .title-quick .line {
    width: 23px;
    height: 2px;
    margin: 0 auto;
    display: inline-block;
    background: #e4b248;
}

.quick-reservation input, .quick-reservation select {
    height: 30px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    background: transparent;
    color: #FFF;
    padding-left: 10px;
    width: 100%;
}

label {
    margin-top: 10px;
    width: 100%;
    color: #FFF;
    font-family: Varela Round;
    font-size: 10px;
    letter-spacing: 0.0725em;
}

.quick-reservation .children {
    width: 45%;
}

.quick-reservation .type {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .rooms {
    width: 45%;
}

.quick-reservation .search-button {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .button-style-1 {
    margin-top: 40px;
    width: 100%;
}

.quick-reservation .button-style-1 a {
    font-size: 11px !important;
    padding: 8px 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Room Single
/*-----------------------------------------------------------------------------------*/

ul.room-services {
    margin-top: 30px;
}

ul.room-services i {
    color: #e4b248;
    padding-right: 10px;
}

ul.room-services li {
    margin-bottom: 7px;
}

ul.tabbed-area li {
    float: left;
    width: 33%;
    border: solid 1px #f1f1f1;
    padding: 0 20px;
}

ul.tabbed-area li.active {
    background: #e4b248;
    border: solid 1px #e4b248;
}

ul.tabbed-area li.active a {
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact Form
/*-----------------------------------------------------------------------------------*/

.contact-form input[type="text"] {
    width: 60%;
    margin-bottom: 10px;
    height: 46px;
    border: solid 1px #f1f1f1;
    padding-left: 10px;
    padding-top: 10px;
}

.contact-form textarea {
    width: 100%;
    border: solid 1px #f1f1f1;
    height: 150px;
    padding-left: 10px;
    padding-top: 10px;
}

.contact-form-recaptcha-wrap {
    margin: 18px 0 20px;
    clear: both;
}

.contact-form  ::-webkit-input-placeholder {
    color: black;font-weight:500;
}
.contact-form  ::-moz-placeholder { 
  color: black;font-weight:500;
}
.contact-form :-ms-input-placeholder {
  color: black;font-weight:500;
}
.contact-form :-moz-placeholder {
  color: black;font-weight:500;
}


.error-page-container {
    margin-top: 15%;
}

.maps{
    width: 100%;
    height: 300px;
}

/*-----------------------------------------------------------------------------------*/
/*  Error Page
/*-----------------------------------------------------------------------------------*/

.big-error-number {
    font-size: 180px;
}

.error-page-container .button-style-1 {
    margin-top: 100px;
    margin-bottom: 15%;
}

/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/

.blog-post {
    margin-top: 60px;
}

.post-materials ul li {
    float: left;
    margin-right: 30px;
}

.post-materials ul li a {
    color: #333;
}

.post-materials ul li i {
    color: #e4b248;
    padding-right: 10px;
}

.post-materials h6 {
    font-size: 10px;
}

.blog-share-tags {
    padding-bottom: 35px;
    border-bottom: solid 2px #eaeaea;
}

.blog-tags ul li {
    float: left;
    position: relative;
    margin: 0 5px;
}

.blog-tags .title i {
    font-size: 15px;
    color: #e4b248;
    margin-right: 10px;
}

.blog-tags ul li.title {
    float: left;
    margin-left: 0;
}

.blog-tags ul li a {
    background: #f1f1f1;
    font-size: 11px;
    padding: 5px 10px;
    color: #000;
    border-radius: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.blog-tags ul li a:hover {
    background: #e4b248;
    color: #FFF;
}

.blog-tags ul li.title:after, .blog-tags ul li:last-child:after {
    display: none;
}

.blog-share ul li {
    float: left;
    position: relative;
    margin: 0 25px;
}

.blog-share ul li:last-child {
    margin-right: 0;
}

.blog-share ul li i.fa-facebook {
    color: #3B5998;
}

.blog-share ul li i.fa-twitter {
    color: #55ACEE;
}

.blog-share ul li i.fa-pinterest {
    color: #CC2127;
}

.blog-share ul li i.fa-google-plus {
    color: #DD4B39;
}

.blog-share ul li.title {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.blog-share ul li a {
    color: #000;
}

.blog-share ul li:after {
    content: "|";
    position: absolute;
    top: -3px;
    right: -25px;
    font-size: 7px;
}

.blog-share ul li.title:after, .blog-share ul li:last-child:after {
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Comments
/*-----------------------------------------------------------------------------------*/

.write-comment-box {
    padding: 40px;
}

.write-comment a {
    color: #000;
}

.comment-box {
    background: #f5f5f5;
    padding: 30px;
}

.comment-author-image img {
    width: 75px;
}

.write-comment-box input[type="submit"] {
    float: right;
}

.children li {
    margin-left: 15%;
    position: relative;
    height: auto !important;
}

.children li.comment-box:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.children > .children li {
    margin-left: 30%;
    position: relative;
    height: auto !important;
}

.children > .children li:after {
    content: '';
    position: absolute;
    left: -80px;
    top: -15px;
    height: 80px;
    width: 40px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------------------------------------------*/
/*  Under Construction
/*-----------------------------------------------------------------------------------*/

#under-construction-page {
    background: url(../temp/slider-2.jpg) !important;
    height: 100%;
}

.mask {
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#under-construction-page .logo {
    max-width: 180px;
    margin: 0 auto;
}

#under-construction-page .cons-line {
    width: 50%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

#under-construction-page h1 {
    color: #FFF;
}

#under-construction-page p {
    color: #FFF;
    font-family: Varela Round;
    font-size: 12px;
    max-width: 50%;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*  Added Version:1.3
/*-----------------------------------------------------------------------------------*/


.breadcrumb{
    margin-bottom: 0;
}

.free-book{
    background: #162229;
}

.free-book .book-slider{
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 140px 0;
    background: transparent;
}



.light-book-form input[type="text"]{
    width: 100%;
    border:solid 1px #f0f0f0;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}



.light-book-form ::-webkit-input-placeholder {
    color: #555;
    font-size: 11px;
}

.light-book-form label{
    color: #111;
    text-align: left;
    font-size: 1.2em;
    text-transform: none;
    margin-top: 10px;
    font-weight: normal;
}

.light-book-form .sod_select{
   color: #555;
   border:solid 1px #f0f0f0;
   border-radius: 0;
   height: 44px;
   width: 100%;
}

.light-book-form .li-select{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.light-book-form .li-select.no-margin{
    margin-right: 0;
}
.light-book-form .list-inline li{
    margin-left: 10px;   
}
.light-book-form .list-inline label{
    font-size: 1em;   
}

.reset-clearfix{
    clear: both;
}

.light-book-form .sod_label{
    padding-top: 5px;
}

.light-book-form .reservation-confirm{
    color: #333;
}


.white-title h2{
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Added Version:1.4
/*-----------------------------------------------------------------------------------*/

.list ul li:before{
	border-radius: 50%;
	margin:10px 10px 0 10px;
	float: left;
	content: '';
	width: 6px;
	height: 6px;
    background-color:#e4b248;
}

.fixed-error{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border:2px solid red !important;
}

/* CUSTOM*/
.mesaj{
	width: 65%;
	margin: 0 auto;
}

table .tarife th,td {
     padding: 15px!important;
}

@media only screen and (min-width: 760px) {
  #waze { display: none; }
}

.table{width: 100%; border: 1px solid #f0ffff;}
.reserve ul li i { color: #e4b248; padding-right: 10px;}
#newsletter ::-webkit-input-placeholder {
    color: black;font-weight:500;
}
.li-input  ::-webkit-input-placeholder {
    color: black;font-weight:500;
}
.li-input  ::-moz-placeholder { 
  color: black;font-weight:500;
}
.li-input :-ms-input-placeholder {
  color: black;font-weight:500;
}
.li-input :-moz-placeholder {
  color: black;font-weight:500;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.quarter{
   width: 25% !important;
   height: auto; 
}

.half{
   width: 50% !important;
   height: auto; 
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* =============================================
   Flipbook Brochure Section
   ============================================= */

.brochure-section {
    background-color: #1a1a2e;
    padding: 50px 0 40px;
    text-align: center;
}

.brochure-section .section-title {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 8px;
}

.brochure-section .section-subtitle {
    color: #e4b248;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

.flipbook-wrapper {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}

.flipbook-container {
    display: flex;
    justify-content: center;
    background: #111;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    min-height: 300px;
}

.flipbook-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #111;
    z-index: 10;
    border-radius: 4px;
    transition: opacity 0.4s ease;
}

.flipbook-loading.hidden {
    opacity: 0;
    pointer-events: none;
}

.flipbook-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(228, 178, 72, 0.2);
    border-top-color: #e4b248;
    border-radius: 50%;
    animation: flipbook-spin 0.8s linear infinite;
}

@keyframes flipbook-spin {
    to { transform: rotate(360deg); }
}

.flipbook-loading-text {
    color: #aaa;
    font-size: 13px;
    margin-top: 12px;
}

.flipbook-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.flipbook-controls button {
    background: none;
    border: 1px solid rgba(228, 178, 72, 0.4);
    color: #e4b248;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flipbook-controls button:hover {
    background: rgba(228, 178, 72, 0.15);
    border-color: #e4b248;
}

.flipbook-controls .page-indicator {
    color: #ccc;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
    letter-spacing: 1px;
}

.flipbook-controls .btn-fullscreen {
    margin-left: 8px;
}

.flipbook-actions {
    margin-top: 20px;
}

.flipbook-actions .btn-download {
    display: inline-block;
    background-color: #e4b248;
    color: #1a1a2e;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.2s, transform 0.2s;
}

.flipbook-actions .btn-download:hover {
    background-color: #d4a238;
    transform: translateY(-1px);
    text-decoration: none;
    color: #1a1a2e;
}

/* Fullscreen mode */
.flipbook-wrapper.is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    z-index: 9999;
    background: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.flipbook-wrapper.is-fullscreen .flipbook-container {
    flex: 1;
    max-height: calc(100vh - 100px);
    width: 100%;
    max-width: 1200px;
    box-shadow: none;
    border-radius: 0;
}

.flipbook-wrapper.is-fullscreen .flipbook-controls {
    margin-top: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .brochure-section {
        padding: 30px 15px 25px;
    }

    .brochure-section .section-title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .flipbook-container {
        min-height: 220px;
    }

    .flipbook-controls button {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .flipbook-controls .page-indicator {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .flipbook-container {
        min-height: 180px;
    }

    .flipbook-controls {
        gap: 10px;
    }
}

/* ── Room detail page ─────────────────────────────────────── */

.room-detail-hero {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 420px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.room-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.08) 0%,
        rgba(0,0,0,.45) 100%
    );
}

.room-detail-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px 60px;
}

.room-detail-hero__title {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 16px;
    text-shadow: 0 2px 12px rgba(0,0,0,.4);
}

.room-detail-hero__meta {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
}

.room-detail-hero__meta span {
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    text-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.room-detail-hero__meta span i {
    color: #e1ae49;
    margin-right: 6px;
}

.room-detail-body {
    padding: 50px 0 40px;
}

.room-detail-body__title {
    color: #e1ae49;
    font-size: 28px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.room-detail-body__desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.room-detail-body__desc p {
    margin-bottom: 14px;
}

.room-detail-sidebar {
    background: #f8f8f8;
    border-left: 4px solid #e1ae49;
    padding: 28px 24px;
    border-radius: 4px;
}

.room-detail-sidebar__heading {
    color: #333;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.room-detail-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.room-detail-sidebar__list li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #555;
}

.room-detail-sidebar__list li:last-child {
    border-bottom: none;
}

.room-detail-sidebar__list li i {
    width: 22px;
    color: #e1ae49;
    margin-right: 8px;
    text-align: center;
}

.room-detail-sidebar__cta {
    display: block;
    text-align: center;
    background: #e1ae49;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: background .3s;
}

.room-detail-sidebar__cta:hover,
.room-detail-sidebar__cta:focus {
    background: #c99a38;
    color: #fff;
    text-decoration: none;
}

.room-detail-others {
    padding: 50px 0 60px;
    background: #f5f5f5;
}

.room-detail-others__title {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.room-detail-card {
    display: block;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    margin-bottom: 30px;
    transition: transform .3s, box-shadow .3s;
    text-decoration: none;
}

.room-detail-card:hover,
.room-detail-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,.14);
    text-decoration: none;
}

.room-detail-card__img-wrap {
    overflow: hidden;
    height: 200px;
}

.room-detail-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.room-detail-card:hover .room-detail-card__img {
    transform: scale(1.06);
}

.room-detail-card__name {
    padding: 16px 18px;
    margin: 0;
    color: #e1ae49;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .5px;
}

@media (max-width: 991px) {
    .room-detail-sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .room-detail-hero {
        height: 60vh;
        min-height: 320px;
    }

    .room-detail-hero__title {
        font-size: 26px;
        letter-spacing: 1.5px;
    }

    .room-detail-hero__content {
        padding-bottom: 36px;
    }

    .room-detail-hero__meta span {
        font-size: 14px;
    }

    .room-detail-body__title {
        font-size: 22px;
    }

    .room-detail-card__img-wrap {
        height: 160px;
    }
}

/* Room gallery (Swiper) */
.room-media-swiper {
    position: relative;
    width: 100%;
    padding-bottom: 8px;
}

.room-media-swiper .room-media-swiper__media {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.room-media-swiper--list .room-media-swiper__media {
    max-height: 420px;
    object-fit: cover;
}

.room-media-swiper--detail .room-media-swiper__media {
    max-height: 560px;
    object-fit: cover;
}

/* Reservation room list: compact swiper in table cell */
.reservation-rooms-page td.products-image-table .room-media-swiper--reservation {
    max-width: 150px;
    margin: 0 auto;
}

.reservation-rooms-page td.products-image-table .room-media-swiper--reservation .room-media-swiper__media {
    max-height: 120px;
    width: 100%;
    object-fit: cover;
}

.reservation-rooms-page td.products-image-table .room-media-swiper--reservation .swiper-button-next,
.reservation-rooms-page td.products-image-table .room-media-swiper--reservation .swiper-button-prev {
    transform: scale(0.65);
}

.room-media-swiper .swiper-button-next,
.room-media-swiper .swiper-button-prev {
    color: #e1ae49;
}

.room-detail-media-section {
    padding: 20px 0 10px;
    background: #f9f9f9;
}

/* ── Reservation step 2 (reservation2.php) ─────────────────── */
.hcp-reservation2__hero {
    background: linear-gradient(135deg, #1a2530 0%, #243242 50%, #1a2530 100%);
    color: #fff;
    padding: 36px 0 40px;
    border-bottom: 3px solid #e1ae49;
    text-align: center;
}

.hcp-reservation2__title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}

.hcp-reservation2__subtitle {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.hcp-reservation2__hero-librapay {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hcp-reservation2__hero-librapay-label {
    display: block;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 10px;
}

.hcp-reservation2__librapay-logo-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.hcp-reservation2__hero-librapay .hcp-reservation2__librapay-logo-img {
    max-width: min(420px, 100%);
}

.hcp-reservation2__librapay-brand {
    margin-top: 8px;
    padding: 16px 18px;
    background: #f4f9f6;
    border: 1px solid #cfe8d9;
    border-radius: 6px;
    text-align: center;
}

.hcp-reservation2__librapay-brand-caption {
    margin: 0 0 12px;
    font-size: 13px;
    color: #3d5c4a;
    line-height: 1.45;
}

.hcp-reservation2__librapay-brand .hcp-reservation2__librapay-logo-img {
    max-width: 100%;
}

.hcp-reservation2__librapay-card-logo {
    text-align: center;
    margin: -8px 0 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.hcp-reservation2__librapay-card-logo img {
    max-width: 100%;
    height: auto;
}

.hcp-reservation2__content {
    padding-bottom: 60px;
}

.hcp-reservation2__alert {
    border-radius: 4px;
    border: none;
    font-size: 15px;
}

.hcp-reservation2__alert .fa {
    margin-right: 8px;
}

.hcp-reservation2__grid {
    display: flex;
    flex-wrap: wrap;
}

.hcp-reservation2__col-summary {
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .hcp-reservation2__col-summary {
        margin-bottom: 0;
    }
}

.hcp-reservation2__card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(26, 37, 48, 0.08);
    border: 1px solid #eee;
    overflow: hidden;
}

.hcp-reservation2__card--summary {
    position: sticky;
    top: 20px;
}

.hcp-reservation2__summary-img-wrap {
    background: #f5f5f5;
    line-height: 0;
}

.hcp-reservation2__summary-img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
}

.hcp-reservation2__room-name {
    font-size: 18px;
    margin: 18px 20px 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    color: #1a2530;
    font-weight: 600;
}

.hcp-reservation2__summary-list {
    list-style: none;
    margin: 0;
    padding: 0 20px 16px;
}

.hcp-reservation2__summary-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.hcp-reservation2__summary-list li:last-child {
    border-bottom: none;
}

.hcp-reservation2__summary-icon {
    color: #e1ae49;
    width: 22px;
    text-align: center;
}

.hcp-reservation2__summary-label {
    color: #888;
    flex: 1 1 40%;
    min-width: 90px;
}

.hcp-reservation2__summary-value {
    color: #333;
    font-weight: 600;
    text-align: right;
    flex: 1 1 40%;
}

.hcp-reservation2__total {
    margin: 0 20px 16px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #faf8f3 0%, #fff 100%);
    border: 1px solid #e8dfc8;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hcp-reservation2__total-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #666;
}

.hcp-reservation2__total-amount {
    font-size: 24px;
    font-weight: 700;
    color: #1a2530;
}

.hcp-reservation2__currency {
    font-size: 14px;
    font-weight: 600;
    color: #e1ae49;
}

.hcp-reservation2__change-search {
    display: block;
    text-align: center;
    padding: 0 20px 20px;
    font-size: 13px;
    color: #666;
}

.hcp-reservation2__change-search:hover {
    color: #e1ae49;
}

.hcp-reservation2__card--form {
    padding: 28px 24px 36px;
}

.hcp-reservation2__form-heading {
    font-size: 22px;
    margin: 0 0 8px;
    color: #1a2530;
    font-weight: 600;
}

.hcp-reservation2__muted {
    color: #777;
    font-size: 14px;
    margin: 0 0 20px;
}

.hcp-reservation2__req {
    color: #c0392b;
}

.hcp-reservation2__name-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    align-items: flex-start;
}

.hcp-reservation2__name-col {
    flex: 1 1 220px;
    min-width: 0;
}

@media (max-width: 767px) {
    .hcp-reservation2__name-col {
        flex: 1 1 100%;
    }
}

.hcp-reservation2-form-fields {
    display: block;
}

.hcp-reservation2-form-fields .li-input {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .hcp-reservation2-form-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
        align-items: start;
    }

    .hcp-reservation2-form-fields .li-input--full {
        grid-column: 1 / -1;
    }
}

.hcp-reservation2 .light-book-form input[type="text"],
.hcp-reservation2 .light-book-form input[type="email"],
.hcp-reservation2 .light-book-form input[type="tel"],
.hcp-reservation2 .light-book-form input[type="number"],
.hcp-reservation2 .light-book-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    min-height: 44px;
    padding: 10px 12px;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
}

.hcp-reservation2 .light-book-form textarea {
    min-height: 100px;
    resize: vertical;
}

.hcp-reservation2 .light-book-form input[type="text"]:focus,
.hcp-reservation2 .light-book-form input[type="email"]:focus,
.hcp-reservation2 .light-book-form input[type="tel"]:focus,
.hcp-reservation2 .light-book-form input[type="number"]:focus,
.hcp-reservation2 .light-book-form textarea:focus {
    border-color: #e1ae49;
    outline: none;
    box-shadow: 0 0 0 2px rgba(225, 174, 73, 0.2);
}

.hcp-reservation2 .light-book-form label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-top: 14px;
    margin-bottom: 6px;
    display: block;
}

.hcp-reservation2__section-title {
    font-size: 16px;
    margin: 24px 0 12px;
    color: #1a2530;
    font-weight: 600;
}

.hcp-reservation2__policy-block .hcp-reservation2__section-title {
    margin-top: 8px;
}

.hcp-reservation2__policy-links {
    margin-bottom: 12px;
}

.hcp-reservation2__policy-links a {
    color: #1a2530;
    text-decoration: underline;
    font-weight: 500;
}

.hcp-reservation2__policy-links a:hover {
    color: #e1ae49;
}

.hcp-reservation2__dot {
    margin: 0 6px;
    color: #bbb;
}

.hcp-reservation2__policy-text {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 16px;
}

.hcp-reservation2__policy-radios,
.hcp-reservation2__payment-radios {
    margin: 8px 0 0;
    padding: 0;
}

.hcp-reservation2__radio-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    margin-right: 16px;
}

.hcp-reservation2__radio-label input {
    margin: 0;
}

.hcp-reservation2__radio-label--payment span {
    font-weight: 600;
}

.hcp-reservation2__policy-error {
    margin-top: 10px;
    min-height: 0;
}

.hcp-reservation2__policy-error .alert {
    margin: 0;
}

.hcp-reservation2__recaptcha {
    margin-top: 8px;
}

.hcp-reservation2__submit-row {
    margin-top: 8px;
    padding-top: 8px;
    margin-bottom: 8px;
}

.hcp-reservation2__submit {
    background: #1f8a4c;
    color: #fff;
    border: none;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: background .25s, transform .1s, box-shadow .2s;
    width: 100%;
    max-width: 420px;
    margin-bottom: 36px;
    box-shadow: 0 4px 14px rgba(31, 138, 76, 0.35);
}

.hcp-reservation2__submit:hover {
    background: #187040;
    color: #fff;
    box-shadow: 0 6px 18px rgba(31, 138, 76, 0.45);
}

.hcp-reservation2__submit:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(31, 138, 76, 0.35);
}

/* Gift card order: verification button matches field width */
.hcp-gift-card-order .hcp-gift-email-code-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    margin-top: 2px;
}

.hcp-reservation2__librapay-wrap {
    max-width: 640px;
    margin: 0 auto;
}

.hcp-reservation2__card--payment {
    padding: 28px 24px;
}

.hcp-reservation2__card--payment .hcp-reservation2__card-title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #1a2530;
}

.hcp-reservation2__card--payment .hcp-reservation2__card-title .fa {
    color: #e1ae49;
    margin-right: 8px;
}

/* Prevent horizontal scrollbar from AOS slide-in animations */
body {
    overflow-x: hidden;
}

[data-aos] {
    overflow-anchor: none;
}

/* ── Reservation modify bar ──────────────────────────────────── */
.hcp-reservation-modify-bar {
    background: #1a2530;
    padding: 18px 0;
    border-bottom: 2px solid #e1ae49;
}

.hcp-modify-form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.hcp-modify-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hcp-modify-field label {
    color: #e1ae49;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0;
}

.hcp-modify-field input,
.hcp-modify-field select {
    height: 36px;
    border: 1px solid rgba(228, 178, 72, 0.5);
    background: transparent;
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    font-family: inherit;
    min-width: 140px;
    border-radius: 3px;
}

.hcp-modify-field select option {
    color: #333;
    background: #fff;
}

.hcp-modify-field--narrow input,
.hcp-modify-field--narrow select {
    min-width: 60px;
    width: 60px;
}

.hcp-modify-ages-selects {
    display: flex;
    gap: 6px;
}

.hcp-modify-age-sel {
    height: 36px;
    border: 1px solid rgba(228, 178, 72, 0.5);
    background: transparent;
    color: #fff;
    padding: 0 6px;
    font-size: 13px;
    min-width: 50px;
    width: 50px;
    border-radius: 3px;
}

.hcp-modify-age-sel option {
    color: #333;
    background: #fff;
}

.hcp-modify-field--btn {
    padding-bottom: 0;
}

.hcp-modify-btn {
    background: #e1ae49;
    color: #fff;
    border: none;
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: background .25s;
    white-space: nowrap;
}

.hcp-modify-btn:hover {
    background: #c9992e;
}

.hcp-modify-btn i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .hcp-modify-form {
        gap: 12px;
    }
    .hcp-modify-field input,
    .hcp-modify-field select {
        min-width: 100%;
    }
    .hcp-modify-field--narrow select {
        min-width: 60px;
        width: 60px;
    }
    .hcp-modify-field {
        flex: 1;
        min-width: 120px;
    }
    .hcp-modify-field--narrow {
        flex: 0;
        min-width: 60px;
    }
}

/* ── Children booking policy ─────────────────────────────────── */
.hcp-children-policy-box {
    background: #f9f7f2;
    border: 1px solid #e8e0cc;
    border-radius: 6px;
    padding: 24px 28px;
    margin-bottom: 30px;
}

.hcp-children-policy-box h5 {
    margin: 0 0 16px;
    font-size: 16px;
    color: var(--hcp-text, #333);
}

.hcp-children-policy-box h5 i {
    color: #e1ae49;
    margin-right: 8px;
}

.hcp-children-policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.hcp-children-policy-table th {
    background: #e1ae49;
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 11px;
}

.hcp-children-policy-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #e8e0cc;
    vertical-align: middle;
}

.hcp-children-policy-table tbody tr:last-child td {
    border-bottom: none;
}

.hcp-free-badge {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.hcp-children-ages-summary {
    font-size: 13px;
    line-height: 2;
}

.hcp-child-age-badge {
    display: inline-block;
    background: #fff;
    border: 1px solid #e1ae49;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 2px 4px;
    font-size: 12px;
}

.hcp-child-age-badge small {
    color: #888;
    font-size: 11px;
}

.hcp-child-age-badge-sm {
    display: inline-block;
    background: #e1ae49;
    color: #fff;
    border-radius: 3px;
    padding: 1px 6px;
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600;
}

.hcp-children-surcharge-detail {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    padding: 8px 0;
    border-top: 1px dashed #e8e0cc;
}

/* Children age selectors in booking bar */
.li-children-ages {
    float: left;
    margin-right: 20px;
}

.children-age-selects {
    display: flex;
    gap: 8px;
}

.children-age-selects select {
    height: 30px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    background: transparent;
    color: #fff;
    padding-left: 6px;
    font-size: 11px;
    min-width: 90px;
}

.children-age-selects select option {
    color: #333;
    background: #fff;
}

@media (max-width: 991px) {
    .hcp-children-policy-table {
        font-size: 12px;
    }
    .hcp-children-policy-table th,
    .hcp-children-policy-table td {
        padding: 8px 10px;
    }
    .hcp-children-policy-box {
        padding: 16px 18px;
    }
    .children-age-selects {
        flex-wrap: wrap;
    }
    .li-children-ages {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .hcp-children-policy-table th:first-child,
    .hcp-children-policy-table td:first-child {
        min-width: 140px;
    }
    .hcp-children-policy-box {
        overflow-x: auto;
    }
}