.elementor-149 .elementor-element.elementor-element-7d1a9cd{--display:flex;}.elementor-149 .elementor-element.elementor-element-cee1a10{width:100%;max-width:100%;}.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-cee1a10 *//* =========================================
   GREENILA — GLOBAL FOOTER
========================================= */

.gl-footer {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    background: #27332d;
    color: #ffffff;

    border-top:
        1px solid rgba(255, 255, 255, 0.06);

    box-sizing: border-box;
}


/* =========================================
   FOOTER INNER
========================================= */

.gl-footer__inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding: 75px 24px 25px;

    box-sizing: border-box;
}


/* =========================================
   MAIN FOOTER
========================================= */

.gl-footer__main {
    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.15fr;

    gap: 50px;

    padding-bottom: 65px;
}


/* =========================================
   BRAND
========================================= */

.gl-footer__brand {
    max-width: 320px;
}


.gl-footer__logo {
    display: inline-flex;

    align-items: center;

    text-decoration: none;
}


.gl-footer__logo img {
    display: block;

    width: auto;
    height: 70px;

    max-width: 165px;

    object-fit: contain;
}


/* =========================================
   DESCRIPTION
========================================= */

.gl-footer__description {
    max-width: 290px;

    margin: 22px 0 28px;

    color:
        rgba(255, 255, 255, 0.66);

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   FOOTER CTA
========================================= */

.gl-footer__cta {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 44px;

    padding: 0 18px;

    background: #d99120;

    color: #ffffff;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.gl-footer__cta span {
    font-size: 17px;

    line-height: 1;
}


.gl-footer__cta:hover {
    background: #c58216;

    color: #ffffff;

    transform:
        translateY(-1px);

    box-shadow:
        0 7px 18px
        rgba(217, 145, 32, 0.20);
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.gl-footer__column h3 {
    margin: 4px 0 22px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================
   COLUMN NAVIGATION
========================================= */

.gl-footer__column nav {
    display: flex;

    flex-direction: column;

    gap: 13px;
}


.gl-footer__column nav a {
    color:
        rgba(255, 255, 255, 0.62);

    font-size: 13px;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.gl-footer__column nav a:hover {
    color: #d99120;
}


/* =========================================
   CONTACT COLUMN
========================================= */

.gl-footer__contact {
    max-width: 260px;
}


/* =========================================
   CONTACT ITEM
========================================= */

.gl-footer__contact-item {
    margin-bottom: 18px;
}


.gl-footer__contact-label {
    display: block;

    margin-bottom: 6px;

    color: #d99120;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.14em;

    line-height: 1.3;
}


/* =========================================
   ADDRESS
========================================= */

.gl-footer__contact p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.66);

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   CONTACT LINKS
========================================= */

.gl-footer__contact a {
    color:
        rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.6;

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.gl-footer__contact a:hover {
    color: #d99120;
}


/* =========================================
   SOCIAL
========================================= */

.gl-footer__social {
    margin-bottom: 0;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.gl-footer__bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.10);
}


/* =========================================
   COPYRIGHT
========================================= */

.gl-footer__copyright {
    color:
        rgba(255, 255, 255, 0.42);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================
   LEGAL LINKS
========================================= */

.gl-footer__legal {
    display: flex;

    align-items: center;

    gap: 10px;
}


.gl-footer__legal a {
    color:
        rgba(255, 255, 255, 0.45);

    font-size: 11px;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.gl-footer__legal a:hover {
    color: #d99120;
}


.gl-footer__legal span {
    color:
        rgba(255, 255, 255, 0.25);

    font-size: 10px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .gl-footer__main {
        grid-template-columns:
            1.4fr
            1fr
            1fr;

        gap: 40px;
    }


    .gl-footer__brand {
        grid-column: 1 / -1;

        max-width: 600px;
    }


    .gl-footer__contact {
        max-width: 280px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .gl-footer__inner {
        padding:
            55px 20px 22px;
    }


    .gl-footer__main {
        display: grid;

        grid-template-columns: 1fr;

        gap: 38px;

        padding-bottom: 45px;
    }


    .gl-footer__brand {
        grid-column: auto;

        max-width: 100%;
    }


    .gl-footer__logo img {
        height: 62px;

        max-width: 145px;
    }


    .gl-footer__description {
        margin-top: 18px;
    }


    .gl-footer__column h3 {
        margin-bottom: 17px;
    }


    .gl-footer__contact {
        max-width: 100%;
    }


    .gl-footer__bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }


    .gl-footer__legal {
        flex-wrap: wrap;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .gl-footer__inner {
        padding-left: 16px;
        padding-right: 16px;
    }


    .gl-footer__cta {
        width: 100%;
    }

}/* End custom CSS */