.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-549d6d3 *//* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Footer Main */
.footer {
    background-color: #e6f2ff;   /* Light blue background */
    color: #003366;              /* Dark blue text */
    padding: 60px 20px 20px;
    font-family: Arial, sans-serif;
}

/* Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

/* Logo Section */
.footer-logo {
    flex: 1 1 300px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 15px;
}

.footer-logo h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #002244;
}

.footer-logo p {
    color: #336699;
    font-size: 14px;
}

/* Links Section */
.footer-links {
    flex: 1 1 200px;
    margin-bottom: 30px;
}

.footer-links h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #002244;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #0055aa;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: #001f4d;
}

/* Contact Section */
.footer-contact {
    flex: 1 1 250px;
    margin-bottom: 30px;
}

.footer-contact h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #002244;
}

.footer-contact p {
    color: #336699;
    margin-bottom: 10px;
    font-size: 14px;
}

/* Bottom Bar */
.footer-bottom {
    text-align: center;
    border-top: 1px solid #b3d1ff;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 14px;
    color: #003366;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */