.elementor-163 .elementor-element.elementor-element-34d86a0{--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-588ad50 */.botex-footer {
    background-color: #1B5E20; /* Twoja Alternatywna marka (ciemna zieleń) */
    color: #ffffff;
    padding: 60px 0 0 0;
    font-family: 'Open Sans', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 20px 40px 20px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #FFB300; /* Twój kolor wsparcia - żółty */
}

.footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #FFB300;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col.links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col.links a:hover {
    color: #FFB300;
    padding-left: 5px;
}

.footer-col.contact i {
    color: #FFB300;
    width: 20px;
}

.footer-col.contact a {
    color: #ffffff;
    text-decoration: none;
}

.badge-pl {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* Pasek dolny */
.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
    margin-top: 20px;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    opacity: 0.7;
}

/* Responsywność */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-col ul li {
        justify-content: center;
    }
    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Wymuszenie białego koloru dla nagłówków w stopce */
.botex-footer h4 {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Wymuszenie białego koloru dla Twojego linku w realizacji */
.footer-bottom-content p a.footer-credit,
.footer-bottom-content a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* Subtelny efekt po najechaniu na Twój link */
.footer-bottom-content a:hover {
    opacity: 0.8 !important;
    text-decoration: underline;
}

/* Poprawka czytelności dla pozostałych tekstów w stopce (opcjonalnie) */
.footer-col ul li, 
.footer-col p {
    color: rgba(255, 255, 255, 0.9) !important;
}/* End custom CSS */