:root{
  --icers-primary:#6D4AE6;
  --icers-secondary:#8B5CF6;
  --icers-bg:#F5F3FF;
  --icers-dark:#0F0B1E;
  --icers-text:#1E1B4B;
}

body{
  background: var(--icers-bg);
  color: var(--icers-text);
}

.bg-icers-dark{ background: var(--icers-dark) !important; }
.text-icers-primary{ color: var(--icers-primary) !important; }
.btn-icers{
  background: var(--icers-primary);
  border-color: var(--icers-primary);
  color: #fff;
}
.btn-icers:hover{
  background: var(--icers-secondary);
  border-color: var(--icers-secondary);
  color: #fff;
}

.card-soft{
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15,11,30,.10);
}

.bg-prayer{
  background-color: #dc3545 !important;
  color: white !important;
}
.bg-contact{
  background-color: #357edc !important;
  color: white !important;
}
.bg-apply_team{
  background-color: #35dc86 !important;
  color: white !important;
}
.bg-counseling{
  background-color: #9435dc !important;
  color: white !important;
}
.bg-booking{
  background-color: #dcd535 !important;
  color: white !important;
}