/* Keunggulan Icon Hover Fix */

/* Styling untuk icon saat hover dengan specificity tinggi */
.keunggulan .keunggulan-item:hover .keunggulan-icon {
    background: #FFFFFF !important;
    border: 2px solid #1B2A78 !important;
    box-shadow: 0 0 20px rgba(27, 42, 120, 0.3) !important;
}

.keunggulan .keunggulan-item:hover .keunggulan-icon i {
    color: #1B2A78 !important;
    font-weight: bold !important;
    text-shadow: 0 0 8px rgba(27, 42, 120, 0.4) !important;
    transform: scale(1.1) !important;
}

/* Fallback styling untuk memastikan icon terlihat */
.keunggulan-item:hover .keunggulan-icon {
    background: #FFFFFF !important;
    border: 2px solid #1B2A78 !important;
    box-shadow: 0 0 20px rgba(27, 42, 120, 0.3) !important;
}

.keunggulan-item:hover .keunggulan-icon i {
    color: #1B2A78 !important;
    font-weight: bold !important;
    text-shadow: 0 0 8px rgba(27, 42, 120, 0.4) !important;
    transform: scale(1.1) !important;
}
