/* INIZIO GENERALE */
body{
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
    padding-top: 44px;
}

.bold{ 
    font-weight: 700; 
}

.semibold{ 
    font-weight: 600; 
}

.light{ 
    font-weight: 300; 
}

@media (max-width: 1199px) {
    .uk-visible\@m {
        display: none !important;
    }
    .uk-hidden\@m {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .uk-visible\@m {
        display: block !important;
    }
    .uk-hidden\@m {
        display: none !important;
    }
}
/* FINE GENERALE */



/* INIZIO HEADER */
.numa-navbar {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    padding: 0 40px;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.uk-navbar{
    height: 44px;
}

.uk-navbar-item, .uk-navbar-nav>li>a{
    min-height: 44px;
}

.uk-navbar-container{
    background-color: #ffffff !important;
}

.numa-logo-img {
    height: 30px;
}

.numa-logo-img-mobile {
    height: 25px;
}

.numa-menu{
    gap: 15px;
}

.numa-menu-mobile{
    gap: 15px;
}

.numa-menu > li > a {
    color: #3A3A3A !important;
    font-size: 12px;
    padding: 0 10px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.numa-menu-mobile > li > a {
    color: #3A3A3A !important;
    text-transform: none !important;
}

.numa-menu > li > a:hover {
    color: #000 !important;
}

.numa-menu-mobile > li > a:hover {
    color: #000 !important;
}

.numa-icons{
    gap: 10px;
}

.numa-icons > li > a {
    padding: 0 5px;
    color: #3A3A3A !important;
}

.numa-icons > li > a:hover {
    color: #000 !important;
}

.uk-offcanvas-bar {
    background: #ffffff;
    padding: 30px;
}

.uk-offcanvas-bar a {
    font-size: 20px;
    color: #000 !important;
}

.whatsapp-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    mask: url('../img/icons/whatsapp.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icons/whatsapp.svg') no-repeat center / contain;
    background-color: #3A3A3A;
    transition: background-color 0.2s ease;
}

.whatsapp-icon:hover {
    background-color: #000;
}

.phone-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    mask: url('../img/icons/phone.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icons/phone.svg') no-repeat center / contain;
    background-color: #3A3A3A;
    transition: background-color 0.2s ease;
}

.phone-icon:hover {
    background-color: #000;
}

.mail-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    mask: url('../img/icons/mail.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icons/mail.svg') no-repeat center / contain;
    background-color: #3A3A3A;
    transition: background-color 0.2s ease;
}

.mail-icon:hover {
    background-color: #000;
}

.pointer-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    mask: url('../img/icons/mpointer.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icons/pointer.svg') no-repeat center / contain;
    background-color: #3A3A3A;
    transition: background-color 0.2s ease;
}

.pointer-icon:hover {
    background-color: #000;
}

#mobile-menu .uk-offcanvas-bar {
    width: 100vw !important;
    height: 100vh !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    background: #ffffff;
    padding: 30px;
    transform: translateY(-100%); 
    transition: transform 0.45s ease; 
}

#mobile-menu.uk-open .uk-offcanvas-bar {
    transform: translateY(0);
}

#mobile-menu .uk-offcanvas-bar-animation {
    animation: none !important;
}
#mobile-menu.uk-open .uk-offcanvas-bar-animation {
    animation: none !important;
}

#mobile-menu .uk-offcanvas-overlay {
    background: rgba(0,0,0,0.1);
}

.uk-offcanvas-bar {
    transition: transform 0.9s ease !important;
}

.uk-offcanvas.uk-open .uk-offcanvas-bar {
    transition: transform 0.9s ease !important;
}

#mobile-menu,
#mobile-menu .uk-offcanvas-bar,
#mobile-menu.uk-open {
    z-index: 9999 !important;
}

#mobile-menu ul.uk-nav li,
#mobile-menu .numa-icons li {
    opacity: 0;
    transform: translateY(-20px);
}
/* FINE HEADER */



