.elementor-58 .elementor-element.elementor-element-3f543bc{--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-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-12e43755 *//* ==========================================================================
   FOOTER SECTION - FINAL WITH LEGAL LINKS STRIP
   ========================================================================== */
.aml-main-footer {
    width: 100% !important;
    background-color: #0F172A !important;
    color: #94A3B8 !important;
    font-family: var(--font-main), sans-serif !important;
    padding-top: 80px !important;
    box-sizing: border-box !important;
}

/* Width control containers */
.footer-top-container, 
.footer-legal-inner,
.footer-bottom-inner {
    margin: 0 auto !important;
    width: 80% !important;
}
.footer-top-container {
    padding: 0 0 60px 0 !important;
    display: grid !important;
    grid-template-columns: 1.4fr 1.2fr 0.8fr 0.8fr !important;
    gap: 48px !important;
}

/* ---------- LEGAL LINKS STRIP ---------- */
.footer-legal-strip {
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 20px 0 !important;
}
.footer-legal-links {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}
.footer-legal-links li {
    display: flex !important;
    align-items: center !important;
}
.footer-legal-links li:not(:last-child)::after {
    content: '·' !important;
    color: #475569 !important;
    font-size: 1.2rem !important;
    margin: 0 16px !important;
}
.footer-legal-links a {
    color: #64748B !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: var(--transition-smooth) !important;
}
.footer-legal-links a:hover {
    color: var(--color-white) !important;
}

/* ---------- COPYRIGHT ---------- */
.footer-bottom-container {
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 30px 0 !important;
}
.footer-bottom-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 1rem !important;
}

/* ---------- FOOTER CONTENT ---------- */
.footer-col { display: flex !important; flex-direction: column !important; }
.footer-logo img { height: 50px !important; width: auto !important; margin-bottom: 24px !important; }
.brand-tagline { font-size: 1.1rem !important; line-height: 1.6 !important; color: #94A3B8 !important; }
.footer-col-title { color: var(--color-white) !important; font-size: 1.35rem !important; font-weight: 700 !important; margin-bottom: 32px !important; }
.contact-block { margin-bottom: 24px !important; }
.contact-block h4 { color: var(--color-white) !important; font-size: 1.1rem !important; font-weight: 700 !important; margin-bottom: 8px !important; }
.contact-block p { font-size: 1.05rem !important; line-height: 1.5 !important; margin-bottom: 4px !important; }
.contact-block a { color: #94A3B8 !important; text-decoration: none !important; transition: var(--transition-smooth) !important; }
.contact-block a:hover { color: var(--color-white) !important; }
.fsp-number { margin-top: 12px !important; font-size: 0.95rem !important; opacity: 0.8 !important; }
.footer-links-list { list-style: none !important; display: flex !important; flex-direction: column !important; gap: 16px !important; padding: 0 !important; }
.footer-links-list a { color: #94A3B8 !important; font-size: 1.1rem !important; font-weight: 500 !important; text-decoration: none !important; transition: var(--transition-smooth) !important; }
.footer-links-list a:hover { color: var(--color-white) !important; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .footer-top-container, 
    .footer-legal-inner,
    .footer-bottom-inner {
        width: 90% !important;
    }
    .footer-top-container {
        gap: 36px !important;
    }
}
@media (max-width: 991px) {
    .footer-top-container { 
        grid-template-columns: 1fr 1fr !important; 
        gap: 40px !important; 
    }
    .brand-info-col { grid-column: span 2 !important; }
}
@media (max-width: 768px) {
    .footer-top-container, 
    .footer-legal-inner,
    .footer-bottom-inner {
        width: 97% !important;
    }
    .footer-top-container { 
        grid-template-columns: 1fr !important; 
        gap: 40px !important; 
        padding-bottom: 40px !important; 
    }
    .brand-info-col { grid-column: span 1 !important; }
    .footer-bottom-inner { flex-direction: column !important; gap: 16px !important; text-align: center !important; }
    .footer-legal-links {
        justify-content: center !important;
        gap: 0 !important;
    }
    .footer-legal-links li:not(:last-child)::after {
        margin: 0 10px !important;
    }
}/* End custom CSS */