
/** clients-section **/

.clients-section{
  position: relative;
  background: #f8f9fa;
  padding: 80px 0;
}

.clients-section .sec-title{
  margin-bottom: 60px !important;
}

.clients-section .sec-title h2{
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.clients-section .owl-carousel .owl-stage{
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.clients-section .clients-logo{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 140px;
  overflow: hidden;
}

.clients-section .clients-logo:hover{
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.clients-section .clients-logo img{
  position: relative;
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 80px;
  margin: 0 auto;
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: contain;
}

.clients-section .clients-logo:hover img{
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}


/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){
  
}

@media only screen and (max-width: 991px){
  .clients-section{
    padding: 60px 0;
  }
  
  .clients-section .sec-title h2{
    font-size: 36px;
  }
  
  .clients-section .clients-logo{
    height: 120px;
    padding: 25px 15px;
    margin: 0 8px;
  }
  
  .clients-section .clients-logo img{
    max-width: 140px;
    max-height: 70px;
  }
}

@media only screen and (max-width: 767px){
  .clients-section{
    padding: 50px 0;
  }
  
  .clients-section .sec-title{
    margin-bottom: 40px !important;
  }
  
  .clients-section .sec-title h2{
    font-size: 32px;
  }
  
  .clients-section .clients-logo{
    height: 100px;
    padding: 20px 12px;
    margin: 0 5px;
    border-radius: 12px;
  }
  
  .clients-section .clients-logo img{
    max-width: 120px;
    max-height: 60px;
  }
}

@media only screen and (max-width: 499px){
  .clients-section .sec-title h2{
    font-size: 28px;
  }
  
  .clients-section .clients-logo{
    height: 90px;
    padding: 15px 10px;
    margin: 0 3px;
  }
  
  .clients-section .clients-logo img{
    max-width: 100px;
    max-height: 50px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}











































