.elementor-185 .elementor-element.elementor-element-58412a9{--display:flex;}.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-982f9cf */.cb-footer{
    font-family:'Montserrat',sans-serif;
}

/* CONTACT BAR */

.cb-footer-top{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    margin-bottom:18px;
}

.cb-footer-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:25px;
    border-right:1px solid #ececec;
    text-decoration:none;
    color:inherit;
}

.cb-footer-card:last-child{
    border-right:none;
}

.cb-footer-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#0B5E25,#0E7A30);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    box-shadow:0 8px 20px rgba(11,94,37,.25);
}

.cb-footer-card strong{
    display:block;
    font-size:16px;
    color:#17381B;
    line-height:1.4;
}

.cb-footer-card span{
    color:#0B5E25;
    font-size:15px;
    font-weight:600;
}

/* MAIN FOOTER */

.cb-footer-main{
    background:linear-gradient(
        90deg,
        #011707 0%,
        #03461c 50%,
        #011707 100%
    );
    border-radius:20px;
    border-top:3px solid #8BC34A;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.cb-footer-grid{
    display:grid;
    grid-template-columns:140px 1fr 260px;
    gap:30px;
    align-items:center;
}

.cb-footer-logo{
    text-align:center;
}

.cb-footer-logo img{
    width:120px;
}

.cb-footer-center{
    text-align:center;
}

.cb-footer-title{
    color:#fff;
    font-size:54px;
    font-weight:700;
    line-height:1;
    margin-bottom:10px;
}

.cb-footer-subtitle{
    color:#8BC34A;
    font-size:20px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.cb-footer-copy{
    color:#fff;
    font-size:16px;
    line-height:1.8;
}

.cb-footer-copy a{
    color:#8BC34A;
    text-decoration:none;
    font-weight:700;
}

.cb-footer-right{
    text-align:right;
}

.cb-footer-right a{
    display:block;
    margin:12px 0;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
}

.cb-footer-right i{
    color:#8BC34A;
    width:22px;
}

.cb-facebook{
    color:#8BC34A !important;
}

/* TABLET */

@media(max-width:1024px){

    .cb-footer-top{
        grid-template-columns:repeat(2,1fr);
    }

    .cb-footer-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .cb-footer-right{
        text-align:center;
    }

}

/* MOBILE */

@media(max-width:767px){

    .cb-footer-top{
        grid-template-columns:1fr;
    }

    .cb-footer-card{
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .cb-footer-card:last-child{
        border-bottom:none;
    }

    .cb-footer-main{
        padding:30px 20px;
    }

    .cb-footer-logo img{
        width:95px;
    }

    .cb-footer-title{
        font-size:34px;
    }

    .cb-footer-subtitle{
        font-size:15px;
        line-height:1.5;
        letter-spacing:1px;
    }

    .cb-footer-copy{
        font-size:14px;
    }

    .cb-footer-right a{
        font-size:15px;
    }

}/* End custom CSS */