/* ✅ Light Green Theme Styling */
.sunrise-splash .info-bar, .sunrise-splash .hero-overlay, .sunrise-splash .hero-card-crm-details-page, .sunrise-splash  .pricing-wrap {
    background: linear-gradient(135deg, #ff4500, #ff8c00, #40e0d0);
}

.ocean-mist .info-bar, .ocean-mist .hero-overlay, .ocean-mist .hero-card-crm-details-page, .ocean-mist .pricing-wrap {
    background: linear-gradient(135deg, #02a79cd9, #167681, #07a192);
}
/* .ocean-mist .hero-card-crm-details-page {
    background: linear-gradient(135deg, #02a79cd9, #167681, #07a192);
} */
