/* Global - start */
.elementor-element .elementor-widget-image img {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
/* Global - end */

/* Banner - Hero - start */
.banner-badge::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	border-radius: 100px; /* Must match the button's border-radius */
	padding: 1px; /* The 1px border thickness */

	/* Your gradient colors */
	background: linear-gradient( 270deg, rgba(15, 111, 171, 0.2) -10%,  rgba(100, 197, 229, 0.2) 110% );

	/* Mask out the inside so the background fill doesn't bleed into the border */
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	pointer-events: none;
}
.banner-counter .elementor-counter {
	gap: 16px;
}
.banner-counter .elementor-counter .elementor-counter-number-wrapper {
	flex: unset;
}
/* Banner - Hero - end */

/* What Makes Us Different - start */
.icon-box-style-1 .elementskit-infobox,
.testimonial-wrap .elementskit-single-testimonial-slider {
	background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, var(--e-global-color-0c17686) -10%, var(--e-global-color-secondary) 110%);
	background-origin: padding-box, border-box;
	background-clip: padding-box, border-box;
}
/* What Makes Us Different - end */

/* Testimonial - start */
.testimonial-wrap .elementskit-testimonial-slider .swiper-slide .elementskit-commentor-header {
	display: flex;
	flex-direction: row-reverse;
}
.testimonial-wrap .elementskit-testimonial-slider .elementskit-author-des {
	background: var(--Gradient, linear-gradient(270deg, var(--e-global-color-0c17686) -10%, var(--e-global-color-secondary) 110%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.testimonial-wrap .elementskit-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}
.testimonial-wrap .elementskit-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 1px;	
	background: linear-gradient(270deg, var(--e-global-color-0c17686) -10%, var(--e-global-color-secondary) 110%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.testimonial-wrap .elementskit-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(270deg, var(--e-global-color-0c17686) -10%, var(--e-global-color-secondary) 110%);
	flex-shrink: 0;
	z-index: 1;
}
/* Testimonial - end */

/* Process - start */
.process-box {

}
.process-box .elementskit-infobox {
	display: flex;
	flex-direction: column;
}
.process-box:after {
	content: '';
	position: absolute;
	top: 15px;      /* Adjusts vertical offset */
	left: 15px;    /* Adjusts horizontal offset */
	z-index: -1;   /* Pushes it behind the main white circle */
	width: 100%;
	height: 100%;
	border-radius: 50%;

	/* Dark-to-light blue gradient matching the image */
	background: linear-gradient(135deg, #0a4b7c 0%, #2ca7df 100%);
}
.process-box .ekit-wid-con .ekit-icon-box-badge {
	position: relative;
	order: 2;
}
.process-box .elementskit-infobox .box-body {
	order: 3;
}

.process-box .elementskit-info-box-icon {
  position: relative;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  
  /* Gradient border around the white circle */
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #0a5084, #3faadd, #5ec5f0);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* The Crescent 3D Shadow underneath */
.process-box .elementskit-info-box-icon::before {
  content: '';
  position: absolute;
  top: 15px;      /* Adjusts vertical offset */
  left: 15px;    /* Adjusts horizontal offset */
  z-index: -1;   /* Pushes it behind the main white circle */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
  /* Dark-to-light blue gradient matching the image */
  background: linear-gradient(135deg, #0a4b7c 0%, #2ca7df 100%);
}

/* Center icon subtle placement adjustments */
.center-icon {
  transform: translateY(-5px); 
}
/* Process - end */


/* Responsive */
@media (min-width: 768px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 921px) {
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
}