.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-43547 .elementor-element.elementor-element-24e0191{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-43547 .elementor-element.elementor-element-24e0191 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:500;color:#111827;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-43547 .elementor-element.elementor-element-48c28f2{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;color:#6B7280;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-43547 .elementor-element.elementor-element-24e0191 .elementor-heading-title{font-size:32px;}}/* Start custom CSS for text-editor, class: .elementor-element-48c28f2 */.elementor-43547 .elementor-element.elementor-element-48c28f2  {
    max-width: 888px!important;
}/* End custom CSS */
/* Start custom CSS */* {
            box-sizing: border-box;
        }

        #form-outer-container  {
            width: 100%; 
            margin:auto;
            padding: 50px 260px;
            display: flex;
            flex-direction: column;
            gap: 64px;
        }

        .form-inner-container  {
            width: 100%;
            display: flex;
            gap: 80px;
        }

        .form-outer-section  {
            width: 65%;
            display: flex;
            flex-direction: column;
            gap: 60px;
        }
        
        .form-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            
        }

        /* Nagłówek Sekcji z Numerem */

        .section-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 32px;
        }

        .section-number {
            font-family: Poppins;
            width: 28px;
            height: 28px;
            background-color: #2563eb;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
        }

        .section-title {
            font-family: Poppins;
            font-weight: 500;
            font-size: 32px;
            color: #101828;
            margin: 0;
        }

        .required {
            color: #ef4444;
        }

        /* Etykiety i pola */

        .form-inner-section  {
            padding: 32px;
            border: 1px solid #E5E7EB;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .field-group {
            position: relative;
        }

        .field-label {
            display: block;
            color: #565c68;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-family: Poppins;
            font-weight: 400;
            font-size: 14px;
        }

        .field-label .required {
            color: #ef4444;
            margin-left: 3px;
        }

        .custom-select-trigger {
            width: 100%;
            box-sizing: border-box;
            padding: 14px 18px;
            background-color: #f1f5f9;
            border: 1px solid transparent;
            border-radius: 12px;
            font-size: 14px;
            color: #1e293b;
            outline: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.2s ease;
        }

        .custom-select-trigger #trigger-text {
            font-size: 14px;
            line-height: 1.2;
        }

        .custom-select-trigger .arrow-icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            margin-left: 10px;
            transition: transform 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .custom-select-trigger.open .arrow-icon {
            transform: rotate(180deg);
        }

        .custom-select-trigger.disabled {
            background-color: #f8fafc;
            color: #94a3b8;
            cursor: not-allowed;
            border-color: #e2e8f0;
        }

        .custom-select-trigger:not(.disabled):hover {
            background-color: #e2e8f0;
        }

        select.native-select {
            width: 100%;
            padding: 14px 18px;
            background-color: #f1f5f9;
            border: 1px solid transparent;
            border-radius: 12px;
            font-size: 14px;
            color: #1e293b;
            outline: none;
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 18px center;
            background-size: 16px;
            color: #686c74
        }

        /* Rozwijana Lista z Kartami (Select 2) */

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: 5px;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
            padding: 12px;
            z-index: 100;
            display: none;
            flex-direction: column;
            gap: 10px;
            max-height: 420px;
            overflow-y: auto;
        }

        .dropdown-menu.open {
            display: flex;
        }

        /* Styl poszczególnych kart opcji */

        .option-card {
            display: flex;
            align-items: center;
            align-items: flex-start;
            padding: 16px;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s ease;
            background-color: #ffffff;
        }

        .option-card:hover {
            border-color: #93c5fd;
            background-color: #f8fafc;
        }

        .option-card.selected {
            border: 2px solid #3b82f6;
            background-color: #eff6ff;
        }

        .radio-circle {
            width: 18px;
            height: 18px;
            border: 2px solid #cbd5e1;
            border-radius: 50%;
            margin-right: 14px;
            margin-top: 3px;
            flex-shrink: 0;
            position: relative;
        }

        .option-card.selected .radio-circle {
            border-color: #2563eb;
        }

        .option-card.selected .radio-circle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: #2563eb;
            border-radius: 50%;
        }

        .card-body {
            flex-grow: 1;
        }

        .card-header-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 4px;
        }

        .card-title {
            font-size: 15px;
            font-weight: 600;
            color: #0f172a;
        }

        .badge {
            font-size: 11px;
            font-weight: 500;
            padding: 3px 10px;
            border-radius: 12px;
        }

        .badge-blue { background-color: #dbeafe; color: #1d4ed8; }
        .badge-gray { background-color: #f1f5f9; color: #475569; }

        .card-desc {
            font-size: 13px;
            color: #64748b;
            margin: 0;
            line-height: 1.4;
        }

        /* --- BLOK CERTYFIKATU --- */

        .cert-section {
            display: none;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .cert-section.visible {
            display: block;
            opacity: 1;
        }

        .cert-label  {
            font-family: Poppins;
            font-weight: 300;
            font-size: 20px;
            color: #374151;
        }

        .cert-info-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 20px;
        }

        @media(max-width: 640px) {
            .cert-info-grid { grid-template-columns: 1fr; }
        }

        .cert-info-box {
            background-color: #F8FBFF;
            border-radius: 12px;
            padding: 16px;
        }

        .cert-info-title {
            color: #374151;
            margin-bottom: 12px;
            font-family: Poppins;
            font-weight: 500;
            font-size: 20px;
        }

        .cert-info-text {
            color: #6B7280;
            margin: 0;
            font-family: Poppins;
            font-weight: 300;
            font-size: 16px;

        }

        /* Checkbox wyboru płatnego certyfikatu */

        .checkbox-card {
            display: flex;
            align-items: center;
            padding: 20px;
            border: 2px solid #e2e8f0;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            user-select: none;
        }

        .checkbox-card.checked {
            border: 2px solid #3b82f6;
            background-color: #eff6ff;
        }

        .custom-checkbox {
            width: 20px;
            height: 20px;
            border: 2px solid #9CA3AF;
            border-radius: 4px;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            flex-shrink: 0;
        }

        .checkbox-card.checked .custom-checkbox {
            background-color: #2563eb;
            border-color: #2563eb;
            color: #fff;
        }

        .checkbox-label-text {
            color: #111827;
            font-family: Poppins;
            font-weight: 400;
            font-size: 16px;
        }

        .price-tag {
            color: #2563eb;
        }

        /* Sekcja faktury za certyfikat */

        .invoice-options {
            margin-top: 20px;
            display: none;
            flex-direction: column;
            gap: 10px;
        }

        .invoice-options.visible {
            display: flex;
        }

        .sub-label {
            color: #111827;
            margin-bottom: 10px;
            font-family: Poppins;
            font-weight: 500;
            font-size: 20px;
        }

        .radio-row {
            display: flex;
            align-items: center;
            padding: 18px 22px;
            border: 2px solid #E5E7EB;
            border-radius: 20px;
            cursor: pointer;
            color: #334155;
            transition: all 0.2s;
            font-family: Poppins;
            font-weight: 400;
            font-size: 18px;
        }

        .radio-row input  {
            width: 18px;
            height: 18px;
        }

        .radio-row.selected {
            border-color: #3b82f6;
            background-color: #eff6ff;
        }

        /* Sekcje 2 i 3 */

        .form-inner-section-row  {
            display: flex;
            gap: 24px;
        }

        .form-inner-section-column  {
            width: 50%;
        }

        .form-inner-section-column-long  {
            width: 37%;
        }

        .form-inner-section-column-short  {
            width: 26%;
        }

        .field-input  {
            background-color: #F3F4F6;
            border-radius: 8px;
            padding: 4px 12px;
            border: 0;
            height: 40px;
            width: 100%;
            border: 1px solid transparent;
        }

        .field-group-full  {
            width: 100%;
        }

        #f_additional_information  {
            background-color: #F3F4F6;
            border-radius: 8px;
            padding: 4px 12px;
            border: 0;
            min-height: 120px;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }

        /* Sekcja 4 */

        .form-grid-section  {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .grid-checkbox-card {
            display: flex;
            align-items: center;
            padding: 18px 22px;
            border: 2px solid #e2e8f0;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            user-select: none;
        }

        .custom-grid-checkbox {
            width: 20px;
            height: 20px;
            border: 2px solid #9CA3AF;
            border-radius: 4px;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            flex-shrink: 0;
            transition: all 0.2s ease;
        }

        .grid-checkbox-card:has(input[type="checkbox"]:checked) {
            border-color: #3b82f6;
            background-color: #eff6ff;
        }

        .grid-checkbox-card:has(input[type="checkbox"]:checked) .custom-grid-checkbox {
            background-color: #2563eb;
            border-color: #2563eb;
        }

        /* Wstawienie ptaszka (✓) do środka kwadratu */
        .grid-checkbox-card:has(input[type="radio"]:checked) {
            border-color: #3b82f6;
            background-color: #eff6ff;
        }

        /* Wypełnienie kwadratu na niebiesko */
        .grid-checkbox-card:has(input[type="radio"]:checked) .custom-grid-checkbox {
            background-color: #2563eb;
            border-color: #2563eb;
        }

        /* Wstawienie ptaszka (✓) wewnątrz kwadratu */
        .grid-checkbox-card:has(input[type="radio"]:checked) .custom-grid-checkbox::after {
            content: '✓';
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
        }

        .grid-checkbox-label-text  {
            font-family: Poppins;
            font-weight: 400;
            font-size: 16px;
            color: #111827;
        }

        /* Sekcja prawa */

        #form-outer-right-section  {
            width: 35%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            /*flex-shrink: 0;*/
        }

        #form-right-top-column  {
            border-radius: 20px;
            border: 1px solid #E5E7EB;
            padding: 28px 32px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-right-title  {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: #3B82F6;
            margin: 0;
        }

        .form-right-info-text  {
            font-family: Poppins;
            font-weight: 300;
            font-size: 16px;
            color: #374151;
            margin: 0;
        }

        .form-right-info-text span  {
            color: #3B82F6;
        }

        .trainings-form-submit-button  {
            padding: 12px 16px;
            border-radius: 12px;
            border: 0;
            background-color: #3B82F6;
            color: #fff;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
        }

        .trainings-form-submit-button:hover  {
            background-color: #2563eb;
        }

        .form-separator  {
            width: 100%;
            height: 1px;
            background-color: #E5E7EB;
        }

        #form-right-bottom-container  {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        #form-right-bottom-text  {
            font-family: Poppins;
            font-weight: 300;
            font-size: 14px;
            color: #6B7280;
            margin: 0;
        }

        #form-phone-link  {
            font-family: Inter;
            font-weight: 500;
            font-size: 20px;
            color: #111827;
            cursor: pointer;
            text-decoration: none;
        }

        #form-phone-link:hover  {
            color: #000;
        }

        #form-mail-link  {
            font-family: Inter;
            font-weight: 500;
            font-size: 18px;
            color: #3B82F6;
            cursor: pointer;
            text-decoration: none;
        }

        #form-mail-link:hover  {
            color: #2563eb;
        }

        #form-right-bottom-column  {
            border: 1px solid #EFF6FF;
            background-color: #F8FBFF;
            border-radius: 20px;
            padding: 28px 32px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        #form-bottom-outer-container  {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 65%;
        }

        #form-bottom-dummy  {
            width: 35%;
            /*flex-shrink: 0;*/
        }

        #form-bottom-outer-container .checkbox-label-text a  {
            color: #3B82F6;
            text-decoration: none;
        }

        #form-bottom-outer-container .checkbox-card:has(input[type="checkbox"]:checked) {
            border-color: #3b82f6;
            background-color: #eff6ff;
        }

        /* 2. Zapełnienie niebieskim kolorem kwadratu checkboxa */
        #form-bottom-outer-container .checkbox-card:has(input[type="checkbox"]:checked) .custom-checkbox {
            background-color: #2563eb;
            border-color: #2563eb;
        }

        /* 3. Wstawienie białego ptaszka (✓) do środka kwadratu */
        #form-bottom-outer-container .checkbox-card:has(input[type="checkbox"]:checked) .custom-checkbox::after {
            content: '✓';
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
        }

        #form-bottom-final-row  {
            display: flex;
            gap: 22px;
            align-items: center;
            margin-top: 50px;
        }

        #form-final-submit-button  {
            width: 250px;
            height: 59;
            border-radius: 12px;
            border: 0;
            padding: 12px 16px;
            font-family: Poppins;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff;
            background-color: #3B82F6;
            cursor: pointer;
        }

        #form-final-submit-button:hover  {
            background-color: #2563eb;
        }

        /* Błędy w formularzu */

        .form-error-indication  {
            border-color: #ff0000!important;
        }

        .form-error  {
            font-family: Poppins;
            font-size: 12px;
            color: #ff0000;
            font-weight: 700;
            text-align: center;
            margin: 0;
            margin-top: 2px;
            margin-bottom: -10px;
            min-height: 20px;
        }

        #f_akceptacja_requlaminu_error  {
            margin-bottom: 0;
        }

/* Intro */

.intro-column  {
    display: inline-block!important;
    width: auto;
}

.list-icon  {
    display: flex;
    width: 33px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #3B82F6;
    border-radius: 50%;
    color: #fff;
}

.blog-ellipse  {
    position: absolute;
    border-radius:50%;
    filter:blur(150px);
    background: #0FAD9638;
}

.blog-ellipse-1  {
    width: 45.885vw;
    height: 39.167vw;
    left: 10vw;
}

.blog-ellipse-2  {
    width: 45.9vw;
    height: 69vh;
    right: 10vw;
    top: 15vw;
    transform: rotate(42.62deg);
}

.blog-ellipse-3  {
    width: 45.5vw;
    height: 42vh;
    filter:blur(250px);
    right: 10vw;
    top: 15vw;
    background: #24B6AF80;
}

.blog-ellipse-4  {
    width: 45vw;
    height: 42vh;
    filter:blur(190px);
    background: #008CFF42;
    left: 10vw;
    bottom: 0;
}

.blog-ellipse-5  {
    width: 56.5vw;
    height: 51vh;
    filter:blur(300px);
    background: #BFDCDA29;

    left: 20%;
    bottom: -100%;
}/* End custom CSS */