.elementor-kit-8{--e-global-color-primary:#212529;--e-global-color-secondary:#495057;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0056B3;--e-global-color-42ad381:#007BFF;--e-global-color-7d9559b:#FFFFFF;--e-global-color-8924d01:#F8F9FA;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--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:#02010100;}.elementor-kit-8 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){--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);}@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 */html, body {
    overflow-x: hidden;
    width: 100%;
}

.elementor-kit-8 a {
  text-decoration: none;
}

@keyframes subtelny-puls-i-chyb {
    0% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.03) rotate(0.5deg); }
    50% { transform: scale(1.03) rotate(-0.5deg); }
    75% { transform: scale(1.03) rotate(0.25deg); }
    100% { transform: scale(1.01) rotate(0deg); }
}

.subtelny-przycisk {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.subtelny-przycisk:hover {
    animation: subtelny-puls-i-chyb 0.8s ease-in-out both;
}

@keyframes shake-and-grow {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1.03); }
}

#przycisk1, #przycisk2, #przycisk3 {
    transition: transform 0.2s ease;
    will-change: transform;
}

#przycisk1:hover, #przycisk2:hover, #przycisk3:hover {
    animation: shake-and-grow 0.4s ease-in-out both;
}

.animowany-przycisk {
    transition: transform 0.2s ease;
    will-change: transform;
}

.animowany-przycisk:hover {
    animation: shake-and-grow 0.4s ease-in-out both;
}


/* --- OSTATECZNE WYMUSZENIE NIEBIESKIEGO KOMUNIKATU --- */
div.wpforms-confirmation-container-full,
#wpforms-confirmation-1,
div[id^="wpforms-confirmation-"] {
    background: #017afc !important;
    background-color: #017afc !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 18px 24px !important;
    box-shadow: 0 4px 15px rgba(1, 122, 252, 0.3) !important;
}

div.wpforms-confirmation-container-full p,
#wpforms-confirmation-1 p,
div[id^="wpforms-confirmation-"] p {
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    margin: 0 !important;
}


/* --- STYL PRZYCISKU WPFORMS (Wzorowany na załączniku) --- */

.elementor-kit-8 .wpforms-submit-container {
    text-align: center !important;
    display: block !important;
}

.elementor-kit-8 .wpforms-submit {
    background-color: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 28px !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    display: inline-block !important;
    width: auto !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3) !important;
    transition: all 0.25s ease-in-out !important;
}

.elementor-kit-8 .wpforms-submit:hover {
    background-color: #0056b3 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4) !important;
}

/* Wyłącza zamykanie po kliknięciu w szare tło dookoła popupu */
.dialog-widget-overlay {
  pointer-events: none !important;
}

/* Pozwala na klikanie wewnątrz okna i formularza */
.elementor-popup-modal {
  pointer-events: auto !important;
}

/* Zabezpiecza, żeby sam krzyżyk do zamykania wciąż działał */
.dialog-close-button {
  pointer-events: auto !important;
}/* End custom CSS */