.dark-skin .ksartech-brands-widget {
    background: #1f2024;
}
.dark-skin .brand-item {
    background-color: #3d3d3d;

}
.ksartech-brands-widget {
    background: #ededed;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    font-family: inherit;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(255,255,255,0.05);
}

.brands-header,
.brands-footer {
    background: linear-gradient(to right, #f85700, #ffcc00);
    color: white;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 15px;
}

.brand-item {
    background-color: #c5c5c5;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: all 0.3s ease;
}

.brand-item:hover {
    background: #444;
    transform: scale(1.05);
}

.view-all-brands {
    display: inline-block;
    padding: 6px 12px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.view-all-brands i {
    margin-left: 6px;
}
