.section-rooms {
  border-radius: 10px;
    box-shadow: 1px 10px 10px 3px;
  margin: 10px;
  background: #fdfbf8;
padding: 160px 20px;
  font-family: 'Georgia', serif;
  color: #333;
}

.rooms-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.rooms-column {
  flex: 1 1 30%;
  min-width: 280px;
}

.rooms-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #c2b59b;
  padding-bottom: 5px;
}

.rooms-column ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.rooms-column ul li {
  padding: 4px 0;
  font-size: 15px;
}

.rooms-img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 4px;
}
.rooms-swiper {
  padding-bottom: 20px;
}

.section-rooms {
  background-color: #f3f0eb;
  text-align: center;
}

.section-rooms .section-header {
  margin-bottom: 40px;
}

.section-rooms .display-heading-1 {
  font-size: 36px;
  font-weight: bold;
  color: #3e2f26;
}

.section-rooms .section-header p {
  color: #7a6b65;
  font-size: 16px;
}


.swiper-slide {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.swiper-slide img {
  width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}