.elementor-826 .elementor-element.elementor-element-e1747ef{--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;}.elementor-826 .elementor-element.elementor-element-0abde4d{width:100%;max-width:100%;margin:-184px 0px calc(var(--kit-widget-spacing, 0px) + -89px) 0px;padding:0px 0px 0px 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-0abde4d */.footer-ico-title {
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 0.7;
}



/* --- 1. GLOBAL & MOBILE (Default) --- */
.site-footer {
    padding: 40px 20px;
    background-color: #fcfcfc;
    font-family: 'Segoe UI', sans-serif;
    text-align: center !important;
}

.footer-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
}

/* Headers for Mobile */
.footer-heading, .footer-column h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #002e5b;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    gap: 12px;
}

.footer-nav a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
}

.social-icons {
    display: flex;
    justify-content: center !important;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-color: #002e5b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.social-icons a svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.tpo-logo {
    max-width: 140px !important;
    height: auto;
    margin: 15px auto !important;
    display: block;
}

.company-details {
    font-style: normal;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding: 20px 20px 0;
}

.footer-bottom p {
    font-size: 11px;
    color: #999;
    margin-bottom: 8px;
}

/* --- 2. DESKTOP (1024px and wider) --- */
@media (min-width: 1024px) {
    .site-footer {
        padding: 60px 0 30px;
        text-align: left !important;
    }

    .footer-container {
        display: grid !important;
        grid-template-columns: 1fr 1.2fr 1.8fr !important;
        gap: 60px;
        align-items: start !important; /* Locks top baseline */
        max-width: 1100px;
    }

    .footer-column {
        align-items: flex-start !important;
    }

    /* Force headers to occupy the same height so text below starts together */
    .footer-heading, .footer-column h3 {
        min-height: 45px; /* Adjust this if text wraps to 3 lines */
        margin-bottom: 20px !important;
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .footer-nav {
        align-items: flex-start !important;
    }

    .social-icons {
        justify-content: flex-start !important;
    }

    .tpo-logo {
        max-width: 240px !important;
        margin: 0 0 20px 0 !important;
    }

    /* Side-by-side bottom bar */
    .footer-bottom-inner, .footer-bottom {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
        max-width: 1100px;
        margin: 40px auto 0;
        text-align: left !important;
    }

    .footer-bottom p {
        margin: 0;
    }
}
/* Tightens the contact info block */
.company-details {
    font-style: normal;
    color: #666;
    font-size: 13px;
    line-height: 1.2; /* Tightens the vertical space between lines */
    margin-top: 15px;
}

.company-details strong {
    display: block;
    margin-bottom: 8px; /* Space after the Company Name */
    color: #002e5b;
    font-size: 14px;
}

.company-details p {
    margin: 0 0 6px 0 !important; /* Forces uniform spacing between Email and Phone */
    padding: 0 !important;
}

.company-details a {
    color: inherit;
    text-decoration: none;
}/* End custom CSS */