/*
 Theme Name:   Kodlux Designs Inc 2026
 Description:  Custom theme for Kodlux Designs Inc
 Author:       Gurpreet S Bhachu
 Author URI:   https://gurpreetbhachu.com/
 Template:     Divi
 Version:      1.0.0
 */

 :root {
  --primary: #2563EB; /* global scope */
  --cyan: #38BDF8;
  --gray: #6B7280;
}

.text-primary{
  color: var(--primary) !important;
}

.text-gray{
  color: var(--gray) !important;
}

.text-grad{
    background: linear-gradient(45deg, var(--primary), var(--cyan)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important; 
}

.bg-primary{
  background-color: var(--primary);
}

.bg-grad{
  background: linear-gradient(135deg, var(--primary) 0%, var(--cyan) 100%);
}

 .et_mobile_menu, .sub-menu {
  border-top-width: 0;
  border-radius: 12px;
}