.container_info {
    padding: 0 50px 95px;
    background-color: #efefef;
    font-family: Figtree, sans-serif;
}

.info-section {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: left;
    gap: 25px   ;
}

.demo-reset {
  all: unset;        
}

.demo-reset:hover {
    color: #000;
    text-decoration: underline;
    background-color: #efefef;
}

.demo-reset2 {
    all: unset;
}



.demo-reset2:hover {
    color: #000;
    text-decoration: underline;
    background-color: white;
}

.demo-reset3 {
    all: unset;
}
.demo-reset3:hover {
    background-color: #1a1a1a;
    color: #fff !important;
}

.info-item {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    padding: 0 25px 0 10px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}



.info-item:last-child {
    border-right: none;
}

.info-item:hover {
    color: #000;
}

.reset-item:hover {
    color: #fff !important;
}

/* POPUP 1 */
.popup_overlay_1,
.popup_overlay_s2_1,
.popup_overlay_s2_2,
.popup_overlay_v4e_1,
.popup_overlay_v4e_2,
.popup_overlay_kit_1,
.popup_overlay_kit_2,
.popup_overlay_model_1 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* BOX */
.popup_preventivo_box_1,
.popup_preventivo_box_s2_1,
.popup_preventivo_box_s2_2,
.popup_preventivo_box_v4e_1,
.popup_preventivo_box_kit_1,
.popup_preventivo_box_model_1 {
    background: #fff;
    width: 95%;
    max-width: 1500px;
    border-radius: 14px;
    padding: 0 40px 0px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    animation: popupShow 0.25s ease;
    font-family: Figtree, sans-serif;
}

.popup_preventivo_box_v4e_2 {
        background: #fff;
    width: 95%;
    max-width: 1035px;
    border-radius: 14px;
    padding: 0 40px 0px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    animation: popupShow 0.25s ease;
    font-family: Figtree, sans-serif;
}

.popup_preventivo_box_kit_2 {
        background: #fff;
    width: 95%;
    max-width: 1200px;
    border-radius: 14px;
    padding: 0 40px 0px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    animation: popupShow 0.25s ease;
    font-family: Figtree, sans-serif;
}


/* HEADER POPUP */
.popup_header_fjd_1 {
    background: #1a1a1a;
    padding: 20px 30px;
    border-radius: 14px 14px 0 0;
    margin: 0 -40px 20px;
    position: relative;
}

/* Contenitore FLEX logo + titolo */
.popup_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Logo */
.popup_header_logo {
    width: 180px;
    height: auto;
}

/* Titolo */
.popup_header_title {
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    text-align: right;
    flex: 1;
}

/* Pulsante X */
.popup_close_1,
.popup_close_s2_1,
.popup_close_s2_2,
.popup_close_v4e_1,
.popup_close_v4e_2,
.popup_close_kit_1,
.popup_close_kit_2,
.popup_close_model_1{
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: white;
    z-index: 10;
}

/* COLONNE */
.specs-container-rs3 {
    display: block;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Inter, 'sans-serif';
}

.gnss-receiver-wrapper-rs3 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-items: flex-start;
}

.specs-table-rs3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0 auto;
    max-width: 1400px;
    box-sizing: border-box;
}

.specs-column-rs3 {
    flex: 1 1 400px;
    min-width: 300px;
    border-radius: 10px;
    box-sizing: border-box;
}

.column-space-left-specs-one-rs3,
.column-space-left-specs-two-rs3,
.column-space-left-specs-three-rs3 {
    padding-left: 20px;
}

.column-space-right-specs-one-rs3,
.column-space-right-specs-two-rs3,
.column-space-right-specs-three-rs3 {
    padding-right: 20px;
}

.column-title-rs3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    
}

