.elementor-108 .elementor-element.elementor-element-72f5cb1{--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;--gap:00px 00px;--row-gap:00px;--column-gap:00px;}.elementor-108 .elementor-element.elementor-element-e37665a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-108 .elementor-element.elementor-element-1fb40ee{--display:flex;}.elementor-108 .elementor-element.elementor-element-e6528f7{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-04602c2 *//* Paste this in Elementor Widget > Advanced > Custom CSS */

.clients-slider-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 60px 0;
  background: #ffffff;
}

.clients-slider-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.clients-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.clients-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.clients-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: scroll 30s linear infinite;
  width: fit-content;
}

.client-logo {
  flex-shrink: 0;
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.client-logo:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.client-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Slider animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.clients-slider:hover .clients-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .clients-title {
    font-size: 28px;
  }
  
  .clients-subtitle {
    font-size: 16px;
  }
  
  .clients-slider-header {
    margin-bottom: 30px;
  }
  
  .clients-track {
    gap: 40px;
  }
  
  .client-logo {
    width: 120px;
    height: 60px;
  }
  
  .clients-slider-wrapper {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .clients-title {
    font-size: 24px;
  }
  
  .clients-subtitle {
    font-size: 14px;
  }
  
  .clients-slider-header {
    margin-bottom: 20px;
  }
  
  .clients-track {
    gap: 30px;
  }
  
  .client-logo {
    width: 100px;
    height: 50px;
  }
  
  .clients-slider-wrapper {
    padding: 30px 0;
  }
}
/* Paste this in Elementor Widget > Advanced > Custom CSS */

.clients-slider-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 60px 0;
  background: #ffffff;
}

.clients-slider-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.clients-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.clients-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.clients-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: scroll 30s linear infinite;
  width: fit-content;
}

.client-logo {
  flex-shrink: 0;
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}

.client-logo:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.client-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Slider animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.clients-slider:hover .clients-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .clients-title {
    font-size: 28px;
  }
  
  .clients-subtitle {
    font-size: 16px;
  }
  
  .clients-slider-header {
    margin-bottom: 30px;
  }
  
  .clients-track {
    gap: 40px;
  }
  
  .client-logo {
    width: 120px;
    height: 60px;
  }
  
  .clients-slider-wrapper {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .clients-title {
    font-size: 24px;
  }
  
  .clients-subtitle {
    font-size: 14px;
  }
  
  .clients-slider-header {
    margin-bottom: 20px;
  }
  
  .clients-track {
    gap: 30px;
  }
  
  .client-logo {
    width: 100px;
    height: 50px;
  }
  
  .clients-slider-wrapper {
    padding: 30px 0;
  }
}/* End custom CSS */