.elementor-55 .elementor-element.elementor-element-a37bc34{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-5b1e500 *//* Base Footer Container */
.sfv-custom-footer {
    background-color: #1a3650; /* Dark Navy Background */
    color: #ffffff;
    padding: 60px 20px 20px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-col h4 {
    color: #8ecae6;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #8ecae6;
}

.legal-text {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
}

.footer-cta {
    display: inline-block;
    background: #8ecae6;
    color: #1a3650;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}

/* Contact Bar Buttons */
.mobile-contact-bar-inline {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.contact-btn-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    min-width: 140px;
}

.call-btn-bright, .whatsapp-btn-bright {
    background: rgba(135, 206, 235, 0.05);
    border: 1px solid #8ecae6;
    color: #8ecae6;
}

.btn-icon {
    width: 18px;
    height: 18px;
}

.contact-btn-inline:hover {
    background: #8ecae6;
    color: #1a3650;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(142, 202, 230, 0.3);
}

.contact-btn-inline:hover .btn-icon {
    filter: brightness(0.2);
}

/* NEW: Footer Bottom & Service Areas */
.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.service-areas {
    margin-bottom: 20px;
}

.service-areas p {
    font-size: 13px;
    color: #888;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.service-areas strong {
    color: #8ecae6;
}

.copyright p {
    font-size: 12px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-logo img {
        margin: 0 auto 20px;
    }
}/* End custom CSS */