    @media(min-width:1000px){
        #comparative-tables {
            display: none!important;
        }
        .btn-primary {
        color: #fff !important;
        background-color: #006f98;
        border-color: #006f98;
        font-weight: 600;
        padding: 6px 20px;
    }

    .btn-primary:hover {
        color: #fff !important;
        background-color: #006f98;
        border-color: #006f98;
    }

    .pricing-component {
        color: #3c5872;
        margin: auto;
        font-family: 'Satoshi', sans-serif !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
        width: 66vw;
        display: flex;
        position: relative;
    }

    .price-detail-row {
        height: 60px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-family: var(--font-family-open_sans);
    }

    .extra-label::before {
        background: #ffbf37;
        content: attr(data-title);
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        color: #222;
        padding: 1px 12px;
        border-radius: 16px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .extra-label-2::before {
        background: #ef4444;
        content: attr(data-title);
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        color: #222;
        padding: 1px 12px;
        border-radius: 16px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-cta {
        background: #319ed8;
        border: none !important;
        border-radius: 50px;
    }

    .price-detail-row img {
        width: 32px;
        height: 32px;
        padding: 6px;
    }
    
    .tooltip-container {
                position: relative;
                display: inline-block;
            }

            .tooltip-icon:hover::after {
                content: attr(title);
                position: absolute;
                bottom: 100%;
                left: 50%;
                transform: translateX(-50%) translateY(0);
                background-color: #D6EDF7;
                border: 1px solid #D6EDF7;
                border-radius: 5px;
                white-space: normal;
                font-size: 12px;
                font-weight: 400;
                z-index: 1;
                width: 218px;
                box-sizing: border-box;
                padding: 5px 8px;
            }

            .tooltip-icon:hover::before {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 50%;
                transform: translateX(-50%) translateY(-28px);
                border-width: 5px;
                border-style: solid;
                border-color: #D6EDF7 transparent transparent transparent; /* Freccia azzurra */
                z-index: 1;
            }
        }

            /* css mobile */
            @media(max-width:1000px){
                .pricing-component {
                    display: none!important;
                }
                .btn-primary {
                    color: #fff !important;
                    background-color: #006f98;
                    border-color: #006f98;
                }
            
                .btn-primary:hover {
                    color: #fff !important;
                    background-color: #006f98;
                    border-color: #006f98;
                }
            
                .tab-container {
                    width: 100%;
                    overflow-x: auto;
                    white-space: nowrap;
                    margin-bottom: 20px !important;
                }
            
                .price-detail-row {
                    height: 60px;
                    font-size: 14px;
                    font-weight: 400;
                    display: flex;
                    align-items: center;
                    padding: 0 10px;
                }
            
                .icon {
                    width: 18px;
                    height: 18px;
                }
            
                .extra-label::before {
                    background: #ffbf37;
                    content: attr(data-title);
                    white-space: nowrap;
                    font-size: 14px;
                    font-weight: 600;
                    color: #222;
                    padding: 1px 12px;
                    border-radius: 12px;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            
                .nav-link {
                    text-align: center;
                    color: #3c5872;
                }
            
                .nav-item.active {
                    border-bottom: 2px solid #006f98 !important;
                    font-weight: 700 !important;
                }
                .nav-item.active a {
                    color: #006f98 !important;
                }
            
                .btn-cta {
                    background: #319ed8;
                    border: none !important;
                    border-radius: 50px;
                }
            
                .table-header {
                    width: 100% !important;
                }
            
                .tab-container,
                .tab-content {
                    font-family: 'Albert Sans', sans-serif !important;
                    color: #3c5872;
                    font-family: Albert Sans;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 20px;
                    letter-spacing: 0px;
                }
            
                .price-detail-row img {
                    width: 32px;
                    height: 32px;
                    padding: 6px;
                }
            
                .tooltip-container {
                    position: relative;
                    display: inline-block;
                }
            
                .tooltip-icon:hover::after {
                    content: attr(title);
                    position: absolute;
                    bottom: 100%;
                    left: 50%;
                    transform: translateX(-50%) translateY(0);
                    background-color: #d6edf7;
                    border: 1px solid #027cb1;
                    border-radius: 5px;
                    white-space: normal;
                    font-size: 12px;
                    font-weight: 400;
                    z-index: 1;
                    width: 218px;
                    box-sizing: border-box;
                    padding: 5px 8px;
                }
            
                .tooltip-icon:hover::before {
                    content: '';
                    position: absolute;
                    bottom: -5px;
                    left: 50%;
                    transform: translateX(-50%) translateY(-28px);
                    border-width: 5px;
                    border-style: solid;
                    border-color: #027cb1 transparent transparent transparent; /* Freccia azzurra */
                    z-index: 1;
                }

                li.nav-item {
                    background: #EDEFF0;
                    /* margin: 0 5px; */
                    /* border-bottom: 1px solid black; */
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    display: inline-block;
                }

                .nav-tabs .nav-link {
                    display: block;
                    margin: 0;
                    padding: 13px 32px;
                    height: auto;
                    font-weight: 700;
                    font-size: 15px;
                    color: #3c5872 !important;
                    position: relative;
                }

                .bg-warning {
                    background-color: #ffc107 !important;
                }
            }