.clients-section{
  position: relative;
  padding: 61px 0px;
}

.clients-section .outer-container{
  position: relative;
  padding: 0px 85px;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
  text-align: center;
}

.clients-section .clients-logo img{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.5;
  transition: all 500ms ease;
}

.clients-section .clients-logo img:hover{
  opacity: 1;
}

.clients-section .owl-carousel .owl-stage{
  position: relative;
  display: flex;
  align-items: center;
}


.clients-section.style-two{
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}

.clients-section.style-two .clients-logo:before{
  position: absolute;
  content: '';
  background: #C1C1C1;
  width: 1px;
  height: 160px;
  top: -65px;
  right: -15px;
  opacity: 0.20;
}

.clients-section.style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.clients-section.style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.clients-section.style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}


/** clients-style-three **/

.clients-style-three{
  position: relative;
}

.clients-style-three .clients-block{
  position: relative;
  display: block;
  background: #F5F7F9;
  border-radius: 10px;
  transition: all 500ms;
}

.clients-style-three .clients-block:hover{
  background: #fff;
  box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.08);
}

.clients-style-three .clients-block img{
  width: 100%;
}

.clients-style-three .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.clients-style-three .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.clients-style-three .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}

.clients-section.home-5{
  background: #F5F7F9;
}

/* Optional: Center text content inside the outer container */
.clients-section .text-center {
  text-align: center;
}

/* Section title */
.clients-section .section-title {
  font-size: 32px;
  font-weight: 600;
  color:#1fa27d;
  margin-bottom: 10px;
}

/* Description text */
.clients-section .partner-text {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 12px;
}

/* Partner link styling */
.clients-section .partner-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: black; /* or your brand accent */
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.clients-section .partner-link:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}






































