/*
Theme Name: Antriksh Global Theme
Theme URI: 
Author: Antriksh Global
Author URI: 
Description: This is custom theme for Antriksh!
Version: 1.0.0
License: 
License URI: 
Text Domain: theme
Tags: custom-background
*/

.gradient-divider .elementor-divider-separator {
    border-image: linear-gradient(69deg, #2E3394 28.98%, #29A3DC 116.41%) 1;
}

.gradient-text, .gradient-heading-span span{
    background: var(--color, linear-gradient(69deg, #2E3394 28.98%, #29A3DC 102.29%));
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-color {
    filter: brightness(0) invert(1) !important;
}  