/* CSS specific to Homepage or Front Template only */


/* Slider */
.ghostkit-carousel-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}


.eapps-widget-toolbar,
.ga-DaEy .WidgetBackground__Content-sc-7c0ce009-2.fxmDQB.WidgetBackground__ContentContainer-sc > a{
	display:none !important;
}

/* Services Grid */
.group_content_services{
	position:relative;
}
.group_content_services .wp-block-read-more{
	position:absolute;
	bottom:30px;
}

.group_content_services .wp-block-post-excerpt p{
	margin-bottom:80px;
}

/* Strategic */
.bullet_list p {
    position: relative;
    padding-left: 18px;
}

.bullet_list p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px; 
    height: 7px;
    background-image: url('/wp-content/uploads/2025/08/Ellipse-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.customer_testimonial_col {
  position: relative;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  overflow: hidden;
}

/* Pseudo-element for gradient border */
.customer_testimonial_col::before {
    content: "";
    position: absolute;
    /* top: 0; */
    right: 0px;
    width: 83em;
    height: 100%;
    background: linear-gradient(0deg, #E14322 0%, #FDA517 25%, #FFC113 50%, #E14322 100%);
    clip-path: polygon(0% 6%, 91% 6%, 100% 125%, 100% 0%, 0% 0%);
}


@media screen and (max-width:1680px){
	.customer_testimonial_col::before {
		clip-path: polygon(0% 5%, 92% 5%, 100% 125%, 100% 0%, 0% 0%);
		width: 80em;
	}
}
@media screen and (max-width:1600px){
	.customer_testimonial_col::before {
		width: 78em;
	}
}
@media screen and (max-width: 1440px) {
    .customer_testimonial_col::before {
        width: 66em;
    }
}
@media screen and (max-width: 1280px) {
    .customer_testimonial_col::before {
        width: 60em;
    }
}

@media screen and (max-width:992px){
	 .customer_testimonial_col::before {
        clip-path: polygon(0% 5%, 92% 5%, 100% 140%, 100% 0%, 0% 0%);
        width: 50em;
    }
	.ga-DaEy {
		width: 85% !important;
	}
}
@media screen and (max-width:820px){
	.customer_testimonial_col::before {
        width: 45em;
    }
}
@media screen and (max-width:768px){
	.lipZMa {
		width: 90% !important;
	.ga-DaEy {
		width: 80% !important;
	}
}
.customer_testimonial_mobile,
	.customer_testimonial_mobile_container{
  position: relative !important;
/* 	background: linear-gradient(90.28deg, #000000 16.26%, #242725 78.7%); */
}
.customer_testimonial_mobile::before{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  
}
	.customer_testimonial_mobile_container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
		z-index:9;
  
}
.customer_testimonial_mobile::before,
	.customer_testimonial_mobile_container::before{
	height: 15px;
  background: linear-gradient(92.1deg, #FB881B 3.71%, #FFC11E 28.63%, #E14322 80.67%);
}
	
	
	
}