body {
  padding: 0px 24px;
}
main.content-wrapper.entry-content {
  margin-top: 7.56rem;
}
@media screen and (max-width: 768px) {
  main.content-wrapper.entry-content {
    margin-top: 5.4rem;
  }
}
body:not(.mobile-menu) .site-header.sticky.top {
  position: fixed !important;
  margin-inline: 24px !important;
}
.site-footer {
  margin-top: 30px;
  border-radius: 23px 23px 0px 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 24px;
}

.site-footer .footer-panel {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding: 0px;
}

.footer-widgets {
  flex-wrap: wrap;
}

.footer-widgets .footer-column {
  flex-direction: row;
  width: unset;
  padding: 0px;
}

.footer-widgets .footer-column .widget img {
  max-width: 260px !important;
  height: auto !important;
}

.footer-widgets .footer-column .widget .menu {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-widgets .footer-column .widget .menu li a {
  font-family: var(--headings-font-family);
  font-weight: 700;
  font-size: 20px;
  color: #333333 !important;
}

.footer-widgets .footer-column .widget .menu li a:hover {
  color: #EE9D4E !important;
}

.footer-widgets .footer-column .widget .widget-title {
  color: #EE9D4E;
  font-weight: 500;
  font-size: 20px;
}

.footer-widgets .footer-column:first-of-type {
  gap: 70px;
}

.footer-widgets .footer-column:last-of-type {
  gap: 24px;
}

.site-header {
  border-radius: 0px 0px 23px 23px;
  padding: 0px 24px;
  transition: 500ms ease-in-out;
}

.main-navigation .main-menu {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.main-menu li a span {
  font-size: 20px;
  font-weight: 700;
}


/* Mobile  */

body.mobile-menu {
  padding: 0px 16px 16px 16px;
}

.mobile-menu .content-wrapper {
  margin-top: 82px;
}

.mobile-menu .site-footer {
  margin-top: 16px;
  background: #fbf6ea url('https://dev.spajder.io/projektdirektiv/wp-content/uploads/2026/01/Group-24100.png') no-repeat top right !important;
  border-radius: 23px;
}

.mobile-menu .footer-widgets .footer-column {
  flex-direction: column;
  width: 100%;
}

.mobile-menu .footer-widgets .footer-column:first-of-type {
  gap: 24px;
}

.mobile-menu .footer-widgets .footer-column .widget .menu {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0px;

}

.mobile-menu .footer-widgets .footer-column .widget .menu li {
  width: 50%;
}

.mobile-menu .site-header {
  margin: 0px 16px;
  border-radius: 0px 0px 23px 23px;
}

.mobile-menu .main-navigation {
  height: auto;
  width: 90%;
  margin: 16px 5% 0px 5%;
  border-radius: 13px;
  background-color: #527B4B;
}


.mobile-menu .main-menu {
  gap: 32px;
  padding: 32px 12px 90px 12px;
  background-image: url('https://dev.spajder.io/projektdirektiv/wp-content/uploads/2026/01/Group-7.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.mobile-menu .main-menu li a span {
  font-size: 20px;
  font-weight: 700;
}

.nav-open .mobile-menu .site-header .header-inner {
  border-radius: 0px 0px 23px 23px;
}

.site-header.sticky:not(.top),
.site-header.sticky.scroll {
  margin-inline: 24px;
} 
.site-header.sticky:not(.nav-open).scroll {
   transform: translateY(-100%);
  opacity: 0;
  
}
