.room-card-new {
    background: #fff;
    border: none;
    overflow: hidden;
    transition: .3s;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #eee;
    height: 398px;
}

.room-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}



.room-card-img {  
    width: 410px;
    height: 250px;
    object-fit: cover;
}




.room-card-new h5 {
    font-size: 16px;
    margin: 12px 0 5px;
    font-weight: 600;
}

.room-card-new h5 a {
    color: #295b5a;
    text-decoration: none;
}

.room-card-new .price {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.room-card-new .extra {
    font-size: 13px;
    opacity: .8;
    margin-bottom: 10px;
}

/* Buttons */
.room-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-info,
.btn-book {
    padding: 1px 14px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: .3s;
}

/* More Info */
.btn-info {
    border: 1px solid #c9a05b;
    color: #c9a05b;
    background: transparent;
}

.btn-info:hover {
    background: #c9a05b;
    color: #fff;
}

/* Book Now */
.btn-book {
    background: #c9a05b;
    border: 1px solid #c9a05b;
    color: #fff;
}

.btn-book:hover {
 background: #515b5a;
    border-color: #ffffff;
    color: #fff;
}















.facility-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.facility-box h6 {
    margin: 0;
    color: #a38753;
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
}
.foot_facility{
  background: #ffffff;
  padding-top: 20px;
  
  border-bottom:1px solid #c9a05b ;
}
.foot_facility h2{
  color: #295b5a;
}
.foot_facility p{
  /* color: #fff; */
}

.foot_facility .facility-btn{
background: #c9a05b;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: .3s;
}






@media (max-width: 768px) {
    .about-mobile-center {
        text-align: center !important;
    }
}



