/*
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, #2BBAC4 28.98%, #0C65D2 116.41%) 1 !important;
}


.border-gradient-box {
    position: relative;
    border-radius: 16px;
    background: transparent;
}

.border-gradient-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px; /* border thickness */
    border-radius: 16px;
    background: linear-gradient(to right, #2BBAC4, #0C65D2);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


