/*** Hero Main Title ***/
.hero-head .wpr-anim-text-visible {
    background: -webkit-linear-gradient(1deg,#4D0AA4, #AD77FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpr-anim-text.wpr-anim-text-type-slide span {
    padding: 0!important;
}


/*** Hero Btn Icon Size ***/
.wcf__btn svg {
    width: 1.3em;
    height: 1.3em;
}

/*** Underline Style ***/
<span class="text-highlight">analytics<span></span></span>

/* Text highlight */ 
.text-highlight {
    position: relative;
    z-index: 1; 
    span {
        display: inline-block;
        left:-3px;
        position: absolute;
        z-index: -1;
        width: calc(100% + 6px);
        bottom: 10px;
        opacity: .3;
        height: 10px !important;
        background-color: #30bd9b;
    }
}


/*** Home Page - About Section Icon BG ***/
span.elementor-icon-list-icon {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}

/* Btn Icon Size */ 
.wcf__btn svg {
    width: 1.3em;
    height: 1.3em;
}

/* FAQ Section Btn Hide */ 
.wcf--image-box .wcf__btn {
    display: none;
}


/* Footer Gradient Border */ 
selector:after{
  content: '';
  height: 10px;
  background: linear-gradient(to right, rgb(227, 84, 92), rgb(200, 77, 157), rgb(136, 93, 209), rgb(47, 134, 188), rgb(1, 168, 158));

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
}

/* Contact Page Form */ 
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: linear-gradient(to right, #f36b4a, #584ccb, #f36b4a);
}

.aux-contact-form textarea, #commentform textarea, .c_form textarea, .wpcf7 textarea {
    min-height: 140px !important;
}