/* Footer - Matching Laravel theme-meta.blade.php */
.site-footer-shell {
    padding: 20px 0 28px;
}

.site-footer-shell .footer {
    background:
        radial-gradient(circle at top left, rgba(var(--primary-color-rgb), .08), transparent 24%),
        linear-gradient(180deg, rgba(248, 250, 255, .96), rgba(255, 255, 255, .98));
    border-top: 1px solid rgba(var(--primary-color-rgb), .10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
    margin: 0 auto;
    max-width: 1360px;
    padding: 26px 0 10px;
}

.site-footer-shell .footer .widget-title,
.site-footer-shell .footer h1,
.site-footer-shell .footer h2,
.site-footer-shell .footer h3,
.site-footer-shell .footer h4,
.site-footer-shell .footer h5,
.site-footer-shell .footer h6 {
    color: var(--secondary-color);
}

.site-footer-shell .footer .widget {
    margin-bottom: 18px;
}

.site-footer-shell .menu-footer {
    padding: 0;
    list-style: none;
}

.site-footer-shell .menu-footer li {
    margin-bottom: 10px;
}

.site-footer-shell .menu-footer li a {
    color: #60708a;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s;
}

.site-footer-shell .menu-footer li a:hover {
    color: var(--primary-color);
}

.site-footer-shell .footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.site-footer-shell .footer-social .icon-socials {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .06);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 50%;
    color: var(--secondary-color);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: background .2s, color .2s;
    width: 36px;
}

.site-footer-shell .footer-social .icon-socials:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.site-footer-shell .footer-bottom {
    border-top: 1px solid rgba(var(--primary-color-rgb), .10);
    margin-top: 24px;
    padding-top: 20px;
}

@media (max-width: 991.98px) {
    .site-header-shell .header,
    .site-footer-shell .footer {
        border-radius: 24px;
    }

    .site-footer-shell {
        padding-bottom: 20px;
    }
}
