.elementor-6817 .elementor-element.elementor-element-3cd0db1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:150px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-6817 .elementor-element.elementor-element-3cd0db1:not(.elementor-motion-effects-element-type-background), .elementor-6817 .elementor-element.elementor-element-3cd0db1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d178b3b );}.elementor-6817 .elementor-element.elementor-element-5ff95b3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-6817 .elementor-element.elementor-element-5ff95b3{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-6817 .elementor-element.elementor-element-3cd0db1{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6817 .elementor-element.elementor-element-5ff95b3{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}}/* Start custom CSS *//*Banner Section*/
.underline-dot {
  position: relative;
  display: inline-block;
}

/* underline */
.underline-dot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 0;
  background-color: currentColor;

  animation: line-grow 2s ease-in-out infinite;
  border-radius: 5px;
}

/* dot */
.underline-dot::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  /*border-radius: 50%;*/
    border-radius: 50% 50% 60% 40% / 50% 55% 45% 50%;
  animation: dot-follow 2s ease-in-out infinite;
}

@keyframes line-grow {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes dot-follow {
  0% {
    left: calc(0% + 5px);
    opacity: 0;
  }
  80% {
    left: calc(100% + 5px);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    left: calc(100% + 5px);
    transform: translateX(-50%);
  }
} 

/*Powered by Veeco*/
.first-card {
    inset-inline-start: auto !important;
}

/*Powerful Tools Section*/
.txt-with-arrow .elementor-image-box-wrapper,
.txt-with-arrow .elementor-icon-box-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.txt-with-arrow .elementor-image-box-content,
.txt-with-arrow .elementor-icon-box-content {

    width: fit-content;
    flex-grow: 0;
}

/* Hide icon by default */
.tools-tab .e-n-tab-title .e-n-tab-icon {
    display: none;
    padding-top: 8px;
}

.tools-tab .e-n-tab-title {
    align-items: start;
}
/* Show icon only when aria-selected="true" */
.tools-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
    display: inline-flex;
}

.gradient-bg .elementor-image-box-img {
  position: relative;
  display: inline-block;
  border-radius: 100%; 
  overflow: visible; 
}

.gradient-bg .elementor-image-box-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 300px; 
  height: 200px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: linear-gradient(244deg, #23B750 40.96%, #94EB5C 85.23%);
  filter: blur(22.5px);
  z-index: 0;
}

.gradient-bg .elementor-image-box-img img {
  position: relative;
  z-index: 1; 
}

/*Testimonial Section*/
.testimony-slide .elementor-testimonial__text {
    position: relative;
    padding-left: 36px; 
    text-align: left;
}

.testimony-slide .elementor-testimonial__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translate(-50%, -50%);
    width: 25px;  
    height: 25px; 
    background-image: url('/wp-content/uploads/2025/12/quote-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.built-team-sec .swiper-wrapper {
    webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.built-team-sec img {
    /*mix-blend-mode: luminosity;*/
    filter: grayscale(1);
}

.built-team-sec .gallery img {
    max-height: 62px;
    height: 7vw;
    object-fit: contain;    
}

.built-team-sec .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.built-team-sec .description img {
    vertical-align: middle;
}

.built-team-sec .description p {
    margin: 0;
}


@media only screen and (min-width: 601px) {
    .iso-col {
        grid-column: span 2; 
    }
}

@media only screen and (max-width: 767px) {
    .built-team-sec .gallery .gallery-item {
        max-width: 33.33% !important;
    }
    .built-team-sec .description img {
        width: 25px;
    }
    .built-team-sec .gallery img {
    max-height: 80px;
    height: 11vw;
    }
}


@media only screen and (max-width: 600px) {
    
    .testimony-slide .elementor-testimonial__text {
        padding-left: 25px; 
    }
    
    .testimony-slide .elementor-testimonial__text::before {
        top: 0; 
    }
    
    .image-txt .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        gap: 20px;
    }
}/* End custom CSS */