.tcfac-room-header {
  margin-bottom: 40px;
}

.tcfac-room-header h1 {
  font-size: 56px;
  margin-bottom: 20px;
}

.tcfac-room-meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  color: #666;
}

.tcfac-room-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 380px;
  gap: 50px;
  align-items: start;
}

.tcfac-room-main {
  min-width: 0;
}

.tcfac-room-sidebar-wrap {
  position: sticky;
  top: 30px;
}

.tcfac-section {
  margin-top: 50px;
}

.tcfac-section h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.tcfac-short-description {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.9;
  color: #666;
}

.tcfac-content-box {
  line-height: 1.9;
}

.tcfac-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 20px;
}

.tcfac-room-sidebar {
  background: #fff;
  border-radius: 20px;
  /*padding: 35px;*/
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.tcfac-sidebar-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tcfac-sidebar-card h3 {
  margin-bottom: 30px;
}

.tcfac-book-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #c9a96a;
  color: #fff;
  padding: 18px;
  border-radius: 14px;
  text-decoration: none;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .tcfac-room-layout {
    grid-template-columns: 1fr;
  }

  .tcfac-room-sidebar-wrap {
    position: static;
  }
}

@media (max-width: 767px) {
  .tcfac-room-header h1 {
    font-size: 38px;
  }
}

/* Room Gallery */

.tcfac-gallery {
  margin-bottom: 50px;
}

.tcfac-gallery-slider {
  border-radius: 24px;
  overflow: hidden;
}

.tcfac-gallery-slider img {
  width: 100%;
  max-height: 500px;
  height: 500px;
  object-fit: cover;
  cursor: pointer;
}

.tcfac-gallery .swiper-button-prev,
.tcfac-gallery .swiper-button-next {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tcfac-gallery .swiper-button-prev:after,
.tcfac-gallery .swiper-button-next:after {
  font-size: 18px;
  color: #222;
}

@media (max-width: 991px) {
  .tcfac-gallery-slider img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .tcfac-gallery-slider img {
    height: 250px;
  }
}

/* Related Rooms */

.tcfac-related-rooms {
  margin-top: 100px;
}

.tcfac-section-header {
  margin-bottom: 40px;
}

.tcfac-section-header h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.tcfac-section-header p {
  color: #777;
}

.tcfac-related-slider {
  padding-bottom: 50px;
}

.tcfac-related-slider .swiper-slide {
  height: auto;
}

/* Sidebar  */

.tcfac-sidebar-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.tcfac-sidebar-price {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.tcfac-sidebar-price span {
  font-size: 18px;
  color: #777;
}

.tcfac-sidebar-meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.tcfac-sidebar-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.tcfac-sidebar-features {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #666;
}
