
/* ==========================
   STOPKA KPSS LEGAL
========================== */

.footer-kpss {

    background: var(--kpss-green);
    color: #fff;

    padding: 10px 0 10px;
}

/* ==========================
   LOGOTYPY
========================== */

.footer-branding {

    position: relative;

    min-height: 90px;

    margin-bottom: 35px;
    padding-bottom: 25px;

    border-bottom: 1px solid rgba(255,255,255,.15);
}

.footer-brand-left {

    position: absolute;

    left: 0;
    top: 50%;
    padding-bottom: 5px;
    transform: translateY(-50%);
}

.footer-brand-center {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.footer-adwokatura-logo {

    height: 85px;
    width: auto;

    display: block;
}

.footer-logo {

    height: 82px;
    width: auto;

    display: inline-block;
}

/* ==========================
   TREŚĆ
========================== */

.footer-kpss p {

    color: rgba(255,255,255,.85);

    font-size: .92rem;
    line-height: 1.45;

    margin-bottom: 8px;
}

.footer-kpss a {

    color: rgba(255,255,255,.85);

    text-decoration: none;

    transition: var(--transition-fast);
}

.footer-kpss a:hover {

    color: var(--kpss-gold);
}
.footer-kpss h5 {

    color: var(--kpss-gold);

    font-size: .85rem;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 10px;
}
/* ==========================
   LINKI
========================== */

.footer-links {

    list-style: none;

    padding: 0;
    margin: 0;
}

.footer-links li {

    margin-bottom: 2px;
}

.footer-links a {

    font-size: .92rem;
    line-height: 1.5;
}
.footer-address p {
    margin-bottom: 4px;
    line-height: 1.5;
}
.footer-address p:last-child {

    margin-bottom: 0;
}
.footer-address i {

    color: var(--kpss-gold);

    margin-right: 8px;

    font-size: .9rem;
}
/* ==========================
   SEPARATOR
========================== */

.footer-kpss hr {

    border-color: rgba(255,255,255,.15);

    margin-top: 15px;
    margin-bottom: 15px;
}

/* ==========================
   COPYRIGHT
========================== */

.footer-copy {

    margin: 0;

    font-size: .8rem;

    color: rgba(255,255,255,.65);
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

    .footer-branding {

        position: static;

        height: auto;
        gap: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-brand-left {
        margin-bottom: 20px;

    }
    .footer-brand-left,
    .footer-brand-center {
        position: static;
        transform: none;
        width: 100%;
        
    }

    .footer-adwokatura-logo {

        height: 55px;
        margin: 0 auto;
    }

    .footer-logo {

        height: 60px;
    }
}
.footer-address-line {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 8px;
}

.footer-address-line i {

    color: var(--kpss-gold);

    flex-shrink: 0;

    margin-top: 4px;
}

.footer-address-line span {

    display: block;

    line-height: 1.5;
}




/* ======================================
   404
====================================== */

.error404-section {

    min-height: 100vh;

    display: flex;
    align-items: center;

    background: var(--kpss-bg-white);
}

.error404-wrapper {

    text-align: center;

    max-width: 700px;
    margin: 0 auto;

    padding: 40px 20px;
}

.error404-logo {

    max-width: 260px;
    height: auto;

    margin-bottom: 40px;
}

.error404-code {

    font-size: 8rem;
    font-weight: 700;

    line-height: 1;

    color: var(--kpss-green);

    margin-bottom: 20px;
}

.error404-wrapper h1 {

    font-size: 2rem;
    font-weight: 600;

    margin-bottom: 20px;

    color: var(--kpss-black);
}

.error404-wrapper p {

    font-size: 1.1rem;

    line-height: 1.8;

    color: var(--kpss-text-light);

    margin-bottom: 35px;
}

.btn-home {

    display: inline-block;

    background: var(--kpss-green);
    color: var(--kpss-text-white);

    padding: 14px 30px;

    border-radius: var(--radius-md);

    text-decoration: none;

    transition: var(--transition-fast);
}

.btn-home:hover {

    background: var(--kpss-gold-light);
    color: var(--kpss-text-white);

    text-decoration: none;
}

/* MOBILE */

@media (max-width: 767px) {

    .error404-code {
        font-size: 5rem;
    }

    .error404-wrapper h1 {
        font-size: 1.6rem;
    }

    .error404-wrapper p {
        font-size: 1rem;
    }

    .error404-logo {
        max-width: 220px;
    }
}

/* ==========================
   DROPDOWN MENU
========================== */

.dropdown-menu {

    border: none;

    border-radius: 0;

    min-width: 260px;

    margin-top: 10px;

    box-shadow: var(--shadow-lg);
}

.dropdown-item {

    padding: 10px 20px;

    font-size: .95rem;

    color: var(--kpss-black);

    transition: var(--transition-fast);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(168, 134, 34, 0.08);
    color: var(--kpss-green);
}

.dropdown-item:active,
.dropdown-item.active {
    background-color:  rgba(168, 134, 34, 0.08);
    color: #fff;
}

.dropdown-divider {

    margin: .25rem 0;
}
