@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_slnt,wght.ttf');
}

@font-face {
    font-family: 'Ibarra Real Nova';
    src: url('../fonts/Ibarra_Real_Nova/IbarraRealNova-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Ibarra Real Nova';
    src: url('../fonts/Ibarra_Real_Nova/IbarraRealNova-Italic-VariableFont_wght.ttf');
    font-style:italic;
}

body {
    font-family: "Inter", "Archivo", sans-serif;
    background-color:#fff;
    color:#421710;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ibarra Real Nova'
}

.only-for-desktop {
    display:none;
}

@media (min-width:992px) {
    .only-for-mobile, 
    header .nav-container .menu-items ul li.only-for-mobile {
        display:none !important;
    }
    .only-for-desktop {
        display:block;
    }
}
/*
header.header-three {
    background: rgba(255,255,255,0);
}
header.header-three .header-top {
    background: rgba(255,255,255,0);
}
header.header-three .header-top, 
header.header-three .header-top a {
    color:#421710;
}
*/

h1.fs48,
h2.fs48,
h3.fs48 {
    font-size:48px;
}
h1.fs32,
h2.fs32,
h3.fs32 {
    font-size:32px;
}

@media(max-width:600px) {
    .pbm-55 {
        padding-bottom:55px !important;
    }
}

.main-btn {
    border-width:1px;
}

header.header-three .header-top {
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
}

.font-ibarra,
header.header-three .header-top .font-ibarra {
    font-family:"Ibarra Real Nova";
}

header.header-three .header-top ul.header-top-info li.icons {
    padding-left:5px;
    padding-right:0;
    display:flex;
    flex-direction:row;
    float: right;
}

header.header-three .header-top ul.header-top-info li.icons a:nth-child(2) {
    margin-left:10px;
    margin-right:10px;
}

header .nav-container .menu-items ul li a {
    font-weight:normal;
}
header .nav-container .menu-items ul li a:hover,
header .nav-container .menu-items ul li.active a {
    font-weight:600;
}

header.header-three .header-top {
    display:none;
}
header.header-three .main-menu-area {
    bottom:-94px;
}
header.header-three .nav-container .menu-right-buttons .navbar-toggler {
    border:0;
}
header .nav-container .navbar-toggler span {
    background-color:#421710;
}
@media (min-width:992px) {
    header.header-three .header-top {
        display:block;
        font-family: "Inter", "Archivo", sans-serif;
        position: relative;
        z-index: 10;
    }
    header.header-three .main-menu-area {
        bottom:-60px;
    }
}

header.header-three .header-top a {
    color:rgba(255, 255, 255, 0.5);
}
header.header-three .header-top a:hover,
header.header-three .header-top a.current {
    font-weight:600;
    color:#fff;
}

header.header-three .nav-container .menu-right-buttons .standard-button a {
    background-color: #B49792;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    /*
    width:auto;
    height:auto;
    
    line-height:32px;
    padding-left:20px;
    padding-right:20px;
    */
    box-shadow:none;
    font-size:14px;
    border:1px solid #B49792;
    width: 200px;
    height: 48px;
    line-height: 48px;
}
header.header-three .nav-container .menu-right-buttons .standard-button a:hover {
    background-color: rgba(255, 255, 255, 0);
    color:#B49792;
}

header .nav-container .menu-items ul li a {
    color:#421710;
}
header .nav-container .menu-items ul li a.active {
    font-weight:600;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li.switcher {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;;
}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li.switcher .dd-trigger {
    display:none;
}

header .nav-container .menu-items ul li {
    color:rgba(255, 255, 255, 0.5);
}

header .nav-container .menu-items ul li a {
    text-transform:none;
}

header.header-three .nav-container.nav-container-home {
    background-color:rgba(255, 255, 255, 0.85);
}
header.header-three .sticky-active .nav-container.nav-container-home {
    background-color:rgba(255, 255, 255, 1);
}

header .nav-container.breakpoint-on .nav-menu {
    background-color: #692419;
}


@media (max-width:600px) {

    header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
        line-height:52px !important;
    }
    @media (orientation:portrait) {
        header .nav-menu .menu-items,
        header .nav-menu .menu-items > ul {
            height:100%;
        }

        header .nav-menu .menu-items > ul {
            position:relative;
        }

        header .nav-menu .menu-items ul li:nth-last-child(1),
        header .nav-menu .menu-items ul li:nth-last-child(2) {
            position: absolute;
            width: 100%;
        }
        header .nav-menu .menu-items ul li:nth-last-child(1) {
            border-bottom: 0;
            bottom: 20px;
        }
        header .nav-menu .menu-items ul li:nth-last-child(2) {
            bottom: 71px;
        }

        header .nav-container.breakpoint-on .nav-menu .menu-items ul li:nth-last-child(1) a {
            border-bottom:0;
        }
    }
    
}

/* HERO */
@media (min-width:1180px) {
    .banner-area.banner-style-three .single-banner {
        padding-top:220px;
        padding-bottom:165px;
    }
}
.breadcrumb-area::before {
    opacity:0.3;
}


.room-details .deatils-box .title-wrap .price {
    font-family: "Inter", "Archivo", sans-serif;
}
.room-details .room-booking-form .title {
    font-family: "Inter", "Archivo", sans-serif;
}

.color_red,
a.color_red {
    color:#421710 !important;
}
.color_white,
a.color_white {
    color:#FFF !important;
}

.main-btn.btn-filled {
    -webkit-box-shadow:none;
    box-shadow: none;
}

header .nav-container .toggle a {
    color:#B1A6A3;
}

header .nav-container .header-info .item img.svg_icon {
    position: absolute;
    left: 0;
    top: 6px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font-size: 14px;
}

header .nav-container .site-logo img {
    /*max-height:80px;*/
    max-width:120px;
}
@media(min-width:992px) {
    header .nav-container .site-logo img {
        
        max-width:150px;
    }
}

.offcanvas-wrapper .offcanvas-widget .widget .widget-title::before {
    background-color:#421710;
}
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a,
.offcanvas-wrapper .offcanvas-widget .widget.social-link ul li a:hover {
    background-color:transparent;
}

footer .copyright-area {
    background-color:#421710;
}
footer .copyright-area .copyright-text.copyright-two {
    font-weight:normal;
}

footer .copyright-area .logo-container {
    text-align:center;
}
footer .copyright-area .footer-menu ul li a {
    font-weight:500;
}

footer .footer-widget-area.light-theme {
    background-image:none;
    background-color:#F8F8F8;
}

footer .footer-widget-area.light-theme .widget.site-info-widget .social-links div.language-switcher {
    display:inline-block;
    margin-left:25px;
}
footer .footer-widget-area .widget.site-info-widget .social-links a {
    width:25px;
}
footer .footer-widget-area.light-theme .widget.site-info-widget .social-links div.language-switcher a {
    width: auto;
}

footer .footer-widget-area.light-theme .widget, 
footer .footer-widget-area.light-theme .widget a,
footer .footer-widget-area.light-theme .widget .widget-title, 
footer .footer-widget-area.light-theme .widget h6 {
    color:#421710;
}
footer .footer-widget-area .widget.nav-widget ul li a::before {
    display:none;
}

footer .footer-widget-area .widget.nav-widget ul li {
    float:none;
    margin-bottom:20px;
    width:auto;
}
footer .footer-widget-area .widget.nav-widget ul li a {
    text-decoration:underline;
    padding-left:0;
}

footer .footer-widget-area .widget.nav-widget .widget-links {
    display:flex;
    flex-direction:row;
}
footer .footer-widget-area .widget.nav-widget .widget-links ul {
    width:50%;
}


footer .copyright-area.light-theme {
    background-color:#B49792;
}

footer .copyright-area.light-theme .footer-menu ul li a {
    color: #421710;
    text-decoration:underline;
    font-size:16px;
    font-family: "Inter", "Archivo", sans-serif;
}
footer .copyright-area .footer-menu ul li::before {
    display:none;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

.back-to-top {
    background-color:#692419;
}

@media(orientation:portrait) {
    .hero-home-banner {
        background-size: cover;
        background-position: center center;
    }
}


.breadcrumb-area {
    margin-top:0;
}
@media (min-width:992px) {
    .breadcrumb-area {
        margin-top:-118px;
    }

    .breadcrumb-area .breadcrumb-text {
        padding:150px 0;
    }
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active,
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color:#692419;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    font-weight:normal;
}

.main-btn,
.main-btn.btn-border {
    border-color:#60281D;
}
.main-btn:hover,
.main-btn.btn-border:hover {
    background-color:#692419;
}

.main-btn.btn-filled {
    background-color:#B49792;
    border-color:#B49792;
}
.main-btn.btn-filled:hover {
    background-color:#FFFFFF;
    color:#B49792 !important;
}
.main-btn.btn-border.with-bg-white {
    background-color:#fff;
    color:#B49792 !important;
}
.main-btn.btn-border.with-bg-white:hover {
    background-color:#B49792;
    color:#fff !important;
}

.main-btn.btn-filled.white-mode {
    background-color:rgba(255, 255, 255, 0.2);
    border-color:#FFF;
    color:#FFF;
}
.main-btn.btn-filled.white-mode:hover {
    background-color:#FFFFFF;
    color:#692419 !important;
}




.about-section .about-features li a:hover {
    background: #B49792;
    color: #fff;
}

.about-section .about-features li a .title {
    color:#60281D;
}
/*
.about-section .main-btn.btn-filled:nth-child(2) {

}
*/
@media(orientation:portrait) {
    .about-section .about-features-boxes.fetaure-masonary .col-sm-6:nth-child(3),
    .about-section .about-features-boxes.fetaure-masonary .col-sm-6:nth-child(4) {
        display:none;
    }
}

.about-section .about-features li a {
    box-shadow: 0px 14px 24px #B8B8B81A;
}


.bg-avorio {
    background-color:#FFFDFA;
}

@media(max-width:991px) {
    section.text-block .col-md-6 {
        padding-bottom:60px;
    }
}


.room-type-section.bg-avorio,
.text-block.with-bg {
    position:static;
}
.text-block .text-big {
    font-size:24px;
}
.block-text .section-title {
    color:#421710;
}
.block-text .section-title .title-tag {
    color:#B49792;
}
.block-text .section-title .title-tag.red {
    color:#692419;
}
.block-text .section-title h2 {
    font-size:60px;
    color:#421710;
    line-height:1.0;
}
.block-text .section-title h3 {
    font-size:40px;
    color:#421710;
}
@media (max-width: 767px) {
    .block-text .section-title h2 {
        font-size:48px;
    }
}
@media(min-width:992px) {
    .block-text .section-title h2 {
        font-size:80px;
        line-height:1.125;
    }
    .block-text .section-title h3 {
        font-size:60px;
    }
}

.block-text p.link {
    display:block;
    
}
.block-text p.link a {
    display:inline-block;
    width:100%;
}
.block-text p.link a:nth-child(2) {
    margin-top:12px;
}
@media (min-width: 1024px) {
    .block-text p.link {
        display:flex;
        flex-direction:row;
        justify-content:center;
    }
    .block-text p.link a {
        width:inherit;
    }
    .block-text p.link a:nth-child(1) {
        margin-right:12px;
    }
    .block-text p.link a:nth-child(2) {
        margin-left:12px;
        margin-top:0;
    }
}


.room-type-section.bg-avorio .section-title h2 {
    font-size:67px;
}

.room-type-section .room-filter li a {
    color:#421710;
}

.room-type-section .room-filter li a.active, .room-type-section .room-filter li a:hover {
    color:#421710;
    border-color:#421710;
}

.room-slider .rooms-content-wrap .room-content-box {
    background-color:#B49792;
    color:#fff;
}

.room-slider .rooms-content-wrap .room-content-box .slider-count {
    color:#fff;
}
.room-slider .rooms-content-wrap .room-content-box .slider-count .current {
    color:#692419;
}
.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li button {
    background-color:#692419;
}
.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots li.slick-active button {
    background-color:#fff;
}

.with-buttom-border {
    border-bottom: 2px solid #ececec;
}

ul li img.icon_svg {
    margin-right:15px;
}
ul.simple-list li {
    margin-bottom:14px;
}
ul.grid-list:after {
    content:'';
    display:block;
    clear:both;
}
ul.grid-list li {
    float:left;
    width:33.33%;
    margin-bottom:15px;
}
ul.grid-list-50 li {
    width:50%;
}

.places-boxes .place-box .desc {
    text-align:inherit;
}
.places-boxes .place-box .desc a {
    color:#421710;
}

.offer-box .offer-text .text2 {
    font-size:14px;
    margin-top:21px;
    line-height:1.9;
}

.offers-area .offer-boxes-loop .offer-box .offer-desc {
    background-color:#FFFDFA;
    border-top: 6px solid #B4A5A3;
}

.contact-part input,
.contact-part textarea {
    background-color:#fff;
    /*border:1px solid #B1A5A3;*/
    border:none;
}

.bordered_list .item {
    border: 1px solid #B1A5A3;
    padding: 30px 25px 30px 25px;
    margin-bottom:25px;
}

.room-list-loop .room-box > .row {
    border:1px solid #B1A5A3;
}

.latest-news .latest-post-box .post-desc h4 {
    color:#421710;
}
.latest-news .latest-post-box .post-desc p {
    color:#B4A5A3;
}

.room-gallery-cta .cta-text {
    color:#fff;
    font-size:18px;
}
.room-gallery-cta.white .cta-text span {
    color:#fff;
}

.room-gallery-cta.white .cta-text h2 {
    margin-bottom:40px;
}

/*************************
Forms - start
**************************/

form .form-pulsante .lds-ellipsis {
	display:none;
}
#general-response {
	font-weight:bold;
}
#general-response.ok {
	color:green;
}
#general-response.ko {
	color:red;
}

