  /* custom styles */
  /* Solo per desktop (schermi > 992px) */
  /*@media (min-width: 992px) {*/
p, .page-list-text p {
  font-size: 16px;
}
 .rooms3 {
    height: 470px; /* Imposta l'altezza fissa desiderata */
    display: flex;
  flex-direction: column;
}

.room-img {
  height: 100%; /* L'immagine occupa tutta l'altezza del blocco */
  overflow: hidden;
  position: relative;
}

.room-img img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.room-cont {
  overflow: hidden;
}
.accordion-box .block .content .text ul > li {
  list-style:disc;
}
.pricing .pricing-text li {
  color: #3b3b3b !important;
  font-size:16px;
}
.pt120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
sub, sup {
	font-size: 16px;
}
.butn-dark a {
	font-weight: 500;
    font-size: 16px;
}
.pricing .pricing-text li{
    font-size: 18px;
}
.pricing .pricing-text li span.ti-check, .pricing .pricing-text li span.ti-close {
    color: #3b3b3b !important
}
.room-details1 .owl-nav {
    left: 45%;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #fff !important;
    border-radius: 0;
    color: #1b1b1b !important;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #c8b173 !important;
    color: #fff !important;
}
.room-details1 h6 {
  color: #c8b173;
}