@media (min-width: 768px) {
    .content-box-3 .info { padding: 20px 0; }
}

.page-section-ptb { padding: 40px 0; }

/* Manufacturer cards hover effect */
.manufacturer-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.manufacturer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.manufacturer-card img {
    transition: transform 0.2s ease;
}

.manufacturer-card:hover img {
    transform: scale(1.1);
}

.manufacturer-card i {
    transition: transform 0.2s ease, color 0.2s ease;
}

.manufacturer-card:hover i {
    transform: scale(1.1);
    color: var(--bs-primary) !important;
}

/* Override template square list-style for Bootstrap list-unstyled */
ul.list-unstyled li {
    list-style: none;
}
