/* Footer Wrapper */
.custom-footer {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #000;
    color: #000;
}

/* Responsive Flex Row */
.custom-footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Columns */
.footer-column {
    flex: 1;
    min-width: 250px;
}

/* Logo */
.footer-logo {
    width: 100px;
    height: auto;
}

/* Description */
.footer-description {
    color: #fff;
    margin-top: 10px;
}

/* Social */
.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.social-title {
    color: #fff;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Links */
.link-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    margin-bottom: 10px;
}

.link-list a {
    color: #fff;
    text-decoration: none;
}

.link-list i {
    margin-right: 5px;
}

/* Address Area */
.footer-address-area ul {
    list-style: none;
    padding: 0;
}

.footer-address-area li {
    margin-bottom: 15px;
}

.footer-address-area a {
    color: #fff;
    text-decoration: none;
}

.footer-address-area span {
    color: #fff;
}

.footer-heading {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
