@charset "UTF-8";
.hero {
  color: white;
}
.hero i {
  font-size: 24px;
  margin-right: 12px;
}
.hero p {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.hero p .fw-bold {
  margin-right: 9px;
}
.hero .col-4 {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
}

@media (max-width: 769px) {
  .hero {
    margin-top: -72px;
  }
}
.hotel-basic-info {
  margin-top: 21px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.hotel-basic-info h5, .hotel-basic-info p {
  font-size: 120%;
  display: inline-flex;
  align-items: center;
}
.hotel-basic-info i {
  font-size: 120%;
  color: var(--bs-secondary);
  margin-right: 9px;
}
.hotel-basic-info div {
  display: flex;
  flex-direction: column;
}
.hotel-basic-info div p {
  margin-bottom: 21px;
}
.hotel-basic-info div p:last-child {
  margin-bottom: 0;
}

.map-section {
  width: 100%;
  height: 100%;
}

/* ── Steps layout ── */
.hotel-v3-steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  margin-top: 22px;
  align-items: start;
}

.hotel-v3-main-content {
  min-width: 0;
}

/* ── Step header ── */
.hotel-v3-steps-header {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 22px;
  color: #1a1a1a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.hotel-v3-steps-badge {
  display: inline-block;
  background: rgba(var(--bs-secondary-rgb), 0.1);
  color: var(--bs-secondary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.hotel-v3-steps-title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #111827;
}

.hotel-v3-steps-subtitle {
  margin: 6px 0 16px;
  color: #6b7280;
  font-size: 14.5px;
  line-height: 1.5;
}

.hotel-v3-progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
}

.hotel-v3-progress-fill {
  width: 0;
  height: 100%;
  background: var(--bs-secondary);
  transition: width 0.3s ease;
  border-radius: 999px;
}

.hotel-v3-steps-indicator {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hotel-v3-step-pill {
  border-radius: 999px;
  border: 1.5px solid #e5e7eb;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
  transition: all 0.15s ease;
}
.hotel-v3-step-pill:hover {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}
.hotel-v3-step-pill small {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.hotel-v3-step-pill.active {
  border-color: var(--bs-secondary);
  background: var(--bs-secondary);
  color: #fff;
}
.hotel-v3-step-pill.active small {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Room steps ── */
.room-step {
  display: none;
}

.room-step.active {
  display: block;
}

.room-step-heading {
  margin-bottom: 16px;
}
.room-step-heading h3 {
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 800;
}
.room-step-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.room-step-actions {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 18px;
}

/* ── Summary sidebar ── */
.hotel-v3-summary-sidebar {
  position: sticky;
  top: 120px;
}

.hotel-v3-summary-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.hotel-v3-summary-card h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 800;
}
.hotel-v3-summary-card h4::before {
  content: "\f588";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: var(--bs-secondary);
}

.hotel-v3-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-v3-summary-item {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}

.hotel-v3-summary-item.active {
  border-color: var(--bs-secondary);
  border-style: dashed;
  background: rgba(var(--bs-secondary-rgb), 0.06);
}

.hotel-v3-summary-item.has-selection {
  border-style: solid;
  border-color: #059669;
  background: #f0fdf4;
}

.hotel-v3-summary-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.hotel-v3-summary-badge-selected {
  background: #dcfce7;
  color: #16a34a;
}

.hotel-v3-summary-badge-pending {
  background: rgba(var(--bs-secondary-rgb), 0.06);
  color: var(--bs-secondary);
}

.hotel-v3-summary-room-title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}

.hotel-v3-summary-selection {
  margin: 3px 0 0;
  color: #6b7280;
  font-size: 12.5px;
}

.hotel-v3-summary-room-name {
  margin: 3px 0 0;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
}

.hotel-v3-summary-price {
  margin: 4px 0 0;
  font-weight: 800;
  font-size: 16px;
  color: #111827;
}

.hotel-v3-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f3f4f6;
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 14px;
}
.hotel-v3-summary-total span {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hotel-v3-summary-total strong {
  font-size: 22px;
  color: #111827;
}

.hotel-v3-summary-vat-note {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #9ca3af;
  margin-top: -10px;
  margin-bottom: 14px;
}

#add-to-cart-summary {
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* ── Responsive ── */
@media (max-width: 769px) {
  .result-area {
    margin-bottom: 21px;
  }
  .page-hotel-detail.first-row {
    flex-direction: column;
  }
  .page-hotel-detail.first-row .col-md-4 {
    height: 36vh;
    margin-top: 21px;
  }
  .hotel-basic-info {
    grid-template-columns: 1fr;
  }
  .hotel-basic-info div p:last-child {
    margin-bottom: 10px;
  }
  .btn-hotel-search-bar {
    bottom: -18px;
  }
}
@media (max-width: 992px) {
  .hotel-v3-steps-layout {
    grid-template-columns: 1fr;
  }
  .hotel-v3-summary-sidebar {
    position: static;
  }
}
.search-bar-compact .search-bar {
  grid-template-columns: 1fr;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 12px 15px 12px 15px;
  row-gap: 0;
  column-gap: 10px;
}
.search-bar-compact .search-bar .input-1st-destination {
  flex: 2 1 0;
  min-width: 0;
}
.search-bar-compact .search-bar .input-1st-dates {
  flex: 2 1 0;
  min-width: 0;
}
.search-bar-compact .search-bar .input-1st-guest {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.search-bar-compact .search-bar .input-1st-citizenship {
  flex: 2 1 0;
  min-width: 0;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
}
.search-bar-compact .search-bar .input-1st-citizenship .input-1st-group {
  min-width: 0;
}
.search-bar-compact .search-bar .input-1st-citizenship input[type=submit] {
  padding: 8px 24px;
  white-space: nowrap;
}
.search-bar-compact .search-bar .input-1st-group {
  padding: 5px 12px;
}
.search-bar-compact .search-bar .input-1st-group .icon-1st i {
  font-size: 20px;
  margin-right: 6px;
}
.search-bar-compact .search-bar .input-1st-group .input-1st {
  padding-left: 8px;
}
.search-bar-compact .search-bar .input-1st-group .input-1st label {
  font-size: 12px;
  line-height: 14px;
}
.search-bar-compact .search-bar .input-1st-group .input-1st button, .search-bar-compact .search-bar .input-1st-group .input-1st input, .search-bar-compact .search-bar .input-1st-group .input-1st select {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .search-bar-compact .search-bar {
    flex-direction: column;
  }
  .search-bar-compact .search-bar .input-1st-destination,
  .search-bar-compact .search-bar .input-1st-dates,
  .search-bar-compact .search-bar .input-1st-guest,
  .search-bar-compact .search-bar .input-1st-citizenship {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=hotel-detail.css-RDdDy7q.map */
