/* SEZIONE */
.models-section {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}


/* CONTAINER */
.models-container {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 60px 95px;
}



.models-wrapper {
    display: block;
    text-align: left;
    padding: 0px 60px 30px;
}

.models-title {
    font-size: 20px;
    line-height: 26px;
    font-family: Figtree;
    font-weight: 600;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
}
/* CARD */
.model-card {
    flex: 1;
    border: 1px solid #1a1a1a;
    border-radius: 14px;
    padding: 45px 25px 30px;
    position: relative;
    text-align: center;
}

/* BADGE */
.model-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

/* CONTENUTO */
.model-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Figtree;
}

.model-item img {
max-width: 80px;
width: 100%;
height: auto;
}

.model-value {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.model-label {
    font-size: 14px;
    color: #555;
}

.icon-description {
 font-size: 16px;
    color: black;
    line-height: 22px;
    font-weight: 400;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding-right: 2px;   
}

/* PADDING CONTAINER */
@media (max-width: 409px) {
    .models-container,
    .models-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .models-container,
    .models-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .models-container,
    .models-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* RESPONSIVE */
@media (max-width: 1150px) {
    .models-container {
        flex-wrap: wrap;
    }
    .model-card {
        flex: 1 1 calc(50% - 20px);
    }
}

/* @media (max-width: 750px) {
    .model-card {
        flex: 1 1 100%;
    }
} */


/* TITOLO */

@media (max-width: 369px) {
    .models-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {
    .models-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .models-title {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Solo per mobile slider <=750px */
@media (max-width: 750px) {
  .models-container {
    display: flex;
    flex-direction: column; 
  }

  .model-card {
    display: none;     
  }

  .model-card.active {
    display: block;     
  }
}



@media (max-width: 369px) {
    .icon-description  {
        font-size: 14px;
        line-height: 20px;

    }
}

@media (max-width: 699px) {
    .preventivo-reset {
        display: block !important;
        margin-bottom: 30px;
    }
}


.models-dots{
  display:none;
  justify-content:center;
  gap:10px;
}

.models-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  border:1px solid #8f8f8f;
  background:transparent;
  cursor:pointer;
  padding:0;
}

.models-dot{
  background:#8f8f8f;
}

.models-dot.active{
  background:#ffdd23;
}


@media (max-width: 750px){
  .models-dots{ display:flex; }
}
