/**
 * Theme Name:     Nuvra Child
 * Author:         Nuvra Agency
 * Template:       hello-elementor
 * Text Domain:	   nuvra-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.secondary-btn a {
    background: linear-gradient(93.4deg, #69EDBA 0%, #62E6CB 48%, #8FE0F6 100%) !important;
}
.custom-btn-styles a{
	background: linear-gradient(93.37deg, #69EDBA 0%, #62E6CB 48%, #8FE0F6 100%) !important;
    box-shadow: 0px 10px 30px 0px #69EDBA42;
}
.icon-list-styles .elementor-icon-list-icon{
	background: #69EDBA1F;
    border-radius: 9px;
    height: 30px;
    width: 30px;
    line-height: 28px !important;
    padding: 6px;
    border: 1px solid #69EDBA4D;
}
.icon-list-styles .elementor-icon-list-item{
	gap:14px;
}
.icon-list-styles .elementor-icon-list-icon svg{
	margin:0px !important;
}
.elementor-icon-box-title{
	margin-top:0px;
}
.agency-model{
	box-shadow: 0px 24px 60px 0px #030C1873;
    backdrop-filter: blur(18px);
}
.capabilities-box{
	background: linear-gradient(147.28deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.capabilities-box:hover{
	background: radial-gradient(120% 120% at 0% 0%, rgba(105, 237, 186, 0.14) 0%, rgba(105, 237, 186, 0) 55%);
	transition: all 0.5s ease;
}
.process-section .e-con-inner {
    position: relative;
}
.process-section .e-con-inner::before {
    content: '';
    position: absolute;
    top: 31px;
    left: 13%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, rgba(105, 237, 186, 0) 0%, rgba(105, 237, 186, 0.45) 16%, rgba(143, 224, 246, 0.45) 84%, rgba(143, 224, 246, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
.bottom-section{
	background: radial-gradient(ellipse 100% 50% at 50% 100%, rgba(105, 237, 186, 0.1) 15%, transparent 40%), linear-gradient(134.54deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 1px 0px 1px #FFFFFF1F inset, 0px 24px 60px 0px #030C1873;
}