/* ==========================================================================
   SURYA ENERGY - UTILITY CLASSES & HELPERS
   ========================================================================== */

.se-gradient-text {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.se-m-gradient-text {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.se-text-center {
  text-align: center;
}

.se-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.se-hidden {
  display: none !important;
}
