/* CONTENITORE PRINCIPALE */

.accurate-results-section-three {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accurate-results-container-three {
    padding-top: 60px;
    display: block;
    padding-bottom: 60px;
}

.container-title {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}

/* ACCURATE RESULTS WRAPPER */

.accurate-results-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: start;
    padding-left: 50px;
    padding-right: 50px;
}

/* COLONNA SINISTRA CON TESTO */

.accurate-results-col-left {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

/* CONTENUTO */

.accurate-results-content {
    padding-right: 32.5px;
    width: 100%;
    padding-bottom: 30px;
}

/* TITOLO PRINCIPALE */

.accurate-results-title {
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* DESCRIZIONE */

.accurate-results-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* SOTTOTITOLO */

.accurate-results-subtitle {
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600 !important;
    text-align: left;
    margin-block-end: 0px !important;
    padding-bottom: 5px;
}

/* DESCRIZIONE SOTTOTITOLO */

.accurate-results-subtitle-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 30px;
}

/* PULSANTE PREVENTIVO */

.btn-blu {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-blu:hover {
    background-color: #0067b0;
}

/* COLONNA DESTRA CON IMMAGINE */

.accurate-results-col-right {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMMAGINE */

.accurate-results-content-img {
    padding-left: 32.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-three {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-fluid-second-section,
.accurate-results-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* ORDER CLASSES PER RIARRANGIARE LE COLONNE */

.order-first {
    order: -1;
}

.order-last {
    order: 1;
}

.order-0 {
    order: 0;
}

/* MEDIA QUERIES */

/* CLASSI RESPONSIVE PER DIMENSIONI DIVERSE DI SCHERMO */

@media (max-width: 575.98px) {
    .order-xs-first {
        order: -1;
    }

    .order-xs-last {
        order: 1;
    }

    .order-xs-0 {
        order: 0;
    }

    .accurate-results-cols-xs-12 {
        width: 100%;
    }

    .accurate-results-cols-xs-6 {
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 1;
    }

    .order-sm-0 {
        order: 0;
    }

    .accurate-results-cols-sm-12 {
        width: 100%;
    }

    .accurate-results-cols-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 1;
    }

    .order-md-0 {
        order: 0;
    }

    .accurate-results-cols-md-12 {
        width: 100%;
    }

    .heaccurate-resultsro-cols-md-6 {
        width: 50%;
    }

    .accurate-results-cols-md-4 {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .accurate-results-cols-lg-12 {
        width: 100%;
    }

    .accurate-results-cols-lg-6 {
        width: 50%;
    }

    .accurate-results-cols-lg-4 {
        width: 33.33%;
    }

    .accurate-results-cols-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .accurate-results-cols-xl-12 {
        width: 100%;
    }

    .accurate-results-cols-xl-6 {
        width: 50%;
    }

    .accurate-results-cols-xl-4 {
        width: 33.33%;
    }

    .accurate-results-cols-xl-3 {
        width: 25%;
    }
}

/* COLONNA SINISTRA CON TESTO */

@media (max-width: 991px) {
    .accurate-results-col-left {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .accurate-results-col-left {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .accurate-results-col-left {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 379px) {
    .accurate-results-col-left {
        width: 100%;
        max-width: 379px;
    }
}


/* TITOLO PRINCIPALE */
@media (max-width: 369px) {
    .accurate-results-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .accurate-results-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .accurate-results-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .accurate-results-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .accurate-results-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .accurate-results-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .accurate-results-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .accurate-results-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .accurate-results-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .accurate-results-title {
        font-size: 35px;
        line-height: 41px;
    }
}


/* DESCRIZIONE */

@media (max-width: 1128px) {
    .accurate-results-description {
        font-size: 16px;
        line-height: 22px;
    }

    .accurate-results-description-p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
        padding-bottom: 6px;
    }
}

@media (max-width: 369px) {
    .accurate-results-description {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 943px) {
    .accurate-results-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 409px) {
    .accurate-results-subtitle {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .accurate-results-subtitle {
        line-height: 24px;
        font-size: 16px;
    }
}

/* DESCRIZIONE SOTTOTITOLO */

@media (max-width: 943px) {
    .accurate-results-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 409px) {
    .accurate-results-subtitle {
        line-height: 21px;
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .accurate-results-subtitle {
        line-height: 20px;
        font-size: 14px;
    }
}

/* PULSANTE PREVENTIVO */

@media (max-width: 699px) {
    .btn-blu {
        margin-bottom: 36px;
    }
}

@media (max-width: 369px) {
    .btn-blu {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 349px) {
    .btn-blu {
        font-size: 17px;
        line-height: 19px;
    }
}

/* COLONNA DESTRA CON IMMAGINE */

@media (max-width: 991px) {
    .accurate-results-col-right {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .accurate-results-col-right {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .accurate-results-col-right {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 414px) {
    .accurate-results-col-right {
        padding-top: 10px;
    }
}



@media (min-width: 992px) {
    .accurate-results-image {
        max-width: 570px;
    }
}

.btn-blu:focus,
.btn-blu:active {
    background-color: #008bee;
    outline: none;
}


/* Link Inferiori (TPad & Emlid) */
.footer-links_software_ {
    display: flex;
    gap: 50px;
    padding-top: 60px;
}

.link-item_software_ {
    display: flex;
    align-items: center;
    gap: 15px;
}

.img-software-80px {
    width: 70px;
    height: 70px;
}

.link-item_software_ strong {
    font-size: 20px;
    color: white;
}

.link-item_software_ a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.link-item_software_ a:hover {
    color: #c9c9c9;
}

/* Immagine */
.content-right_software_ {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.main-image_software_ {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive per Tablet/Mobile */
@media (max-width: 992px) {
    .container_software_ {
        flex-direction: column;
    }

    .content-right_software_ {
        order: -1;
        justify-content: center;
    }

    .gnss-section_software_ {
        padding: 40px 20px;
    }
}

@media (max-width: 409px) {

    .accurate-results-wrapper,
    .container-title {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (min-width: 410px) and (max-width: 699px) {

    .accurate-results-wrapper,
    .container-title {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {

    .accurate-results-wrapper,
    .container-title {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 699px) {
    .accurate-results-content {
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .accurate-results-content-img {
        padding-left: 0px;
    }


    .accurate-results-image {
        padding-bottom: 60px;
    }

    .footer-links_software_ {
        padding-top: 0px;
        padding-bottom: 40px;
    }

}

@media (max-width: 550px) {
    .footer-links_software_ {
        display: flex;
        flex-direction: column;
    }
}