.elementor-27 .elementor-element.elementor-element-42684a2{--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:0px 0px;--row-gap:0px;--column-gap:0px;--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-27 .elementor-element.elementor-element-4bb02a3{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-42684a2{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-42684a2 */.site-footer {
    background: #0a4da3;
    color: #ffffff;
    padding: 40px 20px 20px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.footer-logo img {
    max-width: 160px;
    margin-bottom: 15px;
}

.footer-logo p {
    line-height: 1.6;
    font-size: 15px;
}

.footer-info h4,
.footer-areas h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #cce6ff;
}

.footer-info p,
.footer-areas p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
    color: #e0e0e0;
}/* End custom CSS */