.elementor-kit-7{--e-global-color-primary:#169657;--e-global-color-secondary:#169596;--e-global-color-text:#171717;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--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-accent );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 *//* Style od animacji przycisku */
.custom-button a {
  display: inline-flex;
  width: auto;
  transition: all 0.3s ease;
  align-items: center;
}

.custom-button .elementor-button-icon {
  transition: all 0.3s ease;
  transform: scaleX(0);
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  margin-left: 0;
}

.custom-button:hover .elementor-button-icon {
  transform: scaleX(1);
  max-width: fit-content;
  opacity: 1;
  margin-left: 8px;
}

@media (max-width: 1024px){
    .custom-button .elementor-button-icon{
        display: none;
    }
}

/* Style od menu w headerze i stopce */
.custom-menu.header-menu{
    background: var(--e-global-color-accent);
border-radius: 10px;
box-shadow: 9.91px 9.91px 15px #DFDFDF, -9.91px -9.91px 15px #FFFFFF;
transition: all 0.3s ease;
}

.custom-menu a{
    position: relative;
}

.custom-menu .elementor-item::after{
    content: '';
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width .3s ease;
    border-radius: 100px !important;
    opacity: 1 !important;
}

.custom-menu.header-menu .elementor-item::after{
        background: var(--e-global-color-text) !important;
}

.custom-menu.footer-menu .elementor-item::after{
        background: var(--e-global-color-accent) !important;
}

.custom-menu .elementor-item:hover::after,
.custom-menu.header-menu .elementor-item-active::after{
    width: 100%
}

@media (max-width: 1024px){
    .section-container{
        box-shadow: 0px 0px 36px -2px #00000040 !important;
    }
    
    .section-text-container{
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .custom-menu.header-menu{
        box-shadow: none;
        width: 100%;
    }
    
    .custom-menu.header-menu .elementor-item{
        width: 100%;
        justify-content: center;
    }
    
    .custom-menu .elementor-item::after{
        display: none;   
    }
    
    .mobile-heading h2, .mobile-heading h3, .mobile-heading h1{
        font-size: 30px !important;
    }
}

@media (max-width: 767px) and (orientation: landscape){
    .section-container{
        width: 80% !important;   
    }
}

h1, h2{
    text-transform: uppercase !important;
}

.capitalized-heading h1, .capitalized-heading h2{
    text-transform: none !important;
}/* End custom CSS */