.elementor-127 .elementor-element.elementor-element-c962a89{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-127 .elementor-element.elementor-element-c962a89.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-127 .elementor-element.elementor-element-c962a89{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5b582b9 *//* =========================
   LIPS FOOTER – EARTH PALETTE
========================= */

.lips-footer {
    background: #fff;
    padding-top: 0;
    font-family: inherit;
}

/* Reset csak saját elemekre */
.lips-footer *,
.lips-footer *::before,
.lips-footer *::after {
    box-sizing: border-box;
}
.lips-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lips-footer p {
    margin: 0;
}

/* =========================
   TOP DARK BROWN BAR
========================= */

.footer-light-bar {
    position: relative;
    height: 3px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(68,50,44,0.6),
        #44322c,
        rgba(68,50,44,0.6)
    );
    overflow: hidden;
}

.footer-light-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    height: 100%;
    width: 30%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    animation: footerShine 4s infinite linear;
}

@keyframes footerShine {
    0%   { left: -30%; }
    100% { left: 130%; }
}

/* =========================
   TOP – 4 oszlopos grid
========================= */

.footer-top {
    max-width: 1200px;
    margin: auto;
    padding: 60px 40px 50px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

/* BRAND */

.footer-brand img {
    width: clamp(40px, 14vw, 140px);
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-brand p {
    color: #6b5a53;
    line-height: 1.6;
    font-size: 15px;
    max-width: 280px;
}

/* COLUMNS */

.footer-col h4 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    color: #44322c;
}

.footer-col li {
    margin-bottom: 13px;
    font-size: 15px;
  
}

.footer-col a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #C9AC8D;
}

/* =========================
   BOTTOM DARK BAR
========================= */

.footer-bottom {
    background: #44322c;
    padding: 22px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    gap: 16px;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 22px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-bottom a:hover {
    color: #C9AC8D;
}

.footer-credit {
    color: #C9AC8D;
    margin-left: 8px;
}

/* ══════════════════════════════════
   RESPONSIVE – TABLET (≤ 1100px)
══════════════════════════════════ */

@media (max-width: 1100px) {
    .footer-top {
        gap: 40px;
        padding: 50px 32px 44px;
    }
    .footer-bottom {
        padding: 20px 40px;
    }
}

/* ══════════════════════════════════
   RESPONSIVE – SMALL TABLET (≤ 860px)
══════════════════════════════════ */

@media (max-width: 860px) {

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px 40px;
        padding: 44px 28px 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-bottom {
        padding: 20px 28px;
        font-size: 13px;
    }
}

/* ══════════════════════════════════
   RESPONSIVE – MOBILE (≤ 560px)
══════════════════════════════════ */

@media (max-width: 560px) {

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 36px 20px 32px;
        text-align: center;
    }

    .footer-brand {
        grid-column: auto;
        align-items: center;
    }

    .footer-brand img {
        margin: 0 auto 16px auto;
    }

    .footer-brand p {
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-col h4 {
        margin-bottom: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 20px 16px;
        font-size: 13px;
    }

    .footer-bottom > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 0;
    }

    .footer-bottom a {
        margin: 0 10px;
    }

    .footer-credit {
        display: block;
        margin: 4px 0 0 0;
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */