/* Back Nav Bar Sticky */
.back-nav-barXX {
  position: sticky;
  top: 82px;
  /* Adjust if header height differs */
  z-index: 98;
  background-color: #ffffff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.back-nav-bar .container {
  padding-left: 0;
}

.back-link {
  color: #00436e;
  font-family: "AvenirLTStdBook";
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
    
.back-link:hover {
        color: #002e4d;
    }

.deze-link {
    color:#fff;
    font-family: "AvenirLTStdBook";
    font-size: 20px;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2px;
    margin-right: -4px;
}

.deze-link:hover {
    color: #fff;
}

.zalen-link {
    color: #364153;
    font-family: "AvenirLTStdBook";
    font-size: 18px;
    text-decoration: underline;
    display: inline-flex;
}

/* Modern Sidebar Redesign */
.room-sidebar-modern {
    background: #ffffff;
    padding: 35px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    position: sticky;
    top: 150px;
    z-index: 10;
}

@media (max-width: 1200px) {
  .room-sidebar-modern {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .room-sidebar-modern {
    margin-top: -650px;
    /* Pulled up to overlap banner */
  }
}

.room-sidebar-modern .price-header {
  margin-bottom: 20px;
}

.room-sidebar-modern .dagdeel-label {
  display: block;
  font-family: "AvenirLTStdBook";
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.room-sidebar-modern .price-amount {
  font-family: "AvenirHeavy";
  font-size: 22px;
  color: #102656;
  margin: 0;
  font-weight: 300 !important;
}

.room-sidebar-modern .sidebar-divider {
  border-top: 1px solid #eeeeee;
  margin: 25px 0;
  opacity: 1;
}

.room-sidebar-modern .spec-item-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 16px;
  color: #d1d9e6;
}

.room-sidebar-modern .spec-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a5565;
  font-family: "AvenirLTStdBook";
  font-size: 14px;
}

.room-sidebar-modern .spec-left i {
  color: #4a5565;
  font-size: 14px;
  width: 20px;
  text-align: center;
}

.room-sidebar-modern .spec-right {
  font-family: "AvenirHeavy";
  color: #102656;
  font-weight: 400 !important;
  font-size: 14px;
}

.room-sidebar-modern .action-block {
  margin-top: 35px;
}

.room-sidebar-modern .btn-teal-full {
  background-color: #1d4e56;
  color: #ffffff;
  width: 100%;
  padding: 16px;
  font-family: "AvenirLTStdBook";
  font-size: 16px;
  border: none;
  border-radius: 4px;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.room-sidebar-modern .btn-teal-full:hover {
  background-color: #14373d;
  color: #ffffff;
}

.room-sidebar-modern .action-footer {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  font-family: "AvenirLTStdBook";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.room-sidebar-modern .action-footer i {
  color: #28a745;
}
