/* ═══════════════════════════════════════════
   PORBANDARONLINE.COM v2 — TOURISM.CSS
   Tourism pages: hero · tabs · content · sidebar
   ═══════════════════════════════════════════ */

/* ══════════════════════════════
   TOURISM HERO
══════════════════════════════ */
.hero { position: relative; height: 520px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; }
.hero-glow  { position: absolute; top: -80px; right: -60px; width: 500px; height: 500px; border-radius: 50%; }
.hero-glow2 { position: absolute; bottom: -60px; left: 10%; width: 400px; height: 300px; border-radius: 50%; }
.hero-waves { position: absolute; bottom: 0; left: 0; right: 0; opacity: .18; }

/* Gallery grid overlay */
.hero-gallery-grid { position: absolute; top: 20px; right: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 280px; }
.hg-cell { border-radius: 10px; overflow: hidden; border: 2px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.05); backdrop-filter: blur(4px); }
.hg-cell i { font-size: 28px; color: rgba(255,255,255,.2); }
.hg-main { grid-column: 1/3; height: 120px; }
.hg-sm { height: 82px; }
.hg-more { position: relative; cursor: pointer; }
.hg-more::after { content: 'View all 18 photos'; position: absolute; inset: 0; background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center; font-size: 11px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #fff; text-align: center; padding: 8px; border-radius: 8px; }

/* Gallery backgrounds */
.gb1 { background: linear-gradient(135deg,#041824,#0082C8); }
.gb2 { background: linear-gradient(135deg,#062828,#0E7C7B); }
.gb3 { background: linear-gradient(135deg,#0A2840,#006AAA); }
.gb4 { background: linear-gradient(135deg,#041824,#003F7A); }
.gb5 { background: linear-gradient(135deg,#00286E,#0082C8); }

/* Hero content */
.hero-content { position: relative; z-index: 2; padding: 0 22px 36px; width: 100%; max-width: 1240px; margin: 0 auto; box-sizing: border-box; }
.hero-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.h-type { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,184,0,.15); border: 1px solid rgba(255,184,0,.3); border-radius: 100px; padding: 4px 13px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--yellow); margin-bottom: 12px; }
.h-title { font-family: 'Playfair Display', serif; font-size: clamp(34px,5vw,58px); color: #fff; line-height: 1.05; margin-bottom: 10px; font-weight: 700; }
.h-title em { font-style: italic; color: var(--yellow); }
.h-sub  { font-size: 14.5px; color: rgba(255,255,255,.65); margin-bottom: 18px; max-width: 520px; line-height: 1.65; }
.h-quick { display: flex; gap: 20px; flex-wrap: wrap; }
.hq-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: rgba(255,255,255,.72); }
.hq-item i { color: var(--yellow); font-size: 11px; }
.hero-right { flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.h-action-card { background: rgba(255,255,255,.1); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-lg); padding: 16px 20px; text-align: center; min-width: 160px; }
.hac-label { font-size: 10px; color: rgba(255,255,255,.5); font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 4px; }
.hac-val { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; line-height: 1; }
.hac-sub { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 3px; }

/* ══════════════════════════════
   QUICK FACTS STRIP
══════════════════════════════ */
.qf-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; }
.qf-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.qf-inner::-webkit-scrollbar { display: none; }
.qf-item { display: flex; align-items: center; gap: 10px; padding: 16px 24px; border-right: 1px solid var(--border); flex-shrink: 0; min-width: 160px; cursor: default; transition: background var(--t); }
.qf-item:hover { background: var(--blue-l); }
.qf-ico { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.qf-ico i { font-size: 16px; color: var(--blue); }
.qfi-l { font-size: 10px; color: var(--light); font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.qfi-v { font-size: 13px; font-weight: 600; color: var(--text); font-family: 'Poppins', sans-serif; line-height: 1.2; }
/* legacy aliases */
.qf-label { font-size: 10px; color: var(--light); font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.qf-val   { font-size: 13px; font-weight: 600; color: var(--text); font-family: 'Poppins', sans-serif; line-height: 1.2; }

/* ══════════════════════════════
   STICKY TABS BAR
══════════════════════════════ */
.tabs-bar { background: var(--white); border-bottom: 2px solid var(--border); position: sticky; top: 68px; z-index: 800; }
.tabs-inner { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.tabs-inner::-webkit-scrollbar { display: none; }
.tab-btn { display: flex; align-items: center; gap: 7px; padding: 14px 20px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; white-space: nowrap; transition: all var(--t); background: none; border-top: none; border-left: none; border-right: none; }
.tab-btn:hover { color: var(--blue); }
.tab-btn.active { color: var(--blue); border-bottom-color: var(--blue); }
.tab-btn i { font-size: 13px; }

/* ══════════════════════════════
   PAGE LAYOUT (2-col + sidebar)
══════════════════════════════ */
.page-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; padding: 36px 0 72px; align-items: start; }
.sidebar { position: sticky; top: 128px; }

/* ══════════════════════════════
   TAB SECTIONS
══════════════════════════════ */
.tab-section { margin-bottom: 48px; scroll-margin-top: 140px; }

/* ══════════════════════════════
   DESCRIPTION HIGHLIGHT GRID
══════════════════════════════ */
.desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.desc-highlight { background: linear-gradient(135deg, var(--blue-l), rgba(255,245,204,.6)); border-radius: var(--r-lg); padding: 20px; border: 1px solid var(--blue-m); }
.desc-hl { background: linear-gradient(135deg,#FFF5CC,#FFE8A0); border: 1px solid var(--yellow-m); border-radius: var(--r-lg); padding: 18px; }
.dh-ico   { font-size: 28px; color: var(--blue); margin-bottom: 10px; }
.dh-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.dh-text  { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ══════════════════════════════
   TIMING CARDS
══════════════════════════════ */
.timing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.tg-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 14px 16px; display: flex; gap: 12px; align-items: center; }
.tg-card.open  { border-left: 3px solid var(--green); }
.tg-card.close { border-left: 3px solid var(--red); }
.tg-card.tip   { border-left: 3px solid var(--yellow); }
.tg-card.info  { border-left: 3px solid var(--blue); }
.tg-card.warn  { border-left: 3px solid var(--red); }
.tg-ico { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tg-ico.green  { background: var(--green-l); } .tg-ico.green  i { color: var(--green); }
.tg-ico.red    { background: var(--red-l);   } .tg-ico.red    i { color: var(--red);   }
.tg-ico.yellow { background: var(--yellow-l);} .tg-ico.yellow i { color: var(--yellow-d); }
.tg-ico.blue   { background: var(--blue-l);  } .tg-ico.blue   i { color: var(--blue);  }
.tg-ico i { font-size: 15px; }
.tg-label { font-family: 'Poppins', sans-serif; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--light); margin-bottom: 3px; }
.tg-val   { font-size: 13.5px; font-weight: 600; color: var(--text); }
.tg-sub   { font-size: 11.5px; color: var(--muted); }

/* ══════════════════════════════
   SEASON CARDS
══════════════════════════════ */
.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0; }
.season-card { border-radius: var(--r-lg); padding: 18px; text-align: center; cursor: default; }
.sc-best  { background: linear-gradient(135deg,#E8F5E9,#C8EDD4); border: 1px solid #A5D6B0; }
.sc-ok    { background: linear-gradient(135deg,var(--yellow-l),#FFEEA0); border: 1px solid var(--yellow-m); }
.sc-avoid { background: linear-gradient(135deg,#FDE8E8,#FAC8C8); border: 1px solid #F5A0A0; }
.season-ico    { font-size: 28px; margin-bottom: 8px; }
.season-months { font-family: 'Poppins', sans-serif; font-size: 11.5px; font-weight: 700; margin-bottom: 4px; }
.season-label  { font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.season-desc   { font-size: 11.5px; color: var(--muted); }
.sc-best  .season-label { color: #2E7D32; }
.sc-ok    .season-label { color: #E65100; }
.sc-avoid .season-label { color: var(--red); }

/* ══════════════════════════════
   AMENITY CARDS
══════════════════════════════ */
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.am-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 14px; display: flex; align-items: flex-start; gap: 11px; transition: all var(--t); }
.am-card:hover { border-color: var(--blue); box-shadow: var(--sh); }
.am-ico { width: 38px; height: 38px; border-radius: 10px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.am-ico i { font-size: 16px; color: var(--blue); }
.am-ico.green  { background: var(--green-l);  } .am-ico.green  i { color: var(--green);  }
.am-ico.yellow { background: var(--yellow-l); } .am-ico.yellow i { color: var(--yellow-d); }
.am-ico.red    { background: var(--red-l);    } .am-ico.red    i { color: var(--red);    }
.am-ico.teal   { background: var(--teal-l);   } .am-ico.teal   i { color: var(--teal);   }
.am-name { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.am-desc { font-size: 11.5px; color: var(--muted); line-height: 1.5; }

/* ══════════════════════════════
   ACTIVITY LIST
══════════════════════════════ */
.act-list { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.act-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; transition: all var(--t); }
.act-item:hover { border-color: var(--blue); box-shadow: var(--sh); transform: translateX(3px); }
.act-num { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--blue-m); font-weight: 700; line-height: 1; flex-shrink: 0; width: 32px; }
.act-title { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.act-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }
.act-tags  { display: flex; gap: 5px; margin-top: 8px; flex-wrap: wrap; }
.act-tag   { font-size: 10.5px; font-family: 'Poppins', sans-serif; padding: 2px 9px; border-radius: 100px; background: var(--blue-l); color: var(--blue-dd); }

/* See/what-to-see list (heritage pages) */
.see-list { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.see-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; transition: all var(--t); }
.see-item:hover { border-color: var(--yellow-d); box-shadow: var(--sh); transform: translateX(3px); }
.see-num   { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--yellow-m); font-weight: 700; line-height: 1; flex-shrink: 0; width: 32px; }
.see-title { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.see-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }
.see-tags  { display: flex; gap: 5px; margin-top: 8px; flex-wrap: wrap; }
.see-tag   { font-size: 10.5px; font-family: 'Poppins', sans-serif; padding: 2px 9px; border-radius: 100px; background: var(--yellow-l); color: var(--yellow-d); }

/* ══════════════════════════════
   TIMELINE
══════════════════════════════ */
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; margin: 18px 0; }
.timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--yellow), var(--blue)); }
.tl-item { display: flex; gap: 20px; padding: 0 0 28px; }
.tl-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; color: var(--dark); box-shadow: 0 0 0 4px rgba(255,184,0,.2); }
.tl-content { flex: 1; padding-top: 8px; }
.tl-year  { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--blue); margin-bottom: 3px; }
.tl-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.tl-text  { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ══════════════════════════════
   FOOD CARDS
══════════════════════════════ */
.food-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0; }
.food-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: all var(--t); }
.food-card:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.food-img { height: 90px; display: flex; align-items: center; justify-content: center; }
.fi1 { background: linear-gradient(135deg,#5C1A00,#963A0A); }
.fi2 { background: linear-gradient(135deg,#041824,#0082C8); }
.fi3 { background: linear-gradient(135deg,#1A3A1A,#2E7D5B); }
.fi4 { background: linear-gradient(135deg,#2B1A08,#7A4E1A); }
.food-img i { font-size: 32px; color: rgba(255,255,255,.15); }
.food-body  { padding: 12px 14px; }
.food-name  { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.food-desc  { font-size: 11.5px; color: var(--muted); line-height: 1.5; }
.food-price { font-size: 12px; color: var(--blue); font-weight: 600; margin-top: 5px; }

/* ══════════════════════════════
   GALLERY GRID
══════════════════════════════ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }
.gal-cell { border-radius: 10px; overflow: hidden; cursor: pointer; position: relative; transition: transform var(--t); }
.gal-cell:hover { transform: scale(1.02); }
.gal-cell:first-child { grid-column: 1/3; height: 200px; }
.gal-cell:not(:first-child) { height: 120px; }
.gal-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.gal-bg i { font-size: 38px; color: rgba(255,255,255,.15); }
.gal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.25); opacity: 0; transition: opacity var(--t); display: flex; align-items: center; justify-content: center; }
.gal-cell:hover .gal-overlay { opacity: 1; }
.gal-overlay i { font-size: 24px; color: #fff; }
.gal-last-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; color: #fff; gap: 6px; }

/* ══════════════════════════════
   NEARBY CARDS
══════════════════════════════ */
.nearby-grid { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.nb-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 14px 16px; display: flex; gap: 14px; align-items: center; transition: all var(--t); cursor: pointer; }
.nb-card:hover { border-color: var(--blue); box-shadow: var(--sh); }
.nb-ico  { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nb-name { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.nb-type { font-size: 11.5px; color: var(--muted); margin-bottom: 4px; }
.nb-dist { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--blue); font-weight: 600; }
.nb-dist i { font-size: 10px; }
.nb-arrow { margin-left: auto; color: var(--light); font-size: 14px; flex-shrink: 0; transition: all var(--t); }
.nb-card:hover .nb-arrow { color: var(--blue); transform: translateX(3px); }

/* ══════════════════════════════
   HOW TO REACH CARDS
══════════════════════════════ */
.reach-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0; }
.reach-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; transition: all var(--t); }
.reach-card:hover { border-color: var(--blue); box-shadow: var(--sh); }
.rc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rc-ico  { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rc-ico i { font-size: 17px; color: var(--blue); }
.rc-mode   { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); }
.rc-dist   { font-size: 11.5px; color: var(--blue); font-weight: 600; }
.rc-detail { font-size: 12.5px; color: var(--muted); line-height: 1.65; }
.rc-tip    { display: flex; gap: 6px; margin-top: 10px; font-size: 12px; color: var(--muted); background: var(--blue-l); padding: 8px 10px; border-radius: 8px; }
.rc-tip i  { color: var(--blue); flex-shrink: 0; margin-top: 2px; }

/* ══════════════════════════════
   TIPS GRID
══════════════════════════════ */
.tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 16px 0; }
.tip-card  { border-radius: var(--r); padding: 14px 16px; display: flex; gap: 10px; align-items: flex-start; }
.tip-do    { background: var(--green-l); border: 1px solid #A5D6B0; }
.tip-dont  { background: var(--red-l);   border: 1px solid #F5A0A0; }
.tip-ico   { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.tip-do   .tip-ico  { color: var(--green); }
.tip-dont .tip-ico  { color: var(--red);   }
.tip-text  { font-size: 12.5px; line-height: 1.55; }
.tip-do   .tip-text { color: #1B5E20; }
.tip-dont .tip-text { color: #7F0000; }

/* ══════════════════════════════
   REVIEW SECTION
══════════════════════════════ */
.review-summary { display: flex; gap: 28px; align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px 24px; margin-bottom: 16px; }
.rs-big  { text-align: center; flex-shrink: 0; }
.rs-num  { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--text); line-height: 1; }
.rs-stars { display: flex; gap: 3px; justify-content: center; margin: 4px 0; }
.rs-stars i { color: var(--yellow); font-size: 16px; }
.rs-count { font-size: 12px; color: var(--muted); }
.rs-bars  { flex: 1; }
.rating-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.rb-label { font-size: 12px; color: var(--muted); width: 90px; flex-shrink: 0; }
.rb-track { flex: 1; height: 5px; background: var(--border); border-radius: 3px; overflow: hidden; }
.rb-fill  { height: 100%; background: var(--yellow); border-radius: 3px; }
.rb-score { font-size: 12px; font-weight: 600; color: var(--text); width: 28px; text-align: right; flex-shrink: 0; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; margin-bottom: 10px; }
.rv-head  { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.rv-name  { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--text); }
.rv-date  { font-size: 11.5px; color: var(--light); }
.rv-from  { font-size: 12px; color: var(--muted); margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.rv-stars { display: flex; gap: 2px; margin-bottom: 8px; }
.rv-stars i { color: var(--yellow); font-size: 12px; }
.rv-text  { font-size: 13.5px; color: var(--muted); line-height: 1.7; font-style: italic; }
.rv-helpful { font-size: 11.5px; color: var(--light); margin-top: 10px; display: flex; align-items: center; gap: 12px; }
.rv-helpful span { cursor: pointer; display: flex; align-items: center; gap: 4px; transition: color var(--t); }
.rv-helpful span:hover { color: var(--blue); }

/* ══════════════════════════════
   SHOW CARDS (Planetarium)
══════════════════════════════ */
.show-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 16px 0; }
.show-card { background: linear-gradient(135deg, var(--dark), var(--dark-2)); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); padding: 20px; transition: all var(--t); }
.show-card:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.show-ico  { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,184,0,.15); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.show-ico i { font-size: 20px; color: var(--yellow); }
.show-name { font-family: 'Playfair Display', serif; font-size: 16px; color: #fff; margin-bottom: 5px; }
.show-dur  { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.show-dur i { color: var(--yellow); font-size: 10px; }
.show-price { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: var(--yellow); }
.show-note { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 4px; }

/* ══════════════════════════════
   WILDLIFE GRID (Barda Hills)
══════════════════════════════ */
.wildlife-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.wl-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); padding: 16px; transition: all var(--t); }
.wl-card:hover { border-color: var(--green); box-shadow: var(--sh); }
.wl-ico  { width: 42px; height: 42px; border-radius: 10px; background: var(--green-l); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.wl-ico i { font-size: 18px; color: var(--green); }
.wl-name { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.wl-desc { font-size: 12.5px; color: var(--muted); line-height: 1.55; }

/* ══════════════════════════════
   SIDEBAR CARDS
══════════════════════════════ */
.sb-card  { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; margin-bottom: 16px; }
.sb-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.sb-title i { color: var(--blue); }
.sb-row   { display: flex; justify-content: space-between; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid var(--border-l); gap: 10px; }
.sb-row:last-child { border: none; padding-bottom: 0; }
.sb-k     { font-size: 12px; color: var(--muted); font-family: 'Poppins', sans-serif; }
.sb-v     { font-size: 12.5px; font-weight: 600; color: var(--text); text-align: right; line-height: 1.35; }
.sb-v.green  { color: var(--green); }
.sb-v.red    { color: var(--red);   }
.sb-v.orange { color: #E65100; }
/* legacy aliases */
.sb-key { font-size: 12px; color: var(--muted); font-family: 'Poppins', sans-serif; }
.sb-val { font-size: 12.5px; font-weight: 600; color: var(--text); text-align: right; line-height: 1.35; }
.sb-val.green  { color: var(--green); }
.sb-val.red    { color: var(--red);   }
.sb-val.orange { color: #E65100; }

/* Map placeholder */
.map-placeholder { height: 180px; background: linear-gradient(135deg, var(--blue-l), var(--teal-l)); border-radius: var(--r); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: all var(--t); border: 1px solid var(--blue-m); }
.map-placeholder:hover { box-shadow: var(--sh); }
.map-placeholder i    { font-size: 32px; color: var(--blue); }
.map-placeholder span { font-size: 12.5px; color: var(--blue); font-family: 'Poppins', sans-serif; font-weight: 600; }
.map-placeholder small { font-size: 11px; color: var(--muted); }

/* Share buttons */
.share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.share-btn  { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 12px; border-radius: 9px; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; cursor: pointer; transition: all var(--t); border: 1px solid var(--border); background: none; }
.sb-wa   { background: #E8FBF0; color: #0A7A40; border-color: #A5D6B0; }
.sb-wa:hover   { background: #25D366; color: #fff; border-color: #25D366; }
.sb-copy { background: var(--blue-l); color: var(--blue); border-color: var(--blue-m); }
.sb-copy:hover { background: var(--blue); color: #fff; }

/* Trust badge */
.trust-badge { background: linear-gradient(135deg, var(--dark), var(--dark-2)); border-radius: var(--r); padding: 14px 16px; display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.trust-badge i { font-size: 20px; color: var(--yellow); flex-shrink: 0; }
.trust-badge-text { font-size: 11.5px; color: rgba(255,255,255,.65); line-height: 1.5; }
.trust-badge-text strong { color: var(--yellow); display: block; font-family: 'Poppins', sans-serif; font-size: 12px; }

/* Nearby hotels (sidebar) */
.nb-hotel { background: var(--sand); border-radius: var(--r); padding: 10px 12px; margin-bottom: 8px; display: flex; gap: 10px; align-items: center; transition: all var(--t); cursor: pointer; }
.nb-hotel:hover { background: var(--blue-l); }
.nb-hotel-ico { width: 32px; height: 32px; border-radius: 8px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nb-hotel-ico i { font-size: 13px; color: var(--blue); }
.nb-hotel-name { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.nb-hotel-dist { font-size: 11px; color: var(--muted); }
.nb-hotel-phone { font-size: 11px; color: var(--blue); font-weight: 600; margin-left: auto; flex-shrink: 0; }

/* ══════════════════════════════
   INFO GRID (info cards)
══════════════════════════════ */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.info-card { border-radius: var(--r-lg); padding: 18px; border: 1px solid; }

/* Callout boxes */
.callout { border-radius: var(--r); padding: 14px 18px; margin: 16px 0; display: flex; gap: 10px; align-items: flex-start; }
.callout i { flex-shrink: 0; margin-top: 2px; font-size: 16px; }
.callout-text { font-size: 13px; line-height: 1.65; }
.callout-blue   { background: var(--blue-l); border: 1px solid var(--blue-m); }
.callout-blue   i, .callout-blue   .callout-text { color: var(--blue-dd); }
.callout-green  { background: linear-gradient(135deg,#E8F5E9,#C8EDD4); border: 1px solid #A5D6B0; }
.callout-green  i { color: var(--green); } .callout-green  .callout-text { color: #1B5E20; }
.callout-yellow { background: var(--yellow-l); border: 1px solid var(--yellow-m); }
.callout-yellow i { color: var(--yellow-d); } .callout-yellow .callout-text { color: #5A3A00; }
.callout-red    { background: var(--red-l); border: 1px solid #F5A0A0; }
.callout-red    i { color: var(--red); } .callout-red    .callout-text { color: #7F0000; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 900px) {
  .page-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .season-grid { grid-template-columns: 1fr; }
  .hero-gallery-grid { display: none; }
  .hero { height: 420px; }
  .hero-right { display: none; }
  .show-grid { grid-template-columns: 1fr; }
  .wildlife-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .desc-grid, .timing-grid, .reach-grid, .tips-grid, .food-grid { grid-template-columns: 1fr; }
  .amenity-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gal-cell:first-child { grid-column: auto; }
  .review-summary { flex-direction: column; }
}

/* ==========================================================================
   PorbandarOnline — Detail & Listing page MOBILE fixes
   (hotel detail, hotel listing, hospitals, places, education — the .hero system)
   Appended to tourism.css (which owns .hero). Precise, source-verified.
   ========================================================================== */

/* ---- Tablet & down: hero becomes auto-height with real vertical padding ----
   Root cause of "no space / cramped hero": .hero had a FIXED height (520/420px)
   with align-items:flex-end, so stacked mobile content had no breathing room. */
@media (max-width: 900px) {
  .hero {
    height: auto;              /* was fixed 420px */
    min-height: 300px;
    align-items: center;       /* was flex-end */
  }
  .hero-content {
    padding: 40px 16px 34px;   /* keep side padding on mobile (was losing it) */
  }
  .hero-inner {
    flex-direction: column;    /* stack left/right cleanly, no side overflow */
    align-items: flex-start;
    gap: 16px;
  }
}

/* ---- Phones: tighten hero type + spacing, kill any horizontal overflow ---- */
@media (max-width: 600px) {
  .hero { min-height: 260px; }
  .hero-content { padding: 30px 16px 28px; }
  .h-title { font-size: clamp(26px, 8vw, 40px); }
  .h-sub   { font-size: 13.5px; margin-bottom: 14px; }
  .h-quick { gap: 12px 18px; }
  .h-type  { margin-bottom: 12px; }

  /* Sticky in-page tabs: allow horizontal swipe, but never push the page wide */
  .tabs-bar  { top: 56px; }
  .tabs-inner { max-width: 100%; }
  .tab-btn   { padding: 12px 15px; font-size: 12.5px; }

  /* Hero action/booking card (if shown on a page) must fit, not overflow */
  .h-action-card { width: 100%; max-width: 100%; }

  /* Content tables (tariff etc.) scroll instead of stretching the page */
  .tab-section table, .the-content table, .entry-content table {
    display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;
  }
}

/* ---- Hard guard: these full-bleed wrappers may not exceed the viewport ----
   NOTE: .hero-content is intentionally EXCLUDED — it must keep its
   max-width:1240px container so hero text stays indented (like /places/). */
.hero, .tabs-bar, .tabs-inner {
  max-width: 100%;
}
.hero-inner { max-width: 100%; }
.hero-left { min-width: 0; overflow-wrap: break-word; }

/* ==========================================================================
   FIX: quick-facts stat strip (.qf-*) caused horizontal page scroll
   Root cause: .qf-item had flex-shrink:0 + min-width:160px, so N items forced
   a total width wider than the phone, pushing the whole page sideways.
   ========================================================================== */
.qf-strip { max-width: 100%; overflow: hidden; }
.qf-inner { max-width: 100%; }
@media (max-width: 700px) {
  /* Let the strip scroll WITHIN itself (it already has overflow-x:auto),
     and shrink items so most fit without pushing the page. */
  .qf-item { min-width: 0; padding: 13px 16px; gap: 8px; }
  .qf-ico  { width: 32px; height: 32px; }
  .qf-ico i { font-size: 14px; }
  .qfi-v   { font-size: 12.5px; }
}

/* ==========================================================================
   GLOBAL HARD GUARD — no page may scroll horizontally on mobile.
   Catches any other stray wide element on these templates.
   ========================================================================== */
/* Global guard at ALL widths (bug shows on desktop too) */
html, body { max-width: 100%; overflow-x: clip; }

/* ==========================================================================
   FIX: .hero-glow / .hero-glow2 decorative circles caused horizontal scroll
   Root cause: .hero-glow is 500px wide at right:-60px; on a ~375px phone it
   sticks out past the viewport. Cap size on mobile + guarantee hero clips.
   ========================================================================== */
.hero { overflow: hidden !important; }   /* ensure glows are always clipped */
/* Glows must never create page overflow — clip at the source, all widths.
   right:-60px + 500px width was leaking past the viewport even on desktop. */
.hero-glow  { right: 0 !important; }
.hero-glow2 { left: 0 !important; }
@media (max-width: 700px) {
  .hero-glow  { width: 260px; height: 260px; top: -50px; }
  .hero-glow2 { width: 220px; height: 180px; }
}
/* ==========================================================================
   FIX: Detail-page hero (.hero) now matches the listing hero (.page-hero)
   — same balanced vertical padding, auto height (no huge empty space),
   content vertically centered, same left/right container alignment.
   Applies at ALL widths. Overrides the old fixed 520px/flex-end hero.
   ========================================================================== */
.hero {
  height: auto !important;
  min-height: 0 !important;
  padding: 56px 0 !important;      /* same rhythm as .page-hero (56px 0 44px) */
  align-items: center !important;   /* center content instead of flex-end */
}
.hero-content {
  padding: 0 22px !important;        /* container side padding, no bottom shove */
}
.hero-inner {
  align-items: center;              /* align left text + right cards on one line */
}

/* Tablet */
@media (max-width: 900px) {
  .hero { padding: 40px 0 !important; }
  .hero-content { padding: 0 16px !important; }
  .hero-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
}
/* Phone */
@media (max-width: 600px) {
  .hero { padding: 32px 0 !important; }
}
