/* ================================================================
   RESTRYA HOTEL – EDITORIAL HIMALAYAN BOUTIQUE RETREAT
   Bespoke luxury stylesheet for boutique.php
   ================================================================ */

:root {
  --bq-gold: #a06e19;
  --bq-gold-light: #c5a880;
  --bq-gold-dark: #7a5210;
  --bq-gold-glow: rgba(160, 110, 25, 0.18);
  --bq-dark: #121214;
  --bq-dark-soft: #1c1c20;
  --bq-walnut: #2e2621;
  --bq-cream: #faf7f2;
  --bq-cream-warm: #f3ece1;
  --bq-sand: #e6ded3;
  --bq-body: #55555c;
  --bq-border: rgba(160, 110, 25, 0.2);
  --bq-border-subtle: rgba(0, 0, 0, 0.08);
  --bq-radius-lg: 18px;
  --bq-radius: 12px;
  --bq-radius-sm: 6px;
  --bq-shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.04);
  --bq-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  --bq-shadow-hover: 0 20px 45px rgba(160, 110, 25, 0.18);
  --font-serif: 'Marcellus', 'Playfair Display', Georgia, serif;
  --font-sans: 'Jost', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--font-sans);
  color: var(--bq-body);
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--bq-dark);
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ================================================================
   1. EDITORIAL HERO
   ================================================================ */
.bq-hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  padding: 160px 20px 110px;
  text-align: center;
  overflow: hidden;
}

.bq-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.55) 0%,
    rgba(14, 14, 16, 0.72) 65%,
    rgba(14, 14, 16, 0.92) 100%
  );
  z-index: 1;
}

.bq-hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}

.bq-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #f7e4ce;
  background: rgba(160, 110, 25, 0.22);
  border: 1px solid var(--bq-gold);
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.bq-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.8vw, 68px);
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 24px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.bq-hero-text {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.7;
  max-width: 740px;
  margin: 0 auto 38px;
}

.bq-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-bq-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bq-gold);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 50px;
  border: 1px solid var(--bq-gold);
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(160, 110, 25, 0.35);
  text-decoration: none;
}

.btn-bq-gold:hover {
  background: #b88126;
  border-color: #b88126;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(160, 110, 25, 0.45);
}

.btn-bq-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
  text-decoration: none;
}

.btn-bq-outline:hover {
  background: #ffffff;
  color: var(--bq-dark) !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.bq-hero-breadcrumbs {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  padding: 0;
}

.bq-hero-breadcrumbs a {
  color: var(--bq-gold-light);
  text-decoration: none;
}

/* ================================================================
   COMMON SECTION HEADINGS
   ================================================================ */
.bq-section-header {
  margin-bottom: 50px;
}

.bq-section-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bq-gold);
  margin-bottom: 12px;
}

.bq-section-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.6vw, 44px);
  color: var(--bq-dark);
  line-height: 1.22;
  margin-bottom: 16px;
}

.bq-section-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--bq-body);
  max-width: 720px;
  margin: 0 auto;
}

.bq-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 22px;
}

.bq-divider::before,
.bq-divider::after {
  content: '';
  height: 1px;
  width: 50px;
  background: var(--bq-gold);
  opacity: 0.35;
}

.bq-divider i {
  color: var(--bq-gold);
  font-size: 10px;
}

/* ================================================================
   2. INTRODUCTION (EDITORIAL RETREAT IN THE HILLS)
   ================================================================ */
.bq-intro-section {
  padding: 110px 0;
  background: #ffffff;
}

.bq-intro-media {
  position: relative;
}

.bq-intro-img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--bq-radius-lg);
  box-shadow: var(--bq-shadow);
}

.bq-intro-floating-card {
  position: absolute;
  bottom: -28px;
  left: -28px;
  background: var(--bq-dark);
  border: 1px solid var(--bq-gold);
  border-radius: var(--bq-radius);
  padding: 24px 30px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  max-width: 270px;
}

.bq-intro-floating-card .year {
  font-family: var(--font-serif);
  font-size: 32px;
  color: var(--bq-gold-light);
  line-height: 1;
}

.bq-intro-floating-card .label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}

.bq-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 34px 0;
}

.bq-pillar-box {
  background: var(--bq-cream);
  border: 1px solid var(--bq-border);
  border-radius: var(--bq-radius);
  padding: 20px 18px;
  transition: all 0.3s ease;
}

.bq-pillar-box:hover {
  background: #ffffff;
  border-color: var(--bq-gold);
  transform: translateY(-3px);
  box-shadow: var(--bq-shadow-sm);
}

.bq-pillar-title {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--bq-dark);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bq-pillar-title i {
  color: var(--bq-gold);
  font-size: 13px;
}

.bq-pillar-desc {
  font-size: 13px;
  color: var(--bq-body);
  margin: 0;
  line-height: 1.5;
}

/* ================================================================
   3. THE BOUTIQUE EXPERIENCE (OVERLAPPING EDITORIAL)
   ================================================================ */
.bq-experience-section {
  padding: 110px 0;
  background: var(--bq-cream);
  position: relative;
  overflow: hidden;
}

.bq-exp-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bq-exp-card {
  background: #ffffff;
  border-radius: var(--bq-radius-lg);
  border: 1px solid var(--bq-border);
  overflow: hidden;
  box-shadow: var(--bq-shadow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.bq-exp-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bq-shadow-hover);
  border-color: var(--bq-gold);
}

.bq-exp-img-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.bq-exp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.bq-exp-card:hover .bq-exp-img-wrap img {
  transform: scale(1.08);
}

.bq-exp-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bq-exp-num {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--bq-gold-light);
  line-height: 1;
  margin-bottom: 12px;
}

.bq-exp-title {
  font-size: 22px;
  margin-bottom: 12px;
}

.bq-exp-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--bq-body);
  margin-bottom: 0;
}

/* ================================================================
   4. ARCHITECTURE & DESIGN (MAGAZINE STYLE)
   ================================================================ */
.bq-architecture-section {
  padding: 110px 0;
  background: #ffffff;
}

.bq-arch-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  align-items: stretch;
}

.bq-arch-tile {
  position: relative;
  border-radius: var(--bq-radius);
  overflow: hidden;
  box-shadow: var(--bq-shadow-sm);
  background: var(--bq-dark);
}

.bq-arch-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.3s ease;
}

.bq-arch-tile:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}

.bq-arch-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 14, 16, 0.85) 100%);
  color: #ffffff;
}

.bq-arch-caption h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 3px;
}

.bq-arch-caption span {
  font-size: 12px;
  color: var(--bq-gold-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tile-span-8 {
  grid-column: span 8;
  height: 380px;
}

.tile-span-4 {
  grid-column: span 4;
  height: 380px;
}

.tile-span-4-sub {
  grid-column: span 4;
  height: 300px;
}

/* ================================================================
   5. ROOMS & SUITES (LARGE HORIZONTAL SHOWCASE)
   ================================================================ */
.bq-rooms-section {
  padding: 110px 0;
  background: var(--bq-cream);
}

.bq-room-showcase {
  background: #ffffff;
  border-radius: var(--bq-radius-lg);
  border: 1px solid var(--bq-border);
  box-shadow: var(--bq-shadow);
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.35s ease;
}

.bq-room-showcase:hover {
  transform: translateY(-6px);
  box-shadow: var(--bq-shadow-hover);
  border-color: var(--bq-gold);
}

.bq-room-media-wrap {
  height: 100%;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.bq-room-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.bq-room-showcase:hover .bq-room-media-wrap img {
  transform: scale(1.06);
}

.bq-room-tag-floating {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(18, 18, 20, 0.88);
  backdrop-filter: blur(8px);
  color: var(--bq-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  border-left: 3px solid var(--bq-gold);
}

.bq-room-details-wrap {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.bq-room-name {
  font-size: 28px;
  margin-bottom: 12px;
}

.bq-room-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--bq-body);
  margin-bottom: 24px;
}

.bq-room-specs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px 0;
  margin-bottom: 26px;
  border-top: 1px solid var(--bq-border-subtle);
  border-bottom: 1px solid var(--bq-border-subtle);
}

.bq-room-spec-item {
  display: flex;
  flex-direction: column;
}

.bq-room-spec-item .spec-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bq-gold);
  font-weight: 600;
  margin-bottom: 4px;
}

.bq-room-spec-item .spec-val {
  font-size: 13.5px;
  color: var(--bq-dark);
  font-weight: 500;
}

.bq-room-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* ================================================================
   6. DETAILS THAT MATTER (IMAGE COLLAGE + TEXT BLOCKS)
   ================================================================ */
.bq-details-section {
  padding: 110px 0;
  background: #ffffff;
}

.bq-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bq-detail-card {
  background: var(--bq-cream);
  border: 1px solid var(--bq-border);
  border-radius: var(--bq-radius);
  overflow: hidden;
  transition: all 0.3s ease;
}

.bq-detail-card:hover {
  transform: translateY(-5px);
  border-color: var(--bq-gold);
  box-shadow: var(--bq-shadow);
}

.bq-detail-img-box {
  height: 200px;
  overflow: hidden;
}

.bq-detail-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bq-detail-card:hover .bq-detail-img-box img {
  transform: scale(1.08);
}

.bq-detail-content {
  padding: 24px 20px;
}

.bq-detail-heading {
  font-family: var(--font-serif);
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--bq-dark);
}

.bq-detail-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--bq-body);
  margin-bottom: 0;
}

/* ================================================================
   7. LIFE AT RESTRYA (SLOW DOWN. STAY LONGER)
   ================================================================ */
.bq-life-section {
  padding: 110px 0;
  background: #151518;
  color: #ffffff;
}

.bq-life-section .bq-section-title {
  color: #ffffff;
}

.bq-life-section .bq-section-desc {
  color: rgba(255, 255, 255, 0.8);
}

.bq-life-card {
  position: relative;
  border-radius: var(--bq-radius);
  overflow: hidden;
  height: 380px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
}

.bq-life-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.bq-life-card:hover img {
  transform: scale(1.08);
}

