/* Start custom CSS for html, class: .elementor-element-db369b4 *//* =====================================================
   FOOTER
===================================================== */

.site-footer {
    background: #5D3140;
    color: #F6D8BD;
    position: relative;
    overflow: hidden;
}


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

.footer-main {
    padding: 90px 0 75px;
    border-top: 1px solid #CF4173;
    position: relative;
}

.footer-main::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    right: -250px;
    top: -250px;

    border: 1px solid #CF4173;

    border-radius: 50%;

    opacity: .35;
}


.footer-container {
    width: 90%;
    max-width: 1280px;
    margin: auto;

    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.1fr;

    gap: 70px;

    position: relative;
    z-index: 2;
}


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

.footer-brand {
    max-width: 330px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-logo img {
    width: 190px;
    max-height: 75px;
    object-fit: contain;
    object-position: left center;
}


.footer-brand p {
    color: #F6D8BD;

    font-size: 13px;

    line-height: 1.9;

    opacity: .8;

    margin-bottom: 30px;
}


.footer-whatsapp {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    color: #F39399;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    border-bottom: 1px solid #F39399;

    padding-bottom: 8px;

    transition: .3s ease;
}

.footer-whatsapp span {
    font-size: 16px;

    transition: .3s ease;
}

.footer-whatsapp:hover {
    color: #F6D8BD;

    border-color: #F6D8BD;
}

.footer-whatsapp:hover span {
    transform: translate(4px, -4px);
}


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

.footer-column h4,
.footer-contact h4 {
    color: #F39399;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 28px;
}


.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-column li {
    margin-bottom: 13px;
}


.footer-column a {
    color: #F6D8BD;

    font-size: 12px;

    opacity: .75;

    position: relative;

    transition: .3s ease;
}


.footer-column a::before {
    content: "→";

    position: absolute;

    left: -20px;

    opacity: 0;

    color: #F39399;

    transition: .3s ease;
}


.footer-column a:hover {
    color: #F39399;

    opacity: 1;

    padding-left: 20px;
}


.footer-column a:hover::before {
    opacity: 1;
}


/* =====================================================
   FOOTER CONTACT
===================================================== */

.footer-label {
    display: block;

    color: #F39399;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 8px;
}


.footer-phone {
    display: block;

    color: #F6D8BD;

    font-family: Georgia, serif;

    font-size: 25px;

    margin-bottom: 12px;

    transition: .3s ease;
}


.footer-phone:hover {
    color: #F39399;
}


.footer-wa-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #F39399;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    margin-bottom: 35px;

    transition: .3s ease;
}


.footer-wa-link span {
    font-size: 15px;

    transition: .3s ease;
}


.footer-wa-link:hover {
    color: #F6D8BD;
}


.footer-wa-link:hover span {
    transform: translate(4px, -4px);
}


.footer-location-label {
    margin-top: 5px;
}


.footer-contact p {
    color: #F6D8BD;

    font-size: 12px;

    line-height: 1.8;

    opacity: .75;
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {
    border-top: 1px solid #CF4173;

    padding: 25px 0;
}


.footer-bottom-inner {
    width: 90%;
    max-width: 1280px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


.footer-bottom p {
    color: #F6D8BD;

    font-size: 9px;

    letter-spacing: .5px;

    opacity: .6;
}


.footer-legal {
    display: flex;

    gap: 25px;
}


.footer-legal a {
    color: #F6D8BD;

    font-size: 9px;

    opacity: .6;

    transition: .3s ease;
}


.footer-legal a:hover {
    color: #F39399;

    opacity: 1;
}


.footer-top {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #F39399;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

    transition: .3s ease;
}


.footer-top span {
    font-size: 17px;

    transition: .3s ease;
}


.footer-top:hover {
    color: #F6D8BD;
}


.footer-top:hover span {
    transform: translateY(-4px);
}


/* =====================================================
   FOOTER HOVER EFFECT
===================================================== */

.footer-column,
.footer-contact,
.footer-brand {
    transition: .4s ease;
}


.footer-container:hover .footer-column,
.footer-container:hover .footer-contact,
.footer-container:hover .footer-brand {
    opacity: .65;
}


.footer-container .footer-column:hover,
.footer-container .footer-contact:hover,
.footer-container .footer-brand:hover {
    opacity: 1;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 900px) {

    .footer-container {
        grid-template-columns: 1fr 1fr;

        gap: 55px 40px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-bottom-inner {
        flex-wrap: wrap;
    }

}


@media (max-width: 600px) {

    .footer-main {
        padding: 65px 0 50px;
    }

    .footer-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .footer-logo img {
        width: 170px;
    }

    .footer-phone {
        font-size: 22px;
    }

    .footer-bottom-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 18px;
    }

    .footer-legal {
        flex-direction: column;

        gap: 10px;
    }

    .footer-top {
        margin-top: 5px;
    }

}/* End custom CSS */