/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
body{
	overflow-x: hidden;
}
.elementor-location-header {
    position: relative;
    z-index: 10;
}
/*  button*/
.elementor-button{
    backdrop-filter: blur(7px) saturate(50%);
    -webkit-backdrop-filter: blur(7px) saturate(50%);
}

/* Header open*/


.glass-navbar{
background-color: rgba(255, 255, 255, 0);


backdrop-filter: blur(7px) saturate(142%);
    -webkit-backdrop-filter: blur(2px) saturate(142%);
border: 1px solid rgba(255, 255, 255, 0.04);
}

/*  Header close*/

.hero-video-overlay {
  position: relative;
  overflow: hidden;
}

.hero-video-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    196.56deg,
    rgba(0, 58, 41, 0) 52.46%,
    rgba(0, 83, 58, 0.470128) 65.05%,
    #003223 87.53%
  );
  z-index: 6;
}
.hero-video-overlay > * {
  position: relative;
  z-index: 7;
}
/*  Text Slider*/
.scroller-text  .elementor-icon-list-text{
     background: linear-gradient(180deg, #fff, #f6f6f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee {
  animation: marquee 100s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Services */

 .service-card {
        backdrop-filter: blur(3px) saturate(200%);
    -webkit-backdrop-filter: blur(3px) saturate(200%);
    background-color: rgba(0, 0, 0, 0.31);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    
 }
.service-card:not(.right-card, .right-card-2) {
	transform: rotate(-7.07deg)
}
.service-card:not(.right-card, .right-card-2):hover,
 .right-card:not(:hover){
     transform: rotate(8.91deg);
 }
.service-card .elementor-button {
    padding: 0px;
}
.right-card-2:not(:hover){
    transform: rotate(7.99deg);
 }
.right-card:hover,
.right-card-2:hover{
    transform: rotate(-7deg);
 }





.services-sec video {
    filter: grayscale(1) brightness(1) contrast(1.1);
}
.services-sec video{
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.45%, #000000 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 79.51%, #000000 100%);
   position: relative;
}
.services-sec::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   background: #00BBA7;
   opacity: 0.68;
    filter: blur(250px);
    z-index: 5;
}


.ser-inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.45%, #000000 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 79.51%, #000000 100%)
}

/* Guided Section */


.guided-top{
    position: relative;
	
}
.guided-top::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 450px;
/*     transform: translateX(250px); */
    background: #00BBA7;
    opacity: 0.68;
    filter: blur(250px);
    border-radius: 1.67772e+07px;
    overflow: visible;
} 
/* Success Stories */

.proven-success{
    position: relative;
}
.proven-success::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 400px;
/*     transform: translateX(250px); */
    background: #019150;
opacity: 0.68;
filter: blur(250px);
border-radius: 1.67772e+07px;
overflow: visible;

}
/* Strategic */
.strategic-card{
  
background: rgba(255, 255, 255, 0.1);
border-radius: 33px !important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3.8px);
-webkit-backdrop-filter: blur(3.8px);
border: 1px solid rgba(255, 255, 255, 0.28);
}

/* accordion */


.horizontal-accordion {
  display: flex;
  max-height: 500px;
  overflow: hidden;
}

.accordion-item {
  display: flex;
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.accordion-title {
  width: 80px;
/*   background: #222; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px 100px 0px;	
  cursor: pointer;

  writing-mode: vertical-rl;
/*   text-orientation: upright; */
}
.horizontal-accordion .accordion-item:nth-child(odd) .accordion-title {
    background: #05CE91;
    color: #000;
}
.horizontal-accordion .accordion-item:nth-child(even) .accordion-title {
    background: #001F15;
    color: #fff;
}
.accordion-content {
  width: 0;
  overflow: hidden;
  padding: 40px;
  transition: width 0.5s ease;
/*   white-space: nowrap; */
}
.accordion-item {
  flex: 0 0 80px;
}
.accordion-item.active {
  flex: 1;
}
.accordion-item.active .accordion-content {
  width: 100%;
  animation: accordian 0.5s;
}
.accordion-item {
  transition: all 0.5s ease;
}
/* IK */
.accordion-title {
  flex-direction: row-reverse;
}
.accordion-title span{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 33px; 
	  display: inline-block; 
  transform: scaleY(-1) scaleX(-1);

}
.accordion-title .acc_count{
	font-weight: 600;
	font-size: 35px;
	line-height: 50px;
	display: inline-block;
    transform: rotate(-90deg);
}

.accordion-content{
    position: relative;
    z-index: 1;
}

.accordion-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://axcel.thedottedtech.shop/wp-content/uploads/2026/02/eng-img.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 390px 440px;
    opacity: 0.1;  
    z-index: -1;
}
.accordion-content h3{
    font-size: 56px;
    font-weight: 500;
    font-family: poppins;
	 padding-bottom: 10px;
/* 	width: 50%; */
/*     line-height: 40px; */
}
.accordion-content p{
    font-weight: 300;
    font-size: 22px;
    font-family: poppins;
    line-height: 28px;
	width: 60%;
}

.accordion-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.accordion-content  img{
    padding-bottom: 20px;
}
/* accordion */


/* Faqs */
.faq-cta{
    position: relative;
}
.faq-cta::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 400px;
    transform: translate(-50%, -50%);

    background: #00BBA7;
opacity: 0.68;
filter: blur(369px);
border-radius: 2.48234e+07px;
overflow: visible;

}

/*  Blog */
.blog-cont{
    position: relative;
}
.blog-cont::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 450px;
    transform: translate(250px,100px);
    background: #019150;
opacity: 0.68;
filter: blur(250px);
border-radius: 1.67772e+07px;
overflow: visible;

}

