    header {
        background-color: #fff;
    }

    .pricingnew-table-addon th {
        align-items: flex-start;
        text-align: left;
    }

    .pricingnew-table-addon td {
        align-items: flex-start;
        padding-left: 30px;
    }

    @media only screen and (max-width:767px) {
        #pricingnew .banner-caption {
            margin: 130px auto 0;
        }
    

    }
     @media screen and (max-width:600px) {
      
        .mobile-display{
        display:block !important;
    }

    }

    @media only screen and (max-width :700px) {

        #pricingnew .banner-caption {
            margin: 80px auto 0;
        }

        .pricingnew-table-addon th {
            align-items: flex-start;
            text-align: left;
        }

        .pricingnew-table-addon td {
            align-items: flex-start;
            text-align: left;
            padding-left: 10px;
        }
    }

    .CRM-help-section {
        background: #E5F0FE;
        padding: 40px 0px;
        margin-top: 40px;

        .crm-section-mb2 {
            
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            margin: 20px 0px;

            .content-help {
                flex: 1;
                max-width: 65%;
                margin-bottom: 10px;

                h2 {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 36px;
                    margin-bottom: 10px;
                    line-height: 44px;
                }

                p {
                    font-family: Inter;
                    font-weight: 400;
                    font-size: 16px;
                    margin-bottom: 10px;

                }
                 ul {
                    list-style: none;
                    padding: 0;
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 17px;
                    line-height: 27px;

                li {
                    font-size: 1rem;
                    margin: 10px 0;
                    display: flex;
                    align-items: center;

                    span {
                        color: green;
                        margin-right: 8px;
                        display: flex;
                        align-items: center;

                    }

                    strong {
                        font-weight: bold;
                        vertical-align: middle;
                    }
                }
                        }
            }

            .image {
                flex: 1;
                max-width: 45%;

                img {
                    width: 100%;
                    height: auto;
                    display: block;
                }
            }

            @media screen and (max-width: 768px) {
                flex-direction: column-reverse;
                text-align: center;
                align-items: center;
                justify-content: center;
                margin: 5px 0px;
                gap: 0px;

                .content-help {
                    max-width: 100%;

                    h2 {
                        font-family: Inter;
                        font-weight: 500;
                        font-size: 27px;
                        text-align: center;
                    }

                    p {
                        font-family: Inter;
                        font-weight: 400;
                        font-size: 18px;
                        text-align: center;
                        margin-bottom: 20px;
                    }
                     
                }

                .image {
                    max-width: 100%;
                }
            }
        }
    }
    
    .crm-section-mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 100px 0px 60px 0px;
        background: #E5F0FE;

        .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .content-pricing {
            flex: 1;
            max-width: 50%;

           .badge-wrapper{
                padding: 30px 0;
                text-align: left;
                justify-content: center !important;
            }

            .rating-badge{
                display: inline-block;
                background: #fff;
                padding: 12px 26px;
                border-radius: 40px;
                font-size: 14px;
                color: #222;
                margin-right: 25px;
            }


            .rating-text{
                vertical-align: middle;
                display: flex;
                align-items: center;
                gap:5px;
            }

            .gradient-btn{
                display: flex;
                align-items: center;
                gap: 5px;
                padding: 14px 26px;
                border-radius: 40px;
                font-size: 14px;
                text-decoration: none;
                color: #fff;
                background: linear-gradient(90deg, #1a73e8, #7b1fa2);
                transition: all 0.3s ease;
                width: fit-content;
                justify-content: center;
                margin-inline: auto;
            }


            h1 {
                font-family: Inter;
                font-weight: 500;
                font-size: 42px;
                margin-bottom: 20px;
                color: #000000;
                line-height: 42px;

                .highlight {
                    color: #0076FF;
                }
            }

            p {
                font-family: Inter;
                font-weight: 500;
                font-size: 17px;
            }

            ul {
                list-style: none;
                padding: 0;
                font-family: Inter;
                font-weight: 500;
                font-size: 17px;
                line-height: 27px;

                li {
                    font-size: 1rem;
                    margin: 10px 0;
                    display: flex;
                    align-items: center;

                    span {
                        color: green;
                        margin-right: 8px;
                        display: flex;
                        align-items: center;

                    }

                    strong {
                        font-weight: bold;
                        vertical-align: middle;
                    }
                }
            }

            .cta-button {
                display: inline-block;
                background: #0076FF;
                color: #fff;
                /* margin-top: 20px; */
                border-radius: 50px;
                text-decoration: none;
                font-weight: 400;
                margin-bottom: 40px;
            }

            .note {
                font-size: 0.9rem;
                margin-top: 10px;
                color: #666;
            }
            .cta-wrapper{
                text-align: center;
                padding: 20px 0;
                display: flex;
            }

            .btn{
                display: inline-block;
                padding: 14px 2px;
                font-size: 18px;
                font-weight: 500;
                text-decoration: none;
                border-radius: 10px;
                transition: all 0.3s ease;
                width: 280px;
            }

            .btn-primary{
                background-color: #0076FF;
                color: #ffffff;
                border: 2px solid #0076FF;
                font-size: 16px;
            }


            .btn-outline{
                background-color: #ffffff;
                color: #1a73e8;
                border: 2px solid #0076FF;
                font-size: 17px;
            }
            .award{
                img{
                    width: 450px;
                 
                }
            }

        }

        .image-wrapper {
            flex: 1;
            max-width: 50%;

            img {
                width: 100%;
                height: 100%;
                display: block;
            }
        }
    }

    @media (max-width: 1024px) {
        .crm-section-mb {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 90px 0px 60px 0px;

            .container {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .content-pricing {
                flex: 1;
                max-width: 50%;
                h1 {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 42px;
                    margin-bottom: 20px;
                    color: #000000;
                    line-height: 42px;

                    .highlight {
                        color: #0076FF;
                    }
                }

                p {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 17px;
                }

                ul {
                    list-style: none;
                    padding: 0;
                    text-align: left;
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 14px;

                    li {
                        font-size: 14px;
                        width: 100%;
                        margin: 5px 0;
                        display: -webkit-inline-box;

                        span {
                            margin-top: 5px;
                            align-items: flex-start;

                            img {
                                height: 25px;
                                width: 25px;
                            }
                        }
                    }
                }

                .cta-button {
                    display: inline-block;
                    background: #0076FF;
                    color: #fff;
                    margin-top: 20px;
                    border-radius: 50px;
                    text-decoration: none;
                    font-weight: bold;
                    margin-bottom: 40px;
                }

                .note {
                    font-size: 0.9rem;
                    margin-top: 10px;
                    color: #666;
                }
            }

            .image-wrapper {
                flex: 1;
                max-width: 50%;

                img {
                    width: 100%;
                    height: 100%;
                    display: block;
                }
            }
        }
    }

    @media (max-width: 767px) {

        .growth-section {
            font-family: Inter;
            font-weight: 600;
            font-size: 26px;
            margin-bottom: 10px;
            line-height: 36px;
        }

        .crm-section-mb {
            margin-top: 40px;
            padding: 50px 0 20px 0;

            .container {
                flex-direction: column-reverse;
                text-align: center;
            }

            .image-wrapper {
                max-width: 100%;
                order: -1;
                img{
                    margin-bottom: 20px;
                    margin-top: 10px;
                }
            }

            .content-pricing {
                max-width: 88%;

                h1 {
                    text-align: center;
                    font-family: Inter;
                    font-weight: 600;
                    font-size: 32px;
                    line-height: 42px;
                    margin-bottom: 5px;
                    color: #000000;
                }

                p {
                    font-size: 18px;
                    text-align: center;
                    font-family: Inter;
                    font-weight: 600;
                    font-size: 18px;
                }

                ul {
                    list-style: none;
                    padding: 0;
                    text-align: left;
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 14px;

                    li {
                        font-size: 14px;
                        width: 100%;
                        margin: 5px 0;
                        display: -webkit-inline-box;

                        span {
                            margin-top: 5px;
                            align-items: flex-start;

                            img {
                                height: 25px;
                                width: 25px;
                            }
                        }
                    }
                }
                .cta-wrapper{
                    flex-direction: column;
                    text-align:center;
                    padding: 5px 0;
                    align-items: center;
                    gap: 10px;
                }
                .btn{
                    margin: 6px 0;
                }

                .cta-button {
                    display: none;
                }

                .note {
                    display: none !important;
                }
                .award{
                    margin-top: 20px !important;
                    img{
                        width: 320px;
                        margin-top: 20px;
                    }
              
            }
            .badge-wrapper{
                justify-content: center;
                text-align: center;
                padding: 10px 0;
              .rating-badge{
                    padding: 12px 8px;
                    width: 105%;
                    font-size: 14px;
                    margin-bottom: 20px;
                    align-items: center;
                }
            }
        }

        .CRM-help-section {
            background: #E5F0FE;
            padding: 40px 0px;
            margin-top: 40px;

            .crm-section-mb2 {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 50px;
                margin: 20px 0px;

                .content-help {
                    flex: 1;
                    max-width: 65%;
                    margin-bottom: 10px;

                    h2 {
                        font-family: Inter;
                        font-weight: 600;
                        font-size: 27px;
                        margin-bottom: 10px;
                        line-height: 36px;
                    }

                    p {
                        font-family: Inter;
                        font-weight: 400;
                        font-size: 16px;
                        margin-bottom: 10px;

                    }
                    
                }

                .image {
                    flex: 1;
                    max-width: 45%;

                    img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                }

                @media screen and (max-width: 768px) {
                    flex-direction: column-reverse;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                    margin: 5px 0px;
                    gap: 0px;

                    .content-help {
                        max-width: 100%;

                        h2 {
                            font-family: Inter;
                            font-weight: 500;
                            font-size: 27px;
                            text-align: center;
                        }

                        p {
                            font-family: Inter;
                            font-weight: 400;
                            font-size: 16px;
                            text-align: center;
                            margin-bottom: 20px;
                        }
                      
                    }

                    .image {
                        max-width: 100%;
                    }
                }
            }
        }
    }

    .pricing-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 80px 40px 80px;
        height: 100%;

        .pricing-wrapper {
            display: flex;
            gap: 20px;

            .pricing-card {
                width: 320px;
                background: white;
                border-radius: 25px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                padding: 20px;
                position: relative;
                display: flex;
                flex-direction: column;

                .pricing-header {
                    position: absolute;
                    top: -18px;
                    left: 5%;
                    width: 90%;

                    img {
                        width: 100%;
                    }
                }

                .pricing-body {
                    padding: 60px 0px 20px 20px;
                    flex-grow: 1;

                    .pricing-icon {
                        display: flex;
                        align-items: center;
                        gap: 20px;
                    }

                    .pricing-icon img {
                        width: 70px;
                        height: 70px;
                    }

                    .pricing-title {
                        font-size: 24px;
                        font-weight: 500;
                        margin-top: 10px;
                        font-family: Inter;
                        text-align: left;
                    }



                    .pricing-description {
                        font-size: 14px;
                        margin: 10px 0;
                        text-align: left;
                    }

                    .pricing-type {
                        font-size: 14px;
                        text-align: left;
                        color: #000000;
                    }

                    .pricing-price {
                        font-size: 32px;
                        font-weight: bold;
                        color: #073975;
                        text-align: left;
                    }

                    .pricing-subtext {
                        font-size: 14px;
                        font-weight: bold;
                        color: #000000;
                        text-align: left;
                    }

                    .pricing-features {
                        list-style: none;
                        padding: 0;
                        margin: 20px 0;
                        text-align: left;

                        li {
                            display: flex;
                            text-align: left;
                            font-size: 14px;
                            font-weight: 500;

                            .check-icon {
                                color: #0052CC;
                                font-size: 16px;
                                margin-right: 8px;

                                img {
                                    height: 20px;
                                    width: 20px;
                                }
                            }

                            .non-expandable {
                                font-size: 12px;
                                color: #000000;
                            }
                        }
                    }
                }

                .pricing-footer {
                    margin-top: auto;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;

                 
                }
            }


            .middle-card {
                transform: translateY(-50px);
                background-color: #0076FF;

                .pricing-title,
                .pricing-description,
                .pricing-price,
                .pricing-subtext,
                .pricing-subtext,
                .pricing-features,
                .pricing-type,
                .pricing-features li .non-expandable {
                    color: #ffffff !important;
                }

                .signup-btn {
                    background-color: #ffffff !important;

                    &:hover {
                        background: #F1F8FF !important;
                        color: #0076FF !important;
                    }
                }
            }
        }
    }

    .pricing-section-mobile {
        display: none;
    }



    @media (max-width: 820px) {
        .pricing-section {
            display: none;
        }

        .pricing-section-mobile {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 20px;
            height: 100%;
            overflow: visible;
            padding-top: 40px;

            .container {
                width: 100%;
            }

            .pricing-card-mobile {
                background: #fff;
                border-radius: 50px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
                padding: 15px;
                display: flex;
                flex-direction: column;
                text-align: center;
                position: relative;
                min-height: 560px;
                margin-inline: 0.5%;
                padding-top: 132px;
            }

            .pricing-header-mobile {
                position: absolute;
                top: -1%;
                left: -0.5%;
                width: 101%;
                z-index: 10;

                img {
                    width: 100%;
                    /* display:none; */
                }
            }

            .pricing-body-mobile {
                padding: 50px 10px 10px;
                flex-grow: 1;

                .pricing-icon-mobile {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    margin-top: 20px;

                    img {
                        width: 60px;
                        height: 60px;
                    }
                }

                .pricing-title-mobile {
                    font-size: 20px;
                    font-weight: 500;
                    margin-top: 8px;
                    font-family: Inter;
                }

                .pricing-description-mobile {
                    font-size: 14px;
                    margin: 8px 0;
                    text-align: left;
                }

                .pricing-type-mobile {
                    font-size: 14px;
                    text-align: left;
                }

                .pricing-price-mobile {
                    font-size: 28px;
                    font-weight: bold;
                    color: #073975;
                    text-align: left;
                }

                .pricing-subtext-mobile {
                    font-size: 14px;
                    font-weight: bold;
                    color: #000000;
                    text-align: left;
                }

                .pricing-features-mobile {
                    list-style: none;
                    padding: 0;
                    margin: 15px 0;
                    text-align: center;
                    text-align: left;

                    li {
                        display: flex;
                        font-size: 14px;
                        font-weight: 500;
                        text-align: left;

                        .check-icon-mobile {
                            margin-right: 8px;

                            img {
                                height: 18px;
                                width: 18px;
                            }
                        }

                        .non-expandable-mobile {
                            font-size: 12px;
                            color: #000000;
                            text-align: left;
                        }
                    }
                }
            }

            .pricing-footer-mobile {
                margin-top: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;

                .signup-btn-mobile {
                    width: 100%;
                    background: #F1F8FF;
                    color: #0076FF;
                    font-size: 14px;
                    font-weight: 500;
                    font-family: Inter;
                    border: 1px solid #0076FF;
                    border-radius: 50px;
                    padding: 10px;
                    cursor: pointer;
                    transition: 0.3s ease;

                    &:hover {
                        background: #0052CC;
                        color: white;
                    }
                }
            }

            .middle-card-mobile {
                background-color: #0076FF;

                .pricing-header-mobile,
                .pricing-title-mobile,
                .pricing-description-mobile,
                .pricing-price-mobile,
                .pricing-subtext-mobile,
                .pricing-features-mobile,
                .pricing-features-mobile li .non-expandable-mobile,
                .pricing-type-mobile {
                    color: #ffffff !important;
                }

                .signup-btn-mobile {
                    background-color: #ffffff !important;

                    &:hover {
                        background: #F1F8FF !important;
                        color: #0076FF !important;
                    }
                }
            }
        }
    }

    #hid-on-desk {
        display: none;
    }

    @media (max-width: 767px) {
        #hid-on-mob {
            display: none;
        }

        .pricing-section {
            display: none;
        }

        .pricing-section-mobile {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 10px 0px;
            height: 100%;
            overflow: visible;
            padding-top: 40px;

            .container {
                width: 100%;
                padding-inline: 0%;
            }

            .pricing-wrapper-mobile {
                display: flex;
                justify-content: center;
                align-items: stretch;
                gap: 50px;
            }

            .pricing-card-mobile {
                background: #fff;
                border-radius: 27px 27px 12px 12px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
                padding: 15px 15px 25px 15px;
                display: flex;
                flex-direction: column;
                text-align: center;
                position: relative;
                margin-inline: 0.5%;
                padding-top: 50px;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                min-height: 580px !important;
                height: 100%;
                margin-bottom: 20px;
            }

            .pricing-card-mobile:before {
                content: "";
                position: absolute;
                width: 10px;
                height: 90%;
                background: white;
                left: -10px;
                top: 25px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
                border-radius: 8px 0px 0px 8px;
                border: none;
            }

            .pricing-card-mobile:after {
                content: "";
                position: absolute;
                width: 10px;
                height: 88%;
                background: white;
                right: -10px;
                top: 25px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
                border-radius: 0px 8px 8px 0px;
                border: none;

            }

            .pricing-header-mobile {
                position: absolute;
                top: -0.5%;
                left: -0.5%;
                width: 101%;
                z-index: 10;

                img {
                    width: 100%;
                    /* display:none; */
                }
            }

         

            .middle-card-mobile {
                background-color: #0076FF;

                .pricing-header-mobile,
                .pricing-title-mobile,
                .pricing-description-mobile,
                .pricing-price-mobile,
                .pricing-subtext-mobile,
                .pricing-features-mobile,
                .pricing-features-mobile li .non-expandable-mobile,
                .pricing-type-mobile {
                    color: #ffffff !important;
                }

                .signup-btn-mobile {
                    background-color: #ffffff !important;

                    &:hover {
                        background: #F1F8FF !important;
                        color: #0076FF !important;
                    }
                }
            }
        }
    }
    }


    .why-kylas{
    padding: 60px 0;
    text-align: center;
    background: #ffffff;
    

.why-title{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
}

.why-container{
    width: 1250px;
    margin: 0 auto;
}

.why-card{
    display: inline-block;
    width: 380px;
    vertical-align: top;
    margin: 10px;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: left;
    box-sizing: border-box;
    height: 290px;
}


.why-card h3{
    font-size: 24px;
    font-weight: 400;
}

/* Card Text */
.why-card p{
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

/* Background Colors */
.card-yellow{ background: #FEF4CC; }
.card-pink{ background: #FFEEF2; }
.card-blue{ background: #EEF3FE; }
.card-green{ background: #F3F2E1; }
.card-rose{ background: #F3E2E1; }
    }

@media (max-width: 1024px){

    .why-kylas{
    .why-title{
            font-size: 27px;
            font-weight: 500;
            margin-bottom: 15px;
   }
    .why-container{
        width: 97%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        scroll-behavior: smooth;
    }

    .why-container::-webkit-scrollbar{
        height: 4px;
    }

    .why-container::-webkit-scrollbar-track{
        background: #e0e0e0;
        border-radius: 10px;
    }

    .why-container::-webkit-scrollbar-thumb{
        background: #000;
        border-radius: 10px;
    }

    .why-card{
        width: 280px;
        display: inline-block;
        white-space: normal;
        margin: 10px 12px;
        vertical-align: top;
        height: 330px;

        h3{
            margin-bottom: 10px;
        }
    }
}

   

}

.deals-kylas{
    padding: 60px 0;
    text-align: center;
    background: #ffffff;
    

.why-title{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
}

.why-container{
    width: 1250px;
    margin: 0 auto;
}

.why-card{
    display: inline-block;
    width: 390px;
    vertical-align: top;
    margin: 10px;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: left;
    box-sizing: border-box;
    height: 210px;
}


h3{
    font-size: 20px;
    font-weight: 400;
}

/* Card Text */
.why-card p{
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

/* Background Colors */
.card-yellow{ background: #FEF4CC; }
.card-pink{ background: #FFEEF2; }
.card-blue{ background: #EEF3FE; }
.card-green{ background: #F3F2E1; }
.card-rose{ background: #F3E2E1; }

}

@media (max-width: 1024px){

    .deals-kylas{
        padding: 40px 0px;
    .why-title{
            font-size: 27px;
            font-weight: 500;
            margin-bottom: 20px;
   }
    .why-container{
        width: 97%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        scroll-behavior: smooth;
    }

    .why-container::-webkit-scrollbar{
        height: 4px;
    }

    .why-container::-webkit-scrollbar-track{
        background: #e0e0e0;
        border-radius: 10px;
    }

    .why-container::-webkit-scrollbar-thumb{
        background: #000;
        border-radius: 10px;
    }

    .why-card{
        width: 280px;
        display: inline-block;
        white-space: normal;
        margin: 10px 12px;
        vertical-align: top;
    }
}

   

}


.channels{
    background: #F5F8FA;
    padding: 60px 0;
    text-align: center;


.channels-title{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.channels-logos{
    display: grid;
    grid-template-columns: repeat(4, auto); 
    align-items: center;
    justify-items: center;
    margin: 0 50px;
}

.channel-item{
    width: auto;
}

.channel-item img{
    height: auto;
}

}

@media (max-width:768px){

    .channels{
        padding: 40px 0;
    }

    .channels-title{
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 1.3;
    }

    .channels-logos{
        grid-template-columns: repeat(2, 1fr) !important;
        margin: 0 !important;
    }

    .channel-item img{
        max-width: 120px;
    }
}

.partnerfooter-ctas {
    background-color: #0176ff;
    padding: 60px 0;
    position: relative;
    justify-content: center;
        a {
        width: auto;
        height: 58px;
        padding: 18px ;
        min-width: 150px;
        border-radius: 10px;
        color: #000;
        font-size: 16px;
        }
        p{
            color: #fff;
            font-weight: 500;
            font-size: 30px;
        }

      .footercontent{
         display: flex;
         gap: 20px;
         justify-content: center;
      }
}
