.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-9a5ec01 */.af-footer {
    --af-footer-bg: #e0e0e0;
    --af-footer-text: #2f3431;
    --af-footer-muted: #626a66;
    --af-footer-heading: #171b19;
    --af-footer-accent: #705c38;
    --af-footer-border: rgba(23, 27, 25, 0.16);

    background: var(--af-footer-bg);
    color: var(--af-footer-text);
    padding: 72px 24px 0;
}

.af-footer *,
.af-footer *::before,
.af-footer *::after {
    box-sizing: border-box;
}

.af-footer__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.af-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(180px, 0.75fr)
        minmax(240px, 1fr);
    gap: clamp(40px, 6vw, 90px);
    padding-bottom: 60px;
}

.af-footer__column {
    min-width: 0;
}

.af-footer__logo {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--af-footer-heading);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.af-footer__logo:hover {
    color: #000000;
}

.af-footer__subtitle {
    margin: 0 0 25px;
    color: var(--af-footer-accent);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.af-footer__description {
    max-width: 430px;
    margin: 0;
    color: var(--af-footer-muted);
    font-size: 0.98rem;
    line-height: 1.8;
}

.af-footer__heading {
    margin: 6px 0 25px;
    color: var(--af-footer-heading);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.af-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.af-footer__nav a,
.af-footer__legal a {
    color: var(--af-footer-text);
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.af-footer__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.5;
}

.af-footer__nav a::before {
    width: 0;
    height: 1px;
    margin-right: 0;
    background: var(--af-footer-accent);
    content: "";
    transition:
        width 0.2s ease,
        margin-right 0.2s ease;
}

.af-footer__nav a:hover {
    color: #000000;
}

.af-footer__nav a:hover::before {
    width: 18px;
    margin-right: 9px;
}

.af-footer__contact {
    margin: 0;
    color: var(--af-footer-muted);
    font-size: 0.94rem;
    font-style: normal;
    line-height: 1.7;
}

.af-footer__contact p {
    margin: 0 0 16px;
}

.af-footer__contact span {
    display: block;
    margin-bottom: 1px;
    color: var(--af-footer-heading);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.af-footer__contact a {
    color: var(--af-footer-heading);
    text-decoration-color: rgba(23, 27, 25, 0.35);
    text-underline-offset: 4px;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.af-footer__contact a:hover {
    color: #4f4028;
    text-decoration-color: #4f4028;
}

.af-footer__facebook {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 12px 17px;
    border: 1px solid rgba(23, 27, 25, 0.26);
    background: transparent;
    color: var(--af-footer-heading);
    font-size: 0.87rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.af-footer__facebook svg {
    flex: 0 0 auto;
}

.af-footer__facebook:hover {
    border-color: var(--af-footer-heading);
    background: var(--af-footer-heading);
    color: #ffffff;
}

.af-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 78px;
    border-top: 1px solid var(--af-footer-border);
    color: var(--af-footer-muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

.af-footer__bottom p {
    margin: 0;
}

.af-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 25px;
}

.af-footer__legal a {
    color: var(--af-footer-muted);
}

.af-footer__legal a:hover {
    color: #000000;
}
.af-footer__facebook{
    color:#000!important;
}
.af-footer__facebook:hover{
    color:#000!important;
    background: transparent;
}
/* Tablet */
@media (max-width: 900px) {
    .af-footer {
        padding-top: 55px;
    }

    .af-footer__grid {
        grid-template-columns:
            minmax(0, 1.3fr)
            minmax(220px, 1fr);
    }

    .af-footer__about {
        grid-column: 1 / -1;
    }

    .af-footer__description {
        max-width: 650px;
    }
}

/* Mobil */
@media (max-width: 600px) {
    .af-footer {
        padding: 45px 20px 0;
    }

    .af-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 45px;
    }

    .af-footer__about {
        grid-column: auto;
    }

    .af-footer__heading {
        margin-bottom: 18px;
    }

    .af-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding: 25px 0;
    }

    .af-footer__legal {
        justify-content: flex-start;
    }
}/* End custom CSS */