.sub-title-rs3 {
    margin-top: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.specs-item-rs3 {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.spec-label-rs3 {
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.spec-value-rs3 {
    text-align: right;
    color: #444;
    white-space: pre-line;
}

.technical-specs-cols-xs-12-rs3.technical-specs-cols-sm-12-rs3.technical-specs-cols-md-12-rs3.technical-specs-cols-lg-12-rs3.technical-specs-cols-xl-12-rs3 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;
}

.technical-specs-section-title-rs3 {
    line-height: 54px;
    font-size: 46px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding-bottom: 40px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* padding container specs */
@media (max-width: 409px) {
    .container_info {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .container_info {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .container_info {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* Media queries (aggiornate con -rs3) */
@media (max-width: 409px) {
    .specs-container-rs3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .specs-container-rs3 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .specs-container-rs3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:979px) {

    .column-space-right-specs-one-rs3,
    .column-space-right-specs-two-rs3 {
        padding-right: 0px;
    }

    .column-space-left-specs-two-rs3,
    .column-space-left-specs-three-rs3 {
        padding-left: 0px;
    }
}

@media (min-width: 980px) and (max-width:1429px) {
    .column-space-right-specs-two-rs3 {
        padding-right: 0px;
    }

    .column-space-left-specs-three-rs3 {
        padding-left: 0px;
    }
}

/* Max 368px */
@media (max-width: 368px) {
    .technical-specs-section-title-rs3 {
        font-size: 30px;
        line-height: 39px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .technical-specs-section-title-rs3 {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .technical-specs-section-title-rs3 {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .technical-specs-section-title-rs3 {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .technical-specs-section-title-rs3 {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .technical-specs-section-title-rs3 {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .technical-specs-section-title-rs3 {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .technical-specs-section-title-rs3 {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .technical-specs-section-title-rs3 {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .survey-section-title-rs3 {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .technical-specs-section-title-rs3 {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .technical-specs-section-title-rs3 {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .technical-specs-section-title-rs3 {
        font-size: 43px;
        line-height: 51px;
    }
}


@media (max-width: 390px) {
    .specs-item-rs3 {
        display: flex;
        flex-direction: column;
    }

    .spec-value-rs3 {
        text-align: left;
        font-size: 13px;
        line-height: 19px;
    }

    .column-title-rs3 {
        font-size: 17px;
        line-height: 23px;
    }

    .spec-label-rs3 {
        font-size: 15px;
        line-height: 21px;
    }
}





/* ANIMAZIONE */
@keyframes popupShow {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* CLOSE BUTTON */
.popup_close_1 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white
}

/* HEADER NERO */
.popup_header_fjd_1 {
    background: #1a1a1a;
    padding: 30px 50px;
    text-align: center;
    border-radius: 14px 14px 0 0;
    margin: 0 -40px 20px;
}

.popup_header_fjd_1 img {
    width: 200px;
}






/* DESKTOP: tutti sulla stessa riga con bordo a destra tranne l'ultimo */
@media (min-width: 700px) {
    .info-item {
        flex: 0 1 auto;
        border-right: 2px solid #848484;
    }
    .info-item:last-child {
        border-right: none;
    }
}





@media (max-width: 375px) {
    .info-item {
        font-size: 14px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* RESPONSIVE: sotto i 699px tutte le colonne in colonna unica */
@media (max-width: 699px) {
    .popup_columns {
        display: block;
    }

    .popup_col {
        border-left: none;
        margin-bottom: 30px;
        padding: 0;
    }
}



/* Stile accordion mobile */
@media (max-width: 1280px) {
    .specs-column-rs3 {
        flex: 1 1 100%;
        padding: 0;
    }

    .specs-item-rs3 {
        display: block;
        padding: 8px 0;
    }

    .spec-value-rs3 {
        text-align: left;
    }

    /* Aggiungi il + accanto al titolo */
    .column-title-rs3 {
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }

    .column-title-rs3::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        line-height: 1;
    }

    .column-title-rs3.active::after {
        content: '-';
    }

    /* Nascondi i contenuti inizialmente */
    .specs-item-rs3 {
        display: none;
    }

    .specs-item-rs3.show {
        display: flex;
        justify-content: space-between;
    }
}
