.site-footer-83cb012c {
    background-color: #0a0f1a;
    padding: 60px 20px 20px;
    color: #fff;
    font-family: inherit;
}
.sf-top-83cb012c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sf-top-83cb012c {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .sf-top-83cb012c {
        grid-template-columns: repeat(4, 1fr);
    }
}
.sf-brand-logo-83cb012c {
    margin-bottom: 20px;
}
.sf-brand-desc-83cb012c {
    font-size: 15px;
    color: #aaaaaa;
    line-height: 1.6;
}
.sf-heading-83cb012c {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sf-heading-icon-83cb012c {
    color: #c97d2e;
    display: flex;
}
.sf-heading-icon-83cb012c svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.sf-services-list-83cb012c {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sf-services-list-83cb012c li {
    margin-bottom: 12px;
}
.sf-services-list-83cb012c a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s;
}
.sf-services-list-83cb012c a:hover {
    color: #c97d2e;
}
.sf-contact-list-83cb012c {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.sf-contact-list-83cb012c li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.sf-contact-icon-83cb012c {
    color: #c97d2e;
    margin-top: 3px;
    display: flex;
}
.sf-contact-icon-83cb012c svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.sf-contact-text-83cb012c {
    color: #eeeeee;
    font-size: 15px;
}
.sf-social-list-83cb012c {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sf-social-link-83cb012c {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}
.sf-social-link-83cb012c svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.sf-social-link-83cb012c:hover {
    background-color: #c97d2e;
    border-color: #c97d2e;
}
.sf-hours-list-83cb012c {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sf-hours-item-83cb012c {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #222222;
    font-size: 14px;
}
.sf-hours-item-83cb012c:last-child {
    border-bottom: none;
}
.sf-hours-day-83cb012c {
    color: #aaaaaa;
}
.sf-hours-time-83cb012c {
    color: #ffffff;
    font-weight: 700;
}
.sf-bottom-83cb012c {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #222222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #888888;
}
@media (min-width: 768px) {
    .sf-bottom-83cb012c {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}