.elementor-11774 .elementor-element.elementor-element-119deec5{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2em;--padding-bottom:7em;--padding-left:0em;--padding-right:0em;}.elementor-11774 .elementor-element.elementor-element-4366fd3d{width:100%;max-width:100%;}@media(max-width:767px){.elementor-11774 .elementor-element.elementor-element-119deec5{--padding-top:0em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}.elementor-11774 .elementor-element.elementor-element-74599c8f{padding:0em 1em 0em 1em;}}/* Start custom CSS for html, class: .elementor-element-74599c8f */.gradient-text3 {
    line-height: 1.4em !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4366fd3d *//* 3 col image hover */

.wvc-banner .wvc-banner-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0; /* removes any inline spacing */
  border-radius: 0 !important; /* ensures no soft rounding mismatch */
}

/* Force the image to match its container */
.wvc-banner .wvc-banner-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Purple overlay ON TOP of the image */
.wvc-banner .wvc-banner-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(125, 24, 194, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Trigger overlay on hover */
.wvc-banner:hover .wvc-banner-image::before {
  opacity: 1;
}


/*
.wvc-banner {
  overflow: hidden !important;
}

.wvc-banner .wvc-bg-overlay img {
  display: none !important;
} */

/* 3 col image hover ends */

/* 3 col banner caption */

.wvc-banner-caption {
    background: #111111 !important;
    z-index: 99999;
} 

.wvc-banner-tagline {
    color: #fff !important;
}

.wvc-banner-title {
      padding-left: 2px !important;
      margin-bottom: 1rem;
      font-weight: 400 !important;
      /* 1. Define the gradient using your two colors (plus a repeat to make it smooth) */
      background: linear-gradient(
        90deg,
        #450570,
        #fdf3c8,
        #450570
      );
      background-size: 200% auto;       
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: slide-gradient 3s linear infinite;
    }


/* 3 col banner caption end */


/* partner logo carousel */
.partner-logo-wrapper {
    /*background: #fdf3c8;*/
  padding: 0;
  margin: 0;
  /* ensure wrapper only grows to content */
  height: auto;
}

.partner-logo-row-wrapper {
  overflow: hidden;
  width: 100%;
  /* cap its height so it can’t stretch the page */
  max-height: 180px; /* tweak this to your preferred logo height */
}

.partner-logo-row {
  display: flex;
  /* make sure items never wrap into vertical stacks */
  flex-wrap: nowrap;
  /* vertically center them in the wrapper */
  align-items: center;
  gap: 2vw;
  /* animate a smooth, infinite left scroll */
  animation: scrollLeft 12s linear infinite;
}

.partner-logo-item {
  flex: 0 0 auto;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo-item img {
  /* fixed width, auto height, and cap its height */
  width: 170px;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-logo-item img:hover {
  transform: scale(1.1);
}

/* keyframes: move left by half the row’s width (= one complete set) */
@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* optional: adjust speed & sizing for narrow screens */
@media (max-width: 768px) {
  .partner-logo-row {
    animation-duration: 10s;
  }
  .partner-logo-item img {
    /* use vw so logo sizes scale to width instead of very tall viewports */
    width: 80px;
    height: auto;
    max-height: 100px;
  }
}


.wvc-row-wrapper.wvc-row-wrapper-width-standard.wvc-row-column-equal-height- {margin: auto !important;
    max-width: 100% !important;
}/* End custom CSS */