.swiper-slide,
.banner-bg {
    min-height: 200px;
}


/* Preferred Crops Section */

.preferred-crops-main {
    padding: 20px 0;
    background: #f8f9fa;
    margin: 20px 0;
    border-radius: 15px;
}

.preferred-crops-main .title {
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 15px;
}

.preferred-crops-main .category-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.preferred-crops-main .category-card:hover {
    transform: translateY(-5px);
}

.preferred-crops-main .img-container {
    margin-bottom: 10px;
}

.preferred-crops-main .img-container img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.preferred-crops-main .cat-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}