/* Base & layout */
body.booking-page { background: #F4F7F6; font-family: 'DM Sans', sans-serif; }
.be-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 20px 60px; }

/* Steps indicator */
.be-steps { display:flex; gap:0; margin-bottom:28px; background:#fff; border-radius:8px; overflow:hidden; border:1px solid #E0E8E6; }
.be-step { flex:1; padding:14px 12px; text-align:center; font-size:0.78rem; font-weight:500; color:#999; border-right:1px solid #E0E8E6; display:flex; align-items:center; justify-content:center; gap:8px; }
.be-step:last-child { border-right:none; }
.be-step.active { background:#1B998B; color:#fff; }
.be-step.done { background:#E8F7F5; color:#1B998B; }
.be-step-num { width:22px; height:22px; border-radius:50%; background:rgba(255,255,255,0.3); display:inline-flex; align-items:center; justify-content:center; font-size:0.7rem; font-weight:700; }
.be-step.done .be-step-num { background:#1B998B; color:#fff; }
.be-step.active .be-step-num { background:rgba(255,255,255,0.3); color:#fff; }

/* Search bar (shown in Step 2+) */
.be-search-bar { background:#fff; border-radius:8px; padding:16px 20px; margin-bottom:20px; display:flex; align-items:center; justify-content:space-between; border:1px solid #E0E8E6; flex-wrap:wrap; gap:12px; }
.be-sb-info { display:flex; flex-direction:column; gap:3px; }
.be-sb-prop { font-size:1rem; font-weight:600; color:#0D2B27; }
.be-sb-dates { font-size:0.82rem; color:#666; }
.be-sb-modify { background:none; border:1.5px solid #1B998B; color:#1B998B; padding:8px 18px; border-radius:6px; font-size:0.82rem; cursor:pointer; font-weight:500; }
.be-sb-modify:hover { background:#E8F7F5; }

/* Step panels */
.be-pane { display:none; }
.be-pane.active { display:block; }

/* Step 1 - Search form */
.be-search-card { background:#fff; border-radius:12px; padding:40px; border:1px solid #E0E8E6; max-width:700px; margin:0 auto; }
.be-search-card h2 { font-family:'Cormorant Garamond',serif; font-size:2rem; color:#0D2B27; margin-bottom:6px; }
.be-search-card p { color:#888; font-size:0.9rem; margin-bottom:32px; }
.be-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.be-form-grid.full { grid-template-columns:1fr; }
.be-field { display:flex; flex-direction:column; gap:6px; }
.be-field label { font-size:0.62rem; letter-spacing:2px; text-transform:uppercase; color:#1B998B; font-weight:600; }
.be-field select, .be-field input { padding:12px 14px; border:1.5px solid #D0E4E0; border-radius:6px; font-family:'DM Sans',sans-serif; font-size:0.9rem; color:#1C1A17; background:#F8FBFA; outline:none; }
.be-field select:focus, .be-field input:focus { border-color:#1B998B; background:#fff; }
.be-search-btn { width:100%; padding:16px; background:#1B998B; color:#fff; border:none; border-radius:8px; font-size:1rem; font-weight:600; cursor:pointer; margin-top:24px; transition:background 0.2s; }
.be-search-btn:hover { background:#22B5A5; }

/* Step 2 - Room cards */
.be-no-rooms { text-align:center; padding:60px; color:#888; }
.be-room-card { background:#fff; border-radius:10px; border:1px solid #E0E8E6; margin-bottom:20px; overflow:hidden; }
.be-rc-top { display:flex; gap:0; }
.be-rc-img { width:260px; flex-shrink:0; position:relative; overflow:hidden; }
.be-rc-img img { width:100%; height:200px; object-fit:cover; }
.be-rc-img-count { position:absolute; bottom:8px; right:8px; background:rgba(0,0,0,0.6); color:#fff; font-size:0.7rem; padding:3px 8px; border-radius:12px; }
.be-rc-body { flex:1; padding:20px 24px; display:flex; flex-direction:column; justify-content:space-between; }
.be-rc-head { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:12px; }
.be-rc-name { font-size:1.15rem; font-weight:600; color:#0D2B27; }
.be-rc-guests { font-size:0.78rem; color:#888; margin-top:3px; }
.be-rc-price-box { text-align:right; }
.be-rc-was { font-size:0.78rem; color:#bbb; text-decoration:line-through; }
.be-rc-rate { font-size:1.5rem; font-weight:700; color:#1B998B; }
.be-rc-per { font-size:0.72rem; color:#888; }
.be-rc-tax { font-size:0.72rem; color:#E05252; }
.be-rc-total { font-size:0.78rem; color:#444; font-weight:500; margin-top:2px; }
.be-rc-tags { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px; }
.be-rc-tag { font-size:0.7rem; background:#E8F7F5; color:#1B998B; padding:3px 10px; border-radius:12px; }
.be-rc-amenities { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:16px; }
.be-rc-amenity { font-size:0.75rem; color:#666; display:flex; align-items:center; gap:4px; }
.be-rc-btns { display:flex; gap:10px; }
.be-btn-book { flex:1; padding:12px 20px; background:#1B998B; color:#fff; border:none; border-radius:6px; font-size:0.88rem; font-weight:600; cursor:pointer; transition:background 0.2s; }
.be-btn-book:hover { background:#22B5A5; }
.be-btn-enquiry { flex:1; padding:12px 20px; background:#fff; color:#1B998B; border:1.5px solid #1B998B; border-radius:6px; font-size:0.88rem; font-weight:600; cursor:pointer; transition:background 0.2s; }
.be-btn-enquiry:hover { background:#E8F7F5; }
.be-rc-tabs { border-top:1px solid #F0F4F3; }
.be-rc-tab-btns { display:flex; padding:0 24px; gap:4px; border-bottom:1px solid #F0F4F3; }
.be-rc-tb { padding:10px 16px; background:none; border:none; font-size:0.8rem; color:#888; cursor:pointer; border-bottom:2px solid transparent; margin-bottom:-1px; }
.be-rc-tb.active { color:#1B998B; border-bottom-color:#1B998B; font-weight:500; }
.be-rc-tab-content { padding:16px 24px 20px; }
.be-rc-tp { display:none; }
.be-rc-tp.active { display:block; }
.be-rc-photos { display:flex; gap:8px; flex-wrap:wrap; }
.be-rc-photos img { width:100px; height:70px; object-fit:cover; border-radius:4px; cursor:pointer; }
.be-rc-amenities-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:8px; }
.be-rc-amenity-item { font-size:0.78rem; color:#555; display:flex; align-items:center; gap:6px; padding:6px 0; }

/* Step 3 - Guest info */
.be-form-card { background:#fff; border-radius:12px; padding:32px; border:1px solid #E0E8E6; }
.be-form-card h3 { font-family:'Cormorant Garamond',serif; font-size:1.5rem; color:#0D2B27; margin-bottom:20px; }
.be-gf-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.be-gf-field { display:flex; flex-direction:column; gap:6px; }
.be-gf-field label { font-size:0.62rem; letter-spacing:2px; text-transform:uppercase; color:#1B998B; font-weight:600; }
.be-gf-field input, .be-gf-field textarea, .be-gf-field select { padding:12px 14px; border:1.5px solid #D0E4E0; border-radius:6px; font-family:'DM Sans',sans-serif; font-size:0.9rem; color:#1C1A17; background:#F8FBFA; outline:none; }
.be-gf-field input:focus, .be-gf-field textarea:focus { border-color:#1B998B; background:#fff; }
.be-gf-field textarea { height:80px; resize:none; }
.be-gf-full { grid-column:1/-1; }
.be-proceed-btn { width:100%; padding:16px; background:#1B998B; color:#fff; border:none; border-radius:8px; font-size:1rem; font-weight:600; cursor:pointer; margin-top:24px; transition:background 0.2s; }
.be-proceed-btn:hover { background:#22B5A5; }

/* ── GST Invoice toggle ── */
.be-gst-toggle-wrap { margin-top:4px; }
.be-gst-toggle-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.be-gst-toggle-label input[type="checkbox"] { display:none; }
.be-gst-toggle-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1.5px dashed #C8DED9;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #2D6E64;
  font-weight: 500;
  background: #F4FAF9;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}
.be-gst-toggle-label input:checked + .be-gst-toggle-box {
  border-color: #1B998B;
  background: #E8F7F5;
  color: #0D5A52;
}
.be-gst-toggle-box:hover { border-color: #1B998B; }
.be-gst-toggle-icon { font-size: 1.1rem; }

/* ── GST Card ── */
.be-gst-section { margin-top: 4px; }
.be-gst-card {
  border: 1.5px solid #C8E6E0;
  border-radius: 10px;
  padding: 20px 22px;
  background: #F7FCFB;
  animation: beGstFadeIn 0.2s ease;
}
@keyframes beGstFadeIn {
  from { opacity:0; transform:translateY(-6px); }
  to   { opacity:1; transform:translateY(0); }
}
.be-gst-card-hdr {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1B998B;
  margin-bottom: 4px;
}
.be-gst-field-err {
  font-size: 0.72rem;
  margin-top: 3px;
  min-height: 16px;
}
.be-gst-hint {
  font-size: 0.68rem;
  color: #aaa;
  margin-top: 2px;
}
.be-gst-note {
  margin-top: 14px;
  font-size: 0.75rem;
  color: #4A7A72;
  background: #E4F4F1;
  border-radius: 6px;
  padding: 10px 12px;
  line-height: 1.5;
}

/* ── GST on confirmation page ── */
.be-conf-gst-block {
  margin-top: 12px;
  border-top: 1px solid #E8F7F5;
  padding-top: 12px;
}
.be-conf-gst-hdr {
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1B998B;
  margin-bottom: 8px;
}

/* Booking summary sidebar */
.be-layout { display:grid; grid-template-columns:1fr 320px; gap:24px; align-items:start; }
.be-summary { background:#fff; border-radius:12px; padding:24px; border:1px solid #E0E8E6; position:sticky; top:20px; }
.be-summary h4 { font-family:'Cormorant Garamond',serif; font-size:1.2rem; color:#0D2B27; margin-bottom:16px; border-bottom:1px solid #F0F4F3; padding-bottom:12px; }
.be-sum-row { display:flex; justify-content:space-between; font-size:0.82rem; color:#555; margin-bottom:8px; }
.be-sum-row.total { font-weight:700; font-size:0.95rem; color:#0D2B27; border-top:1px solid #F0F4F3; padding-top:10px; margin-top:8px; }
.be-sum-label { color:#888; }
.be-sum-prop { font-size:0.85rem; font-weight:600; color:#0D2B27; margin-bottom:4px; }
.be-sum-room { font-size:0.78rem; color:#666; margin-bottom:12px; }
.be-sum-badge { display:inline-block; background:#E8F7F5; color:#1B998B; font-size:0.68rem; padding:3px 10px; border-radius:12px; margin-bottom:12px; }

/* Step 4 - Payment */
.be-payment-card { background:#fff; border-radius:12px; padding:32px; border:1px solid #E0E8E6; }
.be-payment-card h3 { font-family:'Cormorant Garamond',serif; font-size:1.5rem; color:#0D2B27; margin-bottom:8px; }
.be-payment-card p { color:#888; font-size:0.85rem; margin-bottom:24px; }
.be-pay-logos { display:flex; gap:12px; margin-bottom:20px; flex-wrap:wrap; }
.be-pay-logo { background:#F8FBFA; border:1px solid #E0E8E6; border-radius:6px; padding:8px 16px; font-size:0.72rem; font-weight:600; color:#555; }
.be-pay-btn { width:100%; padding:18px; background:linear-gradient(135deg,#1B998B,#22B5A5); color:#fff; border:none; border-radius:8px; font-size:1.05rem; font-weight:700; cursor:pointer; box-shadow:0 4px 16px rgba(27,153,139,0.3); }
.be-pay-btn:hover { opacity:0.93; }
.be-pay-secure { text-align:center; font-size:0.72rem; color:#aaa; margin-top:12px; }
.be-enquiry-btn { width:100%; padding:16px; background:#fff; border:1.5px solid #1B998B; color:#1B998B; border-radius:8px; font-size:0.95rem; font-weight:600; cursor:pointer; }

/* Step 5 - Confirmation */
.be-confirm-card { background:#fff; border-radius:12px; padding:48px 40px; border:1px solid #E0E8E6; text-align:center; max-width:600px; margin:0 auto; }
.be-confirm-icon { width:72px; height:72px; background:#E8F7F5; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem; margin:0 auto 20px; }
.be-confirm-ref { background:#E8F7F5; border-radius:8px; padding:14px; margin:20px 0; }
.be-confirm-ref span { font-size:1.4rem; font-weight:700; color:#1B998B; letter-spacing:2px; }
.be-confirm-card h2 { font-family:'Cormorant Garamond',serif; font-size:1.8rem; color:#0D2B27; margin-bottom:8px; }
.be-confirm-card p { color:#666; font-size:0.88rem; margin-bottom:24px; }
.be-confirm-details { text-align:left; border:1px solid #E0E8E6; border-radius:8px; padding:16px; margin-bottom:24px; }
.be-cd-row { display:flex; justify-content:space-between; font-size:0.82rem; padding:6px 0; border-bottom:1px solid #F4F7F6; }
.be-cd-row:last-child { border-bottom:none; }
.be-cd-lbl { color:#888; }
.be-cd-val { font-weight:500; color:#1C1A17; }
.be-confirm-btns { display:flex; gap:12px; }
.be-confirm-btns a, .be-confirm-btns button { flex:1; padding:12px; border-radius:6px; font-size:0.88rem; font-weight:600; cursor:pointer; text-align:center; text-decoration:none; }

/* Availability notice */
.be-avail-badge { display:inline-block; font-size:0.7rem; padding:2px 10px; border-radius:12px; margin-left:8px; }
.be-avail-badge.high { background:#FFF3CD; color:#856404; }
.be-avail-badge.low { background:#F8D7DA; color:#842029; }
.be-avail-badge.ok { background:#D1E7DD; color:#0A3622; }

/* Nav bar */
.be-nav { background:#fff; border-bottom:1px solid #E0E8E6; padding:0 24px; position:sticky; top:0; z-index:100; }
.be-nav-inner { max-width:1100px; margin:0 auto; height:64px; display:flex; align-items:center; justify-content:space-between; }
.be-nav-logo { height:44px; width:auto; object-fit:contain; }
.be-nav-links { display:flex; gap:20px; align-items:center; }
.be-nav-link { font-size:0.82rem; color:#666; text-decoration:none; }
.be-nav-link:hover { color:#1B998B; }
.be-nav-btn { background:#1B998B; color:#fff; padding:8px 18px; border-radius:6px; font-size:0.82rem; font-weight:600; text-decoration:none; }

/* Mobile */
@media(max-width:768px){
  .be-layout { grid-template-columns:1fr; }
  .be-rc-top { flex-direction:column; }
  .be-rc-img { width:100%; }
  .be-rc-img img { height:200px; }
  .be-form-grid, .be-gf-grid { grid-template-columns:1fr; }
  .be-steps { overflow-x:auto; }
  .be-step { min-width:70px; font-size:0.65rem; padding:10px 4px; }
  .be-step-lbl { display:none; }
  .be-search-card { padding:24px 20px; }
  .ber-dates-row { flex-direction:column; gap:10px; }
  .ber-arrow { transform:rotate(90deg); }
  .ber-room-card { flex-direction:column; }
  .ber-room-photos { width:100%; height:220px; }
  .ber-room-photos img { height:220px; }
  .ber-actions { flex-direction:column; gap:10px; }
  .ber-proceed-btn, .ber-back-btn { width:100%; }
}

/* ══════════════════════════════════════════════
   STEP 2 — NEW ROOM CARD DESIGN (v2)
   ══════════════════════════════════════════════ */

/* Card shell */
.be-room-card {
  background: #fff;
  border: 1px solid #D8E6E2;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ── Top row: image + summary ── */
.be-rc-top {
  display: flex;
  gap: 0;
  align-items: stretch;
}

/* Image */
.be-rc-img-wrap {
  width: 280px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #EEF3F2;
}
.be-rc-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
}
.be-rc-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  color: #aaa;
  font-size: 0.82rem;
}
.be-rc-photo-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.62);
  color: #fff;
  font-size: 0.68rem;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}

/* Summary area (right of image) */
.be-rc-summary {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  border-left: 1px solid #F0F4F3;
}
.be-rc-summary-left { flex: 1; }
.be-rc-name2 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #0D2B27;
  margin-bottom: 8px;
}
.be-rc-meta2 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.be-rc-beds2 {
  font-size: 0.82rem;
  color: #666;
  margin-left: 6px;
}

/* Price block (top-right of summary) */
.be-rc-price-box2 {
  text-align: right;
  flex-shrink: 0;
  min-width: 220px;
}
.be-rc-was2 {
  font-size: 0.82rem;
  color: #bbb;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.be-rc-now2 {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
.be-rc-from2 {
  font-size: 0.75rem;
  color: #888;
}
.be-rc-price2 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1B998B;
  line-height: 1;
}
.be-rc-per2 {
  font-size: 0.75rem;
  color: #555;
}
.be-rc-taxline2 {
  font-size: 0.72rem;
  color: #1B998B;
  margin-top: 4px;
}
.be-rc-totalline2 {
  font-size: 0.78rem;
  color: #444;
  margin-top: 3px;
  font-weight: 500;
}

/* ── Tabs ── */
.be-rc-tabs-section {
  border-top: 1px solid #EEF3F2;
}
.be-rc-tab-nav {
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #EEF3F2;
  background: #FAFCFB;
}
.be-rc-tab-btn2 {
  padding: 12px 20px;
  background: none;
  border: none;
  font-size: 0.82rem;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s;
}
.be-rc-tab-btn2:hover { color: #1B998B; }
.be-rc-tab-btn2.active { color: #1B998B; border-bottom-color: #1B998B; }

/* Tab panels */
.be-tp2 { display: none; padding: 20px 24px 24px; }
.be-tp2.active { display: block; }

/* Rates panel — inclusions */
.be-rate-sec-hdr {
  font-size: 0.78rem;
  font-weight: 700;
  color: #0D2B27;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.be-rate-inclusions2 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.be-incl-item {
  font-size: 0.82rem;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.be-incl-icon {
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

/* Rate card (within Rates tab) */
.be-rate-card2 {
  border: 1px solid #E0E8E6;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.be-rate-card-enq {
  border-color: #E8E8E8;
  background: #FAFAFA;
}
.be-rate-badge2 {
  position: absolute;
  top: 0;
  right: 0;
  background: #1B998B;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-bottom-left-radius: 8px;
  white-space: nowrap;
  /* Diagonal ribbon effect */
  transform-origin: top right;
}
.be-rate-card-inner2 {
  display: flex;
  gap: 20px;
  padding: 18px 18px 18px 18px;
  align-items: flex-start;
}
.be-rate-card-left2 { flex: 1; }
.be-rate-card-title2 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D2B27;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.be-rate-off-pill2 {
  font-size: 0.68rem;
  font-weight: 600;
  background: #FFF0F5;
  color: #C0437A;
  border: 1px solid #F5C6D8;
  border-radius: 20px;
  padding: 2px 10px;
}
.be-pill-grey {
  background: #F2F2F2;
  color: #666;
  border-color: #DDD;
}
.be-rate-card-desc2 {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}
.be-rate-cancel2 {
  font-size: 0.76rem;
  color: #1B998B;
  font-weight: 500;
}

/* Cancellation policy block */
.be-cancel-policy-block {
  margin: 10px 0 0;
  padding: 10px 14px;
  background: #F9F9F7;
  border: 1px solid #E8E5DF;
  border-radius: 8px;
}

/* Booking T&C block */
.be-terms-block {
  margin: 8px 0 0;
  padding: 10px 14px;
  background: #F4F8FF;
  border: 1px solid #D6E4F7;
  border-radius: 8px;
}

/* Rate card right: price + button */
.be-rate-card-right2 {
  text-align: right;
  flex-shrink: 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.be-rrc-was {
  font-size: 0.78rem;
  color: #bbb;
  text-decoration: line-through;
}
.be-rrc-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1B998B;
}
.be-rrc-price span { font-size: 0.72rem; font-weight: 400; color: #555; }
.be-rrc-tax {
  font-size: 0.7rem;
  color: #1B998B;
}
.be-rrc-total {
  font-size: 0.72rem;
  color: #444;
  margin-bottom: 12px;
}
.be-rrc-book-btn {
  background: #1B998B;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.be-rrc-book-btn:hover { background: #158075; }
.be-rrc-enq-btn {
  background: #fff;
  color: #1B998B;
  border: 1.5px solid #1B998B;
}
.be-rrc-enq-btn:hover { background: #E8F7F5; }

/* Amenities tab */
.be-am-grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.be-am-item {
  font-size: 0.8rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F4F9F8;
  border-radius: 6px;
}

/* Photos tab */
.be-ph-grid2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.be-ph-thumb {
  width: 120px;
  height: 85px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.15s;
  border: 1px solid #E0E8E6;
}
.be-ph-thumb:hover { opacity: 0.88; transform: scale(1.03); }

/* Mobile responsive for new cards */
@media(max-width: 768px) {
  .be-rc-top { flex-direction: column; }
  .be-rc-img-wrap { width: 100%; min-height: 200px; }
  .be-rc-summary { flex-direction: column; gap: 14px; }
  .be-rc-price-box2 { text-align: left; }
  .be-rc-now2 { justify-content: flex-start; }
  .be-rate-card-inner2 { flex-direction: column; }
  .be-rate-card-right2 { text-align: left; align-items: flex-start; min-width: unset; width: 100%; }
  .be-rrc-book-btn { width: 100%; text-align: center; }
}

/* ══════════════════════════════════════════════
   REVIEW STEP — Room Photos + Rate Breakdown
   ══════════════════════════════════════════════ */

/* Header */
.ber-header {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  border: 1px solid #E0E8E6;
  margin-bottom: 20px;
}
.ber-prop-badge {
  display: inline-block;
  background: #E8F7F5;
  color: #1B998B;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.ber-dates-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ber-date-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ber-date-label {
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1B998B;
  font-weight: 600;
}
.ber-date-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D2B27;
  font-family: 'Cormorant Garamond', serif;
}
.ber-arrow {
  font-size: 1.4rem;
  color: #1B998B;
  font-weight: 300;
  padding-top: 14px;
}
.ber-night-pill {
  background: #0D2B27;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  align-self: flex-end;
  margin-bottom: 4px;
}
.ber-guest-row {
  font-size: 0.82rem;
  color: #666;
  margin-top: 2px;
}

/* Room review cards */
.ber-room-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E0E8E6;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
}
.ber-room-photos {
  width: 300px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ber-room-photos img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.ber-room-photos:hover img { transform: scale(1.04); }
.ber-photo-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 12px;
  pointer-events: none;
}
.ber-photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.ber-photo-nav:hover { background: rgba(27,153,139,0.85); }
.ber-photo-prev { left: 8px; }
.ber-photo-next { right: 8px; }

.ber-room-info {
  flex: 1;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ber-room-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0D2B27;
  margin-bottom: 4px;
}
.ber-room-meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 12px;
}
.ber-room-desc {
  font-size: 0.84rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}
.ber-room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.ber-room-tag {
  font-size: 0.72rem;
  background: #F0FAF8;
  color: #1B998B;
  border: 1px solid #C8E8E3;
  padding: 3px 10px;
  border-radius: 20px;
}

/* Rate breakdown per room */
.ber-rate-table {
  background: #F8FBFA;
  border-radius: 8px;
  border: 1px solid #E0E8E6;
  padding: 14px 16px;
  margin-top: auto;
}
.ber-rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 0.84rem;
  color: #555;
}
.ber-rate-row.total-row {
  border-top: 1px solid #D0E4E0;
  margin-top: 6px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 1rem;
  color: #0D2B27;
}
.ber-rate-row .amt {
  font-weight: 600;
  color: #0D2B27;
}
.ber-qty-badge {
  background: #1B998B;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
}

/* Grand total card */
.ber-total-card {
  background: #0D2B27;
  color: #fff;
  border-radius: 12px;
  padding: 22px 28px;
  margin-bottom: 16px;
}
.ber-total-rows { display: flex; flex-direction: column; gap: 8px; }
.ber-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.75);
}
.ber-total-row.grand {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 12px;
  margin-top: 4px;
}
.ber-total-row .val { color: #fff; font-weight: 600; }
.ber-total-row.grand .val { font-size: 1.25rem; color: #52E3C8; }

/* Trust badges */
.ber-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.ber-trust span {
  font-size: 0.76rem;
  color: #1B998B;
  background: #E8F7F5;
  border: 1px solid #C8E8E3;
  padding: 5px 12px;
  border-radius: 20px;
}

/* Actions */
.ber-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.ber-back-btn {
  background: none;
  border: 1.5px solid #D0E4E0;
  color: #666;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s, color 0.2s;
}
.ber-back-btn:hover { border-color: #1B998B; color: #1B998B; }
.ber-proceed-btn {
  flex: 1;
  background: #1B998B;
  color: #fff;
  border: none;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
  box-shadow: 0 4px 20px rgba(27,153,139,0.3);
}
.ber-proceed-btn:hover { background: #17857a; }

/* ═══════════════════════════════════════════════════
   SIDEBAR SUMMARY (Steps 3 & 4) — with thumbnail
   ═══════════════════════════════════════════════════ */
.be-summary {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E0E8E6;
  overflow: hidden;
  position: sticky;
  top: 80px;
  padding: 0;  /* override old 24px padding so thumbnail fills edge-to-edge */
}

.be-summary-thumb {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #E8F7F5;
}
.be-summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.be-summary-thumb img:hover { transform: scale(1.04); }

.be-sum-body {
  padding: 18px 18px 20px;
}

.be-sum-propname {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0D2B27;
  margin-bottom: 8px;
  line-height: 1.2;
}

.be-sum-dates {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.be-sum-arrow { color: #1B998B; font-size: 0.9rem; }

.be-sum-meta {
  font-size: 0.74rem;
  color: #888;
  margin-bottom: 14px;
}

.be-sum-room-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.be-summary-room-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F4F7F6;
  border-radius: 6px;
  padding: 7px 10px;
}
.be-sr-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: #0D2B27;
}
.be-sr-qty {
  font-size: 0.72rem;
  background: #1B998B;
  color: #fff;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 4px;
  font-weight: 600;
}
.be-sr-amt {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1B998B;
}

.be-sum-divider {
  height: 1px;
  background: #E0E8E6;
  margin: 10px 0;
}
.be-sum-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 4px;
}
.be-sum-line.total {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0D2B27;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1.5px solid #D0E4E0;
}
.be-sum-line.total span:last-child { color: #1B998B; }
.be-sum-promo { color: #16a34a !important; font-weight: 600; background: #f0fdf4; border-radius: 4px; padding: 4px 6px; margin: 2px 0 4px; font-size: 0.78rem !important; }

/* Responsive: stack on small screens */
@media (max-width: 700px) {
  .be-summary { position: static; margin-top: 20px; }
  .be-summary-thumb { height: 140px; }
}

/* ═══════════════════════════════════════════════════════
   PAYMENT METHOD CARDS — Step 4
   ═══════════════════════════════════════════════════════ */
.be-pmethods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 16px;
}

.be-pm-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid #E0EAE8;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
  background: #FAFFFE;
  user-select: none;
}
.be-pm-card:hover {
  border-color: #1B998B;
  background: #F2FBFA;
}
.be-pm-card-active {
  border-color: #1B998B !important;
  background: #EBF9F7 !important;
  box-shadow: 0 0 0 3px rgba(27,153,139,0.12);
}

.be-pm-icon {
  font-size: 1.5rem;
  min-width: 32px;
  text-align: center;
}
.be-pm-info { flex: 1; }
.be-pm-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0D2B27;
  margin-bottom: 2px;
}
.be-pm-desc {
  font-size: 0.73rem;
  color: #888;
}
.be-pm-radio {
  width: 22px; height: 22px;
  border: 2px solid #C8D8D5;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  color: #fff;
  transition: background 0.18s, border-color 0.18s;
  flex-shrink: 0;
}
.be-pm-radio-active {
  background: #1B998B;
  border-color: #1B998B;
  font-size: 0.7rem;
  font-weight: 700;
}

/* Detail panel */
.be-pmethod-detail {
  background: #F5FDFC;
  border: 1.5px solid #C8E8E4;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.be-pm-detail-hdr {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0D2B27;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.be-pm-detail-note {
  font-size: 0.78rem;
  color: #667;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Bank transfer table */
.be-pm-bank-table {
  background: #fff;
  border: 1px solid #D4ECE9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.be-pm-bank-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid #EDF5F4;
  font-size: 0.82rem;
}
.be-pm-bank-row:last-child { border-bottom: none; }
.be-pm-bank-row span {
  color: #888;
  min-width: 120px;
  font-size: 0.75rem;
}
.be-pm-bank-row strong {
  color: #0D2B27;
  font-weight: 600;
  word-break: break-all;
}
.be-pm-copy-val {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s;
}
.be-pm-copy-val:hover { color: #1B998B; }
.be-pm-copy-icon { font-size: 0.8rem; opacity: 0.7; }

/* UTR input */
.be-pm-bank-utr label {
  display: block;
  font-size: 0.72rem;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.be-pm-bank-utr input {
  width: 100%;
  border: 1.5px solid #D0E4E0;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 0.85rem;
  color: #0D2B27;
  background: #fff;
  box-sizing: border-box;
}
.be-pm-bank-utr input:focus {
  border-color: #1B998B;
  outline: none;
}

/* Payment link */
.be-pm-link-btn {
  display: inline-flex;
  align-items: center;
  background: #1B998B;
  color: #fff;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 12px;
  transition: background 0.18s;
  letter-spacing: 0.3px;
}
.be-pm-link-btn:hover { background: #158070; }
.be-pm-link-note {
  font-size: 0.73rem;
  color: #999;
  margin-top: 4px;
}

/* QR code */
.be-pm-qr-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.be-pm-qr-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border: 2px solid #D0E4E0;
  border-radius: 10px;
  cursor: zoom-in;
  background: #fff;
  padding: 8px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.be-pm-qr-img:hover {
  border-color: #1B998B;
  box-shadow: 0 4px 16px rgba(27,153,139,0.18);
}
.be-pm-qr-hint {
  font-size: 0.68rem;
  color: #aaa;
  margin-top: 4px;
  text-align: center;
}

/* QR Lightbox overlay */
.be-qr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.be-qr-modal {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 22px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.be-qr-close {
  position: absolute;
  top: 12px; right: 14px;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
}
.be-qr-modal-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}
.be-qr-modal-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border: 1.5px solid #E0EAE8;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  display: block;
  margin: 0 auto 14px;
}
.be-qr-modal-hint {
  font-size: 0.75rem;
  color: #aaa;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════
   MULTI-ROOM: QTY STEPPER
   ═══════════════════════════════════════════════════════ */
.be-rrc-qty-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: 4px;
}
.be-rrc-qty-row {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid #C8E4E0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.be-qty-btn {
  width: 36px;
  height: 36px;
  background: #F0FAFA;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1B998B;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.be-qty-btn:hover { background: #D4F0EC; }
.be-qty-btn:active { background: #B8E8E2; }
.be-qty-btn-plus { color: #fff; background: #1B998B; }
.be-qty-btn-plus:hover { background: #158075; }
.be-qty-val {
  min-width: 36px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0D2B27;
  padding: 0 4px;
  border-left: 1px solid #D4ECEB;
  border-right: 1px solid #D4ECEB;
  line-height: 36px;
  height: 36px;
  display: inline-block;
}
/* Book button active state (qty > 0) */
.be-rrc-book-btn-active {
  background: #0D7A6E !important;
  box-shadow: 0 3px 10px rgba(27,153,139,0.35);
}

/* ═══════════════════════════════════════════════════════
   MULTI-ROOM: STICKY CART BAR
   ═══════════════════════════════════════════════════════ */
.be-cart-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #0D2B27;
  color: #fff;
  padding: 14px 24px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.18);
  flex-wrap: wrap;
  margin-top: 16px;
}
.be-cart-bar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}
.be-cart-bar-icon {
  font-size: 1.4rem;
}
.be-cart-bar-summary {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2px;
}
.be-cart-bar-rooms {
  font-size: 0.72rem;
  color: #8ECEC8;
  margin-top: 2px;
}
.be-cart-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.be-cart-bar-total {
  font-size: 1rem;
  font-weight: 700;
  color: #4FDDD0;
  white-space: nowrap;
}
.be-cart-bar-btn {
  background: #1B998B;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.be-cart-bar-btn:hover { background: #14877A; }

@media (max-width: 600px) {
  .be-cart-bar { padding: 12px 16px; border-radius: 12px 12px 0 0; }
  .be-cart-bar-right { width: 100%; justify-content: space-between; }
  .be-cart-bar-btn { flex: 1; text-align: center; }
  .be-rrc-qty-wrap { align-items: stretch; }
  .be-rrc-qty-row { justify-content: center; }
}

/* ═══════════════════════════════════════════════════════
   CONFIRMATION VOUCHER — Step 5
   ═══════════════════════════════════════════════════════ */
.be-voucher {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #D8E8E5;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.85rem;
  color: #222;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* Header */
.be-v-header {
  background: #fff;
  border-bottom: 2px solid #1B998B;
  padding: 20px 28px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.be-v-logo {
  height: 54px;
  max-width: 160px;
  object-fit: contain;
}
.be-v-hotel-name {
  font-size: 0.72rem;
  color: #888;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-left: 1.5px solid #D0E8E4;
  padding-left: 14px;
  margin-left: 2px;
}

/* Intro */
.be-v-intro {
  padding: 14px 28px;
  font-size: 0.82rem;
  color: #555;
  background: #F8FFFE;
  border-bottom: 1px solid #E8F4F2;
  margin: 0;
  line-height: 1.5;
}

/* Alert box */
.be-v-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #FFFBEA;
  border: 1.5px solid #F0C040;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 0.8rem;
  color: #7A5C00;
  border-left: none;
  border-right: none;
}
.be-v-alert-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Reservation block */
.be-v-res-block {
  padding: 20px 28px;
  border-bottom: 1px solid #E8F0EE;
  background: #FAFFFE;
}
.be-v-res-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D0E8E4;
}
.be-v-prop-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0D2B27;
}
.be-v-res-id {
  font-size: 0.72rem;
  color: #888;
}
.be-v-res-id strong {
  color: #1B998B;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
}
.be-v-res-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  font-size: 0.82rem;
  flex-wrap: wrap;
}
.be-v-res-label {
  color: #888;
  min-width: 130px;
  font-size: 0.75rem;
}
.be-v-res-val {
  color: #222;
  font-weight: 500;
}
.be-v-rooms-nights {
  font-size: 0.78rem;
  color: #1B998B;
  font-weight: 600;
  margin-left: auto;
}
.be-v-contact-row {
  gap: 8px;
  font-size: 0.8rem;
  color: #444;
}
.be-v-contact-row a {
  color: #1B998B;
  text-decoration: underline;
}
.be-v-contact-sep {
  color: #ccc;
  padding: 0 4px;
}
.be-v-dates-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0 6px;
  flex-wrap: wrap;
}
.be-v-date-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.be-v-date-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #aaa;
}
.be-v-date-val {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D2B27;
}
.be-v-date-arrow {
  color: #1B998B;
  font-size: 1rem;
  font-weight: 700;
}

/* Room detail blocks */
.be-v-room-block {
  border-bottom: 1px solid #E8F0EE;
}
.be-v-room-hdr {
  background: #E8F7F5;
  padding: 10px 28px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0D5C52;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #C8E8E4;
}
.be-v-room-details {
  padding: 10px 28px 14px;
}
.be-v-room-row {
  display: flex;
  align-items: baseline;
  font-size: 0.8rem;
  padding: 4px 0;
  color: #444;
  gap: 6px;
}
.be-v-room-row > span:first-child {
  min-width: 130px;
  color: #666;
  font-size: 0.75rem;
}
.be-v-room-row > span:last-child {
  margin-left: auto;
  text-align: right;
  font-weight: 500;
  color: #222;
}
.be-v-dots {
  flex: 1;
  border-bottom: 1px dashed #D0D8D6;
  margin: 0 6px;
  height: 1px;
  align-self: center;
}
.be-v-room-price {
  color: #222;
}
.be-v-room-price > span:first-child {
  color: #444;
}
.be-v-room-divider {
  height: 1px;
  background: #E8F0EE;
  margin: 8px 0;
}

/* Price breakdown */
.be-v-price-block {
  padding: 16px 28px;
  border-bottom: 1px solid #E8F0EE;
  background: #FAFFFE;
}
.be-v-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.82rem;
  padding: 5px 0;
  color: #444;
  border-bottom: 1px dashed #EAF2F0;
}
.be-v-price-row:last-child { border-bottom: none; }
.be-v-price-grand {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0D2B27;
  padding: 10px 0 8px;
  border-top: 1.5px solid #C8E0DC;
  margin-top: 4px;
  border-bottom: none;
}
.be-v-price-grand span:last-child { color: #1B998B; }
.be-v-price-promo { color: #16a34a; font-weight: 600; background: #f0fdf4; border-radius: 4px; padding: 5px 6px; margin: 2px 0; }
.be-v-price-promo span:first-child { font-size: 0.78rem; }
.be-v-paid-yes { color: #1B998B; font-weight: 700; }
.be-v-paid-no  { color: #E05252; font-weight: 700; }
.be-v-price-balance {
  font-weight: 600;
  color: #333;
}
.be-v-price-balance em {
  font-size: 0.68rem;
  font-style: normal;
  color: #999;
  margin-left: 4px;
}

/* GST block */
.be-v-gst-block {
  padding: 14px 28px;
  background: #F5FCFF;
  border-bottom: 1px solid #E0EEF8;
}
.be-v-gst-hdr {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1B6090;
  margin-bottom: 10px;
}
.be-v-gst-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.8rem;
  padding: 4px 0;
  color: #333;
}
.be-v-gst-row > span:first-child {
  min-width: 120px;
  color: #888;
  font-size: 0.74rem;
}

/* Action buttons */
.be-v-actions {
  display: flex;
  gap: 12px;
  padding: 20px 28px;
  background: #F8FFFE;
  flex-wrap: wrap;
}
.be-v-btn {
  flex: 1;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-width: 120px;
  transition: background 0.18s;
}
.be-v-btn-ghost {
  background: #E8F7F5;
  color: #1B998B;
}
.be-v-btn-ghost:hover { background: #D0EDE9; }
.be-v-btn-primary {
  background: #1B998B;
  color: #fff;
}
.be-v-btn-primary:hover { background: #158070; }

/* Print styles */
@media print {
  .be-nav, .be-step-bar, .be-v-actions,
  .fab-wa-wrap, .fab-top { display: none !important; }
  .be-voucher { border: none; box-shadow: none; max-width: 100%; }
  .be-pane { display: block !important; }
  #bePane1, #bePane2, #bePaneR, #bePane3, #bePane4 { display: none !important; }
}

@media (max-width: 600px) {
  .be-v-header { padding: 16px 18px; }
  .be-v-intro, .be-v-alert { padding: 12px 18px; }
  .be-v-res-block, .be-v-room-details, .be-v-price-block,
  .be-v-gst-block, .be-v-actions { padding-left: 18px; padding-right: 18px; }
  .be-v-room-hdr { padding: 10px 18px; }
  .be-v-res-label, .be-v-room-row > span:first-child { min-width: 100px; }
  .be-v-rooms-nights { margin-left: 0; }
}

/* ── Live inventory availability badges ─────────────────────────── */
.be-avail-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}
.be-avail-low {
  background: #FFF3E0;
  color: #E65100;
  border: 1px solid #FFCC80;
}

/* ── Airpay credit card network badges ─────────────────────────────────── */
.be-cc-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.be-cc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid;
}
.be-cc-visa   { background: #1a1f71; color: #fff; border-color: #1a1f71; }
.be-cc-mc     { background: #eb001b; color: #fff; border-color: #eb001b; }
.be-cc-rupay  { background: #005da6; color: #fff; border-color: #005da6; }
.be-cc-upi    { background: #097939; color: #fff; border-color: #097939; }
.be-cc-nb     { background: #f5f5f5; color: #333; border-color: #ccc; }

/* ── Rate Plan Tabs (booking page) ──────────────────────────── */
.be-plan-tab-nav {
  display: flex;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.be-plan-tab-btn {
  flex: 1;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 8px;
  background: #f8f8f6;
  border: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.be-plan-tab-btn:last-child { border-right: none; }
.be-plan-tab-btn .be-ptb-code {
  font-size: 0.88rem;
  font-weight: 800;
  color: #555;
  letter-spacing: 0.05em;
}
.be-plan-tab-btn .be-ptb-price {
  font-size: 0.72rem;
  color: #888;
  margin-top: 2px;
}
.be-plan-tab-btn.active {
  background: #0D2B27;
  border-right-color: #0D2B27;
}
.be-plan-tab-btn.active .be-ptb-code { color: #fff; }
.be-plan-tab-btn.active .be-ptb-price { color: rgba(255,255,255,0.75); }
.be-plan-tab-btn:hover:not(.active) { background: #eef7f5; }

.be-plan-panel { display: none; }
.be-plan-panel.active { display: block; }

/* Rate plan badge in review step */
.ber-plan-badge {
  display: inline-block;
  background: #1B997B;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════════════════════
   BOOKING ENGINE — Promo Code Block (Review Step)
   ═══════════════════════════════════════════════════════════ */

.be-promo-block {
  background: #fafaf7;
  border: 1px solid #e0ddd5;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 14px 0 10px;
}

.be-promo-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.be-promo-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.be-promo-input {
  flex: 1;
  padding: 9px 12px;
  border: 1.5px solid #c9c5bb;
  border-radius: 7px;
  font-size: 0.88rem;
  font-family: monospace;
  letter-spacing: 2px;
  font-weight: 600;
  color: #1C1A17;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.be-promo-input:focus { border-color: var(--gold, #C9A84C); }

.be-promo-apply-btn {
  padding: 9px 18px;
  background: #1C1A17;
  color: #C9A84C;
  border: none;
  border-radius: 7px;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.be-promo-apply-btn:hover { background: #333; }

.be-promo-remove-btn {
  padding: 9px 11px;
  background: #f5f0e8;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
}
.be-promo-remove-btn:hover { background: #ffe8e8; color: #c0392b; }

.be-promo-msg {
  font-size: 0.8rem;
  margin-top: 8px;
  min-height: 16px;
  font-weight: 600;
}
.be-promo-ok  { color: #1a7a50; }
.be-promo-err { color: #c0392b; }

/* Promo discount row in total card */
.ber-total-row.promo-disc-row {
  border-top: 1px dashed #d5d0c5;
  padding-top: 8px;
}
.ber-total-row.promo-disc-row .val.promo-saving {
  color: #1a7a50;
  font-weight: 700;
}
