/* ===================== */
/* ===== 360 Digital Marketing ===== */
/* ===================== */
   
.framework-card .elementor-icon {
    margin-bottom: -7px;
}
.elementor-element.axcel-advantage-card {
    backdrop-filter: blur(10px);
	transition: all .3s linear;
}
.elementor-element.axcel-advantage-card:hover{
    backdrop-filter: blur(0px);
}

.elementor-element.e-con-full.growth-steps-wrapper {
    position: relative;
}
.elementor-element.e-con-full.growth-steps-wrapper::before{
    content: "";
    position: absolute;
    top: 53%;
    left: 50%;
    width: 2px;
    height: 90%;
    background-color:  #27272A;
    transform: translate(-50%,-50%);
}
.elementor-element.e-con-full.growth-step.e-flex.e-con.e-child {
position: relative; 
}

.elementor-element.e-con-full.growth-step.e-flex.e-con.e-child::before{
    content: "01";
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #000000;
    transform: translate(-50%, 0);
    border: 4px solid #50E2B6;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 12px;
    color: white;
    font-family: poppins;
}
.growth-steps-wrapper .growth-step.r2::before{
content: "02" !important;
}
.growth-steps-wrapper .growth-step.r3::before{
content: "03" !important;
}

.growth-steps-wrapper .growth-step.r4::before{
content: "04" !important;
}
.growth-steps-wrapper .growth-step.r5::before{
content: "05" !important;
}
.growth-steps-wrapper .growth-step.r6::before{
content: "06" !important;
}
.center-shadow {
    position: relative;
}
.center-shadow::before{
    content: "";
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    background-color: #00BB76;
    transform: translate(-50%,-50%);
    opacity: 0.41;
    filter: blur(250px);
    border-radius: 60%;
}
.elementor-element.left-shadow {
    position: relative;
}
.elementor-element.left-shadow::before{
    content: "";
    position: absolute;
    width: 600px;
    height: 1000px;
    bottom: 0;
    left: 0;
    background-color: #00BB76;
    opacity: 0.17;
    filter: blur(250px);
    border-radius: 1.67772e+07px;

}

.elementor-element.right-shadow {
    position: relative;
}
.elementor-element.right-shadow::after{
    content: "";
    position: absolute;
    width: 600px;
    height: 1000px;
    bottom: 0;
    right: 0;
    background-color: #00BB76;
    opacity: 0.21;
    filter: blur(250px);
    border-radius: 1.67772e+07px;

}
.elementor-element.threesixty-banner-img{
    position: relative !important;
}
.elementor-element.threesixty-banner-img::after{
    content: "";
    position: absolute;
    right: 50%;
    bottom: -40px;
    width: 340px;
    height: 100px;
    filter: blur(20px);
    background-color: #000000;
    transform: translate(50%, 0px);
}
.elementor-element.results-sec{
position: relative;
}
.elementor-element.results-sec::before{
    content: "";
    position: absolute;
    width: 475px;
    height: 475px;
    top: 50%;
    left: 50%;
    background: #00BBA7;
    opacity: 0.68;
    filter: blur(250px);
    border-radius: 1.67772e+07px;
    transform: translate(-50%,-50%);

}

@media only screen and (max-width:767px){
	.center-shadow::before{
		width: 300px;
		opacity: 0.81;
	}
	
	.elementor-element.left-shadow::before{
		width: 300px;
		opacity: 0.37; 
	}
	.elementor-element.results-sec::before{
		width: 300px;
		opacity: .80;
	}
	.elementor-element.e-con-full.growth-steps-wrapper::before{
		display: none;
	}
}