.site-footer {
    margin-top: 64px;
    background-color: #11161f;
    color: #c7d0de;
    font-family: "Roboto", sans-serif;
}

.site-footer .footer-main {
    padding-top: 48px;
    padding-bottom: 36px;
}

.site-footer .footer-widget {
    height: 100%;
}

.site-footer .footer-brand {
    display: inline-block;
    margin-bottom: 12px;
}

.site-footer .footer-brand img {
    max-height: 54px;
    width: auto;
}

.site-footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

.site-footer .footer-text {
    color: #c7d0de;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.site-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.site-footer .footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(178, 201, 67, 0.22);
    transition: all 0.25s ease;
}

.site-footer .footer-social a:hover {
    color: #11161f;
    background-color: #b2c943;
}

.site-footer .footer-links,
.site-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li + li,
.site-footer .footer-contact li + li {
    margin-top: 10px;
}

.site-footer .footer-links a,
.site-footer .footer-contact a {
    color: #c7d0de;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
    color: #b2c943;
}

.site-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.site-footer .footer-contact i {
    color: #b2c943;
    font-size: 18px;
    margin-top: 2px;
}

.site-footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #99a82a, #b6cc4b);
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(153, 168, 42, 0.33);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer .footer-cta i {
    font-size: 18px;
}

.site-footer .footer-cta:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(153, 168, 42, 0.4);
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #b0bccf;
}

@media (max-width: 991.98px) {
    .site-footer .footer-main {
        padding-top: 40px;
        padding-bottom: 28px;
    }
}

@media (max-width: 767.98px) {
    .site-footer .footer-title {
        margin-bottom: 10px;
    }

    .site-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
