.footer-footer {
    background: #111;
    color: #fff;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

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

.footer-footer p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.btn-footer {
    display: inline-block;
    background: #1abc9c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-footer:hover {
    background: #17a88b;
    text-decoration: none;
    color: #fff;
}

.ftco-footer-social-footer {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.ftco-footer-social-footer li {
    display: inline-block;
    margin-right: 10px;
}

.ftco-footer-social-footer li a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s;
}

.ftco-footer-social-footer li a:hover {
    color: #1abc9c;
}

.list-unstyled-footer {
    list-style: none;
    padding-left: 0;
}

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

.list-unstyled-footer li a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.list-unstyled-footer li a:hover {
    color: #1abc9c;
}

.block-23-footer ul {
    list-style: none;
    padding-left: 0;
}

.block-23-footer ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    text-align: left;
    color: #ccc;
    font-size: 14px;
}

.block-23-footer ul li .icon {
    margin-right: 10px;
    color: #1abc9c;
    font-size: 16px;
}

.copyright-footer {
    font-size: 13px;
    color: #888;
    margin-top: 40px;
    text-align: center;
}

.copyright-footer i {
    color: red;
}

.copyright-footer a {
    color: #1abc9c;
    text-decoration: none;
}