/* INIZIO FOOTER SECTION */
.numa-footer {
    background: #F5F5F7;
    padding: 10px 0;
    margin-top: 0px;
}

.footer-inner {
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 5px 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    text-decoration: none;
    color: #3A3A3A;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #000;
}

.footer-copy {
    font-size: 12px;
    color: #7A7A7A;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}
/* INIZIO FOOTER SECTION */



/* INIZIO HERO SECTION */
.numa-hero {
    background: #F5F5F6;
    padding: 120px 0 140px 0;
    height: 430px;
}

.numa-hero-img {
    width: 280px;
    max-width: 80%;
    display: block;
    margin: 0 auto 40px auto;
}

.numa-hero-title {
    font-size: 35px;
    font-weight: 500;
    color: #000000;
    margin-top: 100px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.numa-hero-subtitle-logo {
    font-size: 22px;
    color: #808080;
    margin-bottom: 30px;
}

.numa-hero-subtitle {
    font-size: 17px;
    color: #000000;
    margin-bottom: 30px;
}

.numa-hero-btn {
    background: #0071e3;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    transition: background 0.2s ease;
}

.numa-hero-btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .numa-hero-img {
        width: 200px;
        margin-top: -50px;
    }

    .numa-hero-subtitle-logo {
        font-size: 15px;
    }

    .numa-hero-title {
        font-size: 22px;
    }

    .numa-hero-subtitle {
        font-size: 14px;
    }

    .numa-hero {
        height: 300px;
    }

}

.numa-hero-img,
.numa-hero-subtitle-logo,
.numa-hero-title,
.numa-hero-subtitle,
.numa-hero-btn {
    opacity: 0;
    transform: scale(0.5);
}
/* FINE HERO SECTION */



/* INIZIO BENEFIT SECTION */
.benefit {
    background: #2e2e2e;
    padding: 100px 0;
    margin-top: 15px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.benefit-title2 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.benefit-subtitle {
    font-size: 15px;
    color: #c7c7c7;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.benefit-subtitle2 {
    font-size: 17px;
    color: #c7c7c7;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.benefit-title,
.benefit-subtitle,
.benefit-title2,
.benefit-subtitle2 {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

@media (max-width: 767px) {

    .benefit{
        padding: 50px 0;
    }

    .benefit-title {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 15px;
    }

    .benefit-title2 {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .benefit-subtitle {
        font-size: 12px;
    }

    .benefit-subtitle2 {
        font-size: 14px;
    }

}
/* FINE BENEFIT SECTION */



/* INIZIO DETAILS SECTION */
.numa-details {
    padding: 15px 0;
    background: #fff;
}

.details-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0px;
}

.details-box0 {
    background: #F5F5F7;
    padding: 40px 0px;
    height: auto;
    flex: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0;
    transition: transform 0.25s ease;
    color: #000;
}

.details-box {
    background: #F5F5F7;
    padding: 40px 25px;
    height: auto;
    flex: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0;
    transition: transform 0.25s ease;
    color: #000;
}

.details-box:hover {
    transform: scale(1.02);
}

.details-box.large {
    flex: 1.5;
}

.details-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.details-text {
    font-size: 16px;
    color: #444;
}

.numa-details * {
    transition: none !important;
    animation: none !important;
}

.numa-details-btn {
    background: #0071e3 !important;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    transition: background 0.2s ease;
}

.numa-details-btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

.details-text-chiaro{
    color: #808080;
}

.details-box:hover,
.details-box a:hover,
.details-box a:focus,
.details-box a:active {
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.item-box0,
.item-box1,
.item-box2,
.item-box3,
.item-box4,
.item-box5,
.item-box6 {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

.check-icon {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {

    .details-row {
        flex-direction: column;
        gap: 20px;
    }

    .details-box,
    .details-box.large {
        height: auto;
        padding: 40px 25px;
    }

    .details-title {
        font-size: 16px;
    }

    .details-text {
        font-size: 15px;
    }
}
/* FINE DETAILS SECTION */



/* INIZIO PORTFOLIO SECTION */
.portfolio {
    background: #2e2e2e;
    padding: 100px 0;
    margin-top: 15px;
}

.portfolio-title {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.portfolio-subtitle {
    font-size: 17px;
    color: #c7c7c7;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.portfolio-title,
.portfolio-subtitle {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

.portfolio-box {
    background: #1f1f1f;
    padding: 5px;
    border-radius: 10px;
    transition: transform .2s ease;
}

.portfolio-box:hover {
    transform: scale(1.02);
}

.portfolio-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0px;
}

.portfolio-project-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
}

.portfolio-client {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 10px;
}

.portfolio-project-text {
    color: #c7c7c7;
    font-size: 15px;
}

@media (max-width: 767px) {

    .portfolio{
        padding: 50px 0;
    }

    .portfolio-title {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 25px;
    }

    .portfolio-subtitle {
        font-size: 15px;
    }

}
/* FINE PORTFOLIO SECTION */



/* INIZIO SOCIALPROOF SECTION */
.numa-socialproof {
    padding: 15px 0;
    background: #fff;
}

.socialproof-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0px;
}

.socialproof-box0 {
    background: #F5F5F7;
    padding: 40px 0px;
    height: auto;
    flex: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0;
    transition: transform 0.25s ease;
    color: #000;
}

.socialproof-box {
    background: #F5F5F7;
    padding: 40px 25px;
    height: auto;
    flex: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0;
    transition: transform 0.25s ease;
    color: #000;
}

.socialproof-box:hover {
    transform: scale(1.02);
}

.socialproof-box.large {
    flex: 1.5;
}

.socialproof-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.socialproof-text {
    font-size: 16px;
    color: #444;
}

.numa-socialproof * {
    transition: none !important;
    animation: none !important;
}

.numa-socialproof-btn {
    background: #0071e3 !important;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    transition: background 0.2s ease;
}

.numa-socialproof-btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

.socialproof-text-chiaro{
    color: #808080;
}

.socialproof-box:hover,
.socialproof-box a:hover,
.socialproof-box a:focus,
.socialproof-box a:active {
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.socialproof-item-box0,
.socialproof-item-box1,
.socialproof-item-box2,
.socialproof-item-box3 {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

.reviews-grid {
    max-width: 100%;
    margin: 20px;
}

.review-box-fixed {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    height: 100%;
}

.review-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.review-author {
    font-size: 14px;
    color: #666;
}

.review-stars {
    font-size: 16px;
    color: #f5b600;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {

    .socialproof-row {
        flex-direction: column;
        gap: 20px;
    }

    .socialproof-box,
    .socialproof-box.large {
        height: auto;
        padding: 40px 0px;
    }

    .socialproof-title {
        font-size: 16px;
    }

    .socialproof-text {
        font-size: 15px;
    }
}
/* FINE SOCIALPROOF SECTION */


/* INIZIO PROCESS SECTION */
.process {
    background: #2e2e2e;
    padding: 100px 0;
    margin-top: 0px;
}

.process-title {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.process-subtitle {
    font-size: 17px;
    color: #c7c7c7;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.process-title,
.process-subtitle {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0 auto;
    padding: 20px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #F5F5F7;
    transform: translateX(-50%);
}

.timeline-step {
    position: relative;
    margin: 40px 0;
}

.timeline-step .circle {
    width: 20px;
    height: 20px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border: 3px solid #F5F5F7;
}

.timeline-step .content {
    width: 32%;
    padding: 20px;
    background: #F5F5F7;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    opacity: 0;
    transform: scale(0.5);
    text-align: left;
}

.timeline-step .content.left {
    float: left;
}

.timeline-step .content.right {
    float: right;
}

.timeline-step h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.timeline-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    text-align: left;
}

.timeline-btn {
    margin-top: 12px;
    display: inline-block;
    background: #0071e3;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 15px;
}

.timeline-btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

.timeline-step::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 767px) {

    .process{
        padding: 50px 0;
    }

    .process-title {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .process-subtitle {
        font-size: 14px;
    }

    .timeline::before {
        left: 25px;
    }

    .timeline-step .circle {
        left: 25px;
    }

    .timeline-step .content {
        width: calc(100% - 130px);
        float: none !important;
        margin-left: 60px;
    }

}
/* FINE PROCESS SECTION */


/* INIZIO PROMO SECTION */
.numa-promo {
    padding: 15px 0;
    background: #fff;
}

.promo-box0 {
    background: #F5F5F7;
    padding: 50px 20px;
    text-align: center;
    border-radius: 0;
    color: #000;
}

.promo-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.promo-text {
    font-size: 17px;
    color: #444;
    margin-bottom: 25px;
}

.promo-prezzo-attuale {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.promo-prezzo-barrato {
    text-decoration: line-through;
    opacity: 0.6;
}

.promo-btn {
    display: inline-block;
    padding: 10px 35px;
    background: #0071e3;
    color: #fff !important;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.promo-btn:hover {
    background: #0a84ff;
    text-decoration: none;
}

.promo-item-box0 {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

@media (max-width: 767px) {

    .promo-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo-text {
        font-size: 15px;
    }

    .promo-btn {
        font-size: 16px;
        padding: 9px 28px;
    }
}
/* FINE PROMO SECTION */


/* INIZIO FAQ SECTION */
.faq {
    background: #2e2e2e;
    padding: 100px 0;
}

.faq-title {
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.faq-subtitle {
    font-size: 17px;
    color: #c7c7c7;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.faq-title,
.faq-subtitle {
    opacity: 0;
    transform: scale(0.5);
    transition: none !important;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
}

.faq-item {
    background: #F5F5F7;
    border-radius: 5px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    opacity: 0;
    transform: scale(0.5);
}

.faq-question {
    width: 100%;
    padding: 20px;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 17px;
    font-weight: 300;
    color: #222;
    cursor: pointer;
    position: relative;
}

.faq-question:focus {
    outline: none;
}

.faq-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 20px;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

@media (max-width: 767px) {

    .faq {
        padding: 50px 0;
    }

    .faq-title {
        font-size: 25px;
    }

    .faq-subtitle {
        font-size: 12px;
    }

    .faq-question {
        font-size: 14px;
    }
}
/* FINE FAQ SECTION */



/* INIZIO CONTACT SECTION */
.numa-contact {
    background: #F5F5F7;
    padding: 100px 20px;
    margin-top: 15px;  
    margin-bottom: 15px;
}

.contact-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 18px;
    color: #494949;
    max-width: 1000px;
    margin:0 auto 40px auto;
    line-height: 1.5;
}

.contact-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 90px;
}

.contact-input {
    padding: 12px 0px;
    width: 350px;
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    transition: border 0.2s ease;
    text-indent: 15px;
}

.contact-input:focus {
    border-color: #0071e3;
}

.contact-btn {
    background: #0071e3;
    color: #fff !important;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-btn:hover {
    background: #0a84ff;
    transform: scale(1.04);
}

.numa-form-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.numa-form-row {
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 100%;
}

.numa-form-row .contact-input {
    flex: 1;
}

.numa-textarea {
    width: 100% !important;
    height: 120px !important;
    resize: vertical;
    box-sizing: border-box;
    text-indent: 0px;
    padding-left: 15px;
    font-family: inherit;
}

.contact-link {
    color: #494949 !important;      
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: #000 !important;         
}
 
@media (max-width: 767px) {
    .contact-title {
        font-size: 28px;
    }

    .contact-subtitle {
        font-size: 15px;
    }

    .contact-input {
        width: 100%;
    }

    .numa-form-row {
        flex-direction: column;
    }

}
/* FINE CONTACT SECTION */