.custom-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px 20px;
    margin-top: 0px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 220px;
}

.footer-column h5 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #FF4444;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.map-img {
    width: 154px;
    height: 64px;
    object-fit: cover;
    border: 2px solid #444;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #FF4444;
}

.footer-bottom {
    border-top: 1px solid #444;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #aaa;
}