form .last-step {
	display:none;
}

form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

form .ui-widget input, 
form .ui-widget select, 
form .ui-widget textarea, 
form .ui-widget button {
	font-size:0.8em;
}

/*************************
Forms - end
**************************/


/*************************
Loader - start
**************************/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  /*************************
  Loader - end
  **************************/

form input[type='checkbox'] {
    width:30px;
    height:30px;
    display:block;
    margin-right:20px;
    float:left;
}
form .form-check label {
    display:inline;
}

.error-message {
    color:#b90202;
}

#cookieChoiceInfo {
	position:fixed;
	width:100%;
	background-color:#000000;
    margin:0;
	left:0;
	bottom:0;
	/* padding:12px 4px 12px 4px; */
	padding:100px 20px;
	z-index:1000;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	opacity:0.9;
}
#cookieChoiceInfo span {
	display:block;
	margin-bottom:20px;
}
#cookieChoiceInfo a {
	color:#FFFFFF;
	padding:3px 5px 3px 5px;
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}

.about-section .section-title h2 {
    font-size:40px;
    color:#421710;
    max-width:750px;
    margin:0 auto;
}
.about-section .section-title h2.bigger {
    font-size:50px;
}
@media(min-width:990px) {
    .about-section .section-title h2.bigger {
        font-size:80px;
    }
}


