.elementor-582 .elementor-element.elementor-element-5fe8baa{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-582 .elementor-element.elementor-element-1a127a6 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d736632 */#inner-footer {
    display: none !important;
}

.md-footer {
    width: 100%;
    background: transparent;
    padding: 16px 18px 34px;
    position: relative;
    z-index: 20;
}

.md-footer-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(250, 247, 240, .9);
    border: 1px solid rgba(216, 195, 165, .55);
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(61, 60, 58, .08);
    overflow: hidden;
}

.md-footer-main {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 30px;
    padding: 30px 32px 24px;
}

.md-footer-brand {
    max-width: 310px;
}

.md-footer-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    margin-bottom: 14px;
}

.md-footer-logo img {
    width: 210px;
    height: auto;
    display: block;
    filter: saturate(.78) contrast(.96);
}

.md-footer-brand p {
    color: #5F625C;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.md-footer-col,
.md-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.md-footer h4 {
    color: #6F8068;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px;
}

.md-footer a,
.md-footer span {
    color: #5F625C;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 9px;
    transition: all .22s ease;
}

.md-footer a:hover {
    color: #C98568;
    text-decoration: none;
}

.md-footer-phone {
    color: #C98568 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}

.md-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.md-footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A8B8A0;
    color: #fff !important;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    box-shadow: 0 8px 18px rgba(127, 150, 120, .2);
}

.md-footer-social a:nth-child(2) {
    background: #C98568;
}

.md-footer-social a:hover {
    transform: translateY(-2px);
    background: #C98568;
    color: #fff !important;
}

.md-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(216, 195, 165, .36);
    border-top: 1px solid rgba(216, 195, 165, .45);
    padding: 15px 32px;
}

.md-footer-bottom span {
    color: #6A665F;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 991px) {
    .md-footer {
        padding: 14px 14px 28px;
    }

    .md-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 26px 24px 22px;
    }

    .md-footer-brand {
        max-width: none;
    }

    .md-footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 14px 24px;
    }
}

@media (max-width: 575px) {
    .md-footer-main {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px 20px 20px;
    }

    .md-footer-inner {
        border-radius: 12px;
    }

    .md-footer-logo img {
        width: 190px;
    }

    .md-footer-brand,
    .md-footer-col,
    .md-footer-contact {
        align-items: center;
        text-align: center;
    }

    .md-footer-social {
        justify-content: center;
    }
}/* End custom CSS */