/* ===============================
   PAGINA SINGOLA ALLOGGIO
================================ */

.sg-room-page {
  background: #f7f4ef;
  font-family: 'Futura', sans-serif;
  color: #111;
}

.sg-room-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.sg-room-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sg-room-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.38);
}

.sg-room-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 70px;
}

.sg-room-hero h1 {
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  margin: 0;
}

.sg-room-content {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 70px;
	padding-bottom: 70px;
}

.sg-room-text {
  max-width: 1000px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 1.75;
}

.sg-room-text h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
}

.sg-room-gallery {
  max-width: 1050px;
  margin: 0 auto 80px;
background-color: #fff;
	 border: 1px solid rgba(0,0,0,.08);
	 box-shadow: 0 20px 50px rgba(0,0,0,.06);
	 border-radius: 4px;
	 padding: 30px;
}

.sg-room-gallery h2 {
		text-align: center;
	padding-bottom: 10px;
	}

.sg-room-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sg-room-gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.sg-room-calendar h2 {
		text-align: center;
		padding-bottom: 20px;
	}

.sg-other-rooms-link{
    margin-top:18px;
    margin-bottom:50px;
    text-align:left;
}

.sg-other-rooms-link a{
    color:#555;
    text-decoration:none;
    font-size:14px;
    transition:.25s;
}

.sg-other-rooms-link a strong{
    color:#9b8150;
    font-weight:500;
}

.sg-other-rooms-link a:hover{
    color:#9b8150;
}
.sg-room-calendar_info {
	color:#555;
	font-size:14px;
	margin-bottom:50px;
    text-align:left;
}
.sg-room-calendar_info-datail {
	font-weight:500;
	font-size: 16px;
}


/* BOX */
.mphb_sc_booking_form-wrapper,
.mphb-single-room-booking-form {
    padding: 30px !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 20px 50px rgba(0,0,0,.06);
}

/* Titolo */
.mphb-booking-form h2,
.mphb-booking-form h3,
.mphb_sc_booking_form-wrapper h2{
    font-size:32px;
    font-weight:400;
    margin-bottom:50px;
}

/* Label */
.mphb-booking-form label{
    display:block;
    font-weight:500;
    margin-bottom:10px;
    color:#222;
}

/* Campi */
.mphb-booking-form input,
.mphb-booking-form select{
    width:100% !important;
    height:58px;
    border:1px solid #d8d8d8 !important;
    background:#fff;
    padding:0 18px !important;
    font-size:16px;
    box-sizing:border-box;
    margin-bottom:28px;
}


.mphb_sc_search-submit-button-wrapper input{

    background:#9b8150;
    color:#fff;
    border:none;
    border-radius: 4px !important;
    padding:12px 24px;
    text-transform:uppercase;
    letter-spacing:.06em;
    transition:.25s;
    line-height: 1;
    font-size: 15px;
}

.mphb_sc_search-submit-button-wrapper input:hover,
.mphb_sc_search-submit-button-wrapper input:active {
    background:#9b8150 !important;
    color:#fff !important;
}
.mphb-reserve-btn, .mphb-reserve-btn button, .mphb-reserve-btn button input:hover {
	border-radius: 4px !important;
}

/* DETTAGLI CAMERA */

.sg-room-details{
  max-width:1000px;
  margin:90px auto;
	background-color: #fff;
	 border: 1px solid rgba(0,0,0,.08);
	 box-shadow: 0 20px 50px rgba(0,0,0,.06);
	 border-radius: 4px;
	 padding: 30px;
}
.sg-room-details h2 {
	padding-bottom: 20px;
	text-align: center;
}

.sg-room-details-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:46px;
  align-items:start;
}

.sg-room-detail-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:12px;
  font-size:15px;
  line-height:1.35;
}

.sg-room-detail-item img,
.sg-room-detail-item svg{
  width:45px;
  height:45px;
  object-fit:contain;
  margin-bottom:8px;
}

.sg-room-detail-item .title{
  display:block;
  font-size:13px;
  color:#777;
}

.sg-room-detail-item .value{
  display:block;
  font-size:16px;
  color:#111;
  font-weight:500;
}

@media(max-width:900px){
  .sg-room-details-list{
    grid-template-columns:repeat(2,1fr);
    gap:36px;
  }
}

.mphb_sc_search-children,
.mphb-children,
.mphb-children-wrapper,
.mphb-reserve-children,
.mphb-booking-form .mphb_sc_search-children,
.mphb-booking-form .mphb-children{
    display:none !important;
}

.sg-room-detail-icon {
  font-size: 28px;
  line-height: 1;
  color: #111;
  margin-bottom: 8px;
}

.sg-room-slider{
  position:relative;
  overflow:hidden;
  width:100%;
}

.sg-room-slider-track{
    display:flex;
    transition:.35s ease;
	touch-action: pan-y;
    user-select: none;
}

.sg-room-slide{
    min-width:50%;
    flex:0 0 50%;
    padding:0 10px;
    box-sizing:border-box;
}

.sg-room-slide img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}

.sg-room-slide img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.sg-room-slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  border:none !important;
  background:rgb(0 0 0 / 0%) !important;
  color:#fff !important;
  font-size:38px !important;
  cursor:pointer;
	padding: 0;
}

.sg-room-slider-prev{ left:18px; }
.sg-room-slider-next{ right:18px; }

@media(max-width:768px){
	.sg-room-content {
		padding: 30px 15px;
	}
	.sg-room-slide img{
    height:320px;
  }

  .sg-room-details {
    margin: 45px 0 50px;
	  padding: 30px 20px 40px;
    
  }

  .sg-room-details h2 {
    margin-bottom: 30px !important;
  }

  .sg-room-details-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px 18px !important;
	  align-items: center;
  }

  .sg-room-detail-item {
    gap: 6px !important;
    min-height: auto !important;
  }

  .sg-room-detail-item img,
  .sg-room-detail-item svg {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 4px !important;
  }

  .sg-room-detail-item .value {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
	.sg-room-text {
		margin: 0;
	}
  .sg-room-gallery {
    margin-top: 40px !important;
	 padding: 30px 0 0;
  }
	
	.sg-room-gallery h2 {
		padding-bottom: 20px;
	}
	.sg-room-calendar h2 {
		text-align: center;
		padding-bottom: 20px;
	}
	.sg-room-booking h2 {
		text-align: center;
		padding-bottom: 20px;
	}
}
.mphb_sc_booking_form-wrapper, .mphb-single-room-booking-form {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.mphb-recommendation-title, .mphb-recommendation{
  display:none !important;
}
