/* clienti_richiesta SECTION */

.clienti_richiesta-section {
    background-color: white;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* clienti_richiesta CONTAINER */

.clienti_richiesta-container {
    padding-top: 60px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

/* clienti_richiesta WRAPPER */

.clienti_richiesta-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* clienti_richiesta */

.clienti_richiesta-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;

}

.clienti_richiesta-title {
    font-size: 36px;
    line-height: 42px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 15px;
    color: black;
    text-align: center;
}

.clienti_richiesta-subtitle {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
    color: black;
    text-align: center;
}

/* RECENSIONI FLEX */
.recensioni_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.clienti_click {
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #008bee;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.div {
    flex: 1 1 30%;
}

.div1 img, .div2 img, .div3 img {
    width: 80%;
    height: auto;
}

.clienti_richiesta-divider {
    width: 90%;
    opacity: 1;
    max-width: 1400px;
    margin: 0 auto;
}


.recensioni_google_text {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.recensioni_google_hr {
    width: 90%;
opacity: 1;
max-width: 1400px;
margin: 0 auto;
}

.recensioni_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.recensioni_track {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* NAVIGAZIONE */
.recensioni_nav {
  display: flex;
  justify-content: flex-end ;
  gap: 20px;
  margin-top: 10px;
}

.recensioni_nav button {
  background: white;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 600;
}

.recensioni_nav button:hover {
  background: #f5f5f5;
}

.btn-forum {
    max-width: 320px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: list-item;
    margin: 0 auto;
}

.btn-forum:hover {
    background-color: #0067b0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .slide { flex: 0 0 33.333%; }
}

@media (max-width: 600px) {
  .slide { flex: 0 0 50%; }
}


/* MEDIA QUERIES */
@media (max-width: 699px) {
    .div {
        flex: 1 1 25%;
    }

    .div1 img, .div2 img, .div3 img {
        width: 100%;
    }
}

@media (max-width: 409px) {
    .clienti_richiesta-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .clienti_richiesta-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 60px !important;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .clienti_richiesta-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


@media (max-width: 369px) {
    button.btn.btn-preventivo-clienti_richiesta.btn-blu-clienti_richiesta {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 22px;

    }
}

@media (max-width: 369px) {
    .clienti_richiesta-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .clienti_richiesta-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .clienti_richiesta-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .clienti_richiesta-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .clienti_richiesta-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .clienti_richiesta-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .clienti_richiesta-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .clienti_richiesta-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .clienti_richiesta-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .clienti_richiesta-title {
        font-size: 35px;
        line-height: 41px;
    }
}


@media (max-width: 369px) {
    .clienti_richiesta-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1400px) {
    .clienti_richiesta-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .clienti_richiesta-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 369px) {
    .recensioni_google_text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1400px) {
    .recensioni_google_text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .recensioni_google_text {
        font-size: 18px;
        line-height: 24px;
    }
}



@media (max-width: 390px) {
    a.btn.btn-preventivo-clienti_richiesta.btn-blu-clienti_richiesta {
        width: 100%;
        max-width: 280px;
        font-size: 16px;
        line-height: 20px;
    }
}


@media (max-width: 1066px) {
   .clienti_click {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
   .clienti_click {
        font-size: 20px;
        line-height: 26px;
    }
}