.about-section .main-btn {
    padding:0 40px;
    line-height:40px;
}

.about-section {}

section.custom-newsletter-area {
    background-color:#B49792;
}
section.custom-newsletter-area h2 {
    color:#421710;
    font-size:40px;
}

section.custom-newsletter-area .form-container  {
    
    /*background-color:#fff;*/
    padding:20px;
}

section.custom-newsletter-area .form-container input[name='email'] {
    border: 1px solid #B49792;
    background-color:#fff;
}
section.custom-newsletter-area .form-container .input-container {
    font-size:12px;
}
section.custom-newsletter-area .form-container input[name='email']::placeholder {
    color:#B49792;
}

.reviews-section .section-title h3 {
    color:#421710;
    font-size:40px;
}

.reviews-section .slick-slide .latest-post-box {
    padding:16px;
    box-shadow: 0px 14px 24px #B8B8B81A;
    border:1px solid #F5F5F5;
    /*
    box-shadow: 16px 14px 23px -11px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 16px 14px 23px -11px rgba(0, 0, 0, 0.55);
    */
}

.reviews-section .slick-slide .latest-post-box .post-meta li {
    color:#B49792;
}
.reviews-section .slick-slide .latest-post-box h4 {
    color:#421710;
    padding:10px 0;
}

.reviews-section .arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.next-arrow {
    background-color:#B49792
}

