/* ================================================================
   HOTEL LUXURY ROOMS & SUITES - MODERN SHOWCASE STYLES
   ================================================================ */

:root {
  --hotel-gold: #a06e19;
  --hotel-gold-light: #c5a880;
  --hotel-gold-dark: #8c6a46;
  --hotel-gold-glow: rgba(164, 131, 97, 0.25);
  --hotel-dark: #121214;
  --hotel-dark-soft: #1f1f23;
  --hotel-body: #55555c;
  --hotel-bg-light: #faf8f5;
  --hotel-card-border: rgba(164, 131, 97, 0.2);
  --hotel-card-shadow: 0 10px 30px rgba(18, 18, 20, 0.05);
  --hotel-card-hover-shadow: 0 20px 40px rgba(164, 131, 97, 0.18);
  --hotel-radius: 14px;
}

/* Page Title Enhanced */
.page-title.rooms-hero {
  position: relative;
  padding: 120px 0 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-title.rooms-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.75) 0%, rgb(14 14 14 / 42%) 100%);
}

.page-title.rooms-hero .title-outer {
  position: relative;
  z-index: 2;
}

.page-title.rooms-hero .hero-badge {
  display: inline-block;
  background: rgba(164, 131, 97, 0.2);
  border: 1px solid var(--hotel-gold);
  color: #f1dfca;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.page-title.rooms-hero .title {
  font-family: 'Marcellus', serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.page-title.rooms-hero .hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 20px;
  font-weight: 300;
}

.page-title.rooms-hero .page-breadcrumb li {
  color: rgba(255, 255, 255, 0.7);
}

.page-title.rooms-hero .page-breadcrumb li a {
  color: var(--hotel-gold-light);
}

/* Main Section Layout */
.rooms-showcase-section {
  padding: 70px 0 90px;
  background: #fbf9f6;
}

/* ================================================================
   LEFT SIDEBAR WIDGETS
   ================================================================ */
.sidebar-sticky-wrapper {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.luxury-sidebar-card {
  background: #ffffff;
  border-radius: var(--hotel-radius);
  border: 1px solid var(--hotel-card-border);
  box-shadow: var(--hotel-card-shadow);
  padding: 28px 24px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.luxury-sidebar-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
  font-family: 'Marcellus', serif;
  font-size: 22px;
  color: var(--hotel-dark);
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}

.sidebar-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--hotel-gold), transparent);
  border-radius: 2px;
}

/* Category List */
.category-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-filter-list li {
  margin-bottom: 8px;
}

.category-filter-list li:last-child {
  margin-bottom: 0;
}

.category-filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background: #faf8f5;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #333338;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.category-filter-btn .cat-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-filter-btn .cat-label i {
  color: var(--hotel-gold);
  font-size: 12px;
  transition: transform 0.25s ease;
}

.category-filter-btn .cat-count {
  font-size: 13px;
  font-weight: 600;
  color: #7a7a85;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 3px 10px;
  border-radius: 30px;
  transition: all 0.25s ease;
}

.category-filter-btn:hover,
.category-filter-btn.active {
  background: linear-gradient(135deg, rgba(164, 131, 97, 0.12), rgba(164, 131, 97, 0.04));
  border-color: var(--hotel-gold);
  color: var(--hotel-dark);
  font-weight: 600;
  transform: translateX(4px);
}

.category-filter-btn:hover .cat-label i,
.category-filter-btn.active .cat-label i {
  transform: translateX(3px);
  color: var(--hotel-gold-dark);
}

.category-filter-btn:hover .cat-count,
.category-filter-btn.active .cat-count {
  background: var(--hotel-gold);
  color: #ffffff;
  border-color: var(--hotel-gold);
}

/* Booking Widget Form */
.booking-sidebar-card {
  background: #ffffff;
  border: 1px solid var(--hotel-card-border);
}

.booking-subtitle {
  font-size: 13px;
  color: #777;
  margin-top: -14px;
  margin-bottom: 20px;
}

.lux-form-group {
  margin-bottom: 16px;
  position: relative;
}

.lux-form-group label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 6px;
  display: block;
}

.lux-input-wrap {
  position: relative;
}

.lux-input-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hotel-gold);
  font-size: 14px;
  pointer-events: none;
}

.lux-form-control {
  width: 100%;
  height: 46px;
  padding: 10px 14px 10px 40px;
  font-size: 14px;
  border: 1px solid #e2ddd5;
  border-radius: 8px;
  background: #faf8f5;
  color: #222;
  transition: all 0.25s ease;
}

