﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

html{
    scroll-behavior:smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f8f8;
}

header {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, div, span, b {
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a{
    cursor:pointer !important;
}

header .container {
    /*max-width: 90%;*/
}

.container, .inner_header .container {
    max-width: 1500px;
}

.hrmpricing-body .container {
    max-width: 1500px;
}

.header_radial {
    width: 90%;
    height: 740px;
    border-radius: 44px;
    background: radial-gradient(95.92% 95.92% at 50% 4.08%, rgba(242, 243, 248, 0.50) 0%, rgba(245, 246, 250, 0.50) 27.03%, rgba(255, 255, 255, 0.50) 51.36%, rgba(204, 164, 222, 0.50) 80.4%, rgba(137, 108, 234, 0.50) 100%);
    stroke-width: 1px;
    stroke: #B8B8B8;
    margin: 0px auto;
    margin-top: 10px;
    border: 1px solid #B8B8B8;
    margin-bottom: 230px;
    position: relative;
}

.pricing_inner_section {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
}

header.inner_header {
    background: transparent;
    padding: 45px 0px;
}

* {
    outline: none;
}

header {
    padding: 20px 0px;
}

    header nav.navbar {
        padding: 0px;
    }

ul.navbar-nav li.nav-item {
    margin: 0px 26px;
}

    ul.navbar-nav li.nav-item a.nav-link {
        color: #53469A;
        padding: 0px;
        font-size: 18px;
        line-height: 24px;
        cursor: pointer;
        font-weight: 400;
        border-bottom: 2px solid transparent;
    }


.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    position: relative;
    display: table;
    text-decoration: none;
    transition: 0.5s;
}
    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 1.5px;
        background: #53469A;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s;
        border: 0px;
        margin: 0px;
    }


    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

        .navbar-collapse ul.navbar-nav li.nav-item.submenu a.nav-link:hover::after
        {
            display:none;
        }

        a.nav-link.active {
            border-bottom: 2px solid #54479d !important;
        }

ul.features-drop a.nav-link.active {
    border-bottom: 2px solid transparent !important;
}

    ul.features-drop a.nav-link.active .products_inner_nav {
        border-bottom: 2px solid #54479d !important;
    }

a.btn.login_btn {
    color: #53469A;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
}

.buttons-section a {
    margin-left: 20px;
}

    .buttons-section a.btn.free_btn {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        font-weight: 600;
        /*background: #994B9D;*/
        background: #54479D;
        border-radius: 25px;
        padding: 12px 28px;
    }

a.btn.login_btn.free_btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

a.btn.free_btn.get_started {
    padding: 8px 28px;
    font-size: 15px;
    font-weight: 400;
    background: #54479d;
}

button.navbar-toggler {
    border: 0px;
    padding: 0px;
}

span.navbar-toggler-icon {
    background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/12/hamburger.png') !important;
    border: 0px;
    padding: 0px;
}

footer.footer {
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    padding-top: 70px;
}

    footer.footer ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

.social-media ul li {
    display: inline-block;
    margin-right: 20px;
}

    .social-media ul li img {
        width: 31px;
    }

    .social-media ul li a {
        display: inline-block;
        cursor: pointer;
    }

.foot-logo img {
    width: 120px;
    margin-bottom: 20px;
}

.foot-logo p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin-bottom: 60px;
}

.foot-links h6 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

.foot-links {
    margin-bottom: 60px;
}

    .foot-links ul li {
        margin-bottom: 10px;
    }

        .foot-links ul li:last-child {
            margin-bottom: 0px;
        }

        .foot-links ul li a {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            text-decoration: none;
            font-weight: 400;
        }

.footer-bottom p, .footer-bottom a {
    color: #fff;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.footer-bottom {
    padding: 50px 0px;
}