@media(max-width:991px) {
    section.custom-newsletter-area .form-container .input-container .button-container {
        margin-top:12px;
    }

    section.custom-newsletter-area .form-container .input-container .button-container button {
        width:100%;
    }
 
}

@media (min-width: 1024px) {
    section.custom-newsletter-area .form-container {
        display:block;
    }
    section.custom-newsletter-area .form-container .input-container {
        width: 100%;
        display:flex;
        background-color:#fff;
        flex-direction:row;
        align-items:center;
        justify-content:center;
        justify-content:space-evenly;
        border: 1px solid #B49792;
        padding:10px 20px;
        background-color:#fff;
    }
    section.custom-newsletter-area .form-container .button-container {
        width:47%;
    }
}

section.custom-newsletter-area .form-container input[name='email'] {
    border:0;
}

section.custom-newsletter-area .form-container .agree-container {
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:flex-start;;
    justify-content: space-around;
}

section.custom-newsletter-area .form-container .agree-container a,
section.custom-newsletter-area .form-container .agree-container a:hover {
    color:#fff;
}


/*************************************

Booking Calendar
START

**************************************/

/* ============================================================
1. CONFIGURAZIONE E LAYOUT STRUTTURALE
============================================================ */

.booking-section h4 {
    font-size:44px;
    color:#421710;
}

