.ftco-footer {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

.ftco-footer h3 {
    margin-bottom: 15px;
    color: #fff;
}

.whatsapp-info {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #25D366;
}

.contact-info {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

.icon-whatsapp, .icon-phone, .icon-envelope {
    margin-right: 10px;
}

.icon-whatsapp:before {
    content: '\f232';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #25D366;
    font-size: 1.2rem;
}

.icon-phone:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.2rem;
}

.icon-envelope:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.2rem;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 20px;
}

.social-icons li {
    display: inline;
    margin: 0 10px;
}

.social-icon {
    text-decoration: none;
    color: inherit;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.social-icon span {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer-divider {
    border-top: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: #fff;
}

.developer-name {
    color: #fff;
}

.facebook-icon span {
    color: #3b5998;
}

.twitter-icon span {
    color: #1DA1F2;
}

.instagram-icon span {
    color: #E1306C;
}

.footer-bottom .rights {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}

.footer-bottom .rights .key-icon {
    margin-left: 10px;
    color: inherit;
}
