/*
Theme Name: Sierra Child
Theme URI: https://sierra.keydesign.xyz/
Description: SaaS & Tech Startup Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: sierra
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sierra-child
*/

.smartcater-theme-footer {
    background: #071b36;
    color: #ffffff;
}

.smartcater-theme-footer .keydesign-container {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(140px, 1fr));
    gap: 34px;
    align-items: start;
    padding-top: 54px;
    padding-bottom: 34px;
}

.smartcater-theme-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.smartcater-footer-logo {
    display: inline-block;
    margin-bottom: 16px;
    color: #22e6d3;
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
}

.smartcater-theme-footer h3 {
    margin: 0 0 14px;
    color: #22e6d3;
    font-size: 15px;
}

.smartcater-theme-footer ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smartcater-theme-footer li,
.smartcater-theme-footer a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    text-decoration: none;
}

.smartcater-theme-footer a:hover {
    color: #ff3ebf;
}

.smartcater-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.smartcater-footer-legal {
    display: flex;
    gap: 18px;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .smartcater-theme-footer .keydesign-container {
        grid-template-columns: 1fr;
    }

    .smartcater-footer-bottom {
        display: grid;
        justify-content: start;
    }

    .smartcater-footer-legal {
        justify-content: flex-start;
    }
}
