.elementor-15 .elementor-element.elementor-element-3598884{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-cac0e61 *//* ========================================== */
/* STYLE CSS: IMPORT CZCIONKI                 */
/* ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

/* ========================================== */
/* ZMIENNE GLOBALNE I RESET                   */
/* ========================================== */
.tf-topbar-wrapper, .tf-header-main {
    font-family: 'Open Sans', sans-serif !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tf-topbar-wrapper *, .tf-header-main * {
    box-sizing: border-box !important;
}

.tf-container-1450 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* ========================================== */
/* TOP BAR: TICKER (PRZEWIJANE USŁUGI)        */
/* ========================================== */
.tf-topbar-wrapper {
    background-color: #002042 !important;
    color: #FFD500 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 14px 0 !important;
    position: relative !important;
    display: flex !important;
    border-bottom: 2px solid #FFD500 !important;
    z-index: 10005 !important;
}

.tf-ticker-container {
    display: flex !important;
    width: max-content !important;
    animation: tf-scroll-ticker 35s linear infinite !important;
}

.tf-ticker-container:hover {
    animation-play-state: paused !important;
}

.tf-ticker-content {
    display: flex !important;
    align-items: center !important;
    padding-right: 50px !important;
}

.tf-ticker-content span {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.tf-separator {
    margin: 0 25px !important;
    color: #FFFFFF !important;
}

@keyframes tf-scroll-ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* ========================================== */
/* HEADER GŁÓWNY                              */
/* ========================================== */
.tf-header-main {
    background-color: #FFFFFF !important;
    padding: 20px 0 !important;
    box-shadow: 0 5px 25px rgba(0, 32, 66, 0.1) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
}

/* ------------------------------------------ */
/* LOGOTYPY (TIREFIX + PREMIO)                */
/* ------------------------------------------ */
.tf-logos-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    z-index: 100 !important;
}

.tf-logo-img {
    height: 65px !important;
    width: auto !important;
    display: block !important;
    transition: height 0.3s ease !important;
}

.tf-logo-separator {
    width: 1px !important;
    height: 45px !important;
    background-color: #EAECEF !important;
    display: block !important;
}

.tf-premio-logo {
    height: 48px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    transition: height 0.3s ease !important;
}

/* ========================================== */
/* NAWIGACJA (MENU GŁÓWNE)                    */
/* ========================================== */
.tf-menu-list {
    list-style: none !important;
    display: flex !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.tf-menu-list > li {
    position: relative !important;
}

.tf-menu-list li a,
.tf-dropdown-trigger {
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    position: relative !important;
    padding: 5px 0 !important;
    transition: color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

.tf-arrow {
    font-size: 10px !important;
    margin-left: 6px !important;
    color: #FFD500 !important;
    transition: transform 0.3s ease !important;
}

.tf-menu-list > li > a::after, 
.tf-menu-list > li > .tf-dropdown-trigger::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 0% !important;
    height: 3px !important;
    background-color: #FFD500 !important;
    transition: width 0.3s ease !important;
}

.tf-menu-list > li > a:hover::after,
.tf-menu-list > li > .tf-dropdown-trigger:hover::after,
.tf-has-dropdown:hover > .tf-dropdown-trigger::after {
    width: 100% !important;
}

/* ========================================== */
/* DROPDOWN (Rozwijane Menu - KOMPUTER)       */
/* ========================================== */
.tf-dropdown-checkbox {
    display: none !important;
}

.tf-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background-color: #002042 !important;
    min-width: 280px !important;
    padding: 15px 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 15px 35px rgba(0, 32, 66, 0.15) !important;
    border-top: 3px solid #FFD500 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(15px) !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
    margin: 0 !important;
    z-index: 10010 !important;
}

@media (min-width: 993px) {
    .tf-has-dropdown:hover .tf-dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
    
    .tf-has-dropdown:hover .tf-arrow {
        transform: rotate(180deg) !important;
    }
}

.tf-dropdown-menu li {
    padding: 0 !important;
}

.tf-dropdown-menu li a {
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    display: block !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.tf-dropdown-menu li:last-child a {
    border-bottom: none !important;
}

.tf-dropdown-menu li a:hover {
    color: #FFD500 !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    padding-left: 30px !important;
}

/* ========================================== */
/* PRAWA STRONA: OPINIE, ADRES I CTA          */
/* ========================================== */
.tf-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}

.tf-reviews-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important;
}

.tf-reviews-wrapper:hover {
    transform: scale(1.03) !important;
}

.tf-reviews-img {
    height: 40px !important; 
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.tf-address-box {
    line-height: 1.3 !important;
    font-size: 13px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    text-align: right !important;
}

.tf-cta-button {
    background-color: #FFD500 !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 14px 24px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    border: 2px solid #FFD500 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    box-shadow: 0 4px 15px rgba(255, 213, 0, 0.3) !important;
}

.tf-phone-icon {
    font-size: 20px !important;
}

.tf-cta-button:hover {
    background-color: #002042 !important;
    color: #FFD500 !important;
    border-color: #002042 !important;
}

/* ========================================== */
/* HAMBURGER MENU (Dla urządzeń mobilnych)    */
/* ========================================== */
.tf-mobile-checkbox {
    display: none !important;
}

.tf-hamburger {
    display: none !important;
    cursor: pointer !important;
    flex-direction: column !important;
    gap: 6px !important;
    z-index: 10010 !important;
}

.tf-hamburger span {
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    background-color: #002042 !important;
    transition: 0.3s !important;
}

/* ========================================== */
/* RWD: WERSJE MOBILNE (RESPONSYWNOŚĆ)        */
/* ========================================== */

@media (max-width: 1150px) {
    .tf-menu-list { gap: 15px !important; }
    .tf-menu-list li a { font-size: 14px !important; }
    .tf-address-box { display: none !important; }
    .tf-reviews-img { height: 35px !important; } 
}

@media (max-width: 992px) {
    .tf-header-main { padding: 15px 0 !important; }
    
    /* Skalowanie logotypów */
    .tf-logos-wrapper { gap: 15px !important; }
    .tf-logo-img { height: 50px !important; }
    .tf-logo-separator { height: 35px !important; }
    .tf-premio-logo { height: 48px !important; }

    .tf-hamburger { display: flex !important; }
    
    .tf-header-actions { gap: 15px !important; }
    .tf-reviews-img { height: 30px !important; } 
    
    .tf-nav-wrapper {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #002042 !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow-y: auto !important;
        transition: max-height 0.4s ease-in-out !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    }

    .tf-menu-list {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 10px 20px !important;
        align-items: flex-start !important;
    }

    .tf-menu-list > li {
        width: 100% !important;
    }

    .tf-menu-list li a,
    .tf-dropdown-trigger {
        display: block !important;
        color: #FFFFFF !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        width: 100% !important;
    }

    .tf-dropdown-trigger {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .tf-menu-list li a::after, 
    .tf-dropdown-trigger::after { display: none !important; }

    .tf-dropdown-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        box-shadow: none !important;
        border-top: none !important;
        background-color: #00152b !important;
        border-radius: 0 !important;
        padding: 0 15px !important;
        min-width: 100% !important;
        
        max-height: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(0) !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease, opacity 0.3s ease !important;
    }

    .tf-dropdown-checkbox:checked ~ .tf-dropdown-menu {
        max-height: 500px !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 10px 15px !important;
    }

    .tf-dropdown-checkbox:checked ~ .tf-dropdown-trigger .tf-arrow {
        transform: rotate(180deg) !important;
    }

    .tf-dropdown-menu li a {
        padding: 12px 10px !important;
        font-size: 13px !important;
        color: #C0C8D0 !important;
    }

    .tf-dropdown-menu li a:hover {
        padding-left: 10px !important;
        color: #FFD500 !important;
        background: transparent !important;
    }

    .tf-mobile-checkbox:checked ~ .tf-nav-wrapper {
        max-height: 80vh !important;
        padding: 10px 0 !important;
    }

    .tf-mobile-checkbox:checked ~ .tf-hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px) !important;
    }
    .tf-mobile-checkbox:checked ~ .tf-hamburger span:nth-child(2) {
        opacity: 0 !important;
    }
    .tf-mobile-checkbox:checked ~ .tf-hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px) !important;
    }
}