.lux-form-control:focus {
  outline: none;
  background: #fff;
  border-color: var(--hotel-gold);
  box-shadow: 0 0 0 3px var(--hotel-gold-glow);
}

select.lux-form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a48361' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}

.btn-sidebar-book {
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, var(--hotel-dark) 0%, #2a2a2f 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.btn-sidebar-book::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(164, 131, 97, 0.3), transparent);
  transition: all 0.5s ease;
}

.btn-sidebar-book:hover::before {
  left: 100%;
}

.btn-sidebar-book:hover {
  background: linear-gradient(135deg, var(--hotel-gold) 0%, var(--hotel-gold-dark) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(164, 131, 97, 0.35);
}

.booking-perks {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(164, 131, 97, 0.25);
}

.perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.perk-item:last-child {
  margin-bottom: 0;
}

.perk-item i {
  color: #28a745;
  font-size: 13px;
}

/* Concierge Card */
.concierge-card {
  background: linear-gradient(145deg, #18181c, #0d0d0f);
  color: #fff;
  border-radius: var(--hotel-radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.concierge-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--hotel-gold-glow), transparent 70%);
}

.concierge-title {
  font-family: 'Marcellus', serif;
  font-size: 19px;
  color: #fff;
  margin-bottom: 8px;
}

.concierge-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  line-height: 1.5;
}

.concierge-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(164, 131, 97, 0.18);
  border: 1px solid var(--hotel-gold);
  border-radius: 6px;
  color: var(--hotel-gold-light);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.concierge-btn:hover {
  background: var(--hotel-gold);
  color: #fff;
}


/* ================================================================
   RIGHT CONTENT AREA & CONTROLS BAR
   ================================================================ */
.rooms-filter-bar {
  background: #ffffff;
  border-radius: var(--hotel-radius);
  border: 1px solid var(--hotel-card-border);
  padding: 16px 22px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.results-count-box {
  font-size: 15px;
  color: #444;
}

.results-count-box strong {
  font-family: 'Marcellus', serif;
  font-size: 18px;
  color: var(--hotel-dark);
}

.filter-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.search-filter-wrap {
  position: relative;
  min-width: 200px;
}

.search-filter-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 13px;
}

.search-filter-input {
  width: 100%;
  height: 38px;
  padding: 6px 12px 6px 34px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #e0dad1;
  background: #faf8f5;
  color: #333;
}

.search-filter-input:focus {
  outline: none;
  border-color: var(--hotel-gold);
  background: #fff;
}

.sort-select {
  height: 38px;
  padding: 6px 30px 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #e0dad1;
  background: #faf8f5;
  color: #333;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.sort-select:focus {
  outline: none;
  border-color: var(--hotel-gold);
}


/* ================================================================
   ULTRA-LUXURY HORIZONTAL ROOM CARDS (BEST-IN-CLASS)
   ================================================================ */
.hotel-room-card-horizontal {
  background: #ffffff;
  border-radius: var(--hotel-radius);
  border: 1px solid var(--hotel-card-border);
  box-shadow: var(--hotel-card-shadow);
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.hotel-room-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: var(--hotel-card-hover-shadow);
  border-color: rgba(164, 131, 97, 0.45);
}

/* Card Left: Media / Image */
.room-card-media {
  flex: 0 0 320px;
  max-width: 320px;
  position: relative;
  overflow: hidden;
}

.room-card-media .room-img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.hotel-room-card-horizontal:hover .room-card-media .room-img {
  transform: scale(1.07);
}

/* Badges on Image */
.room-badge-top {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  border-left: 3px solid var(--hotel-gold);
  z-index: 2;
}

.room-photo-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #222;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.room-photo-badge i {
  color: var(--hotel-gold);
}

/* Card Middle: Information */
.room-card-info {
  flex: 1;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.room-category-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--hotel-gold);
  margin-bottom: 6px;
  display: block;
}

.room-card-title {
  font-family: 'Marcellus', serif;
  font-size: 24px;
  color: var(--hotel-dark);
  margin-bottom: 8px;
  line-height: 1.25;
  transition: color 0.25s ease;
}

.room-card-title a {
  color: inherit;
  text-decoration: none;
}

.room-card-title a:hover {
  color: var(--hotel-gold);
}

.room-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.room-stars {
  color: #f5a623;
  font-size: 12px;
  letter-spacing: 1px;
}

.room-rating-score {
  font-size: 13px;
  font-weight: 700;
  color: var(--hotel-dark);
}

.room-reviews-count {
  font-size: 12px;
  color: #777;
}

