.elementor-2719 .elementor-element.elementor-element-a64669c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-2719 .elementor-element.elementor-element-a64669c:not(.elementor-motion-effects-element-type-background), .elementor-2719 .elementor-element.elementor-element-a64669c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-2719 .elementor-element.elementor-element-0a2b5f6{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2719 .elementor-element.elementor-element-0a2b5f6:not(.elementor-motion-effects-element-type-background), .elementor-2719 .elementor-element.elementor-element-0a2b5f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-2719 .elementor-element.elementor-element-0a2b5f6{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2719 .elementor-element.elementor-element-0a2b5f6{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-34ebb05 *//* =========================================================
   VERDE RIVERSIDE
   LUXURY WHITE FOOTER
   ========================================================= */


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.verde-footer {

    width: 100%;

    box-sizing: border-box;

    background: #ffffff;

    color: #26372f;

    padding:
        38px
        5%
        20px;

}


/* =========================================================
   ROW 1 — LOGO
   ========================================================= */

.verde-footer-logo-row {

    display: flex;

    align-items: center;

    justify-content: center;

    padding:
        0
        0
        24px;

}


.verde-footer-logo-row img {

    display: block;

    width: 175px;

    height: auto;

    max-width: 75%;

    object-fit: contain;

    filter: none;

}


/* =========================================================
   ROW 2 — CONTACT DETAILS
   ========================================================= */

.verde-footer-contact-row {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 26px;

    padding:
        0
        0
        24px;

    border-bottom:
        1px solid
        #eee8dc;

}


/* =========================================================
   CONTACT LINK
   ========================================================= */

.verde-footer-contact {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #304239 !important;

    text-decoration: none !important;

    transition:
        color .3s ease;

}


.verde-footer-contact:hover {

    color: #b18a4a !important;

}


/* =========================================================
   CONTACT LABEL
   ========================================================= */

.verde-contact-label {

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #b18a4a;

}


/* =========================================================
   CONTACT VALUE
   ========================================================= */

.verde-contact-value {

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: .2px;

    color: #405048;

}


/* =========================================================
   CONTACT SEPARATOR
   ========================================================= */

.verde-contact-separator {

    width: 1px;

    height: 22px;

    background: #ded8cb;

}


/* =========================================================
   ROW 3 — SOCIAL + COPYRIGHT
   ========================================================= */

.verde-footer-bottom-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding-top: 17px;

}


/* =========================================================
   SOCIAL MEDIA
   ========================================================= */

.verde-footer-social {

    display: flex;

    align-items: center;

    gap: 22px;

}


/* =========================================================
   SOCIAL LINKS
   ========================================================= */

.verde-social-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #506057 !important;

    text-decoration: none !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .8px;

    transition:
        color .3s ease;

}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.verde-social-link svg {

    width: 16px;

    height: 16px;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    transition:
        color .3s ease,
        transform .3s ease;

}


/* Facebook + LinkedIn */

.verde-social-link svg path {

    fill: currentColor;

    stroke: none;

}


/* Instagram dot */

.verde-social-dot {

    fill: currentColor;

    stroke: none;

}


/* =========================================================
   SOCIAL HOVER
   ========================================================= */

.verde-social-link:hover {

    color: #b18a4a !important;

}


.verde-social-link:hover svg {

    transform:
        translateY(-2px);

}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.verde-footer-copyright {

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;

    font-weight: 400;

    letter-spacing: .3px;

    color: #929b96;

    text-align: right;

}


.verde-footer-copyright span {

    color: #b18a4a;

    padding:
        0
        5px;

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .verde-footer {

        padding:
            30px
            20px
            18px;

    }


    /* -----------------------------------------
       LOGO
       ----------------------------------------- */

    .verde-footer-logo-row {

        padding-bottom: 20px;

    }


    .verde-footer-logo-row img {

        width: 150px;

    }


    /* -----------------------------------------
       CONTACT
       ----------------------------------------- */

    .verde-footer-contact-row {

        flex-direction: column;

        gap: 8px;

        padding-bottom: 19px;

    }


    .verde-contact-separator {

        display: none;

    }


    .verde-contact-label {

        font-size: 9px;

    }


    .verde-contact-value {

        font-size: 12px;

    }


    /* -----------------------------------------
       BOTTOM ROW
       ----------------------------------------- */

    .verde-footer-bottom-row {

        flex-direction: column;

        gap: 13px;

        padding-top: 15px;

    }


    /* -----------------------------------------
       SOCIAL
       ----------------------------------------- */

    .verde-footer-social {

        justify-content: center;

        gap: 18px;

    }


    .verde-social-link {

        font-size: 10px;

    }


    .verde-social-link svg {

        width: 15px;

        height: 15px;

    }


    /* -----------------------------------------
       COPYRIGHT
       ----------------------------------------- */

    .verde-footer-copyright {

        text-align: center;

        font-size: 9px;

    }

}/* End custom CSS */