/*.banner-zoom-img{ position:relative; overflow:hidden; }
.banner-zoom-img .banner-zoom-img-bg{ position: absolute !important; left: 0px !important; top: 0px !important; width: 100% !important; height: 100% !important; position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform:scale(1); z-index:0; will-change:transform; }*/


.hero-carousel .swiper-wrapper .swiper-slide > .elementor-element{ position:relative; overflow:hidden; }
.hero-carousel .swiper-wrapper .swiper-slide > .elementor-element .banner-zoom-img-bg{ position: absolute !important; left: 0px !important; top: 0px !important; width: 100% !important; height: 100% !important; position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform:scale(1); z-index:0; will-change:transform; }

/* Removes easing stops and forces continuous linear motion */
.partner-logos .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* Keeps items vertically centered and prevents size distortion */
.partner-logos .swiper-slide {
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Parent must be full width */
.cta-expand-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
  will-change: transform, clip-path;
}

/* Ensure inner white box content stays centered and fixed size */
.cta-inner-card {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto !important;
}


.image-zoom-section{
    position: relative;
    overflow: hidden;
}

.image-zoom-layer{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    will-change: transform;
}

.image-zoom-section > .e-con-inner{
    position: relative;
    z-index: 1;
}