.bidang-card {
    background: #111;
    border: 1px solid #2c2c2c;
    border-radius: 15px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.05);
}

.bidang-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.12);
    border-color: #ffc107;
}

.bidang-img img {
    width: 300px !important;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
}

.bidang-content p {
    font-size: 0.92rem;
    line-height: 1.4;
}
