/* v0.9.97 — approved demo #8, reduced size only.
   Main title: dark navy Nastaliq. Unit label: matching Nastaliq in school green. */
:root{
  --eb-header-brand-nastaliq:"Noto Nastaliq Urdu","IranNastaliq",serif;
  --eb-header-brand-navy:#17324f;
  --eb-header-brand-green:#079e55;
}

html body .eb-header-brand-nastaliq,
html body .eb-header-brand-nastaliq *,
html body .eb-header-brand-nastaliq-text{
  font-family:var(--eb-header-brand-nastaliq) !important;
  font-size:30px !important;
  font-weight:600 !important;
  font-style:normal !important;
  letter-spacing:0 !important;
  line-height:1.48 !important;
  font-synthesis:none !important;
  white-space:nowrap;
  color:var(--eb-header-brand-navy) !important;
  -webkit-text-fill-color:var(--eb-header-brand-navy) !important;
  background:none !important;
  background-image:none !important;
  text-shadow:none !important;
}

html body .eb-header-brand-unit-nastaliq,
html body .eb-header-brand-unit-nastaliq *{
  font-family:var(--eb-header-brand-nastaliq) !important;
  font-size:18px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
  letter-spacing:0 !important;
  color:var(--eb-header-brand-green) !important;
  -webkit-text-fill-color:var(--eb-header-brand-green) !important;
  background:none !important;
  background-image:none !important;
  text-shadow:none !important;
}

html body .eb-header-brand-unit-nastaliq{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  width:auto !important;
}
html body .eb-header-brand-unit-nastaliq::before,
html body .eb-header-brand-unit-nastaliq::after{
  content:"";
  display:block;
  width:24px;
  height:1px;
  background:rgba(7,158,85,.38);
  flex:0 0 24px;
}

@media (max-width:1024px){
  html body .eb-header-brand-nastaliq,
  html body .eb-header-brand-nastaliq *,
  html body .eb-header-brand-nastaliq-text{
    font-size:27px !important;
    line-height:1.44 !important;
  }
  html body .eb-header-brand-unit-nastaliq,
  html body .eb-header-brand-unit-nastaliq *{
    font-size:16px !important;
  }
}

@media (max-width:767px){
  html body .eb-header-brand-nastaliq,
  html body .eb-header-brand-nastaliq *,
  html body .eb-header-brand-nastaliq-text{
    font-size:23px !important;
    line-height:1.40 !important;
  }
  html body .eb-header-brand-unit-nastaliq,
  html body .eb-header-brand-unit-nastaliq *{
    font-size:15px !important;
    line-height:1.28 !important;
  }
  html body .eb-header-brand-unit-nastaliq::before,
  html body .eb-header-brand-unit-nastaliq::after{
    width:17px;
    flex-basis:17px;
  }
}
