/*
Theme Name: Zero Travel Bangladesh
Theme URI: https://ztravelbd.com
Author: Zero Travel
Description: A lightweight travel magazine theme for Zero Travel.
Version: 1.0.0
Text Domain: ztravelbd
*/
:root{--zt-dark:#11120f;--zt-green:#006b58;--zt-yellow:#ffc900;--zt-cream:#f7f5ee;--zt-text:#17211f;--zt-muted:#63706d;--zt-border:#e7e8e2;--zt-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--zt-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Bengali",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.zt-container{width:min(var(--zt-max),calc(100% - 40px));margin:auto}.zt-skip{position:absolute;left:-999px}.zt-skip:focus{left:20px;top:20px;background:#fff;padding:8px 14px;z-index:99}.zt-header{background:var(--zt-dark);color:#fff;border-bottom:3px solid var(--zt-yellow)}.zt-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.zt-brand{display:flex;align-items:center;min-width:205px}.zt-brand img{display:block;width:230px;height:62px;object-fit:cover;object-position:center}.zt-brand-text{font-size:1.35rem;font-weight:800;letter-spacing:.04em}.zt-brand-text span{color:var(--zt-yellow)}.zt-nav ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;justify-content:flex-end}.zt-nav a{display:block;padding:26px 11px 23px;font-size:.91rem;font-weight:700}.zt-nav a:hover,.zt-nav .current-menu-item>a{color:var(--zt-yellow)}.zt-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,rgba(0,24,20,.92),rgba(0,105,84,.78)),url('assets/zero-travel-logo.jpg') center/cover;min-height:430px;color:#fff;display:grid;place-items:center}.zt-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.48),transparent)}.zt-hero-content{position:relative;padding:72px 0;max-width:730px}.zt-kicker{display:inline-block;background:var(--zt-yellow);color:#20220f;font-size:.78rem;font-weight:900;letter-spacing:.1em;padding:6px 11px;text-transform:uppercase}.zt-hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.12;margin:17px 0}.zt-hero p{font-size:1.13rem;max-width:630px;margin:0 0 28px}.zt-button{display:inline-block;background:var(--zt-yellow);color:#16150c;border-radius:3px;padding:12px 20px;font-weight:850;transition:.2s}.zt-button:hover{background:#fff;transform:translateY(-2px)}.zt-section{padding:70px 0}.zt-section-alt{background:var(--zt-cream)}.zt-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}.zt-section-head h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.2;margin:0}.zt-section-head p{margin:0;color:var(--zt-muted)}.zt-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.zt-category-card{display:block;background:#fff;border:1px solid var(--zt-border);border-radius:10px;padding:24px;min-height:145px;box-shadow:0 8px 24px rgba(0,38,26,.04);transition:.2s}.zt-category-card:hover{transform:translateY(-4px);border-color:var(--zt-green);box-shadow:0 16px 32px rgba(0,38,26,.1)}.zt-category-number{display:block;color:var(--zt-green);font-weight:900;font-size:.84rem;margin-bottom:13px}.zt-category-card h3{font-size:1.15rem;line-height:1.35;margin:0}.zt-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.zt-post-card{border:1px solid var(--zt-border);background:#fff;border-radius:10px;overflow:hidden}.zt-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.zt-post-card-body{padding:18px}.zt-post-meta{font-size:.8rem;color:var(--zt-green);font-weight:800}.zt-post-card h3{font-size:1.2rem;line-height:1.4;margin:8px 0}.zt-post-card p{margin:0;color:var(--zt-muted);font-size:.95rem}.zt-empty{border:1px dashed #bbc8c2;background:#fff;padding:25px;border-radius:8px;color:var(--zt-muted)}.zt-page{padding:66px 0;min-height:50vh}.zt-article{width:min(820px,100%);margin:auto}.zt-article-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.2;margin:0 0 13px}.zt-article-meta{color:var(--zt-muted);margin-bottom:30px}.zt-article-featured{width:100%;border-radius:12px;margin:0 0 28px}.zt-entry-content>*:first-child{margin-top:0}.zt-entry-content h2{line-height:1.3;margin-top:32px}.zt-entry-content a{color:var(--zt-green);text-decoration:underline}.zt-entry-content iframe{max-width:100%}.zt-footer{background:var(--zt-dark);color:#d9dedb;padding:55px 0 25px}.zt-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px}.zt-footer h3{color:#fff;margin-top:0}.zt-footer p{color:#bac3bf}.zt-footer a:hover{color:var(--zt-yellow)}.zt-footer ul{padding:0;list-style:none;margin:0}.zt-footer li{margin:7px 0}.zt-copyright{border-top:1px solid #343833;margin-top:36px;padding-top:20px;font-size:.9rem;color:#a3aaa6}.zt-pagination{margin-top:38px}.zt-pagination .page-numbers{padding:7px 11px;border:1px solid var(--zt-border);margin-right:4px}.zt-pagination .current{background:var(--zt-green);color:#fff}@media(max-width:850px){.zt-header-inner{padding:10px 0;align-items:flex-start;flex-direction:column;gap:0}.zt-brand img{width:215px;height:55px}.zt-nav{width:100%}.zt-nav ul{justify-content:flex-start}.zt-nav a{padding:8px 9px 11px;font-size:.84rem}.zt-category-grid,.zt-post-grid{grid-template-columns:repeat(2,1fr)}.zt-footer-grid{grid-template-columns:1fr 1fr}.zt-hero{min-height:390px}}@media(max-width:540px){.zt-container{width:min(var(--zt-max),calc(100% - 28px))}.zt-section{padding:48px 0}.zt-category-grid,.zt-post-grid,.zt-footer-grid{grid-template-columns:1fr}.zt-hero-content{padding:56px 0}.zt-section-head{align-items:flex-start;flex-direction:column}.zt-nav a{padding-left:7px;padding-right:7px}}