/* Il wrapper esterno a 1200px con ampio margine dal footer */
.booking-section .booking-calendar-wrapper {
    max-width: 1200px; 
    margin: 40px auto 80px auto;
    text-align: center;
}

/* Sblocchiamo la larghezza massima del calendario (Stile Monumentale) */
.booking-section .flatpickr-calendar.inline {
    margin: 0 auto; 
    width: 100% !important; 
    max-width: 800px; 
    border-radius: 8px;
    padding: 15px;
    border: 2px solid #B49792; /* Colore personalizzato del bordo */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Forza i contenitori dei giorni ad allargarsi al massimo dello spazio */
.booking-section .flatpickr-months,
.booking-section .flatpickr-innerContainer, 
.booking-section .flatpickr-rwd, 
.booking-section .flatpickr-days, 
.booking-section .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}

/* Rendiamo i singoli giorni più grandi e proporzionati */
.booking-section .flatpickr-day {
    color: #421710; /* Colore base dei giorni */
    max-width: 100% !important;
    height: 60px; 
    line-height: 60px; 
    font-size: 1.2rem; 
    border-radius: 6px !important; 
}

.booking-section .contact-form input#calendar-input {
    background-color:#FFF;
    box-shadow: 0px 3px 6px #F0F0F0;
    border: 1px solid #CEC8C7;
    padding-left: 60px;
    color:#421710;
}
.booking-section .contact-form .form-group-calendar {
    position:relative;
    z-index:3;
}
.booking-section .contact-form .form-group-calendar:before {
    content:'';
    background-image:url(../img/icon-calendario.svg);
    position:absolute;
    width:33px;
    height:32px;
    z-index:2;
    top: 66px;
    left: 29px;
    cursor:pointer;
}

