.elementor-380 .elementor-element.elementor-element-d705e50{--display:flex;}.elementor-380 .elementor-element.elementor-element-b168fca{width:100%;max-width:100%;padding:0px 0px 0px 0px;top:-1px;}body:not(.rtl) .elementor-380 .elementor-element.elementor-element-b168fca{left:1px;}body.rtl .elementor-380 .elementor-element.elementor-element-b168fca{right:1px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b168fca *//* 1. Globalne ustawienia nagłówka */
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 5%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* 2. Stylizacja linków menu (spójna typografia) */
.custom-menu a {
    margin: 0 20px;
    text-decoration: none;
    color: #1a1a1a; /* Głęboka czerń */
    font-weight: 500;
    font-family: 'Inter', sans-serif; /* Dopasuj do fontu na stronie */
    font-size: 15px;
    transition: color 0.3s ease;
}

.custom-menu a:hover {
    color: #555555; /* Delikatne rozjaśnienie przy najechaniu */
}

/* 3. Spójny przycisk CTA */
.custom-cta {
    background-color: #000000;
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 50px; /* Zaokrąglone brzegi dla nowoczesnego wyglądu */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.custom-cta:hover {
    background-color: #333333;
    transform: translateY(-2px); /* Delikatny efekt "odskoczenia" */
}

/* 4. Pełna responsywność */
@media (max-width: 992px) {
    .custom-header {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .custom-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .custom-menu a {
        margin: 0 10px;
    }
}/* End custom CSS */