/* ==========================================================================
   SKYFALL V3 - COMPARISON SECTION
   ========================================================================== */
.comparison-v3-section {
    background-color: #0A0A0A;
}

.comparison-v3-section .border {
    border-width: 1px;
}

.btn-pulse-glow {
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(249, 115, 22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
}
