.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-60fbb7b */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


footer {
    background-color: rgb(9, 170, 210);
    color: white;
    padding: 40px 20px;
    text-align: left;
}


.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-section p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}


.social-icons a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
}

.social-icons a:hover {
    color: yellow;
}


.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    border-top: 1px solid gray;
    padding-top: 20px;
}/* End custom CSS */