.bq-life-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.1) 0%,
    rgba(14, 14, 16, 0.88) 100%
  );
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}

.bq-life-card:hover .bq-life-overlay {
  background: linear-gradient(
    180deg,
    rgba(160, 110, 25, 0.2) 0%,
    rgba(14, 14, 16, 0.94) 100%
  );
}

.bq-life-time {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bq-gold-light);
  margin-bottom: 6px;
}

.bq-life-title {
  font-family: var(--font-serif);
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}

.bq-life-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  margin-bottom: 0;
}

/* ================================================================
   8. DINING SECTION
   ================================================================ */
.bq-dining-section {
  padding: 110px 0;
  background: #ffffff;
}

.bq-dining-media-frame {
  position: relative;
  border-radius: var(--bq-radius-lg);
  overflow: hidden;
  box-shadow: var(--bq-shadow);
}

.bq-dining-media-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.bq-dining-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(18, 18, 20, 0.88);
  border: 1px solid var(--bq-gold);
  border-radius: 50px;
  padding: 8px 20px;
  color: var(--bq-gold-light);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

/* ================================================================
   9. NALDEHRA (WIDE SCENIC LOCATION SECTION)
   ================================================================ */
.bq-naldehra-section {
  padding: 110px 0;
  background: var(--bq-cream);
}

.bq-naldehra-banner {
  position: relative;
  border-radius: var(--bq-radius-lg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
  color: #ffffff;
  box-shadow: var(--bq-shadow);
  margin-bottom: 50px;
}

.bq-naldehra-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(14, 14, 16, 0.88) 0%,
    rgba(14, 14, 16, 0.6) 60%,
    rgba(14, 14, 16, 0.4) 100%
  );
}

.bq-naldehra-banner-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.bq-routes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.bq-route-card {
  background: #ffffff;
  border-radius: var(--bq-radius);
  border: 1px solid var(--bq-border);
  padding: 24px 18px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--bq-shadow-sm);
}

.bq-route-card:hover {
  transform: translateY(-5px);
  border-color: var(--bq-gold);
  box-shadow: var(--bq-shadow);
}

.bq-route-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--bq-cream-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bq-gold);
  font-size: 18px;
  transition: all 0.3s ease;
}

.bq-route-card:hover .bq-route-icon {
  background: var(--bq-gold);
  color: #ffffff;
}

.bq-route-name {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--bq-dark);
  margin-bottom: 4px;
}

.bq-route-dist {
  font-size: 12px;
  color: var(--bq-body);
  margin: 0;
}

/* ================================================================
   10. ASYMMETRIC LUXURY GALLERY
   ================================================================ */
.bq-gallery-section {
  padding: 110px 0;
  background: #ffffff;
}

.bq-asym-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 18px;
}

.bq-asym-item {
  position: relative;
  border-radius: var(--bq-radius-sm);
  overflow: hidden;
  box-shadow: var(--bq-shadow-sm);
  cursor: pointer;
}

.bq-asym-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.bq-asym-item:hover img {
  transform: scale(1.08);
}

.bq-asym-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 18, 20, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bq-asym-overlay i {
  color: #ffffff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(160, 110, 25, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bq-asym-item:hover .bq-asym-overlay {
  opacity: 1;
}

.asym-col-6 { grid-column: span 6; }
.asym-col-3 { grid-column: span 3; }
.asym-col-4 { grid-column: span 4; }
.asym-row-2 { grid-row: span 2; }

/* ================================================================
   11. FINAL SECTION (COME AWAY TO THE MOUNTAINS)
   ================================================================ */
.bq-final-section {
  position: relative;
  padding: 140px 20px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
}

.bq-final-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.75) 0%,
    rgba(14, 14, 16, 0.88) 100%
  );
  z-index: 1;
}

.bq-final-box {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(22, 22, 26, 0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(160, 110, 25, 0.35);
  border-radius: var(--bq-radius-lg);
  padding: 60px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.bq-final-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4.5vw, 52px);
  color: #ffffff;
  margin-bottom: 18px;
}

.bq-final-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 36px;
}

.bq-final-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ================================================================
   RESPONSIVE DESIGN
   ================================================================ */
@media (max-width: 991px) {
  .bq-intro-floating-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    max-width: 100%;
  }
  .bq-exp-cards-row {
    grid-template-columns: 1fr;
  }
  .tile-span-8, .tile-span-4, .tile-span-4-sub {
    grid-column: span 12;
    height: 300px;
  }
  .bq-room-media-wrap {
    min-height: 280px;
  }
  .bq-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bq-routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .asym-col-6, .asym-col-3, .asym-col-4 {
    grid-column: span 6;
  }
  .asym-row-2 {
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .bq-pillars-grid {
    grid-template-columns: 1fr;
  }
  .bq-details-grid {
    grid-template-columns: 1fr;
  }
  .bq-routes-grid {
    grid-template-columns: 1fr;
  }
  .bq-room-specs-list {
    grid-template-columns: 1fr;
  }
  .asym-col-6, .asym-col-3, .asym-col-4 {
    grid-column: span 12;
  }
  .bq-final-box {
    padding: 40px 20px;
  }
}
