@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:#692419;
}
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;
    }
}



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

.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 {
    font-family: "Inter", "Archivo", sans-serif;
}
header.header-three .header-top a.current {
    font-weight:bold;
}

header.header-three .nav-container .menu-right-buttons .standard-button a {
    background-color: #bead8e;
    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 #bead8e;
}
header.header-three .nav-container .menu-right-buttons .standard-button a:hover {
    background-color: #ffffff;
    color:#bead8e;
}

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 a {
    text-transform:none;
}

.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;
}

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;
}

.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 .logo-container {
    text-align:center;
}

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;
}

.breadcrumb-area {
    margin-top:0;
}
@media (min-width:1024px) {
    .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;
}
.main-btn.btn-border.with-bg-white {
    background-color:#fff;
    color:#692419 !important;
}
.main-btn.btn-border.with-bg-white:hover {
    background-color:#692419;
    color:#fff !important;
}

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

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

}
*/

.bg-avorio {
    background-color:#FFFDFA;
}
.room-type-section.bg-avorio,
.text-block.with-bg {
    position:static;
}
.block-text .section-title {
    color:#421710;
}
.block-text .section-title .title-tag {
    color:#B49792;
}
.block-text .section-title h2 {
    font-size:50px;
    color:#421710;
}
.block-text p.link {
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.block-text p.link a:nth-child(1) {
    margin-right:12px;
}
.block-text p.link a:nth-child(2) {
    margin-left:12px;
}

.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;
}

.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;
}

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

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;
}


@media(min-width:1024px) {
    section.custom-newsletter-area .form-container  {
        display:flex;
        flex-direction:row;  
        justify-content: space-between; 
    }

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

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



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

Booking Calendar
START

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

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

/* 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; 
}


/* ============================================================
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;
}

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

Booking Calendar
END

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

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

.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:#EEEEEE;
    padding-left: 40px;
}

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


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

.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;
}