.cs-menubar {
    border-top: 2px solid black;
}
.cs-footer-border { 
    border-top: 2px solid #bf1717;
}

.slagter-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.slagter-mobile-action {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bf1717;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px;
    border: 2px solid #bf1717;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.slagter-mobile-action:hover,
.slagter-mobile-action:focus {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #ffffff !important;
}

.slagter-mobile-quote {
    cursor: pointer;
}

.slagter-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.slagter-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111111 !important;
    text-decoration: none !important;
    line-height: 1.1;
}

.slagter-header-phone:hover,
.slagter-header-phone:focus {
    color: #bf1717 !important;
}

.slagter-header-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #bf1717;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.slagter-header-phone:hover .slagter-header-phone-icon,
.slagter-header-phone:focus .slagter-header-phone-icon {
    background: #1b1b1b;
    color: #ffffff;
}

.slagter-header-phone-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.slagter-header-phone-copy small {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #777777;
}

.slagter-header-phone-copy strong {
    font-size: 16px;
    font-weight: 900;
    color: inherit;
    white-space: nowrap;
}

.slagter-header-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    background: #bf1717;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 2px solid #bf1717;
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(191, 23, 23, 0.22);
    transition: all 0.2s ease;
}

.slagter-header-quote-btn:hover,
.slagter-header-quote-btn:focus {
    background: #1b1b1b;
    color: #ffffff !important;
    border-color: #1b1b1b;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.slagter-header-quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.slagter-header-quote-text {
    white-space: nowrap;
}





.cs-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 24px 38px;
    display: grid;
    grid-template-columns: 1.45fr 0.75fr 1fr 0.95fr;
    gap: 34px;
    color: #ffffff;
}

.cs-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.cs-footer-logo img {
    max-width: 230px;
    height: auto;
    display: block;
}

.cs-footer-brand p {
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 18px;
    max-width: 520px;
}

.cs-footer-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 540px;
}

.cs-footer-credentials span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    background: rgba(255,255,255,0.08);
    border-left: 3px solid #bf1717;
    color: #dcdcdc;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cs-footer-credentials strong {
    color: #ffffff;
    font-weight: 900;
    margin-right: 4px;
}

.cs-footer-col h3 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 18px;
    padding-bottom: 12px;
    position: relative;
}

.cs-footer-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #bf1717;
}

.cs-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-footer-col li {
    margin: 0 0 11px;
}

.cs-footer-col a {
    color: #d6d6d6 !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.35;
    transition: all 0.2s ease;
}

.cs-footer-col a:hover,
.cs-footer-col a:focus {
    color: #ffffff !important;
}

.cs-footer-col ul a {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
}

.cs-footer-col ul a i {
    color: #bf1717;
    font-size: 13px;
    line-height: 1.4;
    min-width: 15px;
}

.cs-footer-contact > a:not(.cs-footer-quote-btn) {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.cs-footer-contact > a:not(.cs-footer-quote-btn) i {
    width: 34px;
    height: 34px;
    background: #bf1717;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.cs-footer-contact > a:not(.cs-footer-quote-btn):hover i,
.cs-footer-contact > a:not(.cs-footer-quote-btn):focus i {
    background: #ffffff;
    color: #bf1717;
}

.cs-footer-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    padding: 13px 18px;
    background: #bf1717;
    color: #ffffff !important;
    border: 2px solid #bf1717;
    font-size: 14px !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.cs-footer-contact .cs-footer-quote-btn:hover,
.cs-footer-contact .cs-footer-quote-btn:focus,
.cs-footer-contact .cs-footer-quote-btn:hover i,
.cs-footer-contact .cs-footer-quote-btn:focus i {
    background: #ffffff;
    color: #bf1717 !important;
    border-color: #ffffff;
}

.cs-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 16px 24px;
    text-align: center;
}

.cs-footer-bottom p {
    margin: 0;
    color: #bdbdbd;
    font-size: 13px;
}

.cs-footer-bottom p span {
    display: inline-block;
    margin-left: 10px;
}

.cs-footer-bottom a {
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.cs-footer-bottom a:hover,
.cs-footer-bottom a:focus {
    color: #bf1717 !important;
}

@media (max-width: 1100px) {
    .cs-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .cs-footer-inner {
        grid-template-columns: 1fr;
        padding: 42px 20px 30px;
        gap: 28px;
    }

    .cs-footer-logo img {
        max-width: 210px;
    }

    .cs-footer-bottom p span {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
}




