/*
Theme Name: DEFGLIS
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: Dan the Cloud Man
Author URI: https://danthecloudman.com
Template: hello-elementor
Version: 1.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 22 Apr 2026 09:04:33 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.rainbow-text {
  background: linear-gradient(
    90deg,
    hsl(0, 85%, 60%),    /* red */
    hsl(30, 90%, 55%),   /* orange */
    hsl(50, 95%, 55%),   /* yellow */
    hsl(140, 70%, 45%),  /* green */
    hsl(220, 70%, 55%),  /* blue */
    hsl(280, 70%, 55%)   /* purple */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
h1 {text-wrap: balance;}
h2 {text-wrap: balance;}
h3 {text-wrap: balance;}

.featured-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg,
    #ED4F4F 0%,
    #F59124 15%,
    #FAD619 30%,
    #22C35A 50%,
    #3A73D9 70%,
    #A23AD9 85%,
    #D93AA6 100%
  );
}

.cta-join {background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff!important;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
	margin: 10px!important;}
.cta-donate {background-color: #f0ad4e;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff!important;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
	margin: 10px!important;}