@media (min-width:576px) {
    .booking-section .contact-form .form-group-calendar:before {
        top: 47px;
    }
}

.booking-section .contact-form .form-group-calendar #number-of-nights {
    color:#777777;
    text-align:left;
    width:100%;
}




/* Styling della select personalizzata per l'anno */
.flatpickr-custom-year-select {
    appearance: auto;
    -webkit-appearance: auto;
    background-color: #f3f4f6 !important;
    color: #1f2937 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 20px !important;
    padding: 3px 24px 3px 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    margin-left: 6px !important;
    display: inline-block !important;
    visibility: visible !important;
    height: auto !important;
    line-height: normal !important;
}

/* 1. Nasconde l'input numerico originale e le freccette Native/Hover di Flatpickr */
.flatpickr-current-month .numInputWrapper input.cur-year,
.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
    display: none !important;
}

/* 2. Resetta e mostra il wrapper dell'anno per ospitare la select */
.flatpickr-current-month .numInputWrapper {
    width: auto !important;
    display: inline-block !important;
}

/* 3. Stile grafico per la select dell'anno (Pill style) */
.flatpickr-custom-year-select {
    appearance: auto;
    -webkit-appearance: auto;
    background-color: #f3f4f6 !important;
    color: #1f2937 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 20px !important;
    padding: 3px 24px 3px 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    margin-left: 4px !important;
    display: inline-block !important;
    height: auto !important;
    line-height: normal !important;
}

/* 4. Stile delle opzioni all'interno del menu a tendina */
.flatpickr-custom-year-select option {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-weight: normal;
}
/* ============================================================
2. STILIZZAZIONE GIORNI OCCUPATI (PRENOTAZIONI FUTURE)
============================================================ */

/* Solo i giorni occupati reali (quelli che NON sono passati) diventano rosa */
.booking-section .flatpickr-day.flatpickr-disabled:not(.giorno-passato), 
.booking-section .flatpickr-day.flatpickr-disabled:not(.giorno-passato):hover {
    opacity: 1 !important; 
    cursor: not-allowed;
    background: #ffecec !important; /* Sfondo Rosa Chiaro */
    color: #b30000 !important; /* Colore del testo rosso */
    border-color: transparent !important;
    position: relative; 
}

/* Disegna la sbarra corta e sottile SOLO sulle prenotazioni reali */
.booking-section .flatpickr-day.flatpickr-disabled:not(.giorno-passato)::after {
    content: \"\";
    position: absolute;
    top: 25%;    
    bottom: 25%; 
    left: 25%;   
    right: 25%;  
    background: linear-gradient(
        to bottom right, 
        transparent 48%, 
        #b30000 49%, 
        #b30000 51%, 
        transparent 52%
    );
    pointer-events: none;
}


/* ============================================================
3. STILIZZAZIONE DATE PASSATE (SOLO OPACITY, NESSUNA SBARRA)
============================================================ */

.booking-section .flatpickr-day.giorno-passato,
.booking-section .flatpickr-day.giorno-passato:hover {
    opacity: 0.3 !important; /* Effetto spento/disattivato */
    background: transparent !important;
    color: #421710 !important; /* Colore base sbiadito */
    cursor: not-allowed;
    border-color: transparent !important;
}

/* Rimuove categoricamente qualsiasi sbarra o linea dalle date passate */
.booking-section .flatpickr-day.giorno-passato::after {
    display: none !important;
    content: none !important;
}


/* ============================================================
4. SELEZIONE RANGE UTENTE (DATE SELEZIONATE)
============================================================ */

