.elementor-kit-6{--e-global-color-primary:#32343B;--e-global-color-secondary:#46484F;--e-global-color-text:#3E3E3E;--e-global-color-accent:#D5A63E;--e-global-color-cfc3276:#FFFFFF;--e-global-color-08afae7:#4B4D54;--e-global-color-06e2de4:#B2B2B2;--e-global-typography-primary-font-family:"Michroma";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"League Spartan";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );font-size:clamp(1rem, 1vw + 0.5rem, 1rem);}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#ECD09300;color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-size:clamp(2.618rem, 5vw + 0.5rem, 4.236rem);}.elementor-kit-6 h2{font-size:clamp(1.618rem, 3vw + 0.5rem, 2.218rem);}.elementor-kit-6 h3{font-size:clamp(1.4rem, 2.5vw, 1.625rem);}.elementor-kit-6 h4{font-size:clamp(1rem, 1vw + 0.5rem, 1rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.frozen-glass {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 0;
  z-index: 1;
}

/* Jasna góra i lewa */
.frozen-glass::before,
.frozen-glass::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* Góra i lewa – cieńsze i jaśniejsze */
.frozen-glass::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),   /* cienka jasna góra */
    inset 1px 0 0 rgba(255, 255, 255, 0.25);  /* cienka jasna lewa */
}

/* Dół i prawa – ciemniejsze i grubsze */
.frozen-glass::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  box-shadow:
    inset -2px 0 0 rgba(0, 0, 0, 0.25),       /* grubsza ciemna prawa */
    inset 0 -2px 0 rgba(0, 0, 0, 0.35);       /* grubsza ciemna dolna */
}

.napis-z-kreskami {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* odstęp między kreską a tekstem */
  color: white;
  font-size: 16px;
  white-space: nowrap;
}

.napis-z-kreskami::before,
.napis-z-kreskami::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: white;
}

.kontener-obrocony {
  transform: rotate(-90deg);
  transform-origin: center;
}/* End custom CSS */