.blog-cards{
    position: relative;
}
.blog-cards::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
/*  transform: translate(-230px,250px); */
    background: #019150;
opacity: 0.68;
filter: blur(250px);
border-radius: 1.67772e+07px;
overflow: visible;

}

.posts-box .elementor-post {
  
background: rgba(255, 255, 255, 0.04);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}

.posts-box .elementor-post img{
    height: 219px;
}


/*Home Cta */
.cta-video video{
    filter: grayscale(1);
}

.innovation-card{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}

/*  Why Us */
.why-us{
    position: relative;
}
.why-us::before{
    content: "";
    position: absolute;
    width: 700px;
    height: 100%;
    background: #00BB76;
opacity: 0.41;
filter: blur(250px);
border-radius: 1.67772e+07px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Team Section */
.team-image{
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
/*  Core Values */
.core-values .core-cards{
    position: relative;
    
}
.core-values .core-cards::before{
    content: "";
    position: absolute;
    width: 600px;
	height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #00BBA7;
    opacity: 0.41;
    filter: blur(250px);
    border-radius: 1.67772e+07px;
}
/* ===================== */
/* ===== About Page ===== */
/* ===================== */

.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;
}
@media only screen and (max-width: 576px){
	.why-us::before{
    width: 250px;
    }
    .core-values .core-cards::before{
    width: 250px;
    }
    
}
.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: 30px;
    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;
}


    

/* ===================== */
/* ===== Services Page ===== */
/* ===================== */

.elementor-element.digi-mark-sec .digi-desc.elementor-widget.elementor-widget-text-editor p{
    margin-bottom: 0px ;
}

.elementor-element.e-con-full.sec-top-num.e-flex.e-con.e-child {
    position: relative;
}
.elementor-element.e-con-full.sec-top-num.e-flex.e-con.e-child::before{
     content: "";
     position: absolute;
     top: 50%;
     left: 40%;
    transform: translate(-50%,-50%);
     width: 50%;
     height: 1px;
    background-color: #27272A;
}



/* .elementor-element.ser-sec-img.elementor-widget.elementor-widget-image{
    position: relative;
    z-index: 5;
}
.elementor-element.ser-sec-img.elementor-widget.elementor-widget-image::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #27272A;
    border-radius: 24px;
    transform: translate(16px,16px); 
    z-index: -1; 
} */

.elementor-element.bold-overlay-num.elementor-widget.elementor-widget-heading h2{
    background: linear-gradient(180deg, #3F3F47 0%, #18181B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.elementor-element.build-to-scale.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
    position: relative;
}
.elementor-element.build-to-scale.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded::before{
content: '';
top: 50%;
left: 50%;
width: 50%;
transform: translate(-50%,-50%);
background: rgba(80, 226, 182, 0.05);
filter: blur(120px);
border-radius: 50%;
}

.elementor-element.e-con-full.ser-img-wrapper.e-flex.e-con.e-child{
    position: relative;
}
.ser-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
}

.elementor-element.elementor-element-84c3fcc.digi-mark-sec.shadow-right{
    position: relative;

}

.elementor-element.digi-mark-sec.shadow-right::after{
    content: "";
    position: absolute;
    right: -250px;
    bottom: -200px;
    width: 40vw;
    height: 50vw;
    background: #00BB76;
    opacity: 0.41;
    filter: blur(250px);
    border-radius: 50%;
}

.elementor-element.digi-mark-sec.shadow-right::before{
    content: "";
    position: absolute;
    left: -120px;
    bottom: 0px;
    width: 30vw;
    height: 50vw;
    background: #00BB76;
    opacity: 0.41;
    filter: blur(250px);
    border-radius: 50%;
}

/* Media Query */
@media only screen and (max-width: 1100px) {
	.accordion-content h3 {
		font-size: 40px;
	}
	.accordion-content p {
		font-size: 18px;
		width: 80%;
	}
	.accordion-title .acc_count{
		font-size: 28px;
	}
	
	.accordion-title span {
		font-size: 22px;
	}
	
}
@media only screen and (max-width: 1000px) {
	.accordion-item {
   flex: 0 0 60px;
 }
	.accordion-title{
		width: 60px;
	}
}
@media only screen and (max-width: 800px) {
	.accordion-item {
   flex: 0 0 50px;
 }
	.accordion-title{
		width: 50px;
	}
}
   
@media screen and (max-width: 991px) {
    .horizontal-accordion {
        display: flex;
        flex-direction: column; 
        max-height: 800px;
        width: 100%;
    }

    .accordion-item {
        width: 100% ;
        flex: none ; 
        height: auto ;
        transition: all 0.3s ease;
    }

   
    .accordion-title {
        width: 100%;
        padding: 15px;
        display: flex;
		flex-direction: row;
        justify-content: space-between;
        align-items: center;
/*         background-color: #f8f9fa;  */
        cursor: pointer;
		height: 50px;
        writing-mode: horizontal-tb !important; 
        transform: rotate(0deg) !important;
        white-space: normal;
    }
	.accordion-title .acc_count{
		transform: rotate(0deg) ;
	}
	.accordion-title span{
		transform: none;
	}

    .accordion-content {
        width: 100% ;
        height: auto ;
        padding: 20px 0px 10px 20px;
        display: none; 
    }
	

    
    .accordion-item.active .accordion-content {
        display: block;
        animation: accordian 0.5s;
    }
	.horizontal-accordion  .accordion-item{
		display: flex;
		flex-direction: column
	}


}
@media only screen and (max-width: 767px) {
	.elementor-element .service-card{
		transform: rotate(0deg);
	}
	.elementor-element .drive-innovation::after{
		width: 200px;
	}
	
	
}

	@keyframes accordian {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}