.booking-section .flatpickr-day.selected, 
.booking-section .flatpickr-day.startRange, 
.booking-section .flatpickr-day.endRange,
.booking-section .flatpickr-day.selected.inRange,
.booking-section .flatpickr-day.startRange.inRange,
.booking-section .flatpickr-day.endRange.inRange,
.booking-section .flatpickr-day.selected:focus,
.booking-section .flatpickr-day.startRange:focus,
.booking-section .flatpickr-day.endRange:focus,
.booking-section .flatpickr-day.selected:hover,
.booking-section .flatpickr-day.startRange:hover,
.booking-section .flatpickr-day.endRange:hover,
.booking-section .flatpickr-day.selected.prevMonthDay,
.booking-section .flatpickr-day.selected.nextMonthDay {
    background: #421710 !important; /* Colore coerente con il brand */
    border-color: #421710 !important;
    color: #fff !important;
}

/* Giorni intermedi selezionati all'interno del range */
.booking-section .flatpickr-day.inRange {
    background: #e6f0ff !important; 
    border-color: transparent !important;
}

.flatpickr-current-month {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width:100% !important;
    left:0 !important;
}

/*************************************

Booking Calendar
END

**************************************/

.booking-section .contact-form {
    max-width:800px;
    margin:0 auto;
}

@media (max-width: 767px) {
    .contact-part .contact-form {
        padding:0;
    }
}

.booking-section .contact-form  input,
.booking-section .contact-form select, 
.booking-section .contact-form textarea, 
.booking-section .contact-form select,
.contact-part .contact-form  input,
.contact-part .contact-form select, 
.contact-part .contact-form textarea, 
.contact-part .contact-form select {
    background-color:#F8F8F8;
    padding-left: 40px;
}

.booking-section .form-group,
.contact-part .form-group {
    margin-bottom:15px;
}


.img-full-width img {
    width:100%;
}

@media(max-width:600px) {
    
    .room-slider .slick-initialized .slick-slide {
        visibility:hidden;
    }

    .room-slider .slick-initialized .slick-slide.slick-current {
        visibility:visible;
    }
    
}

.room-slider .rooms-slider-two .slick-arrow {
    color:#707070;
}
.room-slider .rooms-slider-two .slick-arrow.next-arrow {
    background-color:#9B9B9B;
}

.room-details .deatils-box .room-fearures {
    padding:0;
}

.room-details .deatils-box h3.subtitle {
    color:#421710;
    border-bottom: none;
    margin-bottom:10px;
}

.room-details .deatils-box .room-fearures ul.room-fearures-list {
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;

}
.room-details .deatils-box .room-fearures .room-fearures-list li {
    width:50%;
    padding-left:0;
    float:none;
    display: block;
}

.room-details .deatils-box .three-images,
.three-images-container .three-images {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.room-details .deatils-box .three-images img,
.three-images-container .three-images img {
    width:30%;
    height: auto;
}

.text-block.with-pattern .pattern-wrap {
    background-color:#B49792;
}

ul.add-list-style {
    list-style-type: disc;
    margin-left: 16px;
}

.offers-area .offer-boxes-loop .offer-box .offer-desc {
    background-color:#F8F8F8;
}

.contact-part .contact-info .info-box {
    display:block;
}

.contact-info .info-box .desc h4,
.contact-form h2 {
    color:#421710;
}

.contact-part .contact-maps {
    height:auto;
}

@media (min-width:1024px) {
    .video-wrap {
        height:700px;
    }
}

.latest-news .latest-post-box .post-desc {
    background-color: #fff;
    padding: 20px 35px;

}
.latest-news .latest-post-box .post-desc h4 {
    margin-bottom:12px;
}

.room-gallery-cta.more-height {
    padding: 210px 0;
}

.room-gallery-cta::before {
    opacity:0.4;
}


/*FAQ : Start*/
.faq,
.faq h2 {
    color:#421710;
}

.faq .faq-container {
    color:#692419;
    margin-bottom:18px;
    padding:10px 20px;
    border:1px solid #B1A5A3;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faq .faq-container .faq-header {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.faq .faq-container .faq-header > span {
    display:inline-block;
    max-width:90%;
}

.faq .faq-container .faq-header:after {
    display:block;
    content:"\002B";
    font-size:40px;
    line-height:1;
}

.faq .faq-container.active .faq-header:after {
    content:"\2212";
}

.faq .faq-container .faq-answer {
    max-width:90%;
    padding-top:12px;
    display:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*FAQ : End*/

.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    color:#421710;
}


.room-slider .rooms-slider-two .slick-arrow,
.room-slider .rooms-slider-two .slick-arrow:hover,
.room-slider .rooms-slider-two .slick-arrow.next-arrow,
.room-slider .rooms-slider-two .slick-arrow.next-arrow {
    background-color:#692419;
    color:#FFF;
}

.preloader {
    background-color:#692419;
}

@media (orientation:portrait) {
    .room-slider .container-fluid {
        width:85%;
    }
}

@media (max-width: 575px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 300px;
    }
}


