/* by whyr, contact: pangestu@whyr.my.id */
/* Pinjaman Page Specific Styles */

.hero-section-pinjaman {
    margin-top: 76px;
}

.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-3px);
}

.product-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--brand-blue) !important;
}

.product-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

#result {
    animation: fadeInUp 0.5s ease-out;
}

.border.rounded {
    transition: all 0.3s ease;
}

.border.rounded:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
