:root {
    --primary-color: rgb(0, 74, 153);
    --paragraph-color: #0D1720;
    --bs-primary-rgb: 0, 74, 153;
    --bs-link-color-rgb:  0, 74, 153;
    --celeste-color: #14a0de;
}
body {
    word-break: break-word;
}

.banner2-section{
    .banner2-slider{
        cursor: default;
    }
    }

.header-area.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: #004a99;
    z-index: 99;
}

.header-area.style-2 .header-logo {
    padding: 11px 26px;
    background-color: rgba(255, 255, 255, 1);
}

.banner2-section .banner-wrapper .banner-left-content h1, .banner2-section .banner-wrapper .banner-left-content h2 {
    color: var(--white-color);
    font-family: var(--font-Roboto);
    font-size: 75px;
    font-weight: 800;
    margin-bottom: 0;
    max-width: 880px;
    margin-bottom: 17px;
    line-height: 72px;
}

.text-celeste {
  color: var(--celeste-color);
}

.about-section2 .about-top .review-and-feature {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px;
    padding-top: 20px;
}

.banner2-section .banner-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 244px 0 210px 0;
}

.why-choose-section .choose-content .sulution-approach-1 ul {
    max-width: 750px;
    width: 100%;
    -moz-columns: 2;
    columns: 2;
}

.why-choose-section .choose-content .sulution-approach-1 ul li {
    line-height: 1;
    color: var(--paragraph-color);
    font-family: var(--font-Roboto);
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    gap: 6px;
    padding-top: 20px;
}

.icone-35 span img {
   width: 80px;
   margin-right: 30px;
}

.text-orange {
    color: var(--bs-orange);
}

.home5-about-section .about-left .logo-and-title .company-name {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-Roboto);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 9.36px;
    background-color: var(--primary-color);
    line-height: 1;
    padding: 38px 16px;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.section-title8 h1 {
    color: var(--primary-color);
    font-family: var(--font-Roboto);
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: -10px;
}

.section-title8 p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 20px;
}

.section-title1 h2 {
    color: var(--title-color);
    font-family: var(--font-Roboto);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 740px;
    margin-top: -10px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
    color: #eee;
}

.primary-btn2 {
    color: var(--white-color);
    font-family: var(--font-Roboto);
    font-size: 15px;
    font-weight: 500;
    background-color: rgb(0 47 97);
    border: 1px solid rgb(0 47 97);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}

.primary-btn3 {
    color: var(--white-color);
    font-family: var(--font-Roboto);
    font-size: 15px;
    font-weight: 500;
    background-color: rgb(0, 63, 131, 1);
    border: 1px solid rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}

.people-card-5 .people-content {
    border: 0px solid #EEE;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.people-card-5 .people-content {
    border: 0px solid #EEE;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}

.people-card-5 .people-content .contact-number {
    display: flex;
    align-items: center;
    width: unset;
    transition: 0.35s;
}
.people-card-5 .people-content .contact-number .icon {
    min-width: 50px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8F1FB;
    transition: 0.35s;
}

.people-card-5 .people-content .contact-number .content a {
    border: 1px solid #eee;
    height: 57px;
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--title-color);
    font-family: var(--font-Roboto);
    font-size: 15px;
    font-weight: 500;
    padding: 20px 30px;
    transition: 0.35s;
}

.eg-card-2:hover {
    border-color: #eee;
}

.eg-card-2.style-2 {
    flex-direction: column;
    padding: 25px 15px;
    position: relative;
}
.eg-card-2 {
    padding: 40px;
    border: 1px solid #EEE;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    transition: 0.35s;
    background-color: #edf3f7;
}

.about-section2 .about-top .about-img img {
    position: absolute;
    right: 0;
    bottom: -172px;
    max-width: unset;
}

.about-section2 .about-top {
    background-color: #002547;
    padding: 100px 0;
}

.contect-section6 {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-color: #002547;
}

