.container-header {
  background-color: transparent;
  background-image: none;
}
.blog-items[class^=masonry-], .blog-items[class*=\ masonry-] {
  column-gap: 3em;
}
.blog-item,
.item-page {
  background-color: #eee;
  border: 1px solid #777;
  border-radius: 40px;
  padding: 2em !important;
}
.blog-item > h2 {
  margin-bottom: 7px;
}
.metismenu.mod-menu .metismenu-item,
.nav-header {
  color: #eee; 
  background-color: #222;
  font-weight: bolder;
  font-size: 24px;
}
.metismenu-item > a {
  color: #eee;
  text-decoration: none;
}
.com-content-category-blog__child {
  display: none;
}
.footer {
  background-color: #000;
}
h2 a {
  color: rgb(34, 38, 42);
}
.top-intro {
  background: none !important;
  border: none !important;
}
.top-intro h2 {
  color: #eee;
}
footer {
  position: relative;
  overflow: hidden;
  background-color: #000; /* optional fallback */
   margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/images/logos/sayari_logov3-bg-footer.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;   /* or contain */
  opacity: 0.35;            /* adjust */
  z-index: 0;
  pointer-events: none;     /* keep links clickable */
}

footer > * {
  position: relative;
  z-index: 1;
}