/* ════ HERO ════ */
    .dom-hero { position:relative; height:500px; display:flex; align-items:flex-end; overflow:hidden; }
    .dom-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
    .dom-hero-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.2) 55%,transparent 100%); }
    .dom-hero-inner { position:relative; z-index:2; width:100%; max-width:1720px; margin:0 auto; padding:0 36px 44px; }
    .dom-hero-kicker { display:inline-block; background:var(--primary); color:#fff; font-size:11px; font-weight:800; padding:4px 14px; border-radius:20px; letter-spacing:.07em; text-transform:uppercase; margin-bottom:12px; }
    .dom-hero-title { font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(1.9rem,4.5vw,3rem); color:#fff; line-height:1.18; margin-bottom:12px; }
    .dom-hero-title span { color:#ffb74d; }
    .dom-hero-sub { color:rgba(255,255,255,.85); font-size:15px; max-width:520px; margin-bottom:22px; line-height:1.6; }
    .dom-hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
    .btn-ghost-light { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.15); backdrop-filter:blur(6px); color:#fff; border:1.5px solid rgba(255,255,255,.45); padding:11px 22px; border-radius:50px; font-weight:700; font-size:14px; text-decoration:none; transition:background .2s; }
    .btn-ghost-light:hover { background:rgba(255,255,255,.25); }

    /* ════ INTRO ════ */
    .intro-bar { background:#fff; border-bottom:1.5px solid var(--border); padding:22px 0; }
    .intro-bar-inner { max-width:1720px; margin:0 auto; padding:0 36px; }
    .intro-bar p { font-size:14.5px; line-height:1.8; color:var(--text-muted); margin:0; }
    .read-more-btn { display:inline-flex; align-items:center; gap:5px; background:none; border:none; color:var(--primary); font-weight:700; font-size:14px; cursor:pointer; padding:8px 0 0; font-family:'Nunito',sans-serif; }

    /* ════ READ MORE POPUP ════ */
    .rm-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:2000; align-items:center; justify-content:center; padding:20px; }
    .rm-overlay.show { display:flex; }
    .rm-box { background:#fff; border-radius:20px; max-width:720px; width:100%; max-height:82vh; overflow-y:auto; position:relative; padding:40px 44px 36px; box-shadow:0 24px 80px rgba(0,0,0,.18); }
    .rm-close { position:absolute; top:16px; right:18px; background:#f5f5f5; border:none; width:36px; height:36px; border-radius:50%; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center; color:#555; transition:all .18s; }
    .rm-close:hover { background:#ffe8e3; color:var(--primary); }
    .rm-box h2 { font-family:'Poppins',sans-serif; font-weight:800; font-size:1.4rem; color:var(--text); margin-bottom:20px; }
    .rm-box h2 span { color:var(--primary); }
    .rm-box p { font-size:14.5px; line-height:1.85; color:var(--text-muted); margin-bottom:14px; }
    .rm-box p:last-child { margin-bottom:0; }

    /* ════ MAIN LAYOUT ════ */
    .dom-main { max-width:1720px; margin:0 auto; padding:32px 36px 60px; display:grid; grid-template-columns:272px 1fr; gap:28px; align-items:start; }

    /* ════ SIDEBAR ════ */
    .dom-sidebar { position:sticky; top:76px; }
    .sb-card { background:#fff; border:1.5px solid var(--border); border-radius:16px; overflow:hidden; margin-bottom:16px; box-shadow:0 2px 12px rgba(0,0,0,.04); }
    .sb-head { display:flex; align-items:center; justify-content:space-between; padding:15px 18px; border-bottom:1.5px solid var(--border); background:#fff; }
    .sb-head h3 { font-family:'Poppins',sans-serif; font-weight:800; font-size:14px; color:var(--text); display:flex; align-items:center; gap:8px; }
    .sb-clear { background:none; border:none; color:var(--primary); font-size:12px; font-weight:700; cursor:pointer; font-family:'Nunito',sans-serif; }
    .sb-body { padding:18px; }
    .fg { margin-bottom:20px; }
    .fg:last-child { margin-bottom:0; }
    .fg-title { font-size:10.5px; font-weight:800; color:#999; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; display:flex; align-items:center; gap:6px; }
    .fc { display:flex; align-items:center; gap:10px; padding:7px 0; cursor:pointer; border-bottom:1px solid #f5f5f5; }
    .fc:last-child { border-bottom:none; }
    .fc input[type=checkbox] { width:17px; height:17px; accent-color:var(--primary); cursor:pointer; flex-shrink:0; }
    .fc label { font-size:13px; color:var(--text); cursor:pointer; display:flex; justify-content:space-between; width:100%; align-items:center; gap:6px; }
    .fc-cnt { background:#f5f5f5; color:#888; font-size:10px; font-weight:700; padding:2px 7px; border-radius:20px; flex-shrink:0; }
    .budget-range { width:100%; accent-color:var(--primary); margin:10px 0 6px; cursor:pointer; }
    .budget-labels { display:flex; justify-content:space-between; font-size:11px; color:var(--text-muted); font-weight:600; }
    .budget-current { text-align:center; font-size:13px; font-weight:800; color:var(--primary); margin-top:4px; }
    .sb-results { font-size:12.5px; color:var(--text-muted); font-weight:600; padding:10px 18px; background:#fff8f6; border-top:1px solid #ffe8e3; }

    /* ════ CONTENT AREA ════ */
    .mobile-filter-btn { display:none; align-items:center; gap:8px; background:#fff; border:1.5px solid var(--border); border-radius:10px; padding:10px 18px; font-size:14px; font-weight:700; color:var(--text); cursor:pointer; font-family:'Nunito',sans-serif; margin-bottom:16px; }

    /* Style tabs */
    .style-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
    .stab { display:inline-flex; align-items:center; gap:6px; padding:9px 18px; border-radius:50px; border:1.5px solid var(--border); background:#fff; font-size:13px; font-weight:700; color:var(--text); cursor:pointer; transition:all .18s; font-family:'Nunito',sans-serif; white-space:nowrap; }
    .stab.active, .stab:hover { background:var(--primary); border-color:var(--primary); color:#fff; }

    /* Dest chips */
    .dest-chips { display:flex; gap:7px; flex-wrap:wrap; margin-bottom:22px; }
    .dchip { display:inline-flex; align-items:center; padding:6px 15px; border-radius:50px; border:1.5px solid var(--border); background:#fff; font-size:12.5px; font-weight:700; color:var(--text); cursor:pointer; transition:all .18s; text-decoration:none; }
    .dchip.active { background:var(--text); border-color:var(--text); color:#fff; }
    .dchip:hover:not(.active) { border-color:#aaa; }

    /* Sort bar */
    .sort-bar { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; flex-wrap:wrap; gap:10px; }
    .sort-count { font-size:14px; color:var(--text-muted); font-weight:600; }
    .sort-count strong { color:var(--text); }
    .sort-select { font-size:13px; font-weight:700; color:var(--text); border:1.5px solid var(--border); border-radius:8px; padding:7px 12px; background:#fff; cursor:pointer; font-family:'Nunito',sans-serif; }

    /* ════ TRIP CARDS ════ */
    .tgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
    .tc { background:#fff; border-radius:18px; overflow:hidden; border:1.5px solid var(--border); text-decoration:none; display:flex; flex-direction:column; transition:transform .22s,box-shadow .22s; position:relative; }
    .tc:hover { transform:translateY(-5px); box-shadow:0 16px 44px rgba(0,0,0,.11); }
    .tc-img { position:relative; height:195px; overflow:hidden; flex-shrink:0; }
    .tc-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
    .tc:hover .tc-img img { transform:scale(1.06); }
    .tc-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 55%); }
    .tc-badge { position:absolute; top:12px; left:12px; z-index:2; background:var(--primary); color:#fff; font-size:10px; font-weight:800; padding:4px 10px; border-radius:20px; display:flex; align-items:center; gap:4px; }
    .tc-badge.girls { background:#d63aaf; }
    .tc-badge.bike { background:#1565c0; }
    .tc-badge.spiritual { background:#5b2c82; }
    .tc-badge.weekend { background:#00796b; }
    .tc-ribbon { position:absolute; top:12px; right:12px; z-index:2; background:#fff; color:#2e7d32; font-size:10px; font-weight:800; padding:4px 9px; border-radius:20px; }
    .tc-dur-img { position:absolute; bottom:10px; left:12px; z-index:2; color:#fff; font-size:11px; font-weight:700; }
    .tc-body { padding:16px 18px 18px; display:flex; flex-direction:column; flex:1; }
    .tc-name { font-family:'Poppins',sans-serif; font-weight:700; font-size:14px; color:var(--text); line-height:1.35; margin-bottom:10px; flex:1; }
    .tc-meta { display:flex; align-items:center; gap:12px; margin-bottom:10px; flex-wrap:wrap; }
    .tc-mi { display:flex; align-items:center; gap:4px; font-size:11.5px; color:#888; font-weight:600; }
    .tc-mi svg { width:13px; height:13px; flex-shrink:0; fill:#aaa; }
    .tc-prices { display:flex; align-items:baseline; gap:8px; margin-bottom:10px; flex-wrap:wrap; }
    .tc-price { font-family:'Poppins',sans-serif; font-weight:800; font-size:21px; color:var(--primary); }
    .tc-old { font-size:13px; color:#bbb; text-decoration:line-through; font-weight:600; }
    .tc-save { font-size:11px; font-weight:800; color:#2e7d32; background:#e8f5e9; padding:2px 8px; border-radius:10px; }
    .tc-dates-row { display:flex; align-items:center; gap:6px; font-size:12px; color:#666; font-weight:600; background:#f8f8f6; border-radius:8px; padding:7px 11px; margin-bottom:13px; }
    .tc-btn { display:flex; align-items:center; justify-content:center; gap:6px; background:var(--primary); color:#fff; border-radius:10px; padding:10px; font-size:13px; font-weight:800; transition:background .18s; }
    .tc:hover .tc-btn { background:var(--primary-dark); }

    /* ════ MOBILE DRAWER ════ */
    .mob-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:1800; }
    .mob-overlay.show { display:block; }
    .mob-drawer { position:fixed; left:0; top:0; bottom:0; width:300px; background:#fff; z-index:1801; overflow-y:auto; transform:translateX(-100%); transition:transform .3s ease; }
    .mob-drawer.open { transform:translateX(0); }
    .drawer-hd { display:flex; align-items:center; justify-content:space-between; padding:18px 20px; border-bottom:1.5px solid var(--border); position:sticky; top:0; background:#fff; z-index:1; }
    .drawer-hd h3 { font-family:'Poppins',sans-serif; font-weight:800; font-size:15px; }
    .drawer-x { background:#f5f5f5; border:none; width:32px; height:32px; border-radius:50%; font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
    .drawer-bd { padding:20px; }
    .drawer-apply { margin:0 20px 20px; width:calc(100% - 40px); background:var(--primary); color:#fff; border:none; border-radius:10px; padding:14px; font-size:14px; font-weight:800; cursor:pointer; font-family:'Nunito',sans-serif; }

    /* ════ NO RESULTS ════ */
    #noResults { display:none; grid-column:1/-1; text-align:center; padding:60px 20px; }

    /* ════ RESPONSIVE ════ */
    @media(max-width:1100px){
      .dom-main{grid-template-columns:230px 1fr;gap:20px;padding:24px 20px 48px;}
      .tgrid{grid-template-columns:repeat(2,1fr);}
    }
    @media(max-width:860px){
      .dom-main{grid-template-columns:1fr;padding:20px 16px 48px;}
      .dom-sidebar{display:none;position:static;top:auto;}
      .mobile-filter-btn{display:flex;}
      .tgrid{grid-template-columns:repeat(2,1fr);gap:14px;}
      .dom-hero{height:380px;}
      .dom-hero-inner{padding:0 20px 32px;}
      .intro-bar-inner{padding:0 20px;}
    }
    @media(max-width:520px){
      .tgrid{grid-template-columns:1fr;}
      .style-tabs{gap:6px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;}
      .stab{flex-shrink:0;font-size:12px;padding:8px 14px;}
      .dest-chips{gap:6px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;}
      .dchip{flex-shrink:0;}
    }
  
/* ===== FINAL FIX WITH PROPER LAYERING ===== */

/* Prevent horizontal overflow safely */
body {
  overflow-x: hidden;
}

/* NAVBAR (below overlays) */
#siteNavbar, nav {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: #fff;
}

/* OVERLAYS ABOVE NAVBAR */

/* Filter drawer */
.mob-overlay {
  z-index: 2000 !important;
}

.mob-drawer {
  z-index: 2001 !important;
}

/* Read more popup */
.rm-overlay {
  z-index: 3000 !important;
}

.rm-box {
  z-index: 3001 !important;
}

/* Inquiry popup */
#inquiryPopup {
  z-index: 4000 !important;
}

/* Restore desktop layout */
@media (min-width: 769px) {
  .tgrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tc-img {
    height: 200px;
  }
}

/* Mobile portrait fixes */
@media (max-width: 768px) and (orientation: portrait) {

  .dom-main {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  .tgrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tc {
    width: 100%;
  }

  .tc-img {
    height: 180px;
  }

  /* Tabs scroll */
  .style-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .style-tabs::-webkit-scrollbar {
    display: none;
  }

  .stab {
    flex: 0 0 auto;
  }

  /* Chips */
  .dest-chips {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .dchip {
    flex: 0 0 auto;
  }

  /* Drawer scroll */
  .mob-drawer {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .drawer-bd {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 120px;
  }

  input[type="range"] {
    width: 100%;
  }
}

/* ════ BLOG CAROUSEL ════ */
.dom-blog-sec {
  background: #f8f8f6;
  padding: 64px 0;
  border-top: 1.5px solid var(--border);
}
.dom-blog-inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 36px;
}
.dom-blog-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 14px;
}
.dom-blog-viewall {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.dom-blog-viewall:hover { text-decoration: underline; }
.dom-blog-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dom-blog-viewport {
  overflow: hidden;
  flex: 1;
  border-radius: 4px;
}
.dom-blog-track {
  display: flex;
  gap: 20px;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.dbc {
  flex: 0 0 calc(33.333% - 14px);
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.dbc:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,.1);
}
.dbc-img {
  position: relative;
  height: 190px;
  overflow: hidden;
  flex-shrink: 0;
}
.dbc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.dbc:hover .dbc-img img { transform: scale(1.06); }
.dbc-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 16px;
  color: #fff;
  letter-spacing: .05em;
}
.dbc-cat--guide { background: #1565c0; }
.dbc-cat--tips  { background: #2e7d32; }
.dbc-cat--story { background: #6a1b9a; }
.dbc-cat--itin  { background: #ad1457; }
.dbc-cat--pack  { background: #e65100; }
.dbc-time {
  position: absolute;
  bottom: 10px;
  right: 11px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
}
.dbc-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dbc-dest {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 7px;
}
.dbc-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  line-height: 1.38;
  margin-bottom: 9px;
  flex: 1;
}
.dbc-exc {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}
.dbc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.dbc-author { font-size: 12px; font-weight: 700; color: #666; }
.dbc-arr {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background .18s, color .18s;
}
.dbc:hover .dbc-arr { background: var(--primary); color: #fff; }

.dom-blog-nav {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .18s;
  color: var(--text);
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.dom-blog-nav:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.dom-blog-nav:disabled { opacity: .35; cursor: default; }

.dom-blog-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}
.dom-blog-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background .2s, transform .2s;
  border: none;
  padding: 0;
}
.dom-blog-dot.active {
  background: var(--primary);
  transform: scale(1.3);
}

/* ════ FAQ SECTION ════ */
.dom-faq-sec {
  padding: 72px 0 80px;
  background: #fff;
  border-top: 1.5px solid var(--border);
}
.dom-faq-inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 36px;
}
.dom-faq-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  align-items: start;
}
.dom-faq-left {
  position: sticky;
  top: 96px;
}
.dom-faq-kicker {
  display: inline-block;
  background: #fff4f0;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.dom-faq-stat-box {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  flex-wrap: wrap;
}
.dom-faq-stat { display: flex; flex-direction: column; gap: 3px; }
.dom-faq-stat-num {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--primary);
}
.dom-faq-stat-lbl { font-size: 11px; color: var(--text-muted); font-weight: 600; }

.dom-faq-item {
  border-bottom: 1.5px solid var(--border);
}
.dom-faq-item:first-child { border-top: 1.5px solid var(--border); }
.dom-faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
  transition: color .18s;
}
.dom-faq-q:hover, .dom-faq-q.open { color: var(--primary); }
.dom-faq-icon {
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background .18s, transform .25s;
}
.dom-faq-q.open .dom-faq-icon {
  background: var(--primary);
  color: #fff;
  transform: rotate(45deg);
}
.dom-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .36s ease, padding .28s ease;
  padding: 0;
}
.dom-faq-a.open {
  max-height: 280px;
  padding-bottom: 20px;
}
.dom-faq-a p {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-muted);
  margin: 0;
}

/* responsive adjustments */
@media (max-width: 1100px) {
  .dom-faq-layout { grid-template-columns: 280px 1fr; gap: 40px; }
  .dbc { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 860px) {
  .dom-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .dom-faq-left { position: static; }
  .dom-blog-inner, .dom-faq-inner { padding: 0 20px; }
  .dom-blog-sec { padding: 48px 0; }
  .dom-faq-sec { padding: 48px 0 60px; }
  .dbc { flex: 0 0 calc(100% - 0px); }
}
@media (max-width: 520px) {
  .dom-faq-layout { grid-template-columns: 1fr; }
  .dom-faq-stat-box { gap: 14px; }
}

/* ===== FINAL FIX WITH PROPER LAYERING ===== */

/* Prevent horizontal overflow safely */
body {
  overflow-x: hidden;
}

/* NAVBAR (below overlays) */
#siteNavbar, nav {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: #fff;
}

/* OVERLAYS ABOVE NAVBAR */

/* Filter drawer */
.mob-overlay {
  z-index: 2000 !important;
}

.mob-drawer {
  z-index: 2001 !important;
}

/* Read more popup */
.rm-overlay {
  z-index: 3000 !important;
}

.rm-box {
  z-index: 3001 !important;
}

/* Inquiry popup */
#inquiryPopup {
  z-index: 4000 !important;
}

/* Restore desktop layout */
@media (min-width: 769px) {
  .tgrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tc-img {
    height: 200px;
  }
}

/* Mobile portrait fixes */
@media (max-width: 768px) and (orientation: portrait) {

  .dom-main {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  .tgrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tc {
    width: 100%;
  }

  .tc-img {
    height: 180px;
  }

  /* Tabs scroll */
  .style-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .style-tabs::-webkit-scrollbar {
    display: none;
  }

  .stab {
    flex: 0 0 auto;
  }

  /* Chips */
  .dest-chips {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .dchip {
    flex: 0 0 auto;
  }

  /* Drawer scroll */
  .mob-drawer {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .drawer-bd {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 120px;
  }

  input[type="range"] {
    width: 100%;
  }
}