.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-c35a904 */.footer{
    background: #0c5b52;   /* Dark Teal */
    color: #fff;
    padding: 70px 0 20px;
    font-family: "Inter", sans-serif;
}

.footer-container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-box h3{
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box p,
.footer-box li{
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    opacity: 1;
}

.footer-box ul{
    list-style: none;
}

.footer-box ul li{
    margin-bottom: 8px;
}

.footer-box ul li a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-box ul li a:hover{
    color: #d89b35;   /* Golden Hover */
}

/* BUTTONS */
.footer-btn{
    display: inline-block;
    padding: 10px 18px;
    margin: 5px 5px 0 0;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: .3s;
}

.footer-btn.wa{
    background:#25D366;
    color:#fff;
}

.footer-btn.call{
    background:#d89b35;   /* Golden Button */
    color:#fff;
}

.footer-btn:hover{
    transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom{
    text-align:center;
    margin-top:40px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,.2);
    color:#fff;
    font-size:13px;
    opacity:1;
}

/* RESPONSIVE */
@media(max-width:900px){
    .footer-container{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:600px){
    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }
}/* End custom CSS */