
html {
  scroll-behavior: smooth;
}
header.wp-block-template-part {
  transition: background-color 0.4s ease;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*  background-color: rgba(255, 255, 255, 0.9);
          backdrop-filter: blur(10px);*/

}
.has-text-color {
  color: #e9e9e9!important;
}
header.wp-block-template-part.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Na jasnym tle (czarne logo) */
.logo-light {
  filter: brightness(0) saturate(100%) invert(0.1)!important;
}

/* Na ciemnym tle (białe logo) */
.custom-logo {
  filter: brightness(0) saturate(100%) invert(0.85);
}
/*
.my-menu1 .wp-block-navigation .wp-block-navigation-item__label {
  color: #fff;
}

.wp-block-navigation .wp-block-navigation-item__label {
  color: #f2f2f2;
} */

.wp-block-navigation-scroll{
  color: #212121!important; 
}
 
wp-block-navigation-scroll
#header-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#header-button .wp-block-button__link::after {
  content: '';
  margin-bottom:-3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

#header-button .wp-block-button__link:hover::after {
  transform: translateX(5px);
}
@media screen and (max-width: 600px) {
  .wp-block-navigation .wp-block-navigation-item__label {
    color: #282828;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation__responsive-container-close {
  right: calc(50% - 15px);
  top: 35px;
}
ul.my-menu1{
  margin-top: 50px;
}
.wp-block-uagb-forms{
  padding:0px!important;
  
}
}

@media only screen and (max-width: 767px) {
  .uagb-block-987861f0.uagb-forms__outer-wrap {
      padding-top: 25px;
      padding-right: 0px!important;
      padding-bottom: 25px;
      padding-left: 0px!important;
  }
}