.elementor-9435 .elementor-element.elementor-element-58d3c47{--display:flex;}@media(max-width:767px){.elementor-9435 .elementor-element.elementor-element-58d3c47{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-08fd787 *//* Container styling */
.container {
  padding: 10px;
}

/* Room item styling */
.room-list-item {
  margin-bottom: 20px;
}

.room-item-mobile {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Room image styling */
.room-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Room details styling */
.room-details-mobile {
  padding: 15px;
  text-align: center;
}

.room-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #333;
}

.room-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Room services styling */
.room-services {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.room-services i {
  font-size: 16px;
  color: #333;
}

/* Book Now button styling */
.book-now-btn {
    display: inline-block;
    background-color: #B94545; /* Button background color */
    color: #ffffff !important;           /* Text color (white) */
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
}

.book-now-btn:hover {
    background-color: #0056b3; /* Darker shade for hover */
}/* End custom CSS */