/* ═══════════════════════════════════════
   PorbandarOnline — tourism.css
   Tourism page specific styles only
   ═══════════════════════════════════════ */

/* ── HERO ── */
.hero { position: relative; height: 520px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; background: var(--hero-gradient, linear-gradient(135deg,#041824 0%,#0082C8 100%)); }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.hero-glow { position: absolute; top: -80px; right: -60px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,184,0,.12), transparent 65%); border-radius: 50%; pointer-events: none; }
.hero-glow2 { position: absolute; bottom: -60px; left: 10%; width: 400px; height: 300px; background: radial-gradient(circle, rgba(0,130,200,.18), transparent 65%); border-radius: 50%; pointer-events: none; }
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; pointer-events: none; }
.hero-wave svg { display: block; width: 100%; height: 56px; }
.hero-content { position: relative; z-index: 2; padding: 0 0 36px; width: 100%; }
.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); }
.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 ── */
.tabs-bar { background: var(--white); border-bottom: 2px solid var(--border); position: sticky; top: 68px; z-index: 800; }
.tabs-inner { display: flex; 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 ── */
.page-layout { display: grid; grid-template-columns: 1fr 320px; gap: 28px; padding: 36px 0 72px; align-items: start; }
.main-col { min-width: 0; }
.sidebar { position: sticky; top: 140px; }

/* ── TAB SECTIONS ── */
.tab-section { margin-bottom: 48px; scroll-margin-top: 140px; }
.body-text { font-size: 14.5px; color: var(--muted); line-height: 1.82; margin-bottom: 16px; }
.body-text strong { color: var(--text); font-weight: 600; }

/* ── DESCRIPTION HIGHLIGHTS ── */
.desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.desc-hl { background: linear-gradient(135deg, var(--blue-l), rgba(255,245,204,.6)); border: 1px solid var(--blue-m); border-radius: var(--r-lg); padding: 18px; }
.desc-hl.yellow { background: linear-gradient(135deg, var(--yellow-l), #FFE8A0); border-color: var(--yellow-m); }
.dh-ico { font-size: 26px; color: var(--blue); margin-bottom: 9px; }
.desc-hl.yellow .dh-ico { color: var(--yellow-d); }
.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; }

/* ── CALLOUT BOXES ── */
.callout { border-radius: var(--r-lg); padding: 14px 18px; display: flex; gap: 12px; align-items: flex-start; margin: 16px 0; }
.callout i { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.callout-text { font-size: 13px; line-height: 1.7; }
.callout-blue   { background: var(--blue-l); border: 1px solid var(--blue-m); } .callout-blue i { color: var(--blue); } .callout-blue .callout-text { color: var(--blue-dd); }
.callout-green  { background: var(--green-l); 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-teal   { background: var(--teal-l); border: 1px solid #A0D4D4; } .callout-teal i { color: var(--teal); } .callout-teal .callout-text { color: #004F4F; }
.callout-purple { background: var(--purple-l); border: 1px solid #C4A8E8; } .callout-purple i { color: var(--purple); } .callout-purple .callout-text { color: #3A1A60; }

/* ── 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: 11px; 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; }

/* ── 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.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.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.red { background: var(--red-l); } .tg-ico.red i { color: var(--red); }
.tg-ico.purple { background: var(--purple-l); } .tg-ico.purple i { color: var(--purple); }
.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; }
.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,var(--red-l),#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; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.am-ico { background: var(--blue-l); } .am-ico i { color: var(--blue); font-size: 16px; }
.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); }

/* ── 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; }
.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 ── */
.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; }
.gal-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; min-height: 140px; }
.gal-cell:first-child .gal-bg { min-height: 200px; }
.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 ── */
.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; margin-bottom: 8px; text-decoration: none; }
.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 ── */
.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: 1fr 1fr; gap: 10px; margin: 16px 0; }
.tip-card { border-radius: var(--r); padding: 13px 15px; display: flex; gap: 9px; 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: 15px; 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; }

/* ── REVIEWS ── */
.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); }
.rating-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.rb-label { font-size: 12px; color: var(--muted); width: 80px; 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); }

/* ── SIDEBAR ── */
.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-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.orange { color: #E65100; }
.map-placeholder { height: 170px; 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); text-decoration: none; }
.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-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; }
.sb-hotel-link { display: flex; justify-content: space-between; align-items: center; padding: 9px 10px; border: 1px solid var(--border); border-radius: 9px; font-size: 13px; color: var(--text); transition: all var(--t); text-decoration: none; margin-bottom: 7px; }
.sb-hotel-link:hover { border-color: var(--blue); background: var(--blue-l); }
.sb-hotel-name { font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 13px; }
.sb-hotel-dist { font-size: 11px; color: var(--muted); }
.sb-hotel-rating { font-size: 11px; color: var(--yellow-d); font-weight: 700; }

/* ── SHOW CARDS (Tara Mandir) ── */
.show-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.show-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; transition: all var(--t); }
.show-card:hover { border-color: var(--purple); box-shadow: var(--sh); }
.show-ico { width: 42px; height: 42px; border-radius: 11px; background: var(--purple-l); display: flex; align-items: center; justify-content: center; margin-bottom: 11px; }
.show-ico i { font-size: 18px; color: var(--purple); }
.show-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.show-meta { font-size: 12px; color: var(--muted); margin-bottom: 7px; line-height: 1.5; }
.show-time { font-size: 12px; color: var(--blue); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.show-time i { font-size: 10px; }

/* ── 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: 44px; height: 44px; border-radius: 11px; background: var(--green-l); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.wl-ico i { font-size: 19px; 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; }

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