/*
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, #C03DB2 28.98%, #E7A01F 116.41%) 1;
}

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

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