/*
Theme Name: Bizden Al Haberi Slider Restore
Author: Codex
Version: 1.0.0
*/
:root{--green:#004331;--orange:#e66d0b;--cream:#fbf3e7;--ink:#17221d;--muted:#4d5a53;--line:#e6d4bd;--max:1220px}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}.topbar{background:#004331;color:#fff;font-size:13px}.topbar .wrap{min-height:40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.topbar-center{font-weight:800}.topbar-right{display:flex;justify-content:flex-end;gap:14px}.site-head{background:#fffdf8;border-bottom:1px solid var(--line)}.head-inner{min-height:104px;display:grid;grid-template-columns:minmax(260px,340px) 1fr auto auto;gap:20px;align-items:center;padding-top:14px;padding-bottom:14px}.logo{display:flex;align-items:center;gap:14px;min-width:0}.logo-mark{flex:0 0 78px;width:78px;height:60px;border:4px solid var(--green);border-right-color:var(--orange);border-radius:48% 48% 48% 16%;position:relative;background:#fff}.logo-mark:before{content:"";position:absolute;width:13px;height:13px;left:16px;top:14px;background:var(--green);border-radius:50%;box-shadow:22px 0 0 var(--green),44px 0 0 var(--orange),10px 22px 0 2px var(--green),32px 22px 0 2px var(--orange)}.brand strong{font-size:31px;line-height:1;font-weight:900;color:var(--green);white-space:nowrap}.brand strong span{color:var(--orange)}.brand small{display:block;color:#5f665f;font-weight:600;margin-top:4px}.main-nav{display:flex;justify-content:center;gap:6px}.main-nav a{height:42px;display:flex;align-items:center;padding:0 12px;border-radius:8px;font-size:14px;font-weight:900;text-transform:uppercase}.main-nav a:hover{background:#f2e4d1;color:var(--orange)}.search-btn,.menu-btn{border:0;background:transparent;width:44px;height:44px;font-size:28px;display:grid;place-items:center}.submit-btn{background:var(--orange);color:#fff;border-radius:9px;padding:13px 18px;font-weight:900}.menu-btn{display:none;background:var(--orange);color:#fff;border-radius:8px;font-size:22px}.hero{margin-top:24px;display:grid;grid-template-columns:.86fr 1.14fr;background:var(--green);border-radius:10px;overflow:hidden;min-height:360px}.hero-copy{padding:46px 56px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.chip{background:var(--orange);color:#fff;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:900;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:43px;line-height:1.08;margin:18px 0}.hero p{font-size:17px;line-height:1.55;margin:0 0 22px;color:#fff}.read-btn{display:inline-flex;border:1px solid rgba(255,255,255,.8);border-radius:8px;color:#fff;padding:13px 20px;font-weight:900}.hero-img img{width:100%;height:100%;object-fit:cover}.section{margin-top:18px;background:#fffdf8;border:1px solid var(--line);border-radius:9px;padding:16px;box-shadow:0 10px 28px rgba(68,45,20,.06)}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.section-head h2{font-size:19px;margin:0;color:#163128;text-transform:uppercase}.section-head a{font-size:12px;color:#b95205;font-weight:800}.cat-row{display:block}.cat-news-grid,.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story-card{background:#fff;border:1px solid #ebddca;border-radius:8px;padding:10px;box-shadow:0 6px 18px rgba(53,38,20,.05)}.story-card>a:first-child{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:#efe4d4}.story-card img{width:100%;height:100%;object-fit:cover;border-radius:7px}.story-card h3{font-size:17px;color:#17221d;margin:11px 0 7px;line-height:1.25}.story-card p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}.story-card time{display:block;font-size:12px;color:#7d877f;margin-top:9px}.site-footer{margin-top:24px;background:var(--green);color:#fff;padding:28px 0 16px}.foot-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px}.site-footer a,.site-footer p{color:#e8fff4;line-height:1.7;font-size:14px}.site-footer .brand strong{font-size:25px;color:#fff}.site-footer .brand small{font-size:12px;color:#d7fff0}.copyright{border-top:1px solid rgba(255,255,255,.18);margin-top:20px;padding-top:14px;font-size:13px}.shell{margin-top:22px}.content-panel{background:#fffdf8;border:1px solid var(--line);border-radius:9px;padding:24px}.article-body{font-size:18px;line-height:1.75;color:#27342e}.article-image img{width:100%;max-height:560px;object-fit:cover;border-radius:9px;margin:16px 0}@media(max-width:980px){.head-inner{grid-template-columns:1fr auto}.submit-btn,.search-btn{display:none}.menu-btn{display:grid}.main-nav{display:none;grid-column:1/-1}.site-head.open .main-nav{display:grid;grid-template-columns:1fr}.main-nav a{border:1px solid var(--line)}.hero{grid-template-columns:1fr}.cat-news-grid,.archive-grid{grid-template-columns:repeat(2,1fr)}.foot-grid{grid-template-columns:1fr 1fr}.topbar .wrap{grid-template-columns:1fr}.topbar-left,.topbar-right{display:none}.topbar-center{text-align:center}}@media(max-width:620px){.wrap{padding:0 14px}.logo{gap:9px}.logo-mark{flex-basis:56px;width:56px;height:44px;border-width:3px}.logo-mark:before{width:10px;height:10px;left:11px;top:10px;box-shadow:17px 0 0 var(--green),34px 0 0 var(--orange),8px 17px 0 1px var(--green),25px 17px 0 1px var(--orange)}.brand strong{font-size:22px}.brand small{font-size:11px}.hero h1{font-size:29px}.hero-copy{padding:26px 22px}.cat-news-grid,.archive-grid,.foot-grid{grid-template-columns:1fr}.story-card h3{font-size:16px}.story-card p{font-size:13px}.site-footer .brand strong{font-size:22px}}

.hero{display:block;position:relative;min-height:430px;background:#003f2e}.hero-slider{position:relative;min-height:430px;overflow:hidden;border-radius:10px}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:.86fr 1.14fr;opacity:0;pointer-events:none;transition:opacity .45s ease;background:#003f2e}.hero-slide.is-active{opacity:1;pointer-events:auto}.slider-controls{position:absolute;left:56px;bottom:24px;z-index:5;display:flex;gap:8px}.slider-dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}.slider-dot.is-active{background:var(--orange);width:24px;border-radius:999px}.hero-copy{padding-bottom:64px}.hero-img{min-height:430px}.hero-img img{min-height:430px}.hero-badge-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hero-date{color:#d7fff0;font-size:13px;font-weight:700}@media(max-width:980px){.hero-slide{grid-template-columns:1fr}.hero-img{min-height:260px;order:-1}.hero-img img{min-height:260px;max-height:320px}.slider-controls{left:32px;bottom:20px}}@media(max-width:620px){.hero,.hero-slider{min-height:560px}.hero-slide{min-height:560px}.hero-copy{padding-bottom:58px}.hero-img{min-height:230px}.hero-img img{min-height:230px}.slider-controls{left:22px}}