@media (max-width: 768px) {
    .tf-container-1450 { padding: 0 15px !important; }
    
    /* Skalowanie logotypów */
    .tf-logos-wrapper { gap: 10px !important; }
    .tf-logo-img { height: 40px !important; }
    .tf-logo-separator { display: none !important; } /* Ukrywamy separator dla oszczędności miejsca */
    .tf-premio-logo { height: 42px !important; }
    
    .tf-cta-button {
        padding: 10px 15px !important;
        font-size: 14px !important;
        gap: 10px !important;
    }
    
    .tf-reviews-img { height: 26px !important; }
    .tf-ticker-content span { font-size: 12px !important; }
}

@media (max-width: 480px) {
    .tf-header-actions {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #FFFFFF !important;
        padding: 12px 10px !important;
        justify-content: center !important;
        flex-direction: column !important; 
        gap: 8px !important; 
        box-shadow: 0 -5px 20px rgba(0,0,0,0.15) !important;
        z-index: 10000 !important;
    }

    .tf-reviews-wrapper {
        width: 100% !important;
        order: -1 !important; 
    }
    
    .tf-reviews-img { 
        height: 22px !important; 
    }
    
    .tf-cta-button {
        width: 100% !important;
        justify-content: center !important;
        font-size: 16px !important;
        padding: 12px 15px !important;
    }
    
    body { padding-bottom: 95px !important; } 
}/* End custom CSS */