.awards-section {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
}

    .awards-section li {
        width: auto;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

        .awards-section li img {
            width: 100%;
            height: 100%;
            padding: 10px;
        }

.mobile-media {
    display: none;
}

.mobile-copy {
    display: none;
}

.banner-bg {
    content: "";
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2025/04/home-banner-bg-1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.banner-section {
    padding: 90px 0px;
    /*background: #F8F8F8;*/
    padding-bottom: 30px;
}

.banner-section-image, .banner-section-top {
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    position: relative;
}

.banner-left-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hrm-banner {
    content: "";
    background-image: url(../images/hrm-banner-bg.jpg);
    /*background-image: url('../images/karya-images/hrm-main-banner.svg');*/
    background-size: 100%;
    background-repeat: no-repeat;
    height: 500px;
}

.crm-banner {
    content: "";
    /* background-image: url('../images/karya-images/crm-banner-img.png');*/
    background-image: url('../images/karya-images/crm-main-banner.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
}

.project-management-banner {
    content: "";
    /*  background-image: url('../images/karya-images/project-banner-img.png');*/
    background-image: url('../images/karya-images/projects-main-banner.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
}

.timesheet-payroll-banner {
    content: "";
    /*  background-image: url('../images/karya-images/time-payroll-img.png');*/
    background-image: url('../images/karya-images/timesheet-main-banner.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
}

.finance-banner {
    content: "";
    /* background-image: url('../images/karya-images/financial-banner-img.png');*/
    background-image: url('../images/karya-images/finance-main-banner.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
}

.banner-section-inner img {
    margin: 0px auto;
    display: table;
    margin-bottom: 30px;
    width: 130px;
}

.aboutus-page .banner-section h1 {
    font-size: 50px;
    line-height: 62px;
    text-align: left;
}

.aboutus-page .banner-section-in p {
    font-size: 20px;
    line-height: 34px;
}


.banner-section h1 label {
/*    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    background: linear-gradient(90deg, #7600F4 12.19%, #CF2596 82.34%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-section h1 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.home-page .banner-section h1 {
    font-size: 66px;
    line-height: 84px;
    margin-bottom:54px;
}



.banner-section h1 .head_top {
    content: "";
    /*background-image: url(../images/rocket-top-banner.png);*/
    background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/head-arrow-right.gif');
    background-size: 100%;
    width: 132px;
    position: absolute;
    height: 80px;
    top: -22px;
    margin-left: -55px;
    background-repeat: no-repeat;
    display: none;
}

    /*.head_top {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.head_top {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
*/

    .banner-section h1:before {
        content: "";
        /*background-image: url(../images/rocket_banner_bottom.png);*/
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/head-arrow-left.gif');
        /*background-size: 100%;
        width: 385px;
        position: absolute;
        height: 100px;
        background-repeat: no-repeat;
        left: 210px;
        bottom: 0px;
        top: 40px;*/
        background-size: contain;
        width: 225px;
        position: absolute;
        height: 200px;
        background-repeat: no-repeat;
        left: 220px;
        bottom: 0px;
        top: -60px;
        display:none;
    }

.banner-section p {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

a.btn.get__started, a.btn.get__started:active {
    color: #000;
    background-color: #FFD335;
    border: 0px;
    border-radius: 35px;
    padding: 0px 42px;
    font-size: 18px;
    line-height: 54px;
    font-weight: 500;
    position: relative;
    font-family: 'Poppins', sans-serif;
}


a.btn.learn__more {
    color: #000;
    background: transparent;
    border: 2px solid;
    border-radius: 35px;
    padding: 0px 35px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    z-index: 1;
    border-color: #54469B #AE4B9C;
}

.btns a.btn {
    margin: 0px 17px;
}

.banner-section-inner {
    position: relative;
}


.home-page::before {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png);
    background-size: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 140px;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
    display: none;
}

.home-page::after {
    content: "";
    background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
    background-size: 100%;
    background-size: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0px;
    bottom: -140px;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
    display:none;
}

.home-page {
    background: #F8F8F8;
}

.txt-img, .img-txt {
    padding: 50px 0px;
}

    .txt-img h2 {
        font-size: 48px;
        line-height: 68px;
        text-align: left;
        color: #000;
        font-weight: 700;
        margin-bottom: 10px;
        position: relative;
        margin-right: 12px;
    }

        .txt-img h2 label {
            font-size: 48px;
            line-height: 68px;
            text-align: left;
            color: #000;
            font-weight: 700;
            background-image: radial-gradient(#B84B9C, #53469A, #453692);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            position: relative;
        }


    .img-txt h2 {
        font-size: 48px;
        line-height: 68px;
        text-align: right;
        color: #000;
        font-weight: 700;
        margin-bottom: 10px;
        position: relative;
    }

        .img-txt h2 label {
            font-size: 48px;
            line-height: 68px;
            text-align: right;
            color: #53469A;
            font-weight: 700;
            background-image: radial-gradient(#B84B9C, #53469A, #453692);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            position: relative;
        }


    .txt-img p {
        font-size: 20px;
        line-height: 40px;
        color: #000;
        text-align: left;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

    .img-txt p {
        font-size: 20px;
        line-height: 40px;
        color: #000;
        font-weight: 400;
        text-align: right;
        font-family: 'Poppins', sans-serif;
    }

.img-right img.victor_anime {
    width: 90%;
    float: right;
}

.img-left img {
    width: 90%;
    float: left;
}

.check-price-section {
    margin-bottom: 50px;
}

.check-price-section-top {
    margin-bottom: 50px;
    width: 100%;
}

.check-price-section-bottom {
    margin-bottom: 0px;
    position: absolute;
    bottom: -10%;
    width: 100%;
}

.check-price-section-inner {
    text-align: center;
    position: relative;
}

    .check-price-section-inner::before {
        content: "";
        background-image: url(../images/banner-shadow-left-1.png);
        background-size: 100%;
        width: 490px;
        height: 490px;
        position: absolute;
        left: 0px;
        top: -100px;
        background-repeat: no-repeat;
    }


.screens-section-inner {
    margin: 100px 0px;
}

.business-pocket-section-inner {
    text-align: center
}

.testimonials-inner-section {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.business-pocket-section h5 {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.testimonials-section h5 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
}

.check-price-section-inner h5 {
    font-size: 96px;
    line-height: 102px;
    text-align: center;
    color: #8F4A9D;
    margin-bottom: 22px;
    font-weight: 600;
}

    .check-price-section-inner h5 span {
        font-size: 96px;
        line-height: 102px;
        text-align: center;
        color: #FEC801;
    }

    .check-price-section-inner h5 label {
        font-size: 64px;
        line-height: 72px;
        color: #53469A;
        font-weight: 700;
        background-image: radial-gradient(#B84B9C, #53469A, #453692);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.check-price-section-inner p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
    color: #000;
}

.business-pocket-section p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
    color: #000;
    text-align: left;
}

.check-price-section-inner .check_pricing, .contact-form-button button#btnDemo, .contact-form-button a.btn {
    color: #fff;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    border: 0px;
    border-radius: 35px;
    padding: 22px 42px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    width: 240px;
}

.check-price-section-inner .get_in_touch {
    color: #000;
    background: transparent;
    border: 2px solid;
    border-radius: 35px;
    padding: 22px 42px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-color: #54469B #AE4B9C;
    width: 240px;
}

/*.convinced-section h2 {
    font-size: 82px;
    line-height: 92px;
    text-align: center;
    color: #53469A;
    font-weight: bold;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}*/

/*.convinced-section h3 {
    font-size: 82px;
    line-height: 92px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #B84B9C;
    margin-bottom: 35px;
}*/

.convinced-section-inner h3 {
    font-size: 54px;
    line-height: 64px;
    text-align: left;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

    .convinced-section-inner h3 label {
        color: #000
    }

    .convinced-section-inner h3 span {
        /* -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #B84B9C;*/
        color: #54469B #AE4B9C;
        background-image: radial-gradient(#B84B9C, #53469A, #453692);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.convinced-section p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    text-align: center;
}

.convinced-section .check_pricing {
    color: #fff;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    border: 0px;
    border-radius: 35px;
    padding: 14px 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    border: 1px solid transparent;
}

.convinced-section {
    padding-bottom: 50px;
}

.more-business-section {
    position: relative;
}

    .more-business-section span.more-business-top-img {
        position: absolute;
        right: 0px;
        top: -14%;
        left: 45%;
    }

    .more-business-section .more-business-bottom-img {
        width: 400px;
        display: inline-block;
        transform: rotate(340deg);
        margin-top: -50px;
        margin-left: 50px;
    }

.business-pocket-section-inner a img {
    width: 150px;
}

.business-pocket-section {
    padding: 50px 0px;
}

.business-img-section img {
    width: 80%;
    float: right;
}

.business-pocket-section-left {
    position: relative;
}

    .business-pocket-section-left .business-pocket-section-left-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 100%;
    }

        .business-pocket-section-left .business-pocket-section-left-inner::after {
            content: "";
            background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
            background-size: 100%;
            width: 380px;
            height: 380px;
            position: absolute;
            right: 0px;
            top: 50%;
            background-repeat: no-repeat;
            transform: translate(-10%, -50%);
        }

.articals_img_section .articals_img_section_inner {
    width: 976px;
    margin: 0px auto;
}

.testimonials-slider.slick-initialized .slick-slide {
    color: #FFF;
    height: auto;
    margin: 12px;
    align-items: center;
    justify-content: center;
}



.testimonials-slider .slick-next, .testimonials-slider .slick-prev {
    z-index: 5;
}

.testimonials-slider .slick-next {
    right: -15px;
}

.testimonials-slider .slick-prev {
    left: -15px;
}

    .testimonials-slider .slick-next:before, .testimonials-slider .slick-prev:before {
        color: #000;
        font-size: 26px;
        background-image: radial-gradient(#B84B9C, #53469A, #453692);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: 5px;
        position: relative;
    }

.testimonials-slider .profile-role h6 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.testimonials-slider .profile-role p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}

.testimonials-slider .description-testimonials p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 24px */
    margin-bottom:0px;
}

span.rating-icons i {
    font-size: 10px;
}

.testimonials-slider .description-testimonials .profile-name p {
    font-size: 13px;
    line-height: 19px;
}

.testimonials-slider .time-posted span i {
    color: #000;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}

.testimonials-section {
    margin-bottom: 20px;
    padding: 60px;
}

.testimonial-section {
    padding: 19px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 5.6px 0px rgba(0, 0, 0, 0.25);
}

.pricing-section h5 {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .price-section .price-section-inner {
    border: 1px solid #55479c;
    padding: 0px;
    border-radius: 25px;
    height: 100%;
}

.pricing-section .price-section .module-sec {
    text-align: center;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    position: relative;
}

.pricing-section .popular-section .module-sec {
    border-radius: 25px 25px;
}

.pricing-section .price-section .price-section-inner .pricing-body {
    padding: 30px;
}

    .pricing-section .price-section .price-section-inner .pricing-body .amount-user p {
        text-align: center;
    }

        .pricing-section .price-section .price-section-inner .pricing-body .amount-user p span.amount {
            font-size: 48px;
            color: #55479c;
            font-weight: 600;
            line-height: 58px;
        }

.amount-user .per_user {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .price-section .price-section-inner .pricing-body .amount-user p span {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .price-section .price-section-inner .pricing-body .amount-user span.user-w {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 26px;
    background: linear-gradient(to bottom, #53469A, #8B4A9C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-section .price-section .price-section-inner .pricing-body .buttons button.btn.btn-free {
    border: 2px solid transparent;
    background-image: linear-gradient( #ffffff, #ffffff ), linear-gradient(360deg, #9F4B9C 0%, #53469A 100% );
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 8px;
    width: 260px;
    margin: 0px auto;
    display: table;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .price-section .price-section-inner .pricing-body .buttons .btn.btn-cart {
    border: 0px;
    width: 260px;
    margin: 0px auto;
    display: table;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.pricing-section .container {
    /*width: 1040px;*/
}

.pricing-section .price-section .price-section-inner .pricing-body .features-free {
    margin-top: 25px;
}

    .pricing-section .price-section .price-section-inner .pricing-body .features-free ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .pricing-section .price-section .price-section-inner .pricing-body .features-free ul li {
            margin-bottom: 8px;
        }

.pricing-section p.nev-use {
    color: #939393;
    Font-Weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.price-section.popular-section {
    margin-top: -30px;
}

.pricing-section h1::before {
    content: "";
    width: 345px;
    height: 312px;
    flex-shrink: 0;
    background: url('https://blog.karya.cloud/wp-content/uploads/2024/10/banner-txt-left-img.png') -0.134px -44.892px / 100.018% 111.638% no-repeat;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 160px;
    display: none;
}

.pricing-section h1::after {
    content: "";
    width: 345px;
    height: 312px;
    transform: rotate(-13.937deg);
    flex-shrink: 0;
    background: url('https://blog.karya.cloud/wp-content/uploads/2024/10/banner-txt-img.png') -0.134px -44.892px / 100.018% 111.638% no-repeat;
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 150px;
    display: none;
}

.banner-section-image h1 {
    font-size: 96px;
    line-height: 106px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}

    .banner-section-image h1 span {
        color: #FFE500;
        font-size: 130px;
        line-height: 140px;
    }

.crm-banner .banner-section-in .banner-text {
    padding: 110px 0px;
}

.crm-banner .banner-text h1 {
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}

    .crm-banner .banner-text h1 span {
        color: #FFE500;
        font-size: 90px;
        line-height: 100px;
    }

.project-management-banner .banner-section-in .banner-text {
    padding: 125px 0px;
}

.banner-section-in p {
    font-size: 24px;
    line-height: 44px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
}

.banner-section-image .banner-section-in p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 400;
    text-align: left;
}


.banner-section-image.hrm-banner .banner-text {
    padding: 0px 0px;
}

.timesheet-payroll-banner .banner-section-in .banner-text {
    padding: 134px 0px;
}


.timesheet-payroll-banner .banner-text h1 {
    font-size: 58px;
    line-height: 68px;
}

    .timesheet-payroll-banner .banner-text h1 span {
        color: #FFE500;
        font-size: 150px;
        line-height: 160px;
    }

.banner-section-image .banner-text::before {
    /* content: "";
        background-image: url(../images/banner-top-half-circle.png);
        width: 100%;
        height: 150px;
        position: absolute;
        background-repeat: no-repeat;
        top: 0px;
        left: 0px;
        background-size: contain;*/
}

.banner-section-image .banner-text::after {
    /*    content: "";
        background-image: url('../images/banner-bottom-half-circle.png');
        width: 100%;
        height: 150px;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 0px;
        left: 0px;
        background-size: contain;*/
}

.banner-section-image.finance-banner .banner-text {
    padding: 80px 0px;
}

.finance-banner .banner-section-in .banner-text h1 {
    font-size: 70px;
    line-height: 80px;
}

    .finance-banner .banner-section-in .banner-text h1 span {
        color: #FFE500;
        font-size: 128px;
        line-height: 1;
    }

.banner-inner-section {
    position: relative;
}

.banner-img {
    position: relative;
}

.banner-inner-section .banner-img img {
    width: 90%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.btn.try_free {
    background: #fff;
    color: #54469a;
    font-size: 21px;
    font-weight: 400;
    width: auto;
    padding: 10px 50px;
    border-radius: 25px;
    min-width: 240px;
    border: 1px solid #fff;
}

    .btn.try_free:hover {
        background: transparent;
        color: #fff;
    }

.btn.watch_video {
    background: transparent;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    width: auto;
    padding: 10px 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-left: 20px;
    min-width: 240px;
}

    .btn.watch_video:hover {
        background: #fff;
        color: #54469a;
    }

.features-item {
    background-color: #fff;
    padding: 70px 50px;
    border-radius: 12px;
    height: 100%;
    position: relative;
}

    .features-item:hover img.features-icon__png {
        display: none;
    }

    .features-item:hover .features-icon__gif {
        display: block;
        margin: 0px auto;
        width: 100%;
    }

    .features-item:hover {
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    }

    .features-item .features-icon__gif {
        display: none;
    }


    .features-item .features-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .features-item .features-text {
        color: #4F4F4F;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }


.features-section {
    margin-bottom: 0px;
    padding: 60px 0px;
}

.value-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.value-section-nav p {
    font-size: 20px;
    line-height: 35px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.value-section-nav h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.value-section-inner {
    margin-bottom: 0px;
    padding: 60px 0px;
}

.tittle-section h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    color: #53469A;
    font-weight: bold;
    margin-bottom: 0px;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
}

.value-section .tittle-section h2 {
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(91deg, #53469A 0.38%, #B84B9C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.value-section .tittle-section p {
    color: #4A4A4A;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.background-section {
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    padding: 160px 0px;
    position: relative;
    margin: 160px 0px;
}

.allin-one-section {
    padding: 75px 0px;
}

.check-price-section-inner h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 500;
}

.check-price-section-inner p {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 33px;
}

    .check-price-section-inner p span {
        font-size: 24px;
        line-height: 46px;
        font-weight: 400;
    }

    .check-price-section-inner p label {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

.allin-one-section h2 {
    font-size: 72px;
    line-height: 80px;
    color: #53469A;
    font-weight: bold;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 47px;
    text-align: center;
}


.faq-section h2 {
    font-size: 72px;
    line-height: 80px;
    color: #53469A;
    font-weight: bold;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
    text-align: center;
}

.faq-section-main a {
    color: #000;
    background: transparent;
    border: 2px solid;
    border-radius: 35px;
    padding: 0px 42px;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    border-color: #54469B #AE4B9C;
    text-decoration: none;
    margin: 0px auto;
    display: table;
}

.faq-section-main h5 {
    font-size: 32px;
    line-height: 52px;
    color: #53469A;
    font-weight: bold;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
    text-align: center;
    margin-bottom: 25px;
}

.faq-section p span {
    font-weight: bold;
}

.faq-section-main {
    margin: 50px 0px;
}

    .faq-section-main span {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 30px;
        color: #000;
        text-align: center;
        display: inline-block;
    }


    .faq-section-main .accordion-item {
        margin-bottom: 20px;
        border: 0px;
    }

    .faq-section-main .accordion-button:focus {
        border-color: initial !important;
        box-shadow: initial !important;
    }

    .faq-section-main .accordion-button:not(.collapsed) {
        box-shadow: none;
        background: #58479a;
        color: #fff;
    }

        .faq-section-main .accordion-button:not(.collapsed)::after {
            background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/12/faq-up-arrow.png') !important;
        }


.features-item:hover {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
}

.features-item .features-icon__gif {
    display: none;
}

.category-section .slider.slider-nav {
    width: 600px;
    margin: 0px auto;
}

    .category-section .slider.slider-nav .slick-list.draggable {
        padding: 0px !important;
    }

        .category-section .slider.slider-nav .slick-list.draggable .slick-slide {
            text-align: center;
        }

        .category-section .slider.slider-nav .slick-list.draggable .slick-track {
            transform: inherit !important;
        }

.slider-for .slick-track .slick-slide {
    text-align: center;
}

.banner-section-inne h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #53469A;
    font-weight: bold;
    margin-top: 20px;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.banner-img img {
    text-align: right;
    display: table;
    float: right;
    vertical-align: bottom;
    padding-top: 40px;
}


.terms-page p {
    margin-bottom: 5px;
    margin-top: 25px;
}

.category-section .slider.slider-for .slick-slide {
    text-align: center;
}

    .category-section .slider.slider-for .slick-slide img {
        text-align: center;
        margin: 0px auto;
    }

.faq-section h2 {
    font-size: 72px;
    line-height: 82px;
    text-align: center;
    color: #53469A;
    font-weight: bold;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.faq-section p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    position: relative;
}

    .faq-section p::after {
        content: "";
        background-size: contain;
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/12/faq-right-img.png');
        width: 85px;
        position: absolute;
        height: 75px;
        background-repeat: no-repeat;
        top: 50%;
        display: inline-block;
        transform: translate(0%, -50%);
        margin-left: 50px;
    }

.features-col .feature-img {
    width: 100px;
    margin: 0px auto;
    margin-bottom: 20px;
    height: 100px;
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px solid #e1e1e1;
    padding: 26px;
    border-radius: 100%;
    background: #fff;
}

    .features-col .feature-img img.features-icon__png {
        height: auto;
        width: 100%;
    }


.features-section .features-col {
    margin-top: 100px;
}

.screens-section h2 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: 0px auto;
    margin-bottom: 50px;
}

.faq-section {
    margin: 50px 0px;
    display: inline-block;
    width: 100%;
}

.screens-section img {
    margin: 0px auto;
    display: table;
}

.screens-section {
    padding: 40px 0px;
    margin-bottom: 50px;
}

.category-section .flexslider ul.slides span.slide_square {
    padding: 5px;
    border-radius: 10px;
    margin: 0px auto;
    text-align: center;
    border: 2px solid #5a429c;
    display: flex;
    cursor: pointer;
}


.category-section .flexslider ul.slides li.flex-active-slide span {
    transition: all 0.3s linear
}

.category-section .module-slide {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    position: relative;
}

    .category-section .module-slide li .slider-img {
        margin: 0px auto;
        display: table;
        width: 1200px;
    }

        .category-section .module-slide li .slider-img img {
            width: 100%;
        }

.category-section {
    padding-bottom: 23px;
    position: relative;
}

    .category-section:before {
        content: "";
        background-size: contain;
        background-image: url(../images/module-bg-left.png);
        width: 900px;
        position: absolute;
        height: 900px;
        background-repeat: no-repeat;
        left: 0px;
        top: 305px;
        display: none;
    }

.background-section:before {
    content: "";
    background-size: contain;
    background-image: url(../images/background-section-left.png);
    width: 353px;
    position: absolute;
    height: 510px;
    background-repeat: no-repeat;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.background-section:after {
    content: "";
    background-size: contain;
    background-image: url('../images/background-section-right.png');
    width: 343px;
    position: absolute;
    height: 510px;
    background-repeat: no-repeat;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.category-section:after {
    content: "";
    background-image: url('../images/module-bg-right.png');
    background-size: 100%;
    width: 900px;
    position: absolute;
    height: 900px;
    background-repeat: no-repeat;
    right: 0px;
    top: 305px;
    z-index: 0;
    display: none;
}

.screens-section img {
    margin: 0px auto;
    display: table;
    width: 1240px;
}

.category-section .slider-content {
    padding: 50px 0px;
    text-align: center;
    padding-bottom: 0px;
}

.category-section .flexslider ul.slides li span img {
    max-height: max-content;
    text-align: center;
    margin: 0px auto;
}

.module-slider .menu-slide li span.cat-img {
    width: 50px;
    height: 50px;
    margin-right: 6px;
}

    .module-slider .menu-slide li span.cat-img img {
        width: 100%;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
    }

.module-slider .menu-slide li {
    width: 241px !important;
    margin-right: 100px !important;
}

    .module-slider .menu-slide li:last-child {
        margin-right: 0px !important;
    }

.module-slider .menu-slide li {
    position: relative;
}


.category-section .flexslider ul.slides li span img.modue-white {
    display: none;
}

.category-section .flexslider ul.slides li.flex-active-slide span img.modue-white {
    display: block;
}

.category-section .flexslider ul.slides li.flex-active-slide span img.modue-purple {
    display: none;
}

.category-section .flexslider ul.menu-slide {
    margin: 0px auto;
    display: table;
    padding: 0px;
}

.category-section ul.flex-direction-nav {
    display: none !important;
}

.category-section h5 {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #A342AF;
}

.category-section p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
}

.menu li.nav-item.dropdown.submenu:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.menu .nav-item.submenu .dropdown-menu .nav-item {
    padding: 10px 10px;
    transition: all 0.3s linear;
    position: relative;
}

.menu .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.menu .nav-item.submenu .dropdown-menu {
    transition: all 0.3s ease-in;
    display: block;
}

.menu .nav-item.submenu .dropdown-menu {
    margin: 0;
    border-radius: 4px;
    left: -20px;
    min-width: max-content;
    border: 1px solid #e6eeef;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    margin-top: 8px;
}

.menu .nav-item.submenu ul.features-drop {
    min-width: 540px;
    padding: 20px 20px;
    border-radius: 10px;
}

ul.features-drop li {
    width: 50%;
    float: left;
    margin: 0px !important;
}

.features-drop li a span .menu-lft-img {
    width: 40px;
    height: 40px;
    border: 1px solid #53469A;
    padding: 0px 5px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 36px;
}

    .features-drop li a span .menu-lft-img img {
        width: 26px;
    }

.features-drop li a .img-module-text {
    font-size: 16px;
    color: #53469A;
    line-height: 22px;
    margin-bottom: 10px;
}

.features-drop li a .module-dec {
    font-size: 12px;
    line-height: 18px;
    color: #939393;
}

.aboutus-page .banner-img img {
    width: 260px;
}


.location-section img {
    width: 50px;
    margin-bottom: 20px !important;
}

.contact-info h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}

    .contact-info h4 a {
        color: #000;
        text-decoration: none;
    }

.contact-form {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    margin-top: 70px;
}

    .contact-form label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

.data-sec p {
    margin-bottom: 0px;
}

.data-sec {
    margin-bottom: 30px;
}

    .data-sec h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .data-sec:last-child {
        margin-bottom: 0px;
    }

.testimonial-section {
    position: relative;
    border-radius: 100px 0px;
    border: 1px solid #9747FF;
    background: #FFF;
    box-shadow: 0px 6px 17px 0px rgba(151, 71, 255, 0.22);
}

.testimonials-slider .test-user {
/*    width: auto;
    height: 199px;
    padding: 0px;
    display: inline-block;*/
}

.testimonials-slider .profile-role {
    /*height: 100%;
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2024/10/lines-png.png");
    background-repeat: no-repeat;
    background-size: 42px 199px;
    background-size: contain;*/
}

.description-testimonials .profile-name h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}

.slides .description-testimonials {
    width: calc(100% - 50px);
    padding-right: 15px;
}

span.quotes-img {
    position: absolute;
    left: 30px;
    top: -17px;
    width: 15px;
    height: 15px;
}

    span.quotes-img img {
        width: 35px;
        height: 35px;
    }

.testimonial-section .profile-name span.border-bottom {
    display: table;
    margin-bottom: 6px;
    width: 90px;
    margin-top: 6px;
    padding: 0px;
    height: 3px;
    white-space: pre-wrap;
    background: #5451a3;
}

span.rating-icons {
    margin-bottom: 0px;
    display: inline-block;
}

.testimonials-slider .test-user img {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin-top: 0px;
    border: 5px solid #fff;
    position: absolute;
    left: -15px;
    top: 0px;
}

.demo-page .demo-form {
    /*width: 1100px;*/
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
}

.demo-form .mr-bt {
    margin-bottom: 20px;
}

.demo-form label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #16151A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.216px;
}

/* Button 10 */

.toggle-button-cover {
    position: relative;
    box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .button-cover .button {
        position: relative;
        width: 334px;
        height: 67px;
        margin: 0px auto 0 auto;
        overflow: hidden;
    }

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebebeb;
    transition: 0.3s ease all;
    z-index: 1;
    border: 4px solid #ebebeb;
    border-radius: 35px;
}

#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
    position: absolute;
    top: 5px;
    width: 160px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    border-radius: 2px;
    transition: 0.3s ease all;
    font-family: 'Poppins', sans-serif;
}

#button-10 .knobs:before {
    content: "";
    border-radius: 35px;
    background: linear-gradient(100deg, #3E1F6C 9.12%, #B6489A 98.73%);
    left: 5px;
}

#button-10 .knobs:after {
    content: "Bundle";
    right: 5px;
    color: #000;
    background: #dddddd;
    border-radius: 35px;
}

#button-10 .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#button-10 .checkbox:checked + .knobs span {
    color: #4e4e4e;
    background: #dddddd;
    border-radius: 35px;
    left: 5px;
}

#button-10 .checkbox:checked + .knobs:before {
    left: 170px;
    background-color: rgb(85, 71, 156);
    border-radius: 35px;
}

#button-10 .checkbox:checked + .knobs:after {
    color: #fff;
    background: linear-gradient(100deg, #3E1F6C 9.12%, #B6489A 98.73%);
}

#button-10 .checkbox:checked ~ .layer {
    background-color: #ebebeb;
    border: 5px solid #ebebeb;
    border-radius: 35px;
}

#faqaccordion h2 button {
    font-weight: 500;
    font-size: 16px;
}

#faqaccordion .accordion-body p {
    font-size: 15px;
    line-height: 21px;
}

span.pop-h {
    width: 100%;
    display: inline-block;
    padding: 5px;
    border-radius: 25px 25px 0px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(to bottom, yellow 0%, orange 100%);
    text-align: center;
}

.demo-page input {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 12px;
    border: 1px solid #D8D7E0;
    height: 48px;
}

.award_img_section img {
    width: 150px;
}


.price-section-inner .value_packs_tittle {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.price-section-inner .value_packs_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.convinced-section h2 {
    font-size: 78px;
    line-height: 88px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
    display: table;
    position: relative;
}

    .convinced-section h2:after {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/more-business-top-icon.gif');
        width: 225px;
        height: 200px;
        display: inline-block;
        position: absolute;
        top: -100px;
        right: -100px;
        transform: rotate(-25deg);
    }

    .convinced-section h2 label {
        color: #000;
    }

    .convinced-section h2 span {
        color: #83489B;
    }

.convinced-section p {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.immersive-section .txt-right p strong {
    font-size: 21px;
    line-height: 37px;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


.check-trail-section h5 {
    font-size: 70px;
    line-height: 76px;
    font-weight: bold;
    margin: 0px auto;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: table;
}

    .check-trail-section h5::after {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/trial-top-img.png');
        width: 64px;
        display: inline-block;
        height: 47px;
        position: absolute;
        top: -50px;
        right: 20px;
    }

    .check-trail-section h5 span.karya {
        color: #5d147e;
    }

    .check-trail-section h5 span.days-trial {
        color: #ffc700;
    }

.check-trail-section h6 {
    font-size: 48px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #000;
    text-align: center;
}

.check-trail-section p {
    font-size: 32px;
    line-height: 46px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0px auto;
    margin-bottom: 40px;
    text-align: center;
    display: table;
    position: relative;
}

    .check-trail-section p:before {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/trial-bottom-img.png');
        width: 76px;
        display: inline-block;
        height: 57px;
        position: absolute;
        left: 0px;
        bottom: -50px;
    }

.purchase-business-section-inner h2 {
    font-size: 38px;
    line-height: 58px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #54469B #AE4B9C;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #9747FF 0%, #D62DBB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.purchase-business-section-inner p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.award_img_section {
    position: relative;
    margin-bottom: 80px;
}

    .award_img_section::after {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
        background-size: 100%;
        width: 330px;
        height: 330px;
        position: absolute;
        right: 0px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 0;
        display: none;
    }

    .award_img_section::before {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
        background-size: 100%;
        width: 450px;
        height: 450px;
        position: absolute;
        left: -268px;
        bottom: 149px;
        background-repeat: no-repeat;
        z-index: 0;
        display: none;
    }

.best-plan-section {
    position: relative;
}

    .best-plan-section::before {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
        background-size: 100%;
        width: 450px;
        height: 450px;
        position: absolute;
        left: -292px;
        top: 115px;
        background-repeat: no-repeat;
    }

.freetrail_section {
    margin: 53px 0px;
}


.check-price-section-inner {
    position: relative;
}


    .check-price-section-inner::before {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
        background-size: 100%;
        width: 450px;
        height: 450px;
        position: absolute;
        left: -85px;
        bottom: 216px;
        background-repeat: no-repeat;
    }


    .check-price-section-inner::after {
        content: "";
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png');
        background-size: 100%;
        width: 450px;
        height: 450px;
        position: absolute;
        right: 0px;
        bottom: 17px;
        background-repeat: no-repeat;
    }

.awards-section ul {
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    display: table;
}

    .awards-section ul li img {
        width: 150px;
    }

    .awards-section ul li img {
        width: 250px;
        margin: 15px;
        padding: 20px;
    }

.experience-section {
    padding-top: 80px;
    padding-bottom: 50px;
}

    .experience-section h2 {
        font-size: 88px;
        line-height: 100px;
        text-align: center;
        color: #8F4A9D;
        margin-bottom: 40px;
    }

    .experience-section p {
        font-size: 35px;
        line-height: 70px;
        color: #000;
        text-align: center;
        letter-spacing: 1px;
    }


.no-credit-section-left h5 {
    font-size: 70px;
    line-height: 80px;
    text-align: right;
    font-weight: 700;
    color: #000;
}

    .no-credit-section-left h5 span.karya {
        color: #5D147E;
    }

span.days {
    color: #FFC700;
}

.no-credit-section-right h6 {
    font-size: 48px;
    line-height: 58px;
    color: #000;
    font-weight: 400;
}

.no-credit-section-right p {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #000;
}

.no-credit-section {
    padding: 50px 0px;
}

.no-cred-btns {
    margin-top: 30px;
    position: relative;
}

    .no-cred-btns::before {
        content: "";
        background-size: contain;
        background-image: url(../images/trail-bottom-icon.png);
        width: 85px !important;
        position: absolute;
        height: 75px !important;
        background-repeat: no-repeat;
        top: 50%;
        display: inline-block;
        transform: translate(0%, -50%);
        margin-left: 50px;
        left: 10%;
    }

.module-slider .menu-slide li span.cat-name {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
}

.increase-business-section h5 {
    font-size: 64px;
    line-height: 100px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

    .increase-business-section h5 span {
        background-image: radial-gradient(#B84B9C, #53469A, #453692);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.increase-business-section p {
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-bottom: 50px;
}

.increase-business-section {
    margin-bottom: 100px;
}


.banner-text-left {
    position: relative;
    display: relative;
}

.banner-text-left-inner {
    position: absolute;
    padding: 0;
    left: 0%;
    top: 50%;
    transform: translate(0%, 60%);
}

.b-img-right img {
    width: 80%;
    float: right;
}

.teams-page .b-img-right img {
    width: 100%;
    float: none;
}

.b-text-left-inner h1 {
    font-size: 120px;
    line-height: 135px;
    color: #fff;
    font-weight: 700;
}

.projectmanagment-banner-main .b-text-left-inner h1 {
    font-size: 110px;
    line-height: 125px;
    color: #fff;
    font-weight: 700;
}

.crm-banner-main .b-text-left-inner h1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
}

    .crm-banner-main .b-text-left-inner h1 span {
        color: #FFE500;
    }

.timesheet-banner-main .b-text-left-inner h1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
}

    .timesheet-banner-main .b-text-left-inner h1 span {
        color: #FFE500;
        font-size: 154px;
        line-height: 154px;
    }


.finance-banner-main .b-text-left-inner h1 {
    font-size: 108px;
    line-height: 128px;
    color: #fff;
    font-weight: 700;
}

.b-text-left-inner h1 span {
    color: #FFE500;
}

.module-slider .slide-btn.slick-slide {
    display: table;
    width: auto;
    margin: 0px 50px;
}


    .module-slider .slide-btn.slick-slide .cat-img img {
        width: 25px;
        height: 25px;
        margin-right: 6px;
    }

    .module-slider .slide-btn.slick-slide span.cat-name {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        color: #000;
        padding-right: 6px;
    }

span.border-progress {
    background: #ededed;
    width: 100%;
    height: 8px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    bottom: -8px;
}

.progress-container {
    display: none;
}

.slide-btn.slick-current .progress-container {
    display: inline-flex;
}

.slide-btn.slick-current span.border-progress {
    display: none;
}

.module-slider .slider-img img {
    width: 100%;
}

.module-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.module-slider .slider-nav .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-btn.project-module-slider:after {
    display: none;
}

.mob-slide {
    display: none !important;
}

.solution-all-features {
    padding: 50px 0px;
}

    .solution-all-features h1 {
        font-size: 64px;
        line-height: 74px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .solution-all-features p {
        font-size: 30px;
        line-height: 47px;
        text-align: center;
        font-weight: 400;
        letter-spacing: 1.5px;
        margin-bottom: 35px;
    }

.solution-scrollspy {
    padding: 50px 0px;
    padding-top: 0px;
}

    .solution-scrollspy .tabs-sec ul li button {
        font-size: 24px;
        line-height: 52px;
        font-weight: 500;
        text-align: center;
        border: 2px solid #000 !important;
        border-radius: 35px;
        padding: 5px 100px;
        margin: 0px 8px;
        color: #53469A;
        margin-bottom: 30px;
    }

        .solution-scrollspy .tabs-sec ul li button.active {
            border: 2px solid #ad4a9b !important;
            background: #ad4a9b;
            color: #fff;
        }

    .solution-scrollspy ul.main__tabs {
        text-align: center;
        justify-content: center;
        border: 0px;
    }

.scrollspy-example-2 {
    height: 600px;
    overflow-y: auto;
    padding: 30px 0px;
}

.solution-navs nav.nav.nav-pills a.nav-link {
    font-size: 24px;
    line-height: 44px;
    color: #000;
    font-weight: 500;
    text-shadow: 0px 1px 1px #3f3f3f;
    padding: 0px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

    .solution-navs nav.nav.nav-pills a.nav-link.active {
        color: #53469c;
        border-right: 6px solid #ad4a9b;
        border-radius: 0px;
    }

span.scrolspy-brdr {
    height: 2px;
    width: 95px;
    background: rgb(131, 122, 181);
    margin-bottom: 15px;
}

.solution-navs a.nav-link.active {
    background: transparent;
}

.scrollspy-example-2 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.spy-img img {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    display: table;
}

.team-grows {
    font-size: 28px;
    line-height: 34px;
    color: #FF9900;
    font-weight: 600;
    margin-bottom: 0px;
}

.price-section.pricing-free-section .price-section-inner {
    text-align: center;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    height: 100% !important;
}

    .price-section.pricing-free-section .price-section-inner h2 {
        font-size: 32px;
        line-height: 60px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

        .price-section.pricing-free-section .price-section-inner h2 span {
            font-size: 64px;
            font-weight: 700;
        }

.price-section-inner .days-trial {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #ffe500;
    margin-bottom: 12px;
    display: inline-block;
}

span.no-cred {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}

.all-fea-incl {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

button.sign_up_btn {
    background: #fff;
    border: 0px;
    padding: 0px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    width: 200px;
    margin-top: 20px;
}

.karya-pricing-section {
    margin-top: 80px;
}

button.sign_up_btn span {
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.scrollspy-example-2::-webkit-scrollbar {
    display: none;
}



.abt-text-left-inner h2 {
    font-size: 63px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.abt-text-left-inner p {
    text-align: left;
    letter-spacing: 1px;
    color: #4A4A4A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.about-text-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section {
    padding: 90px 0px;
}

.value-content-section {
    padding-top: 60px;
}

.value-section-nav p:last-child {
    margin-bottom: 0px;
}


.solution-scrollspy .tabs-sec ul li button img {
    width: 35px;
    margin-right: 8px;
}


span.team-users {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: table;
    width: 100%;
    line-height: 26px;
}

.navbar-brand img.logo {
    width: 120px;
}

.banner-left-section a#btnget, .banner-left-section a#btnget:active {
    background: #fff;
}

.banner-left-section a.btn.learn__more {
    border: 2px solid #fff;
    color: #fff;
}

.banner__btns {
    margin-top: 20px;
}


.experience-section h4 {
    font-size: 96px;
    text-align: center;
    line-height: 112px;
    margin-bottom: 40px;
}

.about-section h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #252525;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}

    .about-section h2 span {
        color: #FFE500;
    }

.business-pocket-section-left-inner a {
    cursor: pointer;
}

.solution-icon-hover {
    display: none;
}

.solution-scrollspy .tabs-sec ul li button.active .solution-icon {
    display: none;
}

.solution-scrollspy .tabs-sec ul li button.active .solution-icon-hover {
    display: inline-block !important;
}

#divSolutionsSpace h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
    font-weight: bold;
}

.mobile-hr-view {
    display: none;
}

#hr_view_accordionExample .accordion-item {
    border: 0px;
    margin-bottom: 15px;
}

    #hr_view_accordionExample .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0px;
    }

    #hr_view_accordionExample .accordion-item .accordion-header button.accordion-button {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #000;
    }

        #hr_view_accordionExample .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
            box-shadow: none;
            background: #58479a;
            color: #fff;
        }

            #hr_view_accordionExample .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
                background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/12/faq-up-arrow.png') !important;
            }

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.client-logos {
    margin: 25px 0px;
}

    .client-logos .slick-slide img {
        width: 100px;
        margin: 0px auto;
        text-align: center;
    }

img.video-play-button {
    width: 68px;
    cursor: pointer;
    height: 68px;
    border: 4px solid #fff;
    border-radius: 100%;
}

.category-section h4 {
    text-align: center;
    font-size: 52px;
    line-height: 78px;
    margin-bottom: 60px;
    font-weight: 600;
}

    .category-section h4 label {
        background-image: radial-gradient(#B84B9C, #53469A, #453692);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.slick-slide img {
    cursor: pointer;
}

div.slick-slide img.logo-original-hover {
    display: none;
}

div.slick-slide:hover img.logo-original-hover {
    display: block !important;
}

div.slick-slide:hover img.logo-gray-hover {
    display: none;
}

.client-logos {
    z-index: 8;
}

.top-section {
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 5px;
}

    .top-section p {
        margin-bottom: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
    }

        .top-section p a {
            color: #fff;
            font-size: 14px;
            line-height: 1;
        }

.slider-main-section .slide-box {
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 20px;
}

.slider-main-section .slide-box-img {
    width: 220px;
    margin-bottom: 20px;
}

.slider-main-section .learn-more {
    text-decoration: none;
    color: #54469b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 3px;
}

    .slider-main-section .learn-more:hover {
        text-decoration: underline;
    }

.slider-main-section P {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    word-spacing: 5px;
    margin-top: 30px;
    margin-bottom: 90px;
}

.form-section-main .form-control:focus {
    box-shadow: none !important;
}

.banner-top-text-section {
    background: linear-gradient(to bottom, #9F4B9C 0%, #53469A 100%);
    padding-bottom: 330px;
    padding-top: 160px;
}

    .banner-top-text-section .b-text-center h1 {
        font-size: 64px;
        line-height: 71px;
        color: #fff;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        margin-bottom: 17px;
    }

        .banner-top-text-section .b-text-center h1 span {
            color: #FFE500;
        }

    .banner-top-text-section .b-text-center p {
        font-size: 25px;
        line-height: 32px;
        color: #fff;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        text-align: center;
    }

.txt-img-btn-section .b-img-center p {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 86px;
}

.b-img-center {
    text-align: center;
}

.content-top-main {
    position: relative;
    margin-bottom: 780px;
}

    .content-top-main .txt-img-btn-section {
        position: absolute;
        top: 60%;
    }

.txt-img-btn-section .btn-section-main a {
    font-size: 48px;
    line-height: 85px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 20px;
    padding: 0px 110px;
    text-decoration: none;
    margin: 0px auto;
    display: table;
    background: linear-gradient(to right, #53469A 0%, #9F4B9C 100%);
    margin-bottom: 86px;
}

.txt-img-btn-section .b-img-center h2 {
    color: #54469B;
    font-size: 64px;
    line-height: 85px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 86px;
}

.banner-content-section h2 {
    color: #54469B;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}

.banner-content-section p {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    word-spacing: 10px;
}

.banner-section-text h2 {
    color: #54469B;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.banner-section-text h4 {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.banner-section-text p {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    word-spacing: 10px;
}

.margin-top-banner {
    margin-bottom: 95px;
}


.banner-text-section h2 {
    color: #B24B9C;
    font-size: 64px;
    line-height: 85px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.banner-text-section-inner h2 {
    color: #54469B;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    margin-bottom: 30px;
}

.banner-text-section-inner p {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    word-spacing: 10px;
}

.what-you-txt p {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 40px;
    word-spacing: 10px;
}

.what-you-txt h2 {
    color: #54469B;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 30px;
}

.form-section-main h2 {
    color: #54469B;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 55px;
    text-align: center;
}

.form-section-main .btn-submit {
    font-size: 33px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-radius: 20px;
    padding: 0px 220px;
    text-decoration: none;
    margin: 0px auto;
    display: table;
    background: #54469B;
    margin-top: 45px;
    margin-bottom: 37px;
}

.form-section-main p {
    font-size: 23px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

    .form-section-main p span a {
        color: #54469B;
        text-decoration: none;
    }

.form-section-main {
    margin-bottom: 120px;
}

.moretext, .moretext-one, .moretext-two, .moretext-three {
    display: none;
}

.view-more-section .view-more-btn a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #54469B;
    text-decoration: none;
    text-align: right;
    padding-left: 40px;
}


.moreless-button, .moreless-button-one, .moreless-button-two, .moreless-button-three {
    background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/arrow-down.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33px 33px;
}

    .moreless-button.moreless-button-icon, .moreless-button-one.moreless-button-icon-one, .moreless-button-two.moreless-button-icon-two, .moreless-button-three.moreless-button-icon-three {
        background-image: url('https://blog.karya.cloud/wp-content/uploads/2024/06/arrow-up.png');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 33px 33px;
    }

.purple-dot-shade-main {
    position: relative;
}

.purple-dot-shade-inner-left::after {
    content: "";
    background-image: url(../images/karya-images/partner-ellipse-top.png);
    background-size: 100%;
    width: 212px;
    height: 317px;
    position: absolute;
    left: 0px;
    bottom: 30px;
    background-repeat: no-repeat;
}

.purple-dot-shade-inner-bottom::after {
    content: "";
    background-image: url('../images/karya-images/partner-ellipse-bottom.png');
    background-size: 100%;
    width: 264px;
    height: 384px;
    position: absolute;
    right: 0px;
    top: 270px;
    background-repeat: no-repeat;
}

.purple-dot-shade-inner::after {
    content: "";
    background-image: url(../images/karya-images/partner-ellipse.png);
    background-size: 100%;
    width: 264px;
    height: 384px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    background-repeat: no-repeat;
}

.slider-main-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.content-top-main .txt-img-btn-section {
    position: absolute;
    top: 70%;
}

.content-top-inner .txt-img-btn-section .b-img-center img {
    width: 740px;
}

.form-section-main .form-section-main-inner {
    padding: 114px;
    border-radius: 20px;
}

.articals_img_section {
    width: 100%;
    display: inline-block;
    padding: 50px;
}

.articals_img_section_inner .artical_img {
    width: 20%;
    float: left;
    padding: 14px;
}

    .articals_img_section_inner .artical_img img {
        width: 100%;
    }

.articals_img_section h3 {
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

a.btn.get_demo_now {
    color: #FEC801;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 25px;
    margin-bottom: 20px;
}

.col-12.price-section-inner.det_demo_section {
    height: auto !important;
}

.price-section.pricing-free-section {
    position: relative;
}

.col-12.price-section-inner.det_demo_section {
    height: auto !important;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.name_role h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 0px;
}

.name_role span {
    display: inline-block;
    color: #808080;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.name_role {
    margin-bottom: 20px;
}

.team-pics img {
    width: 100%;
    max-width: 100%;
    border-radius: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #54469a;
    height: 100%;
    cursor: pointer;
    border-radius: 142px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px -11px 19px 0px rgba(0, 0, 0, 0.25);
}

.team-pics {
    width: 160px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -50%);
}

.teams-page .card {
    padding: 0px;
    margin-top: 200px;
    box-shadow: none !important;
    background-color: transparent !important;
    margin-left: 50px;
    margin-right: 50px;
}

.teams-page .card-body {
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.25);
    width: 532px;
    height: 348px;
    flex-shrink: 0;
    padding: 36px;
    padding-top: 70px;
}

.teams-page .flipper-container {
    position: relative;
    margin: 0px auto;
    perspective: 1000;
}

.teams-page .flip {
    height: 150px;
    width: 150px;
    transform-style: preserve-3d;
    transition: all 1s;
}

.teams-page .flipper-container:hover .flip {
    transform: rotateY(180deg);
}

.teams-page .face {
    position: absolute;
    height: 150px;
    width: 150px;
    backface-visibility: hidden;
}

    .teams-page .face.back {
        display: block;
        transform: rotateY(180deg);
        box-sizing: border-box;
        color: #fff;
        text-align: center;
    }

.teams-page .value-section {
    position: relative;
}

.value-section::after {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png);
    background-size: 100%;
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    z-index: 0;
}

.value-section::before {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/06/banner-shadow-left-1.png);
    background-size: 100%;
    width: 450px;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 0;
}

.name_role a {
    background: #54469b;
    margin-left: 6px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 8px;
}

    .name_role a img {
        width: 16px;
        line-height: 28px;
        padding: 0px;
        position: relative;
        bottom: 10px;
    }

.pricing-section h1 {
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: radial-gradient(50% 50% at 50% 50%, #BE4B9D 0%, #1B135F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 60px 0px;
}

.karya-pricing-section .col-5 {
    width: 20%;
    padding: 5px;
    position: relative;
}

.karya-pricing-inner {
    border-radius: 20px;
    padding: 20px 15px;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #3F1F6C;
    background: #F9F8FF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
}

.img-module img {
    width: 25px;
}

.img-module h6 {
    margin-bottom: 0px;
}

.karya-pricing-inner .img-module {
    margin-bottom: 14px;
}

.module-price span {
    color: #3E1F6C;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.free-btn button, .free-btn button:hover {
    width: 152px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 48px;
    border: 1px solid #3F1F6C;
    color: #41206D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.karya-pricing-inner .module-price {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.free-btn {
    margin: 0px auto;
    display: table;
}

.buy-btn {
    text-align: center;
}

    .buy-btn a.btn.btn-buy {
        width: 152px;
        height: 45px;
        flex-shrink: 0;
        border-radius: 48px;
        background: linear-gradient(93deg, #3E1F6C 7.48%, #AE4597 95.78%);
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        margin-bottom: 18px;
    }

.all-features p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 60px;
}

.all-features ul li {
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.detailed-features a {
    color: #42206D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
}

.hrm-module .img-module h6 {
    color: #5297C7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.crm-module .img-module h6 {
    color: #CB2721;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.projects-module .img-module h6 {
    color: #F08122;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.finance-module .img-module h6 {
    color: #3FAB34;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.all-module .img-module h6.all-apps {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #A94395 0%, #9340B0 45%, #793CD2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.all-module .all-features ul li .img-module h6 {
    color: #3E1F6C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.karya-pricing-inner > .img-module {
    height: 38px;
}

.all-features ul {
    padding-left: 16px;
}

.detailed-features {
    display: inline-block;
}

.all-module .karya-pricing-inner {
    border-radius: 20px;
    border: 1px solid #3F1F6C;
    background: #F9F8FF;
    box-shadow: 0px 0px 12px 9px rgba(69, 33, 111, 0.40);
}

.affordable-inner h2 {
    color: #252525;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.affordable-inner span {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: radial-gradient(50% 50% at 50% 50%, #BE4B9D 0%, #1B135F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pricing_tabs {
    width: 840px;
    height: auto;
    margin: 0px auto;
}

    .pricing_tabs ul.nav {
        border-radius: 25px;
        border: 1px solid #42206D;
        background: #F6F6F6;
        box-shadow: -14px 14px 13px -6px rgba(0, 0, 0, 0.25) inset;
        margin-bottom: 60px;
    }

        .pricing_tabs ul.nav li.nav-item {
            margin: -1px;
            line-height: 0;
        }

            .pricing_tabs ul.nav li.nav-item button {
                color: #363636;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

                .pricing_tabs ul.nav li.nav-item button.active {
                    border-radius: 35px;
                    background: #42206D;
                    box-shadow: 4px 0px 13px 0px rgba(0, 0, 0, 0.25);
                    color: #F8F8F8;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

.all-affordable .affordable-inner {
    margin: 50px 0px;
}

.tab-pane h3 {
    text-align: center;
}

    .tab-pane h3 .hrm-txt {
        color: #53469A;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
    }

    .tab-pane h3 .hrm-price {
        background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
    }

    .tab-pane h3 .month-user {
        background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
    }

.all-affordable {
    display: inline-block;
}

.pricing_tabs span.hdn-charges span {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    background: radial-gradient(75.27% 79.79% at 15.4% 100%, #B0A9EB 0%, #928DB0 47.5%, #B0A9EB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: block;
}

.compare-img {
    display: inline-block;
}

    .compare-img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

span.hdn-charges {
    margin-bottom: 60px;
    display: block;
}

.client-logos-main {
    margin: 80px 0px;
}

    .client-logos-main h3 span img {
        width: 50px;
    }

    .client-logos-main h3 {
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        background: radial-gradient(84.62% 98.27% at 15.4% 100%, #BE4B9D 0%, #1B135F 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 50px;
    }

.faq-section-main img {
    width: 80%;
    height: auto;
    float: right;
}

div#FinanceModal ul li ul li, div#ProjectsModal ul li ul li {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

div#FinanceModal ul li, div#ProjectsModal ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

@keyframes loader {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}



.module-slider .slick-slider {
    width: 995px;
    margin: 0px auto;
}

.clients-section {
    padding: 70px 0px;
}

a.faq-btn {
    color: #000;
    background: transparent;
    border: 1px solid #53469A;
    border-radius: 35px;
    padding: 14px 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    width: 200px;
}

    a.faq-btn:hover {
        color: #fff;
        background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
        border: 1px solid transparent;
    }

.convinced-section .check_pricing:hover {
    color: #000;
    background: transparent;
    border: 1px solid #53469A;
}

.slide-container.slick-slide .border-progress, .slide-container.slick-slide .progress-container {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    border: 2px solid #fff;
}

    #myBtn:hover {
        background: linear-gradient(to bottom, #9F4B9C 0%, #53469A 100%);
    }

span.additional-user span {
    font-size: 26px;
}

span.additional-user label, .module-price label {
    font-size: 16px;
    line-height: 22px;
}

.module-price.bundle-price {
    display: none;
}

.hrm-features-section {
    padding-bottom: 80px;
}

    .hrm-features-section section {
        width: 100%;
        margin-top: 80px;
    }


    .hrm-features-section nav {
        position: sticky;
        top: 100px;
        background-color: #eef0f1;
        border-radius: 0 0 20px 20px;
        display: flex;
        width: 430px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 42px;
        background: #F1F1F9;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
        padding: 20px 0px;
    }

        .hrm-features-section nav .container {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
            padding: 0px 20px;
        }

            .hrm-features-section nav .container ul li {
                display: inline-block;
                border-radius: 5px;
                width: 100%;
                text-align: left;
                margin-bottom: 5px;
            }

                .hrm-features-section nav .container ul li a {
                    color: #54469B;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 54px;
                    text-decoration: none;
                    padding: 15px;
                    cursor: pointer;
                }

                .hrm-features-section nav .container ul li.active {
                    border-radius: 30px;
                    transition: 0.3s;
                    border-radius: 31px;
                    background-color: #3b49df;
                    background: #FFF;
                    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
                }

                .hrm-features-section nav .container ul li:hover {
                    border-radius: 30px;
                    transition: 0.3s;
                    border-radius: 31px;
                    background-color: #3b49df;
                    background: #FFF;
                    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
                    width: 100%;
                    display: table;
                }

                .hrm-features-section nav .container ul li.active a {
                    color: #000;
                    text-decoration: none;
                }

    .hrm-features-section img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

.banner-video h1 {
    color: #292D34;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
}

.careers-page .banner-video h1 {
    font-size: 44px;
}

    .careers-page .banner-video h1 span {
        font-size: 44px;
    }

.careers-page .banner-video img {
    width: 480px;
}

.banner-video h1 span {
    background: linear-gradient(91deg, #1C82B1 42.41%, #1C82B1 60.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 800
}

.banner-video p {
    color: #616161;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.3px;
    letter-spacing: 0.18px;
    margin-bottom: 25px;
}

.careers-page .banner-video p {
    text-align: justify;
}

.careers-page .banner-video {
    background: #F1F0FA;
}

.hrm-software .banner-video {
    padding: 0px 0px;
    margin-bottom: 0px !important;
    margin-top: -40px;
}

.banner-video {
    padding: 80px 0px;
}

.hrm-features-section h3 {
    color: #252525;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 10px;
}

.hrm-features-section p {
    color: #4A4A4A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

.simplest-section h5 {
    color: #393939;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

    .simplest-section h5 span {
        background: linear-gradient(93deg, #53469A 86.18%, #B84B9C 98.73%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

p.try-karya {
    background: linear-gradient(93deg, #53469A 10%, #B84B9C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
}

.karya_modules {
    margin-bottom: 80px;
}

    .karya_modules a {
        color: #363636;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        border-radius: 46px;
        border: 1px solid #54469B;
        padding: 5px 50px;
        margin: 0px 25px;
        cursor: pointer;
    }

        .karya_modules a img {
            width: 28px;
        }

.banner-video img {
    width: 100%;
    float: right;
}

.hrm-page .banner-video, .crmsoftware-page .banner-video {
    position: relative;
    margin-bottom: 50px;
}

    .crmsoftware-page .banner-video .crm-right-section img {
        position: absolute;
        right: 150px;
        top: 0px;
        width: auto;
        bottom: 0px;
        height: 100%;
    }

span.crm_color {
    color: #CF2D20 !important;
    background: none !important;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

a.btn.watchVideo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 2px solid #323232;
    padding: 13px 28px;
    border-radius: 50px;
}

    a.btn.watchVideo-btn img {
        width: 25px;
        float: left;
    }

.noof_user {
    width: 107px;
    height: 37px;
    border-radius: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

    .noof_user span input.user_count {
        width: 54px;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        padding: 5px;
        border: 0px;
    }

span.user_decrease {
    width: 27px;
    text-align: center;
    font-size: 25px;
    color: #000;
    background: #E8E8E8;
    border-radius: 24px 0px 0px 24px;
    padding: 0px;
    display: inline-block;
    line-height: 37px;
    cursor: pointer;
}

span.user_increase {
    width: 27px;
    text-align: center;
    font-size: 25px;
    color: #000;
    background: #E8E8E8;
    border-radius: 0px 24px 24px 0px;
    padding: 0px;
    display: inline-block;
    line-height: 37px;
    cursor: pointer;
}


.module-name h6 {
    margin-bottom: 0px;
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.module-name span {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #7d7d7d;
}

.per-user-section .per-user-section-inner {
    border-radius: 37px 37px 0px 0px;
    background: linear-gradient(111deg, rgba(78, 64, 209, 0.05) 1.62%, rgba(148, 59, 166, 0.10) 98.41%);
    padding: 50px;
}

.app-module {
    margin-bottom: 30px;
}

.img-module .module-name {
    margin-left: 5px;
}

.all-apps h6 {
    background: linear-gradient(90deg, #54469B 0%, #B6489A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.add-to-cart-section {
    width: 100%;
    border-radius: 0px 0px 37px 37px;
    background: #54469B;
    padding: 50px;
    clear: both;
    display: inline-block;
}

.add_to_cart, .add_to_cart:hover {
    width: 194px;
    height: 49px;
    flex-shrink: 0;
    background: #fff;
    padding: 5px;
    color: #54469B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: right;
    border-radius: 35px;
    border: 0px;
}

button.add_to_cart i {
    position: relative;
    top: 2px;
}

.noof-users-section span {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart-view-page {
    margin: 50px 0px;
    margin-bottom: 100px;
}

.cart-user-section-inner {
    border-radius: 37px 37px 0px 0px;
    background: linear-gradient(111deg, rgba(78, 64, 209, 0.05) 1.62%, rgba(148, 59, 166, 0.10) 98.41%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
}

.module-price span {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .module-price span i {
    }

.module-price label {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart-user-section-inner .img-module {
    width: 40%;
}

.cart-user-section-inner .bundle-user {
    width: 30%;
}

.cart-user-section-inner .price-module {
    width: 30%;
}

.cart-user-section-inner .bundle-user {
    text-align: center;
}

.cart-user-section-inner .price-module {
    text-align: right;
}

button.btn.btn-success.add_to_cart {
    width: 194px;
    height: 49px;
    flex-shrink: 0;
    background: #3AA30A;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: right;
    border-radius: 35px;
    border: 0px;
}

.cart-headding h5 {
    color: #54469B;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.coupon-close {
    position: absolute;
}

.coupon-main {
    width: 240px;
    float: right;
    margin-bottom: 15px;
}

    .coupon-main input {
        font-size: 14px;
    }

    .coupon-main .accordion-item {
        background-color: transparent;
        border: 0px;
    }

    .coupon-main h2.accordion-header button {
        padding: 0px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 4px !important;
        background-color: transparent !important;
        border: 0px !important;
        outline: none;
        box-shadow: none;
        color: #fff;
        width: 150px;
        text-align: right;
        float: inline-end;
    }

    .coupon-main .accordion-button::after {
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/11/arrow-down.png);
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
    }

    .coupon-main .accordion-button:not(.collapsed)::after {
        /*background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/11/arrow-up.png);*/
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
    }

    .coupon-main .accordion-body label {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }

    .coupon-main .accordion-body button.btn.btn-success {
        font-size: 14px;
        line-height: 20px;
        border-radius: 7px !important;
    }

.coupon-close {
    position: relative;
    top: 3px;
    line-height: 20px;
    color: #ff0000;
    font-size: 20px;
    text-align: right;
    margin-left: 17px;
    cursor: pointer;
}

.total-cart-amount span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.teams-page .banner-section-top {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2024/11/ourteam-banner-bg.png);
    padding: 126px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section h2 span {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(91deg, #53469A 0.38%, #B84B9C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-1:before {
    content: "";
    border-radius: 26px;
    background: #149AD2;
    width: 532px;
    height: 348px;
    flex-shrink: 0;
    position: absolute;
    transform: rotate(-4deg);
    top: 26px;
    z-index: -1;
    left: -18px;
}

.card-2:before {
    content: "";
    border-radius: 26px;
    background: #74C26F;
    width: 532px;
    height: 348px;
    flex-shrink: 0;
    position: absolute;
    transform: rotate(4deg);
    top: 26px;
    z-index: -1;
    right: -18px;
}

.card-3:before {
    content: "";
    border-radius: 26px;
    background: #4DAB9D;
    width: 532px;
    height: 348px;
    flex-shrink: 0;
    position: absolute;
    transform: rotate(4deg);
    top: -26px;
    z-index: -1;
    left: -18px;
}

.card-4:before {
    content: "";
    border-radius: 26px;
    background: #F27289;
    width: 532px;
    height: 348px;
    flex-shrink: 0;
    position: absolute;
    transform: rotate(-4deg);
    top: -26px;
    z-index: -1;
    right: -18px;
}

.main_section-col {
    margin-bottom: 50px;
}

    .main_section-col h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 37px;
        background: linear-gradient(90deg, #54469B 0%, #B84B9C 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main_section-col p {
        color: #4A4A4A;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 37px;
    }

    .main_section-col .main_section-col-content-main {
        position: relative;
    }

    .main_section-col .main_section-col-content {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        padding-left: 15px;
    }

.setting-trend p {
    color: #4A4A4A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
}

    .setting-trend p b {
        font-weight: 700;
    }

.values-section {
    margin-bottom: 50px;
}

    .values-section h2 {
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(91deg, #53469A 0.38%, #B84B9C 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
        text-align: center;
    }

.values-section-col {
    margin-bottom: 30px;
}

.values-section-col-inner {
    height: 100%;
    padding: 28px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

    .values-section-col-inner h6 {
        color: #3E3E3E;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

    .values-section-col-inner p {
        color: #4A4A4A;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px;
    }

.values-section-col .box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 15px;
}

.values-section-col .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    border-radius: 15px;
}

.corner-bottom.values-section-col .overlay {
    background-color: #54469b;
    line-height: normal;
    color: #fff;
    transform: translate(100%, 100%);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    padding: 28px;
    border-radius: 15px;
}

.corner-bottom.values-section-col .box:hover .overlay {
    transform: translate(0, 0);
}

.overlay.values-section-col-inner h6, .overlay.values-section-col-inner p {
    color: #fff !important;
}

.main_section-col img {
    width: 100%;
}

.m-bottom {
    margin-bottom: 28px;
}

.signup-page {
    background: #F8F1FF;
}

button.btn.get-started {
  /*  width: 410px;
    height: 54px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 9px;
    background: #54469B;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    margin: 0px auto;
    display: table;*/
}

.m-bottom input.form-control {
   /* color: #AEAEAE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 624px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);*/
}

.m-bottom h3 {
    color: #54469B;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shadow-bg {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    width: 671px;
}

.m-bottom span {
    color: #AEAEAE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .m-bottom span a {
        color: #54469B;
    }

.signup-testimonial-section {
    width: 619px;
    height: 511.271px;
    flex-shrink: 0;
    border-radius: 57px;
    border: 4px solid #FFF;
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.57) 2.54%, rgba(223, 223, 223, 0.57) 98.54%);
    backdrop-filter: blur(86px);
    padding: 40px;
    margin-left: auto;
}

    .signup-testimonial-section h6 {
        color: #FFF;
        font-size: 31px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        .signup-testimonial-section h6 span {
            background: linear-gradient(93deg, #54469B 27.92%, #B84B9C 50.64%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .signup-testimonial-section h6 {
        margin-bottom: 43px;
    }

.img-desgnation {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 6px;
}

    .img-desgnation div img {
        width: 71px;
        height: 71px;
        border-radius: 100%;
        border: 4px solid #fff;
        margin-right: 8px;
    }

    .img-desgnation div p {
        color: #FFF;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 37px;
        margin-bottom: 0px;
    }

    .img-desgnation div span {
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

.test-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0px;
}

.signup-page {    
    background: #F8F1FF;
}

.signup-right-section-inner {
}

.signup-page .client-logos {
    width: 619px;
    margin-left: auto;
    margin-bottom: 0px;
}

    .signup-page .client-logos .slick-slide img {
        width: 80px;
        margin: 0px auto;
        text-align: center;
        height: 80px;
    }

.coupon-main input.form-control {
    padding-right: 22px;
    width: 165px;
    height: 34px;
    border-radius: 7px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(93px);
    margin-right: 10px;
}

.coupon-main.hide_show button.accordion-button {
    display: none;
}

.add-to-cart-section .accordion-header button.accordion-button {
    color: #fff;
    font-size: 15px;
    width: 200px;
    text-align: right;
    float: right;
}

.coupon-main.hide_show .accordion-body {
    display: block !important;
}

.divWaiting {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgb(179 176 176 / 80%);
    z-index: 9999;
}

div#divOrgLoader {
    background: rgba(250, 250, 250, 0.8);
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#divOrgLoader .ajax-loader {
    width: 150px !important;
}


ul.values__list li .values_content {
    display: none;
}

.empty_cart_bg {
    border-radius: 37px;
    background: linear-gradient(111deg, rgba(78, 64, 209, 0.05) 1.62%, rgba(148, 59, 166, 0.10) 98.41%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 34px;
    height: 100%;
    width: 399px;
    position: relative;
}

.empty_cart_bg_inner img {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    display: table;
}

.empty_cart_bg_inner span {
    color: #C5BEDE;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.empty_cart_bg .empty_cart_bg_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.karya_does .content-section {
    display: none;
}

    .karya_does .content-section.active {
        display: block;
    }

.karya_does .menu-item .menu-content {
    display: none;
}

.karya_does .menu-item.active .menu-content {
    display: block;
}

.karya_does ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .karya_does ul li.menu-item span {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px !important;
        display: inline-block;
        cursor: pointer;
        color: #b5a8a8;
    }

        .karya_does ul li.menu-item.active span, .karya_does ul li.menu-item span:hover {
            background: linear-gradient(90deg, #E414B1 0%, #53469A 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 34px;
            font-weight: 900;
        }

    .karya_does ul li.menu-item .values_content ul li p {
        color: #55469A;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
    }

.karya_does .content-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 35px;
}

.purchase-business-section {
    margin-bottom: 80px;
}

.karya_does {
    /*margin-bottom: 80px;*/
}

div#section2 {
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2024/12/all-in-one-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 55px;
}

div#section3 {
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2024/12/simple-easy.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 55px;
}


div#section4 {
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2024/12/essential-features-fluff.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 55px;
}

.karya_does.mobile__view .content-section {
    display: block;
}

.karya_does.mobile__view {
    display: none;
}

.more-orange-rocket label {
    -webkit-text-stroke: 2px #000;
    color: #fff !important;
    font-size: 64px;
    font-weight: 500;
    line-height: 100px;
    text-transform: capitalize;
}

.more-orange-rocket span {
    background-clip: text;
    background-image: linear-gradient(to right, #473893,#B84b9c);
    color: #fff !important;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 5px;
    font-size: 64px;
    font-weight: 500;
    line-height: 100px;
    text-transform: capitalize;
}

.business-pocket-section-left-inner h5 span {
    -webkit-text-stroke: 1px #000;
    color: #fff !important;
    text-shadow: 2px 2px 0 #000,-1px -1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,1px 1px 0 #000;
}

.banner-video img {
    cursor: pointer;
}

.job_role .view_details {
    color: #fff;
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    border: 0px;
    border-radius: 35px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    border: 1px solid transparent;
}

.application-form .apply_job {
    color: #fff;
    background: linear-gradient(to bottom,#9F4B9C 0%, #53469A 100%);
    border: 0px;
    border-radius: 35px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    border: 1px solid transparent;
}


.career-banner-bottom h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.career-banner-bottom h6 {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18px;
    margin-bottom: 15px;
}

.organization-box h6 {
    line-height: 40px;
    margin-bottom: 0px;
}

.career-banner-bottom p {
    color: #616161;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin-bottom: 0px;
}

.careers-page .career-banner-bottom .career-banner-bottom-log {
    width: 420px;
    height: 159px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0px auto;
    margin-bottom: 60px;
    padding: 20px;
}

.career-banner-bottom {
    padding-top: 80px;
    padding-bottom: 20px;
}

    .career-banner-bottom.empower-organization-inner {
        padding: 80px 0px;
        background: #fff;
    }

.job-openings {
    margin-bottom: 80px;
}

    .job-openings h2 {
        color: #000;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        margin-bottom: 30px;
    }

    .job-openings .job-openings-head p {
        color: #616161;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
    }

    .job-openings .job-openings-head {
        margin-bottom: 40px;
    }

.job_role p span {
    color: #54479D;
}

.job_role {
    width: 380px;
    height: auto;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}


    .job_role:first-child {
        margin-top: 0px;
    }

.job_description {
    width: 380px;
    flex-shrink: 0;
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.application-form {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 60px;
    border-radius: 8px;
}

.job-openings-roles {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 10px;
}

    .job-openings-roles::-webkit-scrollbar {
        display: none;
    }

.job_description h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.job_description .job-exp {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.job_description .location {
    font-size: 15px;
}

    .job_description .location span {
        color: #54479D;
    }

.job_description p {
    font-size: 14px;
    line-height: 26px;
}

.job_description .employe-type {
    font-size: 15px;
}

    .job_description .employe-type span {
        color: #54479D;
    }

.job_description h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.job_description ul, .job_description ul.key-responsibilities {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    margin-left: 30px;
}

    .job_description ul li, .job_description ul.key-responsibilities li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

        .job_description ul li ul {
            list-style: circle;
        }

.careers-page .box {
    background: #ccc;
    width: 740px;
    height: 500px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    /*background-image: url("https://www.4x3.net/sites/default/files/styles/large/public/photos/ptlobby-ext-1.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.careers-page .overlay {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

    .careers-page .overlay span {
        opacity: 0;
    }

    .careers-page .overlay:before, .careers-page .overlay:after {
        content: '';
        z-index: -1;
        -webkit-transform: rotate(-53deg);
        position: absolute;
        width: 200%;
        height: 200%;
        background: rgba(79, 41, 124, .85);
        opacity: 1;
        transition: all 0.5s;
    }

    .careers-page .overlay:before {
        top: -300%;
        left: -121%;
    }

    .careers-page .overlay:after {
        bottom: -300%;
        right: -120%;
    }

.careers-page .box:hover .overlay:after {
    bottom: 33%;
}

.careers-page .box:hover .overlay:before {
    top: 30%;
}

.careers-page .box:hover span {
    opacity: 1;
    transition: opacity .1s .9s;
}

.careers-page .box .overlay .overlay-text-box {
    padding: 20px;
    height: 100%;
}

.careers-page .overlay p, .overlay h6 {
    transition: all 1s;
}

.careers-page .overlay:hover p, .overlay:hover h6 {
    color: #fff;
    transition: opacity .1s .9s;
}

.careers-page .error {
    color: #ff0000;
    display: none;
    font-size: 12px;
    line-height: 18px;
}

.careers-page .invalid {
    border: 1px solid red;
}


span.slide_square {
    cursor: pointer;
    margin-bottom: 5px;
}

header.inner_header ul.navbar-nav li.nav-item ul li.nav-item a.nav-link {
    font-size: 16px;
    color: #000;
}

    header.inner_header ul.navbar-nav li.nav-item ul li.nav-item a.nav-link:hover {
        color: #54479d;
        /*text-decoration: underline;*/
    }

body.scrolled .inner_header {
    top: 0px;
    position: fixed;
    z-index: 9;
    background: #fff !important;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 20px 0px;
    animation:slideDown 0.35s ease-out;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

body.hrmpayroll-software.scrolled main {
    margin-top: 98px;
}

.mobile_menu_view {
    display: none;
}

.hrmpricing-body .banner_inner p {
    color: #4C4458;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 176% */
}

.hrmpricing-body .banner_inner h1 {
    color: #4C4458;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.hrmpricing-body .banner_inner {
    padding: 68px;
}

.billded_monthly {
    width: 516px;
    height: 326px;
    flex-shrink: 0;
    border-radius: 13px;
    border: 1px solid #3F1F6C;
    background: #F9F8FF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.billded_annually {
    width: 516px;
    height: 378px;
    flex-shrink: 0;
    border-radius: 13px;
    border: 1px solid #3F1F6C;
    background: #F9F8FF;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.19);
    padding: 10px;
    margin-left: -12px;
}

.billmonthly-text {
    color: #F9F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    border-radius: 12px;
    background: #B94B9C;
    width: 131px;
    height: 35px;
    display: inline-block;
    text-align: center;
}

.billannually-text {
    color: #F9F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    width: 131px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #BC4C9C 0%, #56479D 100%);
}

.billded_monthly .user_price span.user_Amount {
    color: #3E1F6C;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
}

    .billded_monthly .user_price span.user_Amount span.user_month-text {
        color: #2B2B2B;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.billded_monthly .user_price {
    padding-top: 45px;
    padding-bottom: 20px;
}

    .billded_monthly .user_price button.start-free-trail {
        width: 100%;
        max-width: 167px;
        height: 44px;
        flex-shrink: 0;
        border-radius: 48px;
        border: 1px solid #3F1F6C;
        background: #F9F8FF;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
        color: #41206D;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: table;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .billded_monthly .user_price button.start-buy-now {
        width: 100%;
        width: 167px;
        height: 44px;
        border: 0px;
        border-radius: 48px;
        background: #54469B;
        color: #F9F8FF;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: table;
        margin: 0px auto;
    }



.billded_annually .user_price span.user_Amount {
    color: #3E1F6C;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
}

    .billded_annually .user_price span.user_Amount span.user_month-text {
        color: #2B2B2B;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.billded_annually .user_price {
    padding-top: 55px;
    padding-bottom: 20px;
}

    .billded_annually .user_price button.start-free-trail {
        width: 100%;
        max-width: 167px;
        height: 44px;
        flex-shrink: 0;
        border-radius: 48px;
        border: 1px solid #3F1F6C;
        background: #F9F8FF;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
        color: #41206D;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: table;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .billded_annually .user_price button.start-buy-now {
        width: 100%;
        width: 167px;
        height: 44px;
        border: 0px;
        border-radius: 48px;
        background: #54469B;
        color: #F9F8FF;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: table;
        margin: 0px auto;
    }

.all-features-included h2 {
    color: #4C4458;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.all-features-included p {
    color: #4C4458;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 30px;
}

.all-features-groups ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    .all-features-groups ul li {
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/02/checked-icon.png);
        background-repeat: no-repeat;
        background-size: 26px;
        background-position: top left;
        padding-left: 34px;
        margin-bottom: 30px;
        color: #4C4458;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }

.all-features-groups {
    border-radius: 20px;
    border: 1px solid #3F1F6C;
    background: #F9F8FF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
    width: 1018px;
    height: auto;
    flex-shrink: 0;
    padding: 30px;
    margin: 0px auto;
    /*padding-bottom: 0px;*/
    margin-bottom: 100px;
}

.all-modules-included h3 {
    color: #4C4458;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
}

    .all-modules-included h3 span.module-hrm-color {
        color: #1C82B1;
    }

    .all-modules-included h3 span.logo-color {
        background: linear-gradient(90deg, #53469A 65.55%, #AB4496 88.07%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.all-modules-included ul {
    text-align: center;
}

    .all-modules-included ul li {
        display: inline-block;
        text-align: center;
        margin: 70px 45px;
    }

.get-entire-module h3 {
    text-align: center;
}

    .get-entire-module h3 span.hrm-txt {
        color: #53469A;
        text-align: center;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 156.5%; /* 93.9px */
    }

    .get-entire-module h3 span.hrm-price {
        background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 156.5%;
    }

    .get-entire-module h3 span.month-user {
        background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 31px;
        font-style: normal;
        font-weight: 500;
        line-height: 156.5%;
    }

.get-entire-module span.hdn-charges {
    text-align: center;
}

    .get-entire-module span.hdn-charges span {
        text-align: center;
        font-size: 49px;
        font-style: normal;
        font-weight: 700;
        line-height: 156.5%;
        background: radial-gradient(75.27% 79.79% at 15.4% 100%, #B0A9EB 0%, #928DB0 47.5%, #B0A9EB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
    }


.get-entire-module .compare-img {
    width: 1300px;
    text-align: center;
    display: table;
    margin: 100px auto;
}


/* slider nav styles start from here */
.slider-container {
    width: 100%;
    margin: auto;
    position: relative;
}

.category-section .slide.slick-slide {
    width: 100%;
}

.category-section .module-slider .slick-slider {
    width: 100%;
    margin: 0px auto;
}

.slider-for {
    width: 100% !important;
    margin-bottom: 20px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .slider-nav .nav-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: white;
        cursor: pointer;
        border-bottom: 8px solid transparent;
        position: relative;
        border-radius: 8px;
    }

.progress-bar {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0%;
    height: 8px;
    background-color: #4CAF50;
    border-radius: 8px;
}

.cat-img img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.module-slider span.cat-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    padding-right: 6px;
}

.module-slider .slider-nav {
    width: 995px;
    margin: 0px auto;
    height: 90px;
    background: #fff;
}

    .module-slider .slider-nav .nav-slide {
        margin: 0px 50px;
    }
/* slider nav styles end */


/* newpages styles start from here */

.payrollsoftware-page .header-banner {
    background: #F0F6FF;
}

.employee-self-services .header-banner {
    background: #F2F0FC;
}

.banner-sections {
    padding: 100px 0px;
}

.inner_pages_main .banner-sections {
    padding: 40px 0px;
}

.payrollsoftware-page .banner-sections {
    padding-top: 13px;
    padding-bottom:0px;
}


.employee-self-services .banner-sections {
    padding-top: 13px;
    padding-bottom: 0px;
}

.banner-sections .rct-bg {
    display: inline-flex;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(45, 127, 249, 0.28), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.06) inset;
    color: #54479D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.3px;
    letter-spacing: 0.18px;
    margin-bottom: 35px;
}

.inner_pages_main .banner-sections h1 {
    color: #282828;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 25px;
}

.banner-sections h1 span.purple_color {
    color: #54479D;
}

.banner-sections h1 span.pnk-clr {
    color: #994B9D;
}

.banner-sections p {
    color: #616161;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    margin-bottom: 35px;
}

.banner-sections-image img {
    width: 80%;
    text-align: right;
    float: right;
}

.manageYourBusiness {
    padding: 50px 0px;
}

    .manageYourBusiness h2 {
        color: #282828;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 74px;
        text-align: center;
    }

        .manageYourBusiness h2 span {
            background: linear-gradient(90deg, #54479D 16%, #B84B9C 99%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .manageYourBusiness p {
        color: #616161;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0.18px;
    }

    .manageYourBusiness div img {
        width: 1200px;
        margin: 0px auto;
        text-align: center;
        display: table;
        margin-top: 80px;
    }

.management-solutions .container {
    border-radius: 41px;
    background: #F0EDFF;
    padding: 60px;
}

.management-solutions h3 {
    color: #282828;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 74.4px;
    margin-bottom: 20px;
}

    .management-solutions h3 span {
        color: #53469A;
    }

.management-solutions_left p {
    color: #616161;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    margin-bottom: 35px;
}

    .management-solutions_left p b {
        color: #53469A;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 42.3px;
        letter-spacing: 0.18px;
    }

.management-solutions_img img {
    width: 100%;
}


.need-bm-software h3 {
    color: #282828;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
    text-align: center;
}

.need-bm-software p {
    color: #616161;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    margin-bottom: 70px;
}

.need-business-slot-main {
    margin-bottom: 50px;
}

.need-business-slot {
    background: linear-gradient(to bottom, #D32EB9 0%, #53469A 100%);
    border-radius: 48px;
    padding: 8px;
    height: 100%;
}

    .need-business-slot .need-business-slot-inner {
        border-radius: 44px;
        padding: 8px;
        background: #fff;
        height: 100%;
    }

        .need-business-slot .need-business-slot-inner .need-business-innertext {
            background: #53469A;
            border-radius: 36px;
            padding: 18px;
            height: 100%;
        }

            .need-business-slot .need-business-slot-inner .need-business-innertext h4 {
                color: #FFF;
                text-align: center;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 1;
                letter-spacing: 0.18px;
                margin-bottom: 30px;
            }

            .need-business-slot .need-business-slot-inner .need-business-innertext p {
                color: #FFF;
                text-align: center;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 25px;
                letter-spacing: 0.18px;
                margin-bottom: 0px;
            }

.need-bm-software-text p b {
    color: #53469A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.3px;
    letter-spacing: 0.18px;
}

.karyas-business .karyas-business-inner {
    margin-bottom: 60px;
    background: linear-gradient(to right, #53469A 0%, #D32EB9 100%);
    border-radius: 48px;
    padding: 2px;
}

    .karyas-business .karyas-business-inner h4 {
        color: #282828;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 74.4px;
        text-align: center;
    }

    .karyas-business .karyas-business-inner p {
        color: #616161;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
        text-align: center;
    }

.karyas-business-inner-bg {
    background: #fff;
    border-radius: 46px;
    padding: 10px 30px;
}

.wc-karya h2 {
    color: #282828;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 60px;
}

.wc-karya .wc-karya-inner {
    margin-bottom: 85px;
}

    .wc-karya .wc-karya-inner .wc-karya-slot {
        height: 123px;
        background-size: 200% 100%;
    }

        .wc-karya .wc-karya-inner .wc-karya-slot:hover {
            background-position: left bottom;
            background: linear-gradient(to right, #53469A 0%, #9F4B9C 100%);
            transition: all 2s ease-out;
        }

            .wc-karya .wc-karya-inner .wc-karya-slot:hover h6, .wc-karya .wc-karya-inner .wc-karya-slot:hover p {
                color: #fff;
            }

        .wc-karya .wc-karya-inner .wc-karya-slot::before {
            content: "";
            width: 2px;
            height: 100%;
            flex-shrink: 0;
            border-radius: 1px;
            background: linear-gradient(90deg, #54479D 0%, #D62DBB 100%);
            box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
            display: inline-block;
            float: left;
            padding-right: 5px;
            margin-right: 40px;
        }

        .wc-karya .wc-karya-inner .wc-karya-slot h6 {
            color: #282828;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 42.3px;
            letter-spacing: 0.18px;
            margin-bottom: 15px;
        }

        .wc-karya .wc-karya-inner .wc-karya-slot p {
            color: #616161;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.3px;
            letter-spacing: 0.18px;
        }

.free-trail-form {
    background: #F0EDFF;
    padding: 50px;
}

.free-trail-form-section {
    width: 671px;
    height: 580px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin: 0px auto;
    margin-bottom: 50px;
}

    .free-trail-form-section h4 {
        color: #54469B;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .free-trail-form-section input {
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 28px;
        padding: 8px;
    }

.get_started-form {
    max-width: 410px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #54469B;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 50px auto;
    display: table;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.free-trail-form-section p {
    color: #AEAEAE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .free-trail-form-section p a {
        color: #54469B;
    }

.free-terms-privacy p {
    color: #AEAEAE;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

    .free-terms-privacy p a {
        color: #54469B;
    }

.free-terms-privacy {
    width: 573px;
    margin: 0px auto;
}

.purple_color-gradiant {
    background: linear-gradient(90deg, #54479D 69.88%, #BF3197 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
}

.payrollsoftware-page .banner-sections .container {
    position: relative;
}

.payrollsoftware-page .payroll-banner-image img {
    width: 90%;
    float:right;
}

.payrollsoftware-page.inner_pages_main.timesheet-attendance-page .payroll-banner-image img {
    width: 80%;
    position: initial;
    bottom: 0px;
}

.manageYourBusiness .container {
    width: 1320px;
}

.payrollsoftware-page .manageYourBusiness div img {
    width: 945px !important;
    margin-bottom: 70px;
}

.why-choose-slot-main h4 {
    color: #282828;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    margin-bottom: 15px;
}

.why-choose-slot-main p {
    color: #616161;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.2px;
    letter-spacing: 0.18px;
}

.slot-main-section {
    margin-bottom: 80px;
}

.payroll-software-categories .payroll-software-headsection h3 {
    color: #282828;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
    text-align: center;
}

.payroll-software-categories .payroll-software-headsection p {
    color: #616161;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
}

.payroll-software-categories .payroll-software-headsection {
    margin-bottom: 120px;
}

.manualPayroll-section .container {
    border-radius: 22px;
    border: 2px solid #9747FF;
    padding: 45px;
    margin-bottom: 80px;
}

.manual-headding h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
    background: linear-gradient(90deg, #54479D 0%, #BE4B9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 45px;
    text-align: center;
}

.manual-payroll-process table {
    table-layout: fixed;
}

    .manual-payroll-process table tr th {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        padding: 20px 40px;
    }

    .manual-payroll-process table tr td:first-child {
        color: #000;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        padding: 20px 40px;
    }

    .manual-payroll-process table tr td {
        color: #616161;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        padding: 20px 40px;
        vertical-align: top;
    }

.manualPayroll-section p {
    color: #616161;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}

.hidden-charges {
    margin: 80px 0px;
}

    .hidden-charges h3 {
        text-align: center;
    }

        .hidden-charges h3 .hrm-txt {
            color: #53469A;
            text-align: center;
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: 156.5%;
        }

        .hidden-charges h3 .hrm-price {
            background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: 156.5%;
        }

        .hidden-charges h3 .month-user {
            background: linear-gradient(92deg, #B84B9C 70.54%, #453692 88.58%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 31px;
            font-style: normal;
            font-weight: 500;
            line-height: 156.5%;
        }

    .hidden-charges span.hdn-charges {
        text-align: center;
    }

        .hidden-charges span.hdn-charges span {
            text-align: center;
            font-size: 49px;
            font-style: normal;
            font-weight: 700;
            line-height: 156.5%;
            background: radial-gradient(75.27% 79.79% at 15.4% 100%, #B0A9EB 0%, #928DB0 47.5%, #B0A9EB 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .hidden-charges h4 {
        color: #282828;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: 74.4px;
        text-align: center;
    }

        .hidden-charges h4 b {
            color: #54479D;
            font-weight: 600;
        }

body.hrmpayroll-software header.inner_header {
    background: #f0f6ff;
}

.manage-every-aspect {
    border-radius: 94px;
    background: #F0FAFF;
    padding: 60px;
    margin-bottom: 80px;
}

    .manage-every-aspect h2 {
        color: #282828;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 74.4px;
        margin-bottom: 10px;
        text-align: center;
    }

    .manage-every-aspect p {
        color: #616161;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
        margin-bottom: 30px;
        text-align: center;
    }

    .manage-every-aspect img {
        width: auto;
        margin: 0px auto;
    }

.our-happy-clients {
    background: #F1F1F1;
    padding: 20px 0px;
    margin-bottom: 80px;
}

    .our-happy-clients .our-happy-clients-inner h3 {
        font-size: 26px;
        line-height: 32px;
        color: #000;
    }

    .our-happy-clients .our-happy-clients-inner .clients-logos {
    }

    .our-happy-clients .our-happy-clients-inner .headding-clients {
        border-right: 1px solid #000;
    }

    .our-happy-clients .client-logos .slick-slide img {
        width: 80px;
    }

.first-organization {
    margin-bottom: 80px;
}

    .first-organization h3 {
        color: #282828;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 74.4px;
        text-align: center;
    }

    .first-organization p {
        color: #616161;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
        text-align: center;
        margin-bottom: 40px;
    }

    .first-organization ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .first-organization ul li {
            width: 25%;
        }

            .first-organization ul li img {
                width: 80%;
                margin: 0px auto;
                text-align: center;
                display: table;
            }

.career-head p {
    text-align: center;
    margin-bottom: 80px;
    color: #616161;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
}

.careers-page .career-head h2 {
    color: #282828;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
    margin-bottom: 6px;
}

.empower-organization {
    margin-bottom: 50px;
}

.hrm-software .purchase-business-section-inner h2 {
    margin-bottom: 40px;
}

.crm-categories-left {
    width: 440px;
}

.crm-categories-right {
    width: calc(100% - 470px);
}

.crm-categories-left .crm-manage-leads h3, .action-items-leads h3, .deal-management-leads h3, .crm-teams-targets h3, .crm-bulk-mailing h3 {
    color: #FFF;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

     .crm-categories-left .crm-manage-leads h3 a, .crm-categories-left .crm-manage-leads h3 a:hover, .action-items-leads h3 a, .action-items-leads h3 a:hover, .deal-management-leads h3 a, .deal-management-leads h3 a:hover, .crm-teams-targets h3 a, .crm-teams-targets h3 a:hover, .crm-bulk-mailing h3 a, .crm-bulk-mailing h3 a:hover {
        color: #fff;
        text-decoration: none;
    }

.categories-content a:hover {
    color: #fff !important;
}

button.btn.see-all-featuresbtn a, button.btn.see-all-featuresbtn a:hover {
    color: #000;
    text-decoration: none;
}

.crm-categories-left .crm-manage-leads p {
    margin-bottom: 74px;
}

.crm-categories-left .crm-manage-leads p, .action-items-leads p, .deal-management-leads p, .crm-teams-targets p, .crm-bulk-mailing p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.crm-teams-targets p {
    margin-bottom: 20px;
}

.crm-manage-leads {
    background: #53469A;
    margin-bottom: 21px;
}

.action-items-leads {
    background: #16942D;
}

.deal-management-leads {
    background: #E03D5C;
}

.crm-teams-targets {
    background: #ED605A;
}

.crm-bulk-mailing {
    background: #5A05FD;
    width: 539px;
    margin-left: 20px;
}

.crm-teams-targets {
    width: 432px !important;
}

.crm-manage-leads, .action-items-leads, .crm-teams-targets, .crm-bulk-mailing {
    border-radius: 39px;
    padding: 32px;
}

.crm-teams-targets, .crm-bulk-mailing {
    padding-bottom: 23px;
}

.deal-management-leads {
    border-radius: 39px;
    padding: 15px 32px;
    margin-bottom: 20px;
}

.crm-manage-leads img {
    width: 100%;
}

.deal-management-leads-right img {
    width: 98%;
}

.action-items-leads div img {
    width: auto;
}

.action-items-leads div {
    margin-top: -40px;
}

.crm-manage-leads h3 span img, .action-items-leads h3 span img, .deal-management-leads h3 img, .crm-teams-targets span img, .crm-bulk-mailing span img {
    width: 25px;
    margin-left: 5px;
}

.deal-management-leads-right img {
}

.deal-management-leads-left {
    width: 378px;
}

.crm-teams-targets {
    width: 460px !important;
}

.crm-bulk-mailing {
    width: 517px;
}

    .crm-bulk-mailing div img {
        width: 100%;
    }

.crm-categories {
    margin-bottom: 70px;
}

button.btn.see-all-featuresbtn {
    width: 148px;
    height: 55px;
    flex-shrink: 0;
    color: #424141;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 2px solid #000;
    border-radius: 50px;
    margin-top: 20px;
}

.sales-drama-section .container {
    border-radius: 55px;
    background: #FAF0F0;
    padding: 85px;
    margin-bottom: 45px;
}

.sales-drama-section h3 {
    color: #282828;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 74.4px;
}

.sales-drama-section p {
    color: #616161;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.3px;
    letter-spacing: 0.18px;
    margin-bottom: 45px;
}

.sales-pipeline {
    background: #FAF0F0;
    padding: 86px 0px;
    position: relative;
    margin-top: 100px;
}

.hr-super-power-section .hr-super-power-section-inner {
    border-radius: 60px;
    background: #F2FBFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.hr-slider-section {
    padding: 57px;
}

.hr-super-power-section .hr-super-power-section-inner span.hsp-text {
    color: #53459C;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 16px;
    text-align: center;
    margin: 0px auto;
    display: table;
    margin-bottom: 37px;
    border-radius: 4px;
}

.hr-super-power-section .hr-super-power-section-inner h3 {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
}

.hr-super-power-section-inner a.see_all_features {
    border-radius: 0px 0px 60px 60px;
    background: #53459C;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 40px;
    color: #fff;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.hr-super-power-section {
    margin-bottom: 100px;
}

.hr-super-power-section-inner a span i {
    font-size: 17px;
    line-height: 21px;
    margin-left: 5px;
}


.hr-sliders .wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.hr-sliders .carousel {
    width: 100%;
    margin: 0px auto;
}

.hr-sliders .slick-slide {
    margin: 10px;
}

.hr-sliders .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.hr-sliders .sliders {
    flex-shrink: 0;
    border-radius: 15px;
    padding: 22px;
}

.hr-sliders .bg-color-1 {
    background: #ED605A;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-2 {
    background: #E03D5C;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-3 {
    background: #5A05FD;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-4 {
    background: #16942D;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-5 {
    background: #5AEDD0;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-6 {
    background: #CCB117;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-7 {
    background: #CC5C17;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-8 {
    background: #7E17CC;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-9 {
    background: #5AC1ED;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .bg-color-10 {
    background: #CC17C9;
    box-shadow: 0px 10px 25px 0px rgba(0, 184, 132, 0.10);
}

.hr-sliders .sliders h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.hr-sliders .sliders a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-decoration:none;
}

.hr-sliders .sliders img.features-icon {
    width: 60px;
    margin-bottom: 25px;
}

.organization-box-main {
    margin-bottom: 30px;
}

.organization-box {
    border-radius: 17px;
    background: #F4F4F4;
    padding: 24px;
    height: 100%;
}

.akbar-birbal-section {
    margin-bottom: 160px;
}

    .akbar-birbal-section .container {
        border-radius: 58px;
        background: #54479D;
        padding: 55px 68px;
        padding-bottom: 0px;
    }

    .akbar-birbal-section h3 {
        color: #FFF;
        font-family: "Pridi", serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 74.4px;
        margin-bottom: 0px;
    }

        .akbar-birbal-section h3 span {
            color: #FFF;
            font-family: "Pridi", serif;
            font-size: 43px;
            font-style: normal;
            font-weight: 600;
            line-height: 74.4px;
        }

.akbar-birbal-section-left .karya_logos {
    width: 330px;
    display: block;
    margin-bottom: 80px;
}

.akbar-birbal-section-left .free_demo_btn {
    width: 166px;
    height: 55px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50px;
    margin-bottom: 40px;
}

.akbar-birbal-section-right img {
    float: right;
}

img.crm-akbar-birbal-image {
    width: 289px;
    margin-left: 58px;
    margin-top: -70px;
}

.sales-pipeline h3 {
    color: #282828;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 77.4px;
    margin-bottom: 32px;
}

.sales-pipeline p {
    color: #616161;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    margin-bottom: 70px;
}


.sales-pipeline ul li {
    float: left;
}

.sales-pipeline .container {
    position: relative;
}

.sales-pipeline-right img {
    position: absolute;
    top: -200px;
}

.project-categories .categories-content-image {
    border-radius: 0px 110px;
    padding: 70px;
    margin-bottom: 30px;
}

.project-categories .categories-image-content {
    border-radius: 110px 0px;
    padding: 70px;
    margin-bottom: 30px;
}

.project-categories .categories-image img {
    width: 100%;
}

.task-management-categories {
    background: #E03D5C;
}

.kanban-boards-categories {
    background: #5A05FD;
}

.gantt-charts-categories {
    background: #ED605A;
}

.todo-categories {
    background: #53469A;
}

.resource-allocation-categories {
    background: #16942D;
}

.project-categories .categories-content h3 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.3px;
    margin-bottom: 30px;
}

    .project-categories .categories-content h3 span {
        margin-left: 8px;
    }

.project-categories .categories-content p {
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.3px;
    margin-bottom: 71px;
}

.project-categories .categories-content a.cartegories_viewmore {
    width: 148px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 35px;
    border: 2px solid #FFF;
    box-shadow: 0px 10px 25px 0px rgba(94, 71, 154, 0.25);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    line-height: 55px;
    text-align: center;
}

.projects-deadline-section .row {
    justify-content: center;
}

.projects-deadline-section .deadline-section {
    margin-bottom: 21px;
}

    .projects-deadline-section .deadline-section .deadline-section-box {
        flex-shrink: 0;
        border-radius: 17px;
        background: #F4F4F4;
        box-shadow: 8px 10px 17px 0px rgba(0, 0, 0, 0.10);
        padding: 15px;
        height: 100%;
    }

        .projects-deadline-section .deadline-section .deadline-section-box h6 {
            color: #282828;
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            line-height: 42.3px;
            letter-spacing: 0.18px;
        }

        .projects-deadline-section .deadline-section .deadline-section-box p {
            color: #616161;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 29.3px;
            letter-spacing: 0.18px;
            margin-bottom: 0px;
        }

        .projects-deadline-section .deadline-section .deadline-section-box img {
            width: 57px;
            height: 57px;
            flex-shrink: 0;
        }

.projects-deadline-section {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/orange-circles-1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    margin-bottom: 100px;
}

.project-categories {
    margin-bottom: 100px;
}

.projects-deadline-section-main h3 {
    color: #282828;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 63.4px;
    text-align: center;
}

span.projects_clr {
    color: #EC6B2A;
}

    span.projects_clr.project-wave-line {
        content: "";
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/karyas-project-tool-wave-line.png);
        background-repeat: no-repeat;
        background-position: bottom;
        font-weight: 700;
    }

.projectmanagement-page .banner-content h1 {
    color: #000;
    text-align: center;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 87.4px;
    padding: 15px 45px;
    margin: 0px auto;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    padding: 15px 55px;
    display: table;
}

    .projectmanagement-page .banner-content h1::before {
        content: "";
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/rectangle-left.png);
        background-repeat: no-repeat;
        background-position: left;
        width: 351px;
        display: inline-block;
        height: 213px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .projectmanagement-page .banner-content h1::after {
        content: "";
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/rectangle-right.png);
        background-repeat: no-repeat;
        background-position: right;
        width: 351px;
        display: inline-block;
        height: 213px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .projectmanagement-page .banner-content h1 span.project-headding-size {
        color: #000;
        font-size: 62px;
        font-style: normal;
        font-weight: 700;
        line-height: 87.4px;
    }

.projectmanagement-page header.inner_header {
    background: #FFF9F5;
}

.projectmanagement-page .banner-content p {
    color: #616161;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.18px;
    text-align: center;
    margin-bottom: 45px;
}

.projectmanagement-page .banner-content .convinced-section {
    margin-bottom: 85px;
}

.projectmanagement-page .project-banner-image img {
    width: 75%;
    margin: 0px auto;
    display: table;
}

.projectmanagement-page .banner-content {
    padding-bottom: 60px;
    background: #FFF9F5;
    display: inline-block;
    width: 100%;
}

/*.projects-deadline-section .break_tag {
    display: none;
}*/

.projects-deadline-section .deadline-section {
    margin-bottom: 21px;
    /*width: 50%;*/
}

.finance-page .header-banner .header-banner-inner {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/finance-banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /*padding: 0px 70px;*/
    max-width: 1500px;
    margin: 0px auto;
}

.finance-page .banner-content {
    padding-top: 50px;
    display: table;
}

    .finance-page .banner-content h1 {
        color: #000;
        text-align: center;
        font-size: 66px;
        font-style: normal;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 45px;
    }

        .finance-page .banner-content h1 span.finance_color {
            color: #54AF49;
        }

span.finance_color {
    color: #54AF49;
}

.finance-page .banner-content .convinced-section {
    margin-bottom: 45px;
}

.finance-banner-image img {
    width: 90%;
    margin: 0px auto;
    display: table;
}

div.module-crumb {
    color: #616161;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    margin: 0px auto;
    display: inline-block;
    padding: 7px 20px;
    width: auto;
}

.complaint-section {
    background: #FFF;
    padding: 80px 0px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

    .complaint-section h3 {
        color: #282828;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 74px;
        text-align: center;
    }

    .complaint-section p {
        color: #616161;
        text-align: center;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0.18px;
        text-align: center;
        margin-bottom: 80px;
    }

.complaint-section-images div.csl img {
    width: 80%;
}

.complaint-section-images div.csr img {
    width: 70%;
}

.complaint-section-images .csr {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.finance-expenses-content h3 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 42.3px;
    margin-bottom: 20px;
}

    .finance-expenses-content h3 a {
        color: #fff !important;
        text-decoration:none !important;
    }

    .finance-expenses-content h3 a {
        position: relative;
        display: table;
        text-decoration: none;
        transition: 0.5s;
    }

        .finance-expenses-content h3 a::after {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 1.5px;
            background: #fff;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s;
            border: 0px;
            margin: 0px;
        }


        .finance-expenses-content h3 a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        .finance-expenses-content p {
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 36.3px;
        }

finance-expenses-content h3 img {
    width: 25px;
    margin-left: 5px;
}

.expenses-gray h3 {
    color: #333;
}
    .expenses-gray h3 a, .expenses-gray h3 a:hover {
        color: #333 !important;
    }
.expenses-gray p {
    color: #333;
}

.expenses-green {
    border-radius: 17px;
    background: #54AF49;
    padding: 25px 32px;
    height: 100%;
}

.expenses-gray {
    border-radius: 17px;
    background: #E3E3E3;
    padding: 25px 32px;
    height: 100%;
}

.expenses-bottom {
    margin-bottom: 25px;
}

.finance-banner-image {
    margin-bottom: 75px;
}

.payroll-software-categories .why-choose-slot-img img {
    width: 100%;
}

.employee-self-services .payroll-banner-image img {
    float: right;
    width: 90%;
}

.benefits-essp .container {
    border-radius: 22px;
    border: 2px solid #9747FF;
    padding: 50px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

    .benefits-essp .container::before {
        content: "";
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/circle-blur.png);
        width: 290px;
        height: 290px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        bottom: -70px;
        left: -70px;
    }

    .benefits-essp .container::after {
        content: "";
        background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/circle-blur.png);
        width: 290px;
        height: 290px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        right: -70px;
        top: -70px;
    }

.benefits-essp h3 {
    color: #282828;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 74.4px;
    text-align: center;
    margin-bottom: 40px;
}

    .benefits-essp h3 span {
        background: linear-gradient(90deg, #54469B 34.29%, #B84B9C 99.99%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.benefits-essp ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .benefits-essp ul li {
        color: #616161;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
        margin-bottom: 25px;
    }

        .benefits-essp ul li:last-child {
            margin-bottom: 0px;
        }

        .benefits-essp ul li b {
            font-weight: 700;
        }

.benefits-essp .benefits-essp-right img {
    width: 100%;
}

.employee-self-services .banner-sections h1 span.prple_color, .leave-management-page .banner-sections h1 span.prple_color, span.prple_color {
    color: #54479D;
}

.employee-self-services .banner-sections h1 span.prple_gradinat, .leave-management-page .banner-sections h1 span.prple_gradinat, span.prple_gradinat {
    color: #BC4C9C;
}

.payroll-software-categories.clock-inout-features .payroll-software-headsection {
    margin-bottom: 50px;
}

.clock-inout-features-section {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/clock-in-clock-out-feature-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    margin-bottom: 70px;
}

.clock-inout-features-box {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.06);
    padding: 22px;
    min-height: 200px;
    margin-bottom: 23px;
}

    .clock-inout-features-box h4 {
        color: #282828;
        font-family: Poppins;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.18px;
        margin-bottom: 10px;
    }

    .clock-inout-features-box p {
        color: #616161;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0.18px;
    }

.for-sections-main {
}

    .for-sections-main .for-sections {
        border: double 2px transparent;
        border-radius: 22px;
        display: inline-block;
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #1fddff, #fc00ff);
        background-origin: border-box;
        background-clip: content-box,border-box;
        margin-bottom: 50px;
        padding-bottom: 0px;
        position: relative;
    }

        .for-sections-main .for-sections .row {
            padding: 50px;
        }

        .for-sections-main .for-sections h5 {
            font-family: Poppins;
            font-size: 35px;
            font-style: normal;
            font-weight: 600;
            line-height: 74.4px;
            background: linear-gradient(90deg, #54479D 16%, #B84B9C 99%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: table;
        }


        .for-sections-main .for-sections ul li {
            color: #616161;
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: 0.18px;
            margin-bottom: 24px;
        }

            .for-sections-main .for-sections ul li b {
                font-weight: 700;
            }

.for-content-image .for-sections-right img {
    float: right;
}

.for-sections.for-content-image::before {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/circle-blur.png);
    width: 290px;
    height: 290px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: -70px;
    left: -70px;
    opacity: 0.6;
}

.for-sections.for-image-content::before {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/circle-blur.png);
    width: 290px;
    height: 290px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: -70px;
    right: -70px;
    opacity: 0.6;
}

.for-image img {
    position: absolute;
    bottom: 0px;
    width: auto;
    height: 100%;
    padding-top: 25px;
}

.for-image-content .for-sections-right.for-image img {
    left: 50px;
}

.for-content-image .for-sections-right.for-image img {
    right: 50px;
}

.clockinout-page .benefits-essp .benefits-essp-right img {
    width: 400px;
}

.clockinout-page .benefits-essp .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clockinout-page .benefits-essp h3 {
    margin-bottom: 0px;
}

.clockinout-page .benefits-essp .container {
    padding: 30px;
}

.clockinout-page .benefits-essp ul li {
    color: #616161;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin-bottom: 25px;
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/clockin-outtick.png);
    background-repeat: no-repeat;
    padding-left: 33px;
    margin-bottom: 35px;
}

    .clockinout-page .benefits-essp ul li:last-child {
        margin-bottom: 0px;
    }

.payrollsoftware-page.inner_pages_main.employee-expenses-page .payroll-banner-image img {
    width: 90%;
}

.payrollsoftware-page.inner_pages_main.employee-expenses-page .banner-sections {
    padding-top: 13px;
    padding-bottom: 0px;
}

.piece-of-cake-section {
    margin-bottom: 150px;
    margin-top: 50px;
    display: inline-block;
}

    .piece-of-cake-section .piece-of-cake-section-headding h3 {
        margin-bottom: 100px;
        text-align: center;
        color: #282828;
        font-family: Poppins;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 74.4px;
    }

        .piece-of-cake-section .piece-of-cake-section-headding h3 span {
            background: linear-gradient(90deg, #9747FF 62.4%, #D62DBB 99.99%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .piece-of-cake-section .container {
        border-radius: 22px;
        border: 2px solid #9747FF;
        background: rgba(255, 255, 255, 0.11);
        backdrop-filter: blur(65px);
        padding: 32px 20px;
    }

.piece-of-cake-section-box {
    border-radius: 19px;
    border: 1px solid #9747FF;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 28px;
    padding-top: 53px;
    position: relative;
    height: 100%;
}

    .piece-of-cake-section-box .piece-cake-section-img {
        width: 94px;
        height: 94px;
        position: absolute;
        top: -58px;
        left: 28px;
    }

    .piece-of-cake-section-box .piece-cake-section-content h4 {
        color: #363535;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 42.3px;
        letter-spacing: 0.18px;
    }

    .piece-of-cake-section-box .piece-cake-section-content p {
        color: #616161;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 32.3px;
        letter-spacing: 0.18px;
        margin-bottom: 0px;
    }

    .piece-of-cake-section-box .piece-cake-section-img img {
        width: 100%;
    }

.payroll-software-headsection.manageYourBusiness {
    margin-bottom: 60px;
}

.crm-benfits-section-box-main {
    margin-bottom: 30px;
}

.crm-benfits-section-box {
    border-radius: 21px;
    border: 1px solid #DB3D1F;
    background: #FFF;
    box-shadow: -4px 3px 10px 0px rgba(207, 45, 32, 0.12);
    padding: 40px 16px;
    height: 100%;
}

    .crm-benfits-section-box img {
        width: 62px;
        height: 62px;
        margin-bottom: 26px;
    }

    .crm-benfits-section-box h6 {
        color: #474747;
        font-family: Poppins;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .crm-benfits-section-box p {
        color: #515151;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0px;
    }

.crm-benfits-section-head {
    margin-bottom: 70px;
}

    .crm-benfits-section-head h3 {
        color: #282828;
        font-family: Poppins;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
    }

        .crm-benfits-section-head h3 span {
            background: linear-gradient(90deg, #9747FF 41.94%, #D62DBB 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .crm-benfits-section-head p {
        color: #616161;
        text-align: center;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42.3px;
        letter-spacing: 0.18px;
    }

.crm-benfits-section {
    margin-bottom: 80px;
}

.deal-management-page .payroll-banner-image img {
    width: 100%;
}

.crm-inner-pages .banner-sections, .projectmanagement-inner-pages .banner-sections {
    padding-bottom: 0px;
}

.crm-inner-pages .convinced-section, .projectmanagement-inner-pages .convinced-section {
    padding-bottom: 50px !important;
}

.crm-inner-pages .payroll-banner-image img, .projectmanagement-inner-pages .payroll-banner-image img, .finance-inner-pages .payroll-banner-image img {
    float: right;
    width: 90%;
}

.clickcall-essp ul li {
    line-height: 62px !important;
}

.clickcall-essp p {
    text-align: center;
}

.clickcall-essp .benefits-essp-right img {
    width: 300px;
    margin: 0px auto;
    display: table;
}

.marketing-decisions_detailed b {
    color: #616161;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 48.3px;
    letter-spacing: 0.18px;
}

.marketing-decisions_detailed ul li {
    color: #616161;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 48.3px;
    letter-spacing: 0.18px;
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/clockin-outtick.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 21px 21px;
    padding-left: 25px;
}

.project_color {
    color: #F3912A !important;
    background: none !important;
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

ul.listed-categories {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px !important;
}

    ul.listed-categories li {
        color: #616161;
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0.18px;
        margin-bottom: 20px;
    }

        ul.listed-categories li:last-child {
            margin-bottom: 0px;
        }

.projectmanagement-inner-pages .crm-benfits-section-box {
    border: 1px solid #E48417;
}

.projectmanagement-inner-pages .benefits-essp-left li {
    content: "";
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/03/clockin-outtick.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 28px;
    display: inline-block;
    background-position: left top;
    line-height: 1.2 !important;
    margin-bottom: 45px;
}

.projectmanagement-inner-pages .clickcall-essp .benefits-essp-right img {
    width: 100%;
}

.finance_modules {
    margin: 70px 0px;
}

    .finance_modules .lyt-green-bg {
        border-radius: 15px;
        background: #F6FFF5;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
        padding: 40px;
        margin-bottom: 30px;
    }

    .finance_modules .thik-green-bg {
        border-radius: 15px;
        background: #43A531;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
        padding: 40px;
        margin-bottom: 30px;
    }

    .finance_modules h4 {
        color: #363535;
        font-family: Poppins;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: 42.3px;
        letter-spacing: 0.18px;
        margin-bottom: 30px;
    }

    .finance_modules p {
        color: #616161;
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 48.3px;
        letter-spacing: 0.18px;
    }

    .finance_modules .thik-green-bg h4 {
        color: #fff;
    }

    .finance_modules .thik-green-bg p {
        color: #fff;
    }

    .finance_modules ul li {
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.18px;
        margin-bottom: 20px;
    }

        .finance_modules ul li:last-child {
            margin-bottom: 0px !important;
        }

    .finance_modules .lyt-green-bg ul li {
        color: #616161;
    }

        .finance_modules .lyt-green-bg ul li b {
            font-weight: 700;
        }

    .finance_modules .thik-green-bg ul li {
        color: #fff;
    }

        .finance_modules .thik-green-bg ul li b {
            font-weight: 700;
        }

.finance-inner-pages .banner-sections {
    padding-bottom: 0px;
}

.finance-inner-pages .convinced-section {
    padding-bottom: 40px !important;
}

a.cartegories_viewmore{
    text-decoration:none;
}
.task-management-categories a.cartegories_viewmore:hover {
    background: #fff;
    color: #e03d5c !important;
}

.kanban-boards-categories a.cartegories_viewmore:hover {
    background: #fff;
    color: #5a05fd !important;
}

.gantt-charts-categories a.cartegories_viewmore:hover {
    background: #fff;
    color: #ed605a !important;
}

.todo-categories a.cartegories_viewmore:hover {
    background: #fff;
    color: #53469a !important;
}

.resource-allocation-categories a.cartegories_viewmore:hover {
    background: #fff;
    color: #16942d !important;
}

.footer ul li.nav-item a.nav-link:hover {

    color: #fff;
    text-decoration: underline;
}

.banner-content h1 span {
    font-weight: 700;
}

.scrolled .header_radial {
    margin-top: 98px;
    height: 620px;
}

.project-categories .categories-content h3 a {
    color: #fff !important;
    text-decoration: none;
}


.project-categories .categories-content h3 a {
    position: relative;
    display: table;
    text-decoration: none;
    transition: 0.5s;
}

    .project-categories .categories-content h3 a::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 1.5px;
        background: #fff;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s;
        border: 0px;
        margin: 0px;
    }


    .project-categories .categories-content h3 a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

.breadcrumb-section ol.breadcrumb li a {
    color: #6c757d;
    text-decoration:none;
}

    .breadcrumb-section ol.breadcrumb li a:hover {
        color: #54479d;
        text-decoration: underline;
    }
.breadcrumb-section ol.breadcrumb .breadcrumb-item {
    color: #6c757d;
}
.breadcrumb-section ol.breadcrumb li.breadcrumb-item.active {
    color: #54479d;
    font-weight: 600;
}

.hr-super-power-section .slick-next:before, .hr-super-power-section .slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #53459c;
}

.trail-section a.schdule-demo {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 35px;
    background: #FF9335;
    box-shadow: 0px 9px 30px 0px rgba(255, 147, 53, 0.25);
    width: 200px;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    cursor:pointer;
}

.trail-section a.try-free {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 35px;
    background: linear-gradient(84deg, #9747FF 8.6%, #D62DBB 95.25%);
    box-shadow: 0px 9px 30px 0px rgba(184, 57, 220, 0.25);
    width: 200px;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    cursor: pointer;
}

.modules__section h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.modules__section .modules_box.m-box2 h3, .modules__section .modules_box.m-box3 h3 {
    color: #252525;
}

.modules__section p {
    color: #FEFEFE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.modules__section .modules_box.m-box2 p, .modules__section .modules_box.m-box3 p {
    color: #252525;
}

.modules__section a {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: 97px;
    height: 29px;
    border-radius: 18px;
    background: #FFF;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
}

    .modules__section a img {
        width: 15px;
    }

.modules__section img {
}

.modules__section .modules_box.m-box1 {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: linear-gradient(180deg, #250759 0.48%, #2F0972 60.1%, #390A88 81.73%, #2D1763 100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
    padding:22px;
}
.modules__section .modules_box.m-box2 {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: #E8E0FF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);    
}

    .modules__section .modules_box.m-box2 .m-box2-inner {
        padding: 22px;
    }

.modules__section .modules_box.m-box3 {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: #E8E0FF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
    padding: 22px;
}
.modules__section .modules_box.m-box4 {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: linear-gradient(121deg, #9669E8 11.33%, #6520E2 96.11%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
    padding: 22px;
}

.modules__section .modules_box .mbox-img {
    margin: 0px auto;
    margin-top: 25px;
    display:table;
}

.modules__section .container {
    max-width: 1140px;
}

.modules__section .modules_box.m-box3 .mbox-img img {
    height: 257px;
}

.modules__section {
    margin-bottom: 120px;
}

.karya_does-bg{
    background:#fff;
    padding:70px 0px;
}

.infrastructure-section {
    padding: 125px 0px;
}

    .infrastructure-section h3 {
        font-family: Poppins;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 75px; /* 150% */
        background: linear-gradient(90deg, #9747FF 0%, #D62DBB 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display:table;
        margin-bottom:80px;
    }
.infrastructure-section-box-inner{
    width:100%;
}
.infrastructure-section-box-inner img {
    width: 70px;
    margin-bottom: 35px;
}

.infrastructure-section-box-inner h5 {
    color: #484848;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; 
    margin-bottom:20px;
}

.infrastructure-section-box-inner p {
    color: #6B6B6B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-bottom:0px;
}

.home-page .sales-pipeline {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/04/purple-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-page .sales-pipeline h3, .home-page .sales-pipeline p {
        color: #fff;
    }

.testimonials-section {
    padding: 60px 0px;
}


.slider-container.karya__videos {
    margin: auto;
}

.karya__videos .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
    padding: 0 10px;
}

.karya__videos .slick-center {
    opacity: 1 !important;
    z-index: 9999;
    position: relative;
}

.karya__videos .slick-slide img {
    width: 100%;
    height:100%;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.category-section .slick-dots {
    bottom: -15px;
    display:none;
}

.karya__videos .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.karya__videos .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
}

.footer-bottom .footer-bot-col a:hover {
    color: #fff;
}

.demo-page {
    background: #F8F1FF;
    display: inline-block;
    width: 100%;
}

.demo_form {
    padding: 70px 140px 70px 140px;
    background: #fff;
}

.left-demo-img {
    background: #EFE7FF;
    position: relative;
}

    .left-demo-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 580px;
    }

    .demo-page h1 {
        color: #16151A;
        font-family: Poppins;
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.38px;
        margin-bottom: 24px;
    }

.demo-page button#btnDemo, button.get-started, button.get-started:hover, button.get-started:focus, button.get-started:active {
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    border-radius: 12px;
    background: #984CFF !important;
    color: #fff;
    border: 0px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}