#c-bns button:first-child,
#s-bns button:first-child {
    background: #1779ba;
}

.service-section {
    background-color: #303030;
    padding: 40px 0px;
}

.service-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #404040;
    padding: 20px;
    background-color: #282828;
}

.service-image {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
}

.service-card img {
    max-height: 300px;
    object-fit: cover;
}

.service-title,
.service-content-block h3 {
    font-size: 1.5rem !important;
    color: #fff !important;
}

.service-content-block p {
    color: #fff !important;
}

.service-content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.woocommerce-product-details__short-description {
    color: #fff !important;
}

@media only screen and (max-width: 640px) {
    .service-grids {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        align-items: stretch;
    }
}

.site-footer-section {
    background-color: #000;
    color: #fff;
    padding: 40px 0px;
}

.store-image {
    position: relative;
    height: 320px;
    width: 100%;
    display: flex;
    margin-top: 20px;
    aspect-ratio: 16 / 9;
}

.store-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.bb-footer-heading {
    font-size: 1.875rem !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .kokstad-store {
        margin-top: 40px;
    }
}
