.elementor-23 .elementor-element.elementor-element-affb8d7{--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-ec24272 *//* =========================================
   HERITAGE HUSK PREMIUM FOOTER
========================================= */

.hh-footer {
    width: 100%;
    background: #25422A;
    color: #F8F6F0;
    font-family: Arial, sans-serif;
}


/* TOP ACCENT */

.hh-footer-accent {
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #25422A 0%,
        #B78355 25%,
        #D4B08A 50%,
        #B78355 75%,
        #25422A 100%
    );
}


/* CONTAINER */

.hh-footer-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
}


/* TOP FOOTER */

.hh-footer-top {
    padding: 90px 0 75px;
}

.hh-footer-top .hh-footer-container {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1.4fr;
    gap: 65px;
}


/* BRAND */

.hh-footer-brand {
    max-width: 340px;
}

.hh-footer-logo {
    display: inline-flex;
    margin-bottom: 28px;
}

.hh-footer-logo img {
    width: 185px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.hh-footer-description {
    margin: 0;
    color: rgba(248, 246, 240, 0.72);
    font-size: 14px;
    line-height: 1.9;
}


/* PREMIUM BUTTON */

.hh-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 22px;

    margin-top: 30px;
    padding: 14px 22px;

    border: 1px solid #B78355;

    color: #F8F6F0;
    text-decoration: none;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;

    transition: all 0.35s ease;
}

.hh-footer-btn span {
    font-size: 18px;
    line-height: 1;
    color: #B78355;

    transition: transform 0.35s ease;
}

.hh-footer-btn:hover {
    background: #B78355;
    border-color: #B78355;
    color: #FFFFFF;
}

.hh-footer-btn:hover span {
    color: #FFFFFF;
    transform: translateX(5px);
}


/* FOOTER COLUMNS */

.hh-footer-column h4 {
    margin: 4px 0 28px;

    color: #B78355;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.hh-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hh-footer-column li {
    margin-bottom: 15px;
}

.hh-footer-column a {
    color: rgba(248, 246, 240, 0.7);

    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;
}

.hh-footer-column a:hover {
    color: #F8F6F0;
    padding-left: 5px;
}


/* BRAND PROMISE */

.hh-footer-promise {
    padding-left: 35px;
    border-left: 1px solid rgba(183, 131, 85, 0.45);
}

.hh-promise-line {
    width: 42px;
    height: 2px;

    background: #B78355;

    margin-bottom: 22px;
}

.hh-promise-label {
    display: block;

    color: #B78355;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 18px;
}

.hh-footer-promise h3 {
    margin: 0 0 18px;

    color: #F8F6F0;

    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;

    line-height: 1.35;
}

.hh-footer-promise p {
    margin: 0 0 22px;

    color: rgba(248, 246, 240, 0.65);

    font-size: 13px;
    line-height: 1.8;
}


/* TEXT LINK */

.hh-text-link,
.hh-text-link:link,
.hh-text-link:visited {
    color: #B78355 !important;
}

.hh-text-link:hover,
.hh-text-link:focus,
.hh-text-link:active {
    color: #FFFFFF !important;
}

.hh-text-link:hover span {
    color: #FFFFFF !important;
}


/* FOOTER BOTTOM */

.hh-footer-bottom {
    border-top: 1px solid rgba(248, 246, 240, 0.12);
    padding: 24px 0;
}

.hh-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.hh-copyright,
.hh-legal-links a {
    color: rgba(248, 246, 240, 0.48);
    font-size: 11px;
}

.hh-legal-links {
    display: flex;
    gap: 22px;
}

.hh-legal-links a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.hh-legal-links a:hover {
    color: #B78355;
}


/* CENTER TAGLINE */

.hh-bottom-tagline {
    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(248, 246, 240, 0.65);

    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
}

.hh-bottom-tagline span {
    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #B78355;
}


/* TABLET */

@media (max-width: 1100px) {

    .hh-footer-top .hh-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 60px 50px;
    }

    .hh-footer-promise {
        padding-left: 30px;
    }

}


/* MOBILE */

@media (max-width: 768px) {

    .hh-footer-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hh-footer-top {
        padding: 65px 0 50px;
    }

    .hh-footer-top .hh-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }

    .hh-footer-brand,
    .hh-footer-promise {
        grid-column: span 2;
    }

    .hh-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hh-bottom-tagline {
        order: -1;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .hh-footer-top .hh-footer-container {
        grid-template-columns: 1fr;
    }

    .hh-footer-brand,
    .hh-footer-promise {
        grid-column: span 1;
    }

    .hh-footer-promise {
        padding-left: 25px;
    }

    .hh-footer-logo img {
        width: 160px;
    }

    .hh-footer-top {
        padding-top: 55px;
    }

    .hh-footer-bottom {
        padding: 22px 0;
    }

}/* End custom CSS */