.elementor-94 .elementor-element.elementor-element-f8d0e4b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-773a587 *//* =====================================================
   FOOTER
===================================================== */

.wc-footer,
.wc-footer *,
.wc-footer *::before,
.wc-footer *::after {
    box-sizing: border-box;
}

.wc-footer {
    width: 100%;
    overflow: hidden;
    font-family: "Inter", Arial, sans-serif;
}

.wc-footer__container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}


/* =====================================================
   MAIN FOOTER
===================================================== */

.wc-footer__main {
    width: 100%;
    padding: 88px 0 78px;
    background: #eef3f4;
    border-top: 1px solid #dce5e7;
}

.wc-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.65fr)
        minmax(150px, 0.8fr)
        minmax(140px, 0.7fr)
        minmax(190px, 1fr);

    gap: clamp(40px, 5vw, 78px);
    align-items: start;
}


/* =====================================================
   BRAND
===================================================== */

.wc-footer__brand {
    max-width: 410px;
}

.wc-footer__logo-link {
    display: inline-block;
    text-decoration: none;
}

.wc-footer__logo {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 0 27px;
}

.wc-footer__description {
    max-width: 390px;
    margin: 0 0 26px;

    color: #5e7079;
    font-size: 0.94rem;
    line-height: 1.8;
}


/* =====================================================
   CTA
===================================================== */

.wc-footer__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #183a5a !important;
    font-size: 0.89rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;

    transition:
        color 0.25s ease,
        gap 0.25s ease;
}

.wc-footer__cta span {
    color: #c9a24d;
    font-size: 1.1rem;
}

.wc-footer__cta:hover {
    gap: 14px;
    color: #2f6f9f !important;
}


/* =====================================================
   SOCIAL MEDIA
===================================================== */

.wc-footer__social {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.wc-footer__facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    background: #183a5a;
    border: 1px solid #183a5a;
    border-radius: 50%;

    color: #ffffff !important;
    text-decoration: none !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.wc-footer__facebook span {
    display: block;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

    transform: translateY(3px);
}

.wc-footer__facebook:hover {
    background: #2f6f9f;
    border-color: #2f6f9f;

    transform: translateY(-2px);

    box-shadow:
        0 7px 16px rgba(24, 58, 90, 0.16);
}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.wc-footer__column h3 {
    position: relative;

    margin: 0 0 25px;
    padding-bottom: 15px;

    color: #183a5a;

    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.2;
}

.wc-footer__column h3::after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 34px;
    height: 2px;

    background: #c9a24d;
}

.wc-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wc-footer__column li {
    margin: 0 0 13px;

    color: #667780;
    font-size: 0.9rem;
    line-height: 1.65;
}

.wc-footer__column li:last-child {
    margin-bottom: 0;
}

.wc-footer__column a {
    color: #667780 !important;
    text-decoration: none !important;

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}

.wc-footer__column a:hover {
    padding-left: 4px;
    color: #183a5a !important;
}


/* =====================================================
   BOTTOM BAR
===================================================== */

.wc-footer__bottom {
    width: 100%;
    background: #183a5a;
}

.wc-footer__bottom-inner {
    display: grid;

    grid-template-columns: auto 1fr auto;

    align-items: center;
    gap: 30px;

    min-height: 82px;
}

.wc-footer__bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.62);

    font-size: 0.82rem;
    line-height: 1.5;
}

.wc-footer__copyright {
    white-space: nowrap;
}


/* =====================================================
   WEBSITE CREDIT
===================================================== */

.wc-footer__credit {
    white-space: nowrap;
    text-align: center;
}

.wc-footer__credit a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    text-decoration: none !important;

    transition: color 0.25s ease;
}

.wc-footer__credit a:hover {
    color: #ffffff !important;
}


/* =====================================================
   LEGAL LINKS
===================================================== */

.wc-footer__legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 28px;

    white-space: nowrap;
}

.wc-footer__legal a {
    color: rgba(255, 255, 255, 0.62) !important;

    font-size: 0.82rem;
    line-height: 1.4;

    text-decoration: none !important;

    transition: color 0.25s ease;
}

.wc-footer__legal a:hover {
    color: #ffffff !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .wc-footer__grid {
        grid-template-columns:
            minmax(280px, 1.3fr)
            repeat(2, 1fr);
    }

    .wc-footer__column:last-child {
        grid-column: 2 / 4;
    }

    .wc-footer__bottom-inner {
        grid-template-columns: 1fr auto;

        gap: 8px 25px;

        padding-top: 22px;
        padding-bottom: 22px;
    }

    .wc-footer__credit {
        grid-column: 1;
        grid-row: 2;

        text-align: left;
    }

    .wc-footer__legal {
        grid-column: 2;
        grid-row: 1 / 3;
    }
}


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

@media (max-width: 760px) {

    .wc-footer__container {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .wc-footer__main {
        padding: 68px 0 58px;
    }

    .wc-footer__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 44px 28px;
    }

    .wc-footer__brand {
        grid-column: 1 / -1;
        max-width: 520px;
    }

    .wc-footer__column:last-child {
        grid-column: auto;
    }

    .wc-footer__bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 8px;

        min-height: auto;

        padding-top: 25px;
        padding-bottom: 25px;
    }

    .wc-footer__copyright,
    .wc-footer__credit {
        white-space: normal;
    }

    .wc-footer__legal {
        justify-content: flex-start;

        margin-top: 10px;
    }
}


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

@media (max-width: 520px) {

    .wc-footer__container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .wc-footer__grid {
        grid-template-columns: 1fr;
        gap: 37px;
    }

    .wc-footer__brand,
    .wc-footer__column:last-child {
        grid-column: auto;
    }

    .wc-footer__logo {
        width: 220px;
    }

    .wc-footer__legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}/* End custom CSS */