footer {
    background-color: #0A141D;
    padding-top: 0px;
}

.contact-form-area.two .form-inner input, .contact-form-area.two .form-inner select
 {
    background: var(--white-color);
    border: 1px solid #eee;
    color: var(--paragraph-color);
    border-radius: 0px;
}

.contact-form-area .form-inner input, .contact-form-area .form-inner select {
    width: 100%;
    height: 50px;
    color: #C2C2C2;
    font-family: var(--font-Roboto);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    caret-color: #AAA;
    border: unset;
    border-radius: 0px;
}

.sub-title span {
    color: #ffffff;
    text-align: center;
    font-family: var(--font-Roboto);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #004a99;
    padding: 7px 20px;
    white-space: nowrap;
    background-color: #14a0de;
}

.people-card6 .people-content {
    padding-top: 0px;
}

.testimonial-section2.three {
    background-image: url(../img/testimoial-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F4F9FD;
    padding: 100px 0;
    background-position: 35%;
}

.tastimonial-wrap2 .testimonial-card .testimonal-content p {
    color: var(--font-Roboto);
    font-family: var(--font-Roboto);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
}
.tastimonial-wrap2 .testimonial-card .testimonal-content > span {
    color: var(--primary-color);
    font-family: var(--font-Roboto);
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.service-details-wrapper .service-details-solution-area .solution-content ul {
    list-style: decimal;
    padding-left: 20px;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 1138px;
    width: 100%;
    margin-bottom: 30px;
}

.industry-details-nav-area .nav-and-people-btn-area .nav-pills .nav-item .nav-link {
    color: var(--white-color);
    font-family: var(--font-Roboto);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border-radius: unset;
    padding: 24px 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}


.service-details-solution-area {
    /* Sostituisci 140px con l'altezza esatta in pixel del tuo header fisso + sottomenù */
    scroll-margin-top: 160px;

    /* Opzionale: rende lo scorrimento fluido quando l'utente clicca sulle ancore */
    scroll-behavior: smooth;
}

.section-title1 .btn-group  li  {
    color: var(--white-color);
    font-family: var(--font-Roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid var(--white-color);
    border-radius: 16px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.mission-section .mission-content-wrap .mission-content-bottom {
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    border-bottom: 0px solid #eee;
}

.contact-page .company-map iframe {
    width: 100%;
    height: 100%;
    min-height: 650px;
    filter:unset;
}
.contact-form-area2 {
    background-color: var(--title-color);
    padding: 0;
}

.contact-form-area2.two {
    background-color: var(--white-color);
}

.contact-form-area2.two .form-inner label {
    color: var(--title-color);
}

.contact-form-area2 .form-inner label {
    color: #C2C2C2;
    font-family: var(--font-Roboto);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}
.contact-form-area2.two .form-inner input, .contact-form-area2.two .form-inner select {
    background: var(--white-color);
    border: 1px solid #eee;
    color: var(--paragraph-color);
    border-radius: 0px;
}

.contact-form-area2 .form-inner input, .contact-form-area2 .form-inner select {
    width: 100%;
    height: 50px;
    color: #C2C2C2;
    font-family: var(--font-Roboto);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    caret-color: #AAA;
    border: unset;
    border-radius: 0px;
}

.contact-form-area2 .form-inner input, .contact-form-area2 .form-inner textarea {
    width: 100%;
    background: #14202B;
    border: 1px solid #14202B;
    height: 50px;
    color: #C2C2C2;
    font-family: var(--font-Roboto);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    caret-color: #AAA;
    border: unset;
    border-radius: 0px;
}

.contact-form-area2 .form-inner textarea {
    height: unset;
    min-height: 118px;
    padding: 24px 20px;
}

.contact-form-area2.two .form-inner input, .contact-form-area2.two .form-inner textarea {
    background: var(--white-color);
    border: 1px solid #eee;
    color: var(--paragraph-color);
    border-radius: 0px;
}

.contact-form-area2.two .form-inner textarea {
    padding: 20px 20px;
}

.eg-card3.two .card-content {
    background: var(--white-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    padding: 60px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: 0.5s;
}

.service-details-wrapper .selvices-centent .solution-content ul {
    list-style: none;
    padding-left: 20px;
    -moz-columns: unset;
    columns: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    max-width: unset;
    width: unset;
    margin-bottom: 30px;
}




.service-details-wrapper .selvices-centent .solution-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-details-wrapper .selvices-centent .solution-content ul .bx-check-circle {
    font-size: 24px;
    line-height: 1;
}

.eg-card3 {
    display: flex;
    height: 100%;
    align-items: start;
    position: relative;
    padding: 100px 45px;
}


.servizi-sticky-col {
    position: relative;
}

.servizi-sticky-box.is-fixed {
    position: fixed;
    top: 120px;
    z-index: 20;
}

.servizi-sticky-box.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

.services-wrap.two .selvices-tab {
    background-color: #004a99;
    border: unset;
}
.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #002d5d;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform 0.7s;
}
.services-wrap .selvices-tab .nav-tabs .nav-item .nav-link.active {
    border: none;
    background-color:  #002d5d;
    border-radius: 0;
    color: var(--white-color);
    padding: 10px 20px;
}


.industry-details-nav-area.is-fixed {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #0D1720;
}

.industry-nav-placeholder {
    display: none;
    height: 0;
}

.ratio-5_3 {
    aspect-ratio: 5/3;
    object-fit: cover;
}

.servizi-sticky-box{
    position: sticky;
    top: 150px;
}

@media screen and (max-width:767px) {
    .section-title8 h1 {
        font-size: 36px;
    }
    .section-title8 p {
        font-size: 16px;
    }

    .mobile-x-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .home5-about-section .about-left .logo-and-title .company-name {
        padding: 16px 16px;
        writing-mode: horizontal-tb;
    }
    .pt-130 {
        padding-top: 45px;
    }
    .pb-130 {
        padding-bottom: 45px;
    }
    .header-area.style-2 .header-logo {
        padding: 11px 11px;
    }
    .mb-130 {
        margin-bottom: 45px;
    }
    .mt-130 {
        margin-top: 45px;
    }
    footer .footer-btm .copyright-area {
        line-height: 1.5;
    }
    .testimonial-section2.three {
        padding: 50px 0;
    }
    .tastimonial-wrap2 .testimonial-card .testimonal-content > span {
        font-size: 18px;
    }
    .tastimonial-wrap2 .testimonial-card .testimonal-content p {
        font-size: 18px;
    }
    .contect-section6 {
        padding: 50px 0;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .tastimonial-wrap2 .testimonial-card .testimonial-img img {
        max-width: 100%;
    }
    .industry-details-nav-area.is-fixed {
        top: 50px;
    }

    .service-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .service-pills li {
        flex: 0 0 80%;
    }
    .service-pils-sm li {
        flex: 0 0 55%;
    }
    .industry-details-nav-area .nav-and-people-btn-area .nav-pills {
        justify-content: flex-start;
    }
    .service-pills .nav-link {
        display: block;
        padding: 12px 12px !important;
    }
    .services-wrap {
        display: block;
    }
    .industry-details-nav-area {
        padding-bottom: 0 !important;
    }
    .industry-details-nav-area .nav-and-people-btn-area .nav-pills .nav-item .nav-link {
        font-size: 18px;
    }
    .section-title1 h2 {
        font-size: 22px;
    }
    .home5-about-section .about-left .logo-and-title .company-name {
        font-size: 24px;
    }
    .case-study-card .case-study-img img {
        min-height: 200px;
    }
    .circle-container {
        bottom: 175px;
    }
    .grecaptcha-badge {
        bottom: 100px !important;
    }
}