.room-details {
    padding-top: 20px;
    padding-bottom: 30px;
}

.room-banner {
    position: relative;
    height: 450px;
}

.room-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.room-info {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.room-info h2{
    color: #000000;
}
.room-info h4{
    color: #000000;
}

.amenities li {
    list-style: none;
    padding: 8px 0;
    font-size: 14px;
}

.booking-section {
    background: #000000;
    padding: 25px;
    border-radius: 10px;
    color: white;
}

.booking-section button {
    background: #C1A052;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.booking-section button:hover {
    background: #ae904a;
    color: #fff;
}

.amenities {
    padding-left: 0;
}

.booking-section h4{
    font-weight: 700 !important;
    font-size: 25px;
}
.booking-section p{
    font-size: 16px;
    color: #ae904a;
    font-weight: 700;
}