.elementor-31 .elementor-element.elementor-element-dabe4d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a5d541c *//* ========================================== */
/* STYLE CSS: KONTAKT (IZOLOWANY FLEXBOX)     */
/* ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

/* Ochrona przed globalnymi modyfikacjami Elementora */
.tf-contact-wrapper {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #FFFFFF !important;
    padding: 80px 0 !important;
    width: 100% !important;
    display: block !important;
}

.tf-contact-wrapper * {
    box-sizing: border-box !important;
}

/* Nowa, dedykowana nazwa kontenera - gwarancja, że nagłówek się nie zepsuje */
.tf-contact-inner-1450 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* ------------------------------------------ */
/* NAGŁÓWEK                                   */
/* ------------------------------------------ */
.tf-contact-header {
    text-align: center !important;
    margin-bottom: 60px !important;
}

.tf-contact-badge {
    display: inline-block !important;
    color: #002042 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    background-color: rgba(0, 32, 66, 0.05) !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
}

.tf-contact-title {
    color: #000000 !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

.tf-contact-subtitle {
    color: #555555 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

/* ------------------------------------------ */
/* FLEXBOX GRID                               */
/* ------------------------------------------ */
.tf-contact-flex-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-bottom: 80px !important;
    width: 100% !important;
}

/* ------------------------------------------ */
/* KARTY KONTAKTOWE                           */
/* ------------------------------------------ */
.tf-contact-box {
    /* Ustawienie 4 kolumn (100% - 3*30px gap) / 4 */
    width: calc(25% - 22.5px) !important; 
    border-radius: 8px !important;
    padding: 35px 25px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    position: relative !important;
}

.tf-contact-box:hover {
    transform: translateY(-5px) !important;
}

/* Karty jasne */
.tf-box-standard {
    background-color: #FFFFFF !important;
    border: 1px solid #EAECEF !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}

.tf-box-standard:hover {
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.08) !important;
}

/* Karta ciemna (Priorytet) */
.tf-box-emergency {
    background-color: #002042 !important;
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.2) !important;
    border-bottom: 4px solid #FFD500 !important;
}

.tf-box-emergency:hover {
    box-shadow: 0 20px 50px rgba(0, 32, 66, 0.3) !important;
}

/* Tytuły w kartach */
.tf-box-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.tf-box-emergency .tf-box-header {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.tf-box-name {
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    color: #000000 !important;
    line-height: 1.3 !important;
}

.tf-box-emergency .tf-box-name {
    color: #FFFFFF !important;
}

/* Pulsująca kropka 24/7 */
.tf-contact-pulse {
    width: 10px !important;
    height: 10px !important;
    background-color: #FFD500 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(255, 213, 0, 0.8) !important;
    animation: tf-contact-pulse-anim 2s infinite !important;
    flex-shrink: 0 !important;
}

@keyframes tf-contact-pulse-anim {
    0% { box-shadow: 0 0 0 0 rgba(255, 213, 0, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 213, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 213, 0, 0); }
}

/* ------------------------------------------ */
/* LINKI KONTAKTOWE                           */
/* ------------------------------------------ */
.tf-box-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
}

.tf-link-phone, .tf-link-email {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #002042 !important;
    transition: color 0.3s ease !important;
}

.tf-link-phone {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.tf-link-phone svg, .tf-link-email svg {
    width: 18px !important;
    height: 18px !important;
    color: #FFD500 !important;
    flex-shrink: 0 !important;
}

.tf-link-phone:hover, .tf-link-email:hover {
    color: #FFD500 !important;
}

.tf-box-emergency .tf-color-yellow { color: #FFD500 !important; }
.tf-box-emergency .tf-color-light { color: #C0C8D0 !important; font-weight: 600 !important; }
.tf-box-emergency .tf-color-light:hover { color: #FFFFFF !important; }

/* ------------------------------------------ */
/* GODZINY OTWARCIA                           */
/* ------------------------------------------ */
.tf-box-hours {
    margin-top: auto !important;
    background-color: #f8f9fa !important;
    padding: 15px !important;
    border-radius: 4px !important;
}

.tf-hours-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #002042 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.tf-hours-head svg {
    width: 14px !important;
    height: 14px !important;
    color: #FFD500 !important;
}

.tf-hours-lines {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tf-hours-lines li {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 13px !important;
    color: #555555 !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    border-bottom: 1px dashed #EAECEF !important;
    padding-bottom: 5px !important;
}

.tf-hours-lines li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ------------------------------------------ */
/* DANE FIRMY                                 */
/* ------------------------------------------ */
.tf-company-details {
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.6 !important;
}

.tf-company-details strong {
    display: block !important;
    font-size: 16px !important;
    color: #002042 !important;
    margin-bottom: 15px !important;
}

.tf-address-line {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 0 15px 0 !important;
}

.tf-address-line svg {
    width: 18px !important;
    height: 18px !important;
    color: #FFD500 !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.tf-badge-nip {
    display: inline-block !important;
    background-color: rgba(0, 32, 66, 0.05) !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

/* ------------------------------------------ */
/* MAPA GOOGLE                                */
/* ------------------------------------------ */
.tf-contact-map {
    width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #EAECEF !important;
    display: block !important;
}

.tf-contact-map iframe {
    display: block !important;
    width: 100% !important;
}

/* ------------------------------------------ */
/* RWD: WERSJE MOBILNE                        */
/* ------------------------------------------ */

@media (max-width: 1200px) {
    /* Na laptopach zmiana na 2 kolumny */
    .tf-contact-box { width: calc(50% - 15px) !important; }
}

@media (max-width: 992px) {
    .tf-contact-wrapper { padding: 80px 0 !important; }
}

@media (max-width: 768px) {
    /* Na telefonach zmiana na 1 kolumnę */
    .tf-contact-box { width: 100% !important; }
    .tf-contact-title { font-size: 32px !important; }
    .tf-contact-map iframe { height: 350px !important; }
}

@media (max-width: 480px) {
    .tf-contact-wrapper { padding: 60px 0 !important; }
    .tf-contact-title { font-size: 26px !important; }
    .tf-link-phone { font-size: 18px !important; }
}/* End custom CSS */