.clients-section {
    margin: 0 auto;
    padding: 60px 0px;
    background-color: #f8f8f8;
    
}

.clients-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    color: #000;
    text-align: center;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px ;
}

.clients-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    text-align: center;
        margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding-bottom: 30px;
        padding-left: 50px;
    padding-right: 50px ;
}

.clients-btn {
    display: block;
    width: 460px;
    height: 55px;
    margin: 0 auto ;
    background-color: #008bee;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    padding: 8px 15px;
    transition: background-color 0.3s ease;
    align-content: center;
}

.clients-btn:hover {
    background-color: #0067B0;
    color: #fff;
}

.d-block {
    display: none;
}

/* MEDIA QUERIES */
@media (max-width: 409px) {
    .clients-title,
    .clients-description{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .clients-title,
    .clients-description{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .clients-title,
    .clients-description{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 630px) {
    .clients-btn.d-md-block.d-none {
        display: none;
    }

}


/* TITOLO */
/* < 369PX */
@media (max-width: 368px) {
    .clients-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .clients-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .clients-title {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .clients-title {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .clients-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .clients-title {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .clients-title {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .clients-title {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .clients-title {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .clients-title {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .clients-title {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .clients-title {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .clients-title {
        font-size: 43px;
        line-height: 51px;
    }
}


/* DESCRIZIONE */
@media (max-width: 369px) {
    .clients-description {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .clients-description {
        line-height: 28px;
        font-size: 20px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .clients-description {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .clients-description {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .clients-description {
        line-height: 34px;
        font-size: 26px;
    }
}






/* 
.carousel-inner {
    padding-bottom: 30px;
}

.client-card {
    margin: 0 22.5px;
    padding-top: 20px;
}

.client-image-container {
    width: 430px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.client-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-content {
    padding: 0 20px;
    text-align: left;
}
 
.client-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin: 0 0 18px 0;
}

.client-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.client-carousel {
    margin-bottom: 60px;
	max-width:1380px;
	margin: auto;
}

.client-carousel .carousel-indicators {
    bottom: -60px;
    margin-bottom: 0;
}

.client-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
	margin-bottom:60px;
    opacity: 1;
}

.client-carousel .carousel-indicators .active {
    background-color: #000;
}

@media (max-width: 768px) {
    .clients-btn {
        width: 90%;
        max-width: 460px;
		margin: auto;
        height: auto;
		margin: 0 auto 30px;
    }
    
    .client-card {
        margin: 0 auto;
        width: 100%;
    }
    
    .client-image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
}

.clients-section {
  padding: 70px 20px;
  text-align: center;
}

.clients-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.clients-description {
  font-size: 16px;
  margin-bottom: 25px;
}

.clients-btn {
  display: inline-block;
  margin-bottom: 40px;
  padding: 12px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
}

/* SLIDER */
.clients-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

/* TRACK */
.slider-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.slide {
  flex: 0 0 100%;
  padding: 30px 10px 0px;
}

.slide img {
  width: 80%;
  border-radius: 10px;
  display: block;
}

/* DESKTOP */
@media (min-width: 768px) {
  .slide {
    flex: 0 0 25%;
  }
}

/* DOTS */
.slider-dots {
      position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 60px;
}

.slider-dots button {
width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.slider-dots button.active {
      background-color: #000000;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .clients-btn {
        width: 230px;
        height: 54px    ;
    }
}


/* sectionTitleR1 WRAPPER */

.clienti_carousel-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* sectionTitleR1 */

.clienti_carousel-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;

}

.image-clienti_carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 60px 0px 0px;
  }
  
  .clienti_carousel-track {
    display: flex;
    gap: 30px;                 /* spazio tra le immagini */
    will-change: transform;
    transform: translateX(0);
  }
  .clienti_carousel-slide {
    flex: 0 0 20%;   
    max-width: 20%;
    display: flex;
    justify-content: center;
  }
  
  .clienti_carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .clienti_carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.clienti_carousel-dots button {
  width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.clienti_carousel-dots button.active {
  background: #000;
  transform: scale(1.2);
}

  
  
/* MOBILE */
@media (max-width: 699px) {
  .clienti_carousel-track { gap: 20px; } /* meno gap mobile (opzionale) */
  .clienti_carousel-slide {
    flex: 0 0 calc(100vw - 100px);   /* 100vw - 50px - 50px */
    max-width: calc(100vw - 100px);
    justify-content: center;
  }

  .clienti_carousel-slide img {
    width: 100%;
    display: block;
  }

  .clienti_carousel-container {
    padding-top: 0px;
  }
}