.room-card-desc {
  font-size: 14px;
  color: var(--hotel-body);
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Amenities Pills */
.room-amenities-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.amenity-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f5f0;
  border: 1px solid rgba(164, 131, 97, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #3e3e44;
}

.amenity-chip i {
  color: var(--hotel-gold);
  font-size: 13px;
}

/* Card Right: Pricing & CTA Section */
.room-card-action {
  flex: 0 0 215px;
  max-width: 215px;
  padding: 26px 20px;
  border-left: 1px solid rgba(164, 131, 97, 0.16);
  background: #faf8f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.room-price-old {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.room-price-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.room-price-main {
  font-family: 'Marcellus', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--hotel-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.room-price-main .currency {
  font-size: 20px;
  margin-right: 2px;
  color: var(--hotel-gold-dark);
}

.room-price-period {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.room-tax-note {
  font-size: 11px;
  color: #888;
  margin-bottom: 16px;
}

.btn-card-book {
  width: 100%;
  padding: 11px 16px;
  background: var(--hotel-dark);
  color: #ffffff;
  border: 1px solid var(--hotel-dark);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 8px;
  text-decoration: none;
}

.btn-card-book:hover {
  background: var(--hotel-gold);
  border-color: var(--hotel-gold);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(164, 131, 97, 0.35);
}

.btn-card-details {
  width: 100%;
  padding: 7px 12px;
  background: transparent;
  color: var(--hotel-gold-dark);
  border: 1px solid rgba(164, 131, 97, 0.3);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
}

.btn-card-details:hover {
  background: rgba(164, 131, 97, 0.1);
  border-color: var(--hotel-gold);
  color: var(--hotel-dark);
}

/* Empty State */
.rooms-empty-state {
  display: none;
  background: #fff;
  border-radius: var(--hotel-radius);
  border: 1px dashed rgba(164, 131, 97, 0.3);
  padding: 60px 30px;
  text-align: center;
}

.rooms-empty-state i {
  font-size: 48px;
  color: var(--hotel-gold);
  margin-bottom: 15px;
}

.rooms-empty-state h4 {
  font-family: 'Marcellus', serif;
  font-size: 22px;
  color: var(--hotel-dark);
  margin-bottom: 8px;
}

.rooms-empty-state p {
  color: #666;
  font-size: 14px;
}

/* ================================================================
   QUICK VIEW MODAL STYLING
   ================================================================ */
.modal-luxury .modal-content {
  border-radius: 16px;
  border: 1px solid var(--hotel-gold-light);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.modal-luxury .modal-header {
  border-bottom: 1px solid rgba(164, 131, 97, 0.2);
  padding: 20px 26px;
  background: #faf8f5;
}

.modal-luxury .modal-title {
  font-family: 'Marcellus', serif;
  font-size: 24px;
  color: var(--hotel-dark);
}

.modal-luxury .modal-body {
  padding: 26px;
}

.modal-room-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

.modal-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  background: #faf8f5;
  border-radius: 10px;
}

.modal-spec-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
}

.modal-spec-item i {
  color: var(--hotel-gold);
  font-size: 16px;
}

.modal-facilities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.modal-fac-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

.modal-fac-item i {
  color: #28a745;
  font-size: 12px;
}

/* ================================================================
   RESPONSIVE DESIGN
   ================================================================ */
@media (max-width: 1199px) {
  .room-card-media {
    flex: 0 0 280px;
    max-width: 280px;
  }

  .room-card-action {
    flex: 0 0 190px;
    max-width: 190px;
    padding: 20px 14px;
  }
}

@media (max-width: 991px) {
  .sidebar-sticky-wrapper {
    position: static;
    margin-bottom: 40px;
  }

  .hotel-room-card-horizontal {
    flex-direction: column;
  }

  .room-card-media {
    flex: 0 0 100%;
    max-width: 100%;
    height: 260px;
  }

  .room-card-action {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
    border-top: 1px solid rgba(164, 131, 97, 0.16);
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 24px;
  }

  .room-card-action .price-section {
    text-align: left;
  }

  .room-card-action .btn-section {
    display: flex;
    gap: 10px;
  }

  .btn-card-book,
  .btn-card-details {
    width: auto;
    margin-bottom: 0;
    padding: 10px 18px;
  }
}

@media (max-width: 575px) {
  .page-title.rooms-hero .title {
    font-size: 32px;
  }

  .room-card-action {
    flex-direction: column;
    gap: 15px;
  }

  .room-card-action .btn-section {
    width: 100%;
    flex-direction: column;
  }

  .btn-card-book,
  .btn-card-details {
    width: 100%;
  }

  .rooms-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-controls {
    flex-direction: column;
    width: 100%;
  }

  .search-filter-wrap,
  .sort-select {
    width: 100%;
  }
}