/* Blue shades for benefit cards */
.idb-benefit-icon {
    background: rgba(62, 120, 198, 0.1) !important;
}

.idb-benefit-card:hover .idb-benefit-icon {
    background: #0A214F !important;
    box-shadow: 0 0 20px rgba(10, 33, 79, 0.4) !important;
}

.idb-benefit-icon i {
    color: #3E78C6 !important;
}

/* Blue shades for Call to Action */
.cta-gradient-bg {
    background: #3E78C6 !important;
    background-image: none !important;
}

.cta-gradient-bg:hover {
    background: #0A214F !important;
}