/*
Theme Name: Shahidabad
Theme URI: https://shahidabad.com/
Author: Shahidabad
Description: Lightweight first-party theme for Shahidabad.com.
Version: 1.0.0
Text Domain: shahidabad
*/

:root{
  --shb-green:#075944;
  --shb-green-dark:#043d30;
  --shb-gold:#b98b3f;
  --shb-paper:#f8f8f3;
  --shb-ink:#12352c;
  --shb-line:#e5ebe8;
  --shb-shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--shb-ink);font-family:"Shahidabad IR Sans",Tahoma,Arial,sans-serif}
img{max-width:100%;height:auto}
a{color:inherit}
.container{width:min(var(--shb-shell),calc(100% - 32px));margin-inline:auto}
#top-nav{background:#fff;border-bottom:1px solid var(--shb-line);position:relative;z-index:100}
#top-nav>.container{min-height:116px;display:flex;align-items:center;gap:28px}
.top-nav-logo{display:flex;align-items:center;justify-content:center;width:124px;min-width:124px;height:108px}
.top-nav-logo img{display:block;height:100px;width:auto;object-fit:contain}
.shb-main-nav{margin-inline-start:auto}
.shb-main-nav ul{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.shb-main-nav a{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:700}
.shb-main-nav a:hover,.shb-main-nav a:focus-visible{background:#eef5f2;color:var(--shb-green)}
.shb-search-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #dce7e2;border-radius:999px;text-decoration:none}
.site-main{min-height:50vh}
.footer-top{background:var(--shb-green-dark);color:#fff}
.footer-top>.container{padding:18px 0}
.footer-bottom{background:#022f25;color:rgba(255,255,255,.85)}
.footer-bottom>.container{padding:10px 0}
@media(max-width:900px){#top-nav>.container{min-height:92px;gap:14px}.top-nav-logo{width:100px;min-width:100px;height:86px}.top-nav-logo img{height:80px}.shb-main-nav{display:none}}
.shb-header-search{position:relative;display:flex;align-items:center;gap:6px;min-width:220px}
.shb-header-search input{width:100%;min-width:0;padding:10px 12px;border:1px solid #dce7e2;border-radius:12px;background:#fff;color:var(--shb-ink);outline:none}
.shb-header-search input:focus{border-color:#aac5b9;box-shadow:0 0 0 3px rgba(7,89,68,.08)}
.shb-header-search button{padding:10px 12px;border:0;border-radius:10px;background:var(--shb-green);color:#fff;cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.shb-header-search{margin-inline-start:auto;min-width:180px}}
@media(max-width:640px){#top-nav>.container{flex-wrap:wrap;padding-block:8px}.shb-header-search{order:3;width:100%;min-width:0}}
