.elementor-705 .elementor-element.elementor-element-f1ff234{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7593829 *//* FOOTER STYLING */
.ct-footer {
    background-color: #00993A;
    color: #ffffff;
    padding: 50px 20px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    animation: fadeInFooter 0.8s ease;
}

@keyframes fadeInFooter {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.ct-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

/* LOGO */
.ct-footer-logo {
    width: 180px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    transition: transform .4s ease, filter .4s ease;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
}

/* Efekt hover: lekkie powiększenie + neon glow */
.ct-footer-logo:hover {
    transform: scale(1.12) rotate(-1deg);
    filter: drop-shadow(0 0 18px rgba(255,255,255,0.45));
}

.ct-logo-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Kolumny */
.ct-footer-col {
    flex: 1 1 250px;
    min-width: 220px;
}

.ct-footer-col h3 {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid rgba(255,255,255,.4);
    padding-bottom: 5px;
    letter-spacing: .5px;
}

/* Linki */
.ct-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-footer-col ul li {
    margin-bottom: 8px;
    transition: transform .2s ease;
}

.ct-footer-col a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    transition: all .3s ease;
}

/* Hover linków z efektem przesunięcia + highlight */
.ct-footer-col ul li:hover {
    transform: translateX(5px);
}

.ct-footer-col a:hover {
    color: #000;
    background-color: rgba(255,255,255,0.4);
    padding: 2px 6px;
    border-radius: 4px;
}

/* Dolna część */
.ct-footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    font-size: 14px;
    opacity: 0.9;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {

    .ct-footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .ct-logo-col {
        justify-content: center;
    }

    .ct-footer-logo {
        width: 200px; /* większe logo na mobile */
    }

    .ct-footer-col h3 {
        text-align: center;
    }
}/* End custom CSS */