.elementor-kit-6{--e-global-color-primary:#272727;--e-global-color-secondary:#0476BB;--e-global-color-text:#323232;--e-global-color-accent:#00C1CE;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.8px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"DM Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF00;}.elementor-kit-6 h1{color:#0F0F0F;font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h2{color:#070606;font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h3{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h4{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h5{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h6{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}.e-con{--container-max-width:768px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
    max_width: 100%;
}


@media (max-width: 768px) {
    a[href^="tel:"] {
        color: #5680F7 !important; /* Zmieniamy kolor na czarny */
    }
}

body.elementor-nav-menu--open {
  overflow: auto !important;
  position: static !important;
}

#my-button {
  position: relative;
  overflow: hidden;
  color: #05A7FF; /* Kolor tekstu */
  background-color: #05A7FF00; /* Kolor tła przycisku */
  border: none;
  cursor: pointer;
  z-index: 0;
  transition: color 0.4s ease;
  border-color: #05A7FF;
  border-style: solid;
  border-width: 2px;
}

#my-button::before {
  content: '';
  position: absolute;
  top: 0;
  color: #fff;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #05A7FF;
  transition: left 0.5s ease;
  z-index: -1;
}

#my-button:hover::before {
  left: 0;
}

#my-button:hover {
  color: #fff; /* Kolor tekstu po wypełnieniu */
}


#my-button2 {
  position: relative;
  overflow: hidden;
  color: #fff; /* Kolor tekstu */
  background-color: #05A7FF; /* Kolor tła przycisku */
  border: none;
  cursor: pointer;
  z-index: 0;
  transition: color 0.4s ease;
  border-color: #05A7FF;
  border-style: solid;
  border-width: 2px;
}

#my-button2::before {
  content: '';
  position: absolute;
  top: 0;
  color: #fff;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: right 0.5s ease;
  z-index: -1;
}

#my-button2:hover::before {
  right: 0;
}

#my-button2:hover {
  color: #05A7FF; /* Kolor tekstu po wypełnieniu */
}


#my-button3 {
  position: relative;
  overflow: hidden;
  color: #1F1F1F; /* Kolor tekstu */
  background-color: #fff; /* Kolor tła przycisku */
  border: none;
  cursor: pointer;
  z-index: 0;
  transition: color 0.4s ease;
}

#my-button3::before {
  content: '';
  position: absolute;
  top: 0;
  color: #fff;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  transition: left 0.5s ease;
  z-index: -1;
}

#my-button3:hover::before {
  left: 0;
}

#my-button3:hover {
  color: #fff; /* Kolor tekstu po wypełnieniu */
}

#my-button4 {
  position: relative;
  overflow: hidden;
  color: #fff /* Kolor tekstu */
  background-color: #05A7FF; /* Kolor tła przycisku */
  border: none;
  cursor: pointer;
  z-index: 0;
  transition: color 0.4s ease;
}

#my-button4::before {
  content: '';
  position: absolute;
  top: 0;
  color: #fff;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  transition: left 0.5s ease;
  z-index: -1;
}

#my-button4:hover::before {
  left: 0;
}

#my-button4:hover {
  color: #fff; /* Kolor tekstu po wypełnieniu */
}


#my-button5 {
  position: relative;
  overflow: hidden;
  color: #fff; /* Kolor tekstu */
  background-color: #05A7FF00; /* Kolor tła przycisku */
  border: none;
  cursor: pointer;
  z-index: 0;
  transition: color 0.4s ease;
  border-color: #05A7FF;
  border-style: solid;
  border-width: 2px;
}

#my-button5::before {
  content: '';
  position: absolute;
  top: 0;
  color: #fff;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #05A7FF;
  transition: left 0.5s ease;
  z-index: -1;
}

#my-button5:hover::before {
  left: 0;
}

#my-button5:hover {
  color: #fff; /* Kolor tekstu po wypełnieniu */
}/* End custom CSS */