﻿.tulip-footer {
    background: #666;
    padding: 60px 30px;
}

.tulip-footer-elements {
    margin-top: -120px;
}

.tulip-footer-element {
    background: #3190E7;
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 18rem;
    height: 8rem;
    border-radius: 8px;
}

    .tulip-footer-element span {
        font-size: 22px;
    }

.tulip-footer-widgets {
    margin-top: 40px;
}

.tulip-footer-in {
    display: flex;
    gap: 40px;
}

.tulip-footer-div {
    width: 25%;
}

.tulip-footer-widget h5 {
    color: #fff;
    margin-bottom: 15px;
}

.tulip-posts {
    list-style: none;
    padding: 0;
}

    .tulip-posts li {
        padding: 8px 0;
        border-bottom: 1px solid #777;
    }

    .tulip-posts a {
        color: #ccc;
        text-decoration: none;
    }

        .tulip-posts a:hover {
            color: #fff;
        }

.tulip-footer-logo {
    width: 220px;
}

.tulip-social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .tulip-social-links a {
        color: #fff;
    }

.tulip-copyright {
    background: #525151;
    padding: 15px;
    text-align: center;
    color: #ccc;
}
.social-links li a i {
    font-size: 18px;
    color: #fff;
}
.social-links li a:hover i {
    color: #28CB75;
}
