.elementor-135 .elementor-element.elementor-element-78c10e8{--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;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--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-62763a5 */:root {
    --primary: #3A5F7D;
    --secondary: #F4E8D8;
    --accent: #F26827;
    --green: #305F37;
    --dark: #1E223C;
    --white: #FFFFFF;
}

footer {
    background: #F8F9FA;
    border-top: 1px solid rgba(58, 95, 125, 0.12);
    padding: 1.5rem 0 1.25rem;
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.footer-logo img {
    height: 64px;
    width: auto;
    display: block;
}
.footer-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}
.footer-nav a {
    color: rgba(30, 34, 60, 0.65);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
}
.footer-nav a:hover { color: var(--accent); }
.footer-nav .sep {
    width: 1px;
    height: 13px;
    background: rgba(58, 95, 125, 0.22);
    flex-shrink: 0;
}
.footer-nav .legal-link {
    font-weight: 400;
    color: rgba(30, 34, 60, 0.5);
    font-size: 0.8rem;
}
.footer-nav .legal-link:hover { color: var(--accent); }
.footer-mobile-links {
    display: none !important;
}
.footer-bottom {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(58, 95, 125, 0.08);
    text-align: center;
    color: rgba(30, 34, 60, 0.4);
    font-size: 0.78rem;
}

@media (max-width: 768px) {
    footer {
        padding: 2rem 0 1.5rem;
    }
    .footer-container {
        padding: 0 1.5rem;
    }
    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .footer-logo img {
        height: 72px !important;
    }
    .footer-nav {
        display: none !important;
    }
    .footer-mobile-links {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2.5rem;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .footer-mobile-links a {
        color: rgba(30, 34, 60, 0.65);
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: center;
        transition: color 0.2s;
        display: block !important;
    }
    .footer-mobile-links .legal-link {
        color: rgba(30, 34, 60, 0.48);
        font-size: 0.8rem;
        font-weight: 400;
    }
    .footer-bottom {
        margin-top: 1.5rem;
        padding-top: 1rem;
        font-size: 0.72rem;
    }
}/* End custom CSS */