/*==================================================================
  Venue pages — seminar rooms, conference rooms, auditoria,
  cafeteria, Japanese garden, convention center, floor plans.
  Supplements css/style.css (Heritage theme); loaded after it.
==================================================================*/

/* Even rhythm between the hero band and the page body */
.page-hero + .container.mt-5 { margin-top: 2.5rem !important; }

/* Eyebrow variant for the vermillion header band (meeting-halls.html) */
.page-eyebrow--light { color: rgba(255, 255, 255, .92); }
.page-eyebrow--light::before { background: rgba(255, 255, 255, .65); }

/* Floor-plan captions read as labels under their thumbnails */
.col-md-3 h3.text-center.pt-3 {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--iith-indigo);
    margin-bottom: .35rem;
}

/* Booking CTA: comfortable tap target on small screens */
@media (max-width: 575.98px) {
    .text-center .btn-lg { display: block; width: 100%; }
}
