body #nt_wrapper {
    background: #F8FAFC !important;
}

.display-5 {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 50px;
    font-weight: 700;

}

.buttonV {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #F1F5F9;
    border-radius: 16px;
    padding: 8px 16px;
    margin: 0 5px;

    &:hover {
        background-color: #F1F5F9;
        color: #262C65 !important;
    }
}

.productCard {
    background-color: white;
    border: 1px solid #F1F5F9;
    border-radius: 16px;

    & h6 {
        color: #262C65;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }
}


.listAganist {
    min-height: 115px;
    height: max-content;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-content: flex-start;

    & li {
        min-height: 35px;
        font-size: 14px;
        line-height: 1;
        width: 48%;
        display: flex;
        align-items: center;
        color: #262C65;
    }

    & li::before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 8px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: var(--icon-url);

    }
}



.titleNext {
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    color: #262C65;
    font-weight: 700;
    line-height: 40px;
}

.bg-white .titleNext {
    line-height: 0px;
}

.why {
    .col-12 {
        padding: 10px;

        &>div {
            background-color: white;
            border: 1px solid #F1F5F9;
            border-radius: 16px;
            min-height: 250px;
            display: flex;
            flex-direction: column;
            padding: 20px;

            & h3 {
                color: #262C65;
                font-size: 20px;
                line-height: 28px;
                font-weight: 700;
            }

            & .wrappImg {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 64px;
                width: 64px;
                border-radius: 16px;
                background-color: #F0F9FF;

                & img {
                    width: 24px;
                    height: 24px;

                }
            }

            & p {
                color: #63666A;
                font-size: 16px;
                line-height: 28px;
                font-weight: 400;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
    }
}

.compareTabcontentWrapp {
    border-radius: 24px;
    display: none;
    animation: fadeEffect 1s;
    overflow: auto;

}

.compareTabcontentWrapp:first-child {
    display: block;
}



/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.compare-table {
    background-color: white;
    border-radius: 24px;
    border: none;
    color: #262C65;
    font-size: 18px;
    font-family: 'Urbanist', sans-serif;

    & thead {
        margin: 25px;
    }



    & th,
    & td {
        padding: 35px;
        font-weight: 600;
        border: none;
        border-bottom: 1px solid #F1F5F9;
    }

    & tbody tr:last-child td {
        border-bottom: none;
    }



}

iframe {
    border: none;
    border-radius: 24px;
    margin-top: 20px;
}

.compare-table {
    & thead {
        tr {
            th {
                &:nth-child(2) {
                    background: #F8FAFC;
                    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
                    border: none;
                    border-radius: 16px 16px 0px 0px;
                }



            }
        }
    }

    & tbody {
        tr {
            td {
                &:nth-child(2) {
                    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.1);
                    background: #F8FAFC;
                    border: none;

                }

            }

            &:last-child td {
                padding-bottom: 15px;
            }

            &:last-child :nth-child(2) {
                border-radius: 0px 0px 16px 16px;
                margin-bottom: 20px;
            }


        }


    }
}

.description {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    color: #63666A;
    font-weight: 400;
    line-height: 28px;
}

.position-relative {
    height: 648px;

    & img {
        top: 163px;
        left: 100px;
    }
}

#faqAccordion {
    font-family: 'Urbanist', sans-serif;

    & .show {
        background: #F0F9FF;
        border: 1px solid #009FDF;
        padding: 5px;

        & .accordion-header::after {
            content: '-' !important;
            color: white !important;
            background-color: #009FDF !important;
        }
    }

    & .accordion-item {
        padding: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;

        border: 1px solid #F1F5F9;
        border-radius: 16px;
        margin-bottom: 16px;
        transition: height 0.3s ease;
        overflow: hidden;

        & .accordion-header {
            height: min-content;
            width: 100%;
            margin: auto;
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            color: #231F20;
            font-weight: 600;
            margin-bottom: 15px;
        }

        & .accordion-header::after {
            border-radius: 50%;
            color: #63666A;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            width: 32px;
            height: 32px;
            content: '+';
            background-color: #F1F5F9;

        }



        & .accordion-header::after:hover {
            background-color: #E1E5E9;
        }

        & .accordion-collapse {
            display: none;
            height: max-content;
        }
    }
}

.button_info {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    color: #262C65;
    font-weight: 600;
    border: 2px solid #F1F5F9;
    color: white;
    border-radius: 16px;
    padding: 8px 10px;
    background: linear-gradient(90deg, hsla(234, 45%, 27%, 1) 0%, hsla(197, 100%, 44%, 1) 100%);

    &:hover {
        background: #4285F4;
    }
}

.button_info:hover {
    color: white !important;
}

.compareTabsWrapp {
    border-radius: 24px;
}

.compareTab {
    & .active {
        background-color: #F8FAFC;
        border-radius: 16px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    }

    & .compareTablinks {
        font-family: 'Urbanist', sans-serif;
        font-size: 32px;
        border: none;
        color: #262C65;
        font-weight: 700;
        border-radius: 16px;
        padding: 1px 22px;


        & p {
            font-size: 16px;
            font-weight: 400;

        }
    }

    & .compareTablinks {

        &:hover {
            background-color: #F8FAFC;
        }


    }
}

.cardReview {
    border: 1px solid #F1F5F9;
    border-radius: 24px;
    padding: 20px;
    background-color: #F8FAFC;

    & h4 {
        font-family: 'Urbanist', sans-serif;
        font-weight: 600;
        font-size: 24px;
    }
}

.blogs {
    & .viewAllBlogs {
        color: #009FDF;
        font-family: 'Urbanist', sans-serif;
        font-size: 16px;
        border-radius: 12px;
        border: 1px solid #009FDF;
        background: white;
        padding: 5px 10px;
        text-wrap: nowrap;
    }

    & .viewAllBlogs::after {
        content: "→";
        margin-left: 5px;
        color: #009FDF;
    }

    & .rounded-3 {
        min-height: 200px;
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid #F1F5F9;
        color: #262C65;
        font-family: 'Urbanist', sans-serif;
        padding-bottom: 20px;

        & img {
            width: 100%;
            height: 200px;
            object-fit: cover;

        }

        & h5 {
            font-family: 'Urbanist', sans-serif;
            color: #262C65;
            font-weight: 700;
            line-height: 28px;
            font-size: 20px;
        }

        & p {
            font-size: 14px;
        }

    }

    .readMore {
        color: #009FDF;
        align-self: self-start;
        font-weight: 700;

    }

    .readMore::after {
        content: "→";
        margin-left: 5px;
    }
}

.carouselReviews {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    & .col-12 {
        scroll-snap-align: center;
    }
}

.best_seler {
    position: absolute;
    border-radius: 40px;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    background-color: #009FDF;
    color: white;
    font-weight: 700;
    padding: 3px 5px;
    display: none;
}

.wrappProducts>div:first-child .productCard {
    .best_seler {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .cardReview {


        & h4 {

            font-size: 15px;
        }
    }

    .bg-white .titleNext {
        line-height: normal;
    }

    .display-5 {
        font-family: 'Urbanist', sans-serif !important;
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
    }

    .titleNext {
        font-family: 'Urbanist', sans-serif;
        font-size: 26px;
        color: #262C65;
        font-weight: 700;
        line-height: auto;
    }

    .position-relative {
        height: 350px;

        & img {
            top: 5px;
            left: 0px;
        }
    }

    .compareTab {

        & .compareTablinks {
            font-size: 22px;
            margin-bottom: 5px;
        }
    }

    .compare-table {

        & th,
        & td {
            padding: 15px;
        }
    }
}