@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;
}

main {
    margin-top: 88px;
}

.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;
}


header.inner_header {
    background: transparent;
    padding: 45px 0px;
}

* {
    outline: none;
}

header {
    padding: 20px 0px;
    height: 88px;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

    header nav.navbar {
        padding: 0px;
    }

ul.navbar-nav li.nav-item {
    margin: 0px 26px;
}

    ul.navbar-nav li.nav-item a.nav-link {
        color: black;
        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;
    font-weight: 500;
    color: #53469A;
}

    .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: #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;
}

main img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}

footer.footer {
    background: linear-gradient(to bottom, #53469A 0%, #9F4B9C 100%);
    padding-top: 70px;
    z-index: 9;
    position: relative;
}

    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: 20px 0px;
}

.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-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%);
}

.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;
}

.navbar-brand img.logo {
    width: 120px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    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%);
    }

.footer ul li.nav-item a.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
/*help-doc*/
.banner-section-help .container {
    max-width: 760px;
}

.banner-section-help {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #3A3A3A;
    line-height: 58px;
    margin-bottom: 15px;
}

.hero-section p {
    font-size: 18px;
    color: #767676;
    line-height: 28px;
    margin-bottom: 25px;
}

.search-section i {
    vertical-align: middle;
    line-height: 60px;
    color: rgba(118, 118, 118, 0.57);
}

.box a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.box p {
    color: gray;
    font-size: 13px;
}

.search-dropdown {
    position: absolute;
    top: -4px;
    right: 0px;
}

.card p {
    font-size: 14px;
    color: #425446;
}

.nav-link-a {
    text-decoration: none;
    color: black;
}

.box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.card h4 {
    font-size: 18px;
    font-weight: 600
}

.help-content .card {
    height: 100%;
}

    .help-content .card img {
        margin-bottom: 0px;
    }

.help-content {
}

.li-heading {
    font-weight: 600;
}

.kb-banner .container {
    width: 760px;
    padding: 0px;
}

.kb-banner {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/07/help-doc-banner.png);
    padding: 75px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 88px;
}

.search-section {
    position: relative;
    margin: 0px auto;
}

.kb-banner-content h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 14px;
}

.kb-banner-content p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.search-section input {
    color: rgba(118, 118, 118, 0.57);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 42.5px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.17);
    padding-right: 60px;
}

.search-section span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.kb-main {
    margin-bottom: 70px;
}

.kb-main-inner {
}

    .kb-main-inner .kb-categories-content {
        background: #FFF;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
        padding: 25px;
    }

.kb-q {
    margin-bottom: 40px;
}

    .kb-q h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
        color: #000;
    }

    .kb-q p, .answer ul li{
        color: #5E5E5E;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

.kb-main-inner button.nav-link {
    width: auto;
}

.kb-main-inner button.nav-link {
    color: #53469a;
}

    .kb-main-inner button.nav-link.active {
        background: #53469A;
        color: #fff;
    }

img.kb-img {
    margin: 25px 0px;
}

.kb-banner-main {
    padding-bottom: 70px;
}

.question-link a {
    display: block;
    text-decoration: none;
}

.question-link {
    margin: 8px 0;
    text-decoration: none;
    font-weight: 500;
    color: #0d6efd;
}

.faq-top .question {
    font-weight: bold;
}


.question h3 {
    color: #54479D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-ul {
    font-size: 15px;
    line-height: 29px;
}

.bi-caret-right {
    color: blue;
}

.viewmore {
    font-size: 14px;
    color: blue !important;
}

.left-items button {
    font-weight: 500;
}

.getting-started-para {
    font-size: 14px;
    line-height: 28px;
    color: #767676;
}

.rocket-img {
    height: 31px;
    width: 31px;
}

.view-more-btn {
    background-image: linear-gradient(to right,#54469B, #9B09A8);
    font-size: 16px;
    line-height: 1;
    color: #fff !important;
    text-decoration: none;
}

.view-more-btn-faq {
    background-image: linear-gradient(to right,#54469B, #9B09A8);
    font-size: 20px;
    color: white !important;
    text-decoration: none;
}

.hero-section-faq {
    color: #3A3A3A;
}

.faq-section-main .container {
    max-width: 940px;
    margin: 0px auto;
}

.faq-section-main .accordion-item {
    margin-bottom: 30px;
    border: 0px;
}

#faqaccordion h2 button {
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.faq-section-main .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #58479a;
    color: #fff !important;
}

#faqaccordion .accordion-body p {
    font-size: 16px;
    line-height: 21px;
}

.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;
}

.bottom-btn {
    margin-top: 50px;
    margin-bottom: 105px;
    font-size: 15px;
}

.faq-heading {
    margin-bottom: 36px !important;
    font-size: 36px !important;
    color: #3A3A3A;
    line-height: 46px;
    font-weight: 700;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.card h5 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    line-height: 1;
}

.faq-section-main {
    /*margin-top: 104px;*/
}

.home-modules {
    margin-bottom: 100px;
}

.copy_rights-inner span {
    font-size: 11px;
    color: #fff;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.col-auto.copy_rights-inner {
    display: table;
}


.tab-pane[id^="faq"]::before {
    content: "";
    display: block;
    height: 88px;
    margin-top: -80px;
    visibility: hidden;
}

.scrollable-left::-webkit-scrollbar {
    width: 6px;
}
table{
    border-collapse: collapse;
}
td, th {
    border: 1px solid black;
    text-align: left;
    padding: 25px;
    color: #5E5E5E;
    font-size: 15px;    word-wrap: break-word;
}

.kb-right-section .question-link a {
    margin-bottom: 15px;
}

.kb-main-mobile{
    display:none;
}