/** PopUp - start **/

.modal#modalVillaHugo {

}
.modal#modalVillaHugo .modal-content {
    background-color:rgba(255, 255, 255, 0.9);
    min-height:400px;
}

.modal#modalVillaHugo .modal-header {
    display:block;
    text-align:right;
    padding-bottom: 0px;
}

.modal#modalVillaHugo .modal-container .image-container {
    display:none;
}

.modal#modalVillaHugo .modal-container .text-container {
    color:#421710;
    font-size:16px;
}

.modal#modalVillaHugo .modal-container .text-container h5 {
    font-size:28px;
    margin-bottom:12px;
    color:#421710;
    font-weight:600;
    margin-bottom:40px;
}

.modal#modalVillaHugo .modal-container .text-container .body-text .list {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:12px;
    align-items: flex-start;
}
.modal#modalVillaHugo .modal-container .text-container .body-text .list span {
    display:inline-block;
    width: calc(100% - 40px);
    padding-top:1px;
}

@media (min-width:1140px) {
    
    .modal#modalVillaHugo .modal-content {
        background-image:url(../img/modal/popup.webp);
        height:480px;
        background-size: 249px 480px;
        background-repeat:no-repeat;
    }
    /*
    .modal#modalVillaHugo .modal-container .image-container {
        display:block;
        float:left;
        width:249px;
        height:100%;
        background-image:url(../img/modal/popup.webp);
        background-size:cover;
    }
        */

    

    .modal#modalVillaHugo .modal-container .text-container {
        float:right;
        width: calc(100% - 249px);
    }
        
}


/** PopUp - end **/


/** Modal Response Iscrizione Newsletter - start **/

/* Overlay di sfondo */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
  padding: 15px;
}

/* Card del Modal */
.modal-card {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: modalFadeIn 0.25s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-15px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Header e Icona */
.modal-header {
  padding: 24px 20px 10px;
  text-align: center;
}

.modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}

/* Body */
.modal-body {
  padding: 10px 24px 20px;
  text-align: center;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.modal-body p {
  margin: 0;
}

/* Footer & Bottone */
.modal-footer {
  padding: 12px 20px 20px;
  display: flex;
  justify-content: center;
}

.modal-btn {
  width: 100%;
  padding: 11px 16px;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.modal-btn:hover {
  opacity: 0.9;
}

.modal-btn:active {
  transform: scale(0.98);
}

/* ===================================================
   VARIANTI DI COLORE (Success vs Danger)
   =================================================== */

/* SUCCESS: Verde */
.modal-overlay.modal-success .modal-icon {
  background-color: #e6f4ea;
  color: #1e8e3e;
}
.modal-overlay.modal-success .icon-danger {
  display: none;
}
.modal-overlay.modal-success .modal-btn {
  background-color: #1e8e3e;
}

/* DANGER: Rosso */
.modal-overlay.modal-danger .modal-icon {
  background-color: #fce8e6;
  color: #d93025;
}
.modal-overlay.modal-danger .icon-success {
  display: none;
}
.modal-overlay.modal-danger .modal-btn {
  background-color: #d93025;
}

/** Modal Response Iscrizione Newsletter - end **/


.room-gallery-cta {
    background-attachment: inherit;
}
