.elementor-1465 .elementor-element.elementor-element-33f36e5{--display:flex;}.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-dc4b030 */footer {
    background-color: #1a1a1a;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.footer-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.footer-nav ul li a:hover {
    color: #f4a261;
}

.social-icons a {
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.7;
}/* End custom CSS */