/*
Theme Name: City Delivery Blog
Author: City Delivery
Description: RTL Arabic blog theme for City Delivery Kuwait.
Version: 5.0.0
Text Domain: citydelivery-blog
*/
:root{--teal:#075963;--orange:#f59b16;--bg:#f5fafb;--text:#123f44}*{box-sizing:border-box}body{margin:0;font-family:Arial,Tahoma,sans-serif;background:#fff;color:var(--text);direction:rtl}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding:0 24px}.site-header{background:#fff;border-bottom:1px solid #dcebed;position:sticky;top:0;z-index:20}.nav{min-height:92px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px}.brand img{width:58px;height:58px;object-fit:contain}.menu{display:flex;gap:25px;align-items:center;flex:1;font-weight:700}.wa{background:#118b9b;color:#fff;padding:15px 20px;border-radius:12px;font-weight:800}.hero{background:#fffaf0;padding:62px 0;text-align:center}.hero h1{font-size:48px;margin:0 0 18px}.hero p{font-size:20px;color:#6a8589;line-height:1.9}.content{padding:55px 0;background:var(--bg)}.section-title{font-size:34px;margin:0 0 30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #0a515b12}.card img{width:100%;height:210px;object-fit:cover}.card-body{padding:22px}.card h2{font-size:22px;line-height:1.55;margin:0 0 12px}.meta{color:#7b9396;font-size:14px}.excerpt{line-height:1.8;color:#587377}.single{max-width:850px;margin:auto;background:#fff;padding:36px;border-radius:18px}.single h1{font-size:40px;line-height:1.4}.single img{max-width:100%;height:auto;border-radius:16px}.single-content{font-size:18px;line-height:2}.footer{padding:38px 0;background:#073f46;color:#fff;margin-top:0}.footer-inner{display:flex;justify-content:space-between;gap:30px}.pagination{margin-top:35px}.pagination .page-numbers{display:inline-block;padding:9px 13px;background:#fff;border-radius:8px;margin:3px}@media(max-width:800px){.menu{display:none}.grid{grid-template-columns:1fr}.hero h1{font-size:36px}.nav{justify-content:space-between}.wa{font-size:14px;padding:12px}.single{padding:22px}.single h1{font-size:31px}}


/* v4: prevent white gap below footer on short/mobile pages */
html, body { min-height: 100%; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; }
#page, .site { min-height: 100vh; width: 100%; display: flex; flex-direction: column; }
main, .site-main { flex: 1 0 auto; }
footer, .site-footer { margin-top: auto; margin-bottom: 0 !important; flex-shrink: 0; }
