/* ===================== */
/* ===== About Page ===== */
/* ===================== */
.elementor-element.about-hero-sec.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    max-height: 700px;
	overflow: hidden;
}


.elementor-element.about-hero-video {
    mix-blend-mode: exclusion;
    filter: grayscale(1);
}
.elementor-element.about-step-video.elementor-widget.elementor-widget-video {
      mix-blend-mode: exclusion;
}

.elementor-element.e-con-full.about-hero-cont{
    position: relative;
}
.elementor-element.e-con-full.about-hero-cont::before{
    content:"";    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    background-image: url(https://axcel.thedottedtech.shop/wp-content/uploads/2026/02/eng-img.png); 
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    z-index: 5;
}

@media only screen and (max-width: 1024px){
	.elementor-element.e-con-full.about-hero-cont::before{
		top: -30px; 
	}
	.elementor-element.about-hero-sec.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		overflow: visible;
		max-height: 100% !important;
	}
	
}
@media only screen and (max-width: 576px){
	.why-us::before{
    width: 250px;
    }
    .core-values .core-cards::before{
    width: 250px;
    }
    
}