/* body.no-scroll {
  overflow: hidden;
  height: 100vh;
} */
body.modal-open {
    padding-right: 0px !important;
}
.pointer {
    cursor: pointer !important;
}

.nk-header:has(.nk-menu-item.tabsMenuItemActive) {
    z-index: 99991;
}

/* New banner CSS */
.banner-card-badge {
    border-radius: 36.387px;
    border: 1px solid var(--primary-green-color);
    color: var(--primary-green-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    padding: 14px 16px;
    display: block;
    width: fit-content;
    margin: 0rem auto 1rem;
    letter-spacing: 0.1px;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #000;
    position: relative;
}

.banner-card-platform img {
    max-width: 60px;
    height: 60px;
    overflow: hidden;
}

.banner-card-badge::after {
    content: "";
    position: absolute;
    border-radius: 38px;
    border: 1px solid #000;
    background: transparent;
    box-shadow: 0 1.455px 2.911px 0 rgba(34, 210, 107, 0.15) inset,
        0 -0.728px 2.911px 0 rgba(233, 233, 233, 0.13) inset,
        0 0 2.911px 0 rgba(148, 148, 148, 0.25);
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
}

.banner-card-title h3,
.banner-card-title .mainBanner-title {
    color: var(--light-text-color);
    font-size: 110px;
    font-weight: 700;
    line-height: 140px;
    letter-spacing: -3.675px;
    font-family: var(--bs-font-sans-serif-montserrat);
}

.banner-card-platform {
    border-radius: 56px;
    background: linear-gradient(185deg,
            rgba(34, 210, 107, 0.4) -60.64%,
            rgba(239, 239, 239, 0.1) 89.48%);
    backdrop-filter: blur(57px);
    width: 190px;
    height: 85.324px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-card-desc {
    max-width: 80%;
    margin: 0rem auto 1.5rem;
    color: var(--primary-text-color);
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: var(--bs-font-sans-serif-spline);
}

.btn {
    font-family: var(--bs-font-sans-serif-spline);
}

.banner-card-btn {
    font-weight: 500;
}

.mobile-frame-inner img {
    width: 380px;
}

.mobile-frame {
    margin-top: 2rem;
}

.banner-card-header {
    margin-top: -1.5rem;
}

.mobile-frame-overlay {
    background: #071321;
    filter: blur(30px);
    height: 340px;
    width: 100%;
    margin-top: -9rem;
    position: relative;
    z-index: 1;
    margin-bottom: -15rem;
}

img.mobile-frame-logo {
    width: 150px;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}

.banner-chat-bubble {
    position: absolute;
    z-index: 2;
}

.chat-bubble-one {
    left: -5%;
    top: 18%;
}

.chat-bubble-two {
    left: 7%;
    top: 58%;
}

.chat-bubble-three {
    right: -6%;
    top: 15%;
}

.chat-bubble-four {
    right: 6%;
    top: 48%;
}

.typing-effect {
    background: var(--Hi-Gradient,
            linear-gradient(180deg, var(--primary-green-color) 28.12%, #014751 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Schibsted Grotesk";
    font-weight: 700;
    /* position: relative; */
    margin: 0px 15px 0px 20px;
    display: inline-block;
    min-width: 140px;
    /* height: 140px; */
}

.typing-effect2 {
    position: relative;
    /* min-height: 140px; */
}

.typing-effect::after,
.typing-effect::before {
    content: ",";
    position: absolute;
    font-family: "Schibsted Grotesk";
    z-index: 1;
}

.typing-effect::after {
    transform: rotate(180deg) translateX(135px);
    /* left: -8px; */
    top: 30px;
    background: var(--Hi-Gradient,
            linear-gradient(180deg, #014751 0%, var(--primary-green-color) 0%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.typing-effect::before {
    transform: rotate(0deg) translateX(110px);
    /* right: -12px; */
    top: -46px;
    background: var(--Hi-Gradient, linear-gradient(0deg, #014751 0%, var(--primary-green-color) 0%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

/* New banner CSS */

/* Client Logos */
.client-logos {
    position: relative;
    z-index: 10;
    padding: 2rem 0rem 5rem;
}

/* Client Logos */


/* Our Featiure CSS */
.titleGradient {
    background: linear-gradient(270deg, var(--primary-green-color) 0%, #FFFBFB 109.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* backdrop-filter: blur(42px); */
}

.titleGradient-2 {
    background: linear-gradient(to left, var(--primary-green-color) 0%, #FFFBFB 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* backdrop-filter: blur(42px); */
}

.featured-badge {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #fff;
    background: #071321;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3rem;
}

.featured-badge svg {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.new-featured-card-title {
    margin-bottom: 3rem;
}

.featired-Title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 1rem;
    font-family: var(--bs-font-sans-serif-spline);
}

.new-featured-card-title p {
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 18px;
    width: 90%;
    color: var(--light-text-color);
    line-height: 31px;
    font-weight: 400;
}

.type-tap-tabs-main .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21) !important;
    margin-bottom: 1.3rem;
    padding-bottom: 1.5rem;
    padding-top: 0;
}

.type-tap-tabs-main .nav-link:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.21) !important;
}

.type-tap-tabs-main .nav-link {
    color: var(--light-text-color);
    font-size: 18px;
    font-weight: 400;
    background-color: transparent !important;
    border-radius: 0px !important;
    width: 90%;
    font-family: var(--bs-font-sans-serif-spline);
}

.type-tap-tabs-main {
    padding-left: 1.8rem;
}

.type-tap-tabs-main .nav-link:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    bottom: unset;
    left: -24px;
    background: #0c243f;
    opacity: 1;
    border-radius: 5px;
    transition: 0.1s linear;
}

.type-tap-tabs-main .nav-link:before {
    position: absolute;
    content: "";
    height: 0%;
    width: 6px;
    top: -12px;
    bottom: unset;
    left: -24px;
    background: #0c243f;
    opacity: 0;
    z-index: 2;
    border-radius: 5px;
}

.type-tap-tabs-main .nav-link.active:before {
    animation: activeHeight 2s linear both;
    background: var(--primary-green-color);
    opacity: 1;
}

@keyframes activeHeight {
    100% {
        height: 100%;
    }
}

.typed-cursor {
    margin-left: 0.5rem;
    font-weight: 100;
}

.feature-margin {
    margin-bottom: 4rem;
}

.typetap-tab-pane-inner {
    margin-top: 2rem;
    width: 550px;
    overflow: hidden;
    border-radius: 0% 0% 50% 50%;
}

.typetap-image-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typetap-image-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 12px;
    width: 75%;
    margin: 0 auto;
}

/* Our Featiure CSS */
/* Oboard smarter */
.off-onboard-image-2 {
    position: absolute;
    right: 50px;
    top: 50px;
}

/* Oboard smarter */

/* Workforce */
.workforce-attend-image-2 {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 560px;
}

.workforce-attend-Main {
    margin-top: 3rem;
}

/* Workforce */

/*  */

/* Industry Card */
.industry-card {
    border-radius: 15px;
    background: #0B1D32;
    /* backdrop-filter: blur(30px); */
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-box {
    margin: 0 auto 10px;
}

.icon-box i {
    font-size: 28px;
    color: #00ff8c;
}

.industry-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 15px;
    font-family: var(--bs-font-sans-serif-spline);
    font-weight: 500;
}

.industry-card p {
    color: var(--light-text-color);
    font-size: 13px;
    line-height: 1.7;
    font-family: var(--bs-font-sans-serif-spline);
    font-weight: 400;
}


/* Industry Card End  */





.action-card {
    /* background: #5a5ee3; */
    background-image: url(../images/action-bg.svg);
    background-size: cover;
    border-radius: 30px;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

.action-card .circle {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.circle1 {
    bottom: -60px;
    left: -100px;
    width: 200px;
    height: 200px;
}

.circle2 {
    bottom: -50px;
    right: -140px;
    width: 220px;
    height: 220px;
}

.circle3 {
    top: -57px;
    right: -60px;
    width: 220px;
    height: 220px;
}

.action-card-icon {
    width: 70px;
    margin-bottom: 2rem;
}

.action-card h2 {
    color: #000;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
}

.action-card p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
}

.info-text span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.btn-black {
    background-color: #000;
    border-radius: 20px;
}

.btn-black:hover {
    background-color: #000;
    border-radius: 20px;
}

/* footer */

.footer-heading h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 1rem;
}

.newslet-icon {
    width: 220px;
    margin-left: auto;
}

.footer-heading {
    width: 72%;
}

.primary-text {
    color: var(--primary-green-color);
}

.subscribe-form {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #FFFCFC;
    color: #fff;
    background: linear-gradient(271deg, rgba(8, 20, 35, 0.30) -11.22%, rgba(84, 128, 182, 0.30) 93.71%);
    padding-right: 50px !important;
    display: none;
}

.subscribe-form::placeholder {
    color: #fff;
}

.subscribe-btn {
    position: absolute;
    right: 22px;
    top: 18px;
    display: none;
}

.subscribe-btn:active {
    border-color: transparent;
}

.subscribe-btn:focus {
    border-color: transparent;
}

.footer-box h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: var(--bs-font-sans-serif-spline);
}

.footer-box ul li {
    color: #D6D6D6;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--bs-font-sans-serif-spline);
}

.footer-box ul li a {
    color: #D6D6D6;
    font-family: var(--bs-font-sans-serif-spline);
}

.right-side-link ul li {
    color: #D6D6D6;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.right-side-link ul li a {
    color: #D6D6D6;
}

.app-heading {
    color: var(--primary-green-color) !important;
    font-size: 18px;
    font-weight: 500;
}

.app-heading-border {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* footer end */


/* Got Question */
.got-ques-header h2,
.got-ques-header h3,
.got-ques-header h4 {
    font-size: 45px;
    font-family: var(--bs-font-sans-serif-spline);
    font-weight: 500;
}

.newlet-inner {
    padding: 30px 40px;
}

.newlet-border {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: fill;
    margin: auto;
}

.faq-main-box .accordion .accordion-item {
    border-radius: 15px;
    background: transparent;
    backdrop-filter: blur(0px);
    margin-bottom: 0rem;
    border: none;
    overflow: hidden;
    border: 0px solid transparent;
}

.faq-main-box .accordion .accordion-item .accordion-button {
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    font-family: var(--bs-font-sans-serif-spline);
}

.faq-main-box .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-main-box .accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: #0B1D32;
    border-color: #0E582D;
}

.faq-Count {
    color: var(--primary-green-color);
}

.faq-main-box .accordion .accordion-item:has(.accordion-button:not(.collapsed)) .faq-Count {
    color: #ffffff;
}

.got-ques-header {
    margin-bottom: 3rem;
}

.faq-main-box .accordion .accordion-item .accordion-body {
    /* color: #ffffff; */
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 14px;
}

.faq-main-box {
    max-height: 470px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.faq-expand-plus {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 22px;
    font-size: 18px;
    display: inline-block;
    transition: 0.1s linear;
    line-height: 1;
}

.faq-main-box .accordion .accordion-item:has(.accordion-button:not(.collapsed)) .faq-expand-plus {
    transform: rotate(45deg);
}

.faq-main-box::-webkit-scrollbar {
    display: none;
}

.got-ques-header p {
    font-size: 16px;
    margin-top: 1rem;
    line-height: 30px;
    font-family: var(--bs-font-sans-serif-spline);
}

.service-Main-Card {
    /* border-radius: 20px; */
    height: 450px;
    padding: 40px 30px 0px;
    position: relative;
    margin-bottom: 2rem;
}

.serviceArrow {
    display: block;
    width: 55px;
    height: 55px;
    margin-left: auto;
    border-radius: 50%;
    padding: 0px;
    line-height: 48px;
}


.service-Main-label {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(30px);
    padding: 4px 20px;
    min-width: 160px;
    text-align: center;
    color: #071321;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bs-font-sans-serif-spline);
    line-height: 31px;
}


.service-shape {
    left: -23px;
    top: 0px;
    width: 240px;
}

.service-Main-large .desktop-Image {
    width: 610px;
    transform: translateX(20px);
}

.service-Main-small .desktop-Image {
    width: 300px;
    transform: translateY(14px);
}

.service-Main-large {
    background: linear-gradient(93deg, #6666F2 -64.17%, rgba(102, 102, 242, 0.10) 128.35%);
}

.service-Main-small {
    background: linear-gradient(48deg, var(--primary-green-color) -28.85%, rgba(34, 210, 107, 0.00) 236.64%);
}

.service-Main-large.face-enable .desktop-Image {
    width: 650px;
    transform: translate(0px, 30px);
}

.service-Main-small.sales-tracking .desktop-Image {
    width: 390px;
    transform: translateY(-21px);
}

.face-detail {
    position: absolute;
    right: 80px;
    bottom: 30px;
    z-index: 5;
    border-radius: 15px 15px 15px 0;
    background: rgba(217, 217, 217, 0.15);
    backdrop-filter: blur(30px);
    width: 250px;
}

.cta-Main {
    border-radius: 20px;
    background: linear-gradient(93deg, #6666F2 -77.62%, rgba(102, 102, 242, 0.43) 104.82%);
    padding: 30px 30px;
}

.cta-Inner-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}



.reviewer-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.reviewer-info h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 30px;
}

.reviewer-info p {
    margin-bottom: 0px;
    font-size: 12px;
    color: var(--primary-text-color);
}

.reviewer-review {
    max-height: 110px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.reviewer-review>* {
    color: var(--light-text-color);
    font-size: 14px;
    line-height: 25px;
}

.slider-card-arrows {
    text-align: right;
    height: 100%;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
}

.slider-arrows-btn {
    border-radius: 66.363px;
    background: rgb(255 255 255 / 24%);
    backdrop-filter: blur(20px);
    color: #fff !important;
    width: 70px;
    height: 70px;
    font-size: 20px;
    border: none;
    margin-left: 15px;
}


.faq-Cta {
    border-radius: 15px;
    background: linear-gradient(156deg, #1A477B -4.17%, #040C15 250.64%);
    padding: 20px 20px;
}

.faq-Cta-inner h5 {
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 1rem;
}

.testi-title h5 {
    color: #FFFAFA;
    font-family: "Spline Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 90%;
}

.testi-users {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: -10px;
    transition: 0.1s linear;
}

/* tabs active slide up css */
/* .slide-fade-up {
    transform: translateY(20px);
    opacity: 0;
}

.type-tap-tabs-content .tab-pane.show.active .slide-fade-up {
   animation: slideFadeup 1s linear 0.3s both;

}

@keyframes slideFadeup{
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
} */

/* snap scrolling */
/* MAIN SNAP CONTAINER */
/* .snapScrolling-main {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  } */

/* EACH SECTION */
/* .snap-section { */
/* min-height: calc(100vh - 0px) !important;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: start;
    scroll-margin-top:unset; */

/* background-image: url(../images/pattern/dot-a-white.png);
    background-size: 20px 20px;
    background-position: center; */
/* } */

/* snap scrolling */




/* feature Page css Start */

.got-ques-badge {
    border-radius: 36.387px;
    border: 1px solid var(--primary-green-color);
    color: var(--primary-green-color);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    margin-bottom: 2.5rem;
}

p.got-ques-desc {
    font-weight: 400;
    margin-bottom: 2.7rem;
    margin-top: 2.2rem;
}

.got-ques-header.inner-heading-card h1,
.got-ques-header.inner-heading-card h2,
.got-ques-header.inner-heading-card h3 {
    font-size: 45px;
    font-family: var(--bs-font-sans-serif-montserrat);
    font-weight: 700;
}

.attend-Banner {
    margin-left: auto;
    width: 95%;
    border-radius: 26px;
    overflow: hidden;
}

.attend-map,
.attend-whatsapp,
.attend-slack {
    position: absolute;
    z-index: 2;
}

.attend-map {
    bottom: 20px;
    left: 20px;
    width: 280px;
}

.attend-slack {
    width: 200px;
    left: 20px;
    top: 90px;
}

.attend-whatsapp {
    width: 220px;
    right: 13px;
    top: 200px;
}

.heade-badge-grey {
    border-radius: 12px;
    background: rgba(199, 196, 196, 0.20);
    padding: 3px 20px;
    color: var(--primary-text-color);
    font-family: var(--bs-font-sans-serif-spline);
}

.core-benfite-card h4,
.core-benfite-card h3,
.core-benfite-card h5,
.core-benfite-card p {
    font-family: var(--bs-font-sans-serif-spline);
}

.core-benfite-card h4,.core-benfite-card h3,.core-benfite-card h5 {
    font-weight: 500;
    font-size: 18px;
}

.core-benfite-card svg {
    max-height: 45px;
}

.core-benfite-card p {
    color: var(--primary-text-color);
    font-size: 12px;
    line-height: 21px;
    font-family: var(--bs-font-sans-serif-spline);
}

.core-benfite-card {
    border-radius: 20px;
    background: #0B1D32;
    padding: 34px 35px 30px;
    min-height: 250px;
    margin-bottom: 1rem;
}

.multich-link {
    border-radius: 60px;
    background: var(--primary-green-color);
    /* color: #071321; */
    color: #014751;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 28px;
    font-family: var(--bs-font-sans-serif-spline);
}

.multich-feature-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 2rem;
    font-family: var(--bs-font-sans-serif-spline);
}

.multich-feature-desc {
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 2rem;
    font-family: var(--bs-font-sans-serif-spline);
}

.multich-feature-list p svg {
    width: 18px;
    margin-right: 10px;
}

.multich-feature-list p {
    color: var(--light-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-family: var(--bs-font-sans-serif-spline);
}

.multich-feature-list {
    margin-bottom: 3rem;
    font-family: var(--bs-font-sans-serif-spline);
}

.multich-feature-image {
    border-radius: 15px;
    background: linear-gradient(148deg, #1A477B 5.36%, #040C15 127.47%);
    width: 80%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

/*  */
.automate-emp-night {
    width: 200px;
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 100px;
}

.automate-emp-day {
    width: 220px;
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 110px;
}

.automate-emp-calendar {
    width: 270px;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 20px;
}

/*  */
.ai-onboard-letter,
.ai-onboard-flow,
.ai-onboard-paperwork {
    position: absolute;
    z-index: 5;
}

.ai-onboard-flow {
    width: 230px;
    right: 20px;
    top: 100px;
}

.ai-onboard-paperwork {
    width: 230px;
    left: 20px;
    bottom: 90px;
}

.ai-onboard-letter {
    width: 215px;
    right: 20px;
    bottom: 10px;
}

.emp-db-document,
.emp-db-record,
.emp-db-list,
.cmp-ready-report,
.cmp-auto-validate,
.cmp-option,
.rpa-attendence-report,
.rpa-payrol-summary,
.rpa-summary-chart,
.rp-unlmtd-roles,
.rp-access-control,
.rp-access-option,
.ca-badge-attendence,
.ca-badge-whatsapp,
.ca-badge-chat-1,
.ca-badge-chat-2,
.ca-badge-atndn-api,
.ca-badge-biometric,
.ca-badge-code {
    position: absolute;
    z-index: 5;
}

.emp-db-document {
    right: 20px;
    bottom: 200px;
    width: 220px;
}

.emp-db-record {
    left: 20px;
    top: 100px;
    width: 240px;
}

.emp-db-list {
    bottom: 10px;
    left: 30px;
    width: 310px;
}

.cmp-ready-report {
    right: 10px;
    width: 230px;
    top: 70px;
}

.cmp-auto-validate {
    top: 200px;
    left: 20px;
    width: 280px;
}

.cmp-option {
    bottom: 10px;
    right: 10px;
    width: 310px;
}

.rpa-payrol-summary {
    left: 10px;
    width: 220px;
    top: 100px;
}

.rpa-attendence-report {
    right: 20px;
    top: 200px;
    width: 210px;
}

.rpa-summary-chart {
    bottom: 20px;
    left: 10px;
    width: 370px;
}

.rp-access-control {
    right: 10px;
    top: 100px;
    width: 220px;
}

.rp-unlmtd-roles {
    left: 10px;
    bottom: 100px;
    width: 220px;
}

.rp-access-option {
    right: 10px;
    bottom: 10px;
    width: 320px;
}

.ca-badge-chat-1,
.ca-badge-chat-2 {
    left: 20px;
    width: 280px;
}

.ca-badge-chat-1 {
    bottom: 110px;
}

.ca-badge-chat-2 {
    bottom: 20px;
}

.ca-badge-whatsapp {
    right: 10px;
    top: 190px;
    width: 230px;
}

.ca-badge-attendence {
    left: 20px;
    top: 90px;
    width: 220px;
}

.ca-badge-code {
    bottom: 10px;
    left: 20px;
    width: 240px;
}

.ca-badge-biometric {
    right: 20px;
    bottom: 150px;
    width: 230px;
}

.ca-badge-atndn-api {
    left: 20px;
    top: 60px;
    width: 210px;
}

/* feature Page css End */


/* Testimonial */
.testimonial-slider-main {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.testimonial-slider-inner {
    width: 100%;
    margin: 0 auto;
}

.choose-slider-card {
    border-radius: 16px;
    background: linear-gradient(156deg, #1A477B -4.17%, #040C15 250.64%);
    padding: 25px 25px;
    margin: 0px 10px;
}

.slider-client-logo {
    width: 130px;
    margin-bottom: 2.5rem;
    height: 60px;
}

.slider-client-logo>img {
    width: auto;
}

.choose-slider-card p {
    color: #FFF;
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 1rem;
}

.choose-slider-card>p {
    min-height: 260px;
    padding-top: 1rem;
}

.choose-slider-profile-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
}

.choose-slider-profile-info h5 {
    color: #FFF;
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}

.choose-slider-profile-info p {
    color: #FFF;
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.slider-btns {
    background-color: #CCCCCC !important;
    color: #495050 !important;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: none !important;
    position: absolute;
    z-index: 10;
    top: 50%;
}

.slider-arrows-right {
    right: 0px;
}

.slider-arrows-left {
    left: 0px;
}

/* Testimonial */



/* Solution Tabs */
.ess-nav-pills {
    gap: 15px;
    margin-bottom: 15px;
}

.ess-nav-pills .nav-item {
    width: calc(96.27% / 4);
}

.ess-nav-pills .nav-link:after {
    background: #0B1D32;
    height: 50px;
    width: 109%;
    bottom: -43px;
    left: -13px;
    margin: 0 auto;
}

.ess-nav-pills .nav-link {
    border-radius: 15px;
    background: linear-gradient(156deg, #1A477B -4.17%, #040C15 250.64%);
    color: #fff;
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    padding: 20px 20px 10px;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: unset;
}

.essntl-tab-body {
    padding: 50px 50px 30px;
    border-radius: 20px;
    background: #0B1D32;
}

.ess-nav-pills .nav-link.active {
    background: #0B1D32;
    border-radius: 15px 15px 0px 0px;
}

.multich-link svg {
    width: 15px;
    margin-left: 7px;
}

.multich-link svg path {
    /* stroke: #071321 !important; */
    stroke: #014751 !important;
}

.essntl-tab-body .multich-feature-image {
    width: 90%;
}

.tab-corners::after,
.tab-corners::before {
    content: '';
    position: absolute;
    bottom: -15px;
    z-index: 3;
    width: 15px;
    height: 35px;
    background-color: #071321;
    /* background-color: red; */
    opacity: 0;
}

.ess-nav-pills .nav-link.active .tab-corners::after,
.ess-nav-pills .nav-link.active .tab-corners::before {
    opacity: 1;
}

.tab-corners::after {
    left: -15px;
    border-radius: 0px 0px 20px 0px;
}

.tab-corners::before {
    right: -15px;
    border-radius: 0px 0px 0px 20px;
}

.ess-nav-pills .nav-item:first-child .nav-link.active::after {
    width: 104%;
    bottom: -43px;
    left: 0px;
}

.ess-nav-pills .nav-item:first-child .nav-link.active .tab-corners::after {
    opacity: 0;
}

.ess-nav-pills .nav-item:last-child .nav-link.active::after {
    width: 105%;
    bottom: -43px;
    left: -14.3px;
}

.ess-nav-pills .nav-item:last-child .nav-link.active .tab-corners::before {
    opacity: 0;
}

.solution-page-Banner {
    width: 65%;
    margin: -50px auto 0;
}

.solution-employee {
    bottom: 60px;
    left: -80px;
    width: 300px;
}

.solution-effortless {
    bottom: 20px;
    right: -90px;
    width: 230px;
}

.solution-simplidied {
    top: 20px;
    right: -60px;
    width: 200px;
}

.solution-simplidied {
    top: 210px;
    right: -60px;
    width: 192px;
}


.sol-feature-Title h2 {
    color: var(--primary-green-color);
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 14px;
}

.sol-feature-Title p {
    color: var(--primary-text-color);
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}

.sol-comp-box {
    border-radius: 27px;
    background: #FFFFFF;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    width: 93%;
    min-height: 270px;
}

.sol-comp-box.manualHr {
    background: #EFEFEF;
}

.sol-comp-data {
    padding: 20px 25px 20px;
}

.sol-comp-data span {
    width: 23px;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sol-comp-data p {
    color: #000;
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.features-list-inner>.row:not(:last-child) {
    border-bottom: 1px solid #606A6A;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}

.features-list-inner {
    margin-top: 5rem;
}

.sol-comp-data:not(:last-child) {
    border-bottom: 1px solid #E7E7E9;
}

.sol-comp-data svg {
    margin-bottom: 12px;
}

.features-floting-card {
    border-radius: 17px;
    background: linear-gradient(169deg, #1A477B -0.33%, #040C15 206.88%);
    padding: 35px 40px;

    position: sticky;
    z-index: 1000;
    top: 0;
    margin-left: -17px;
    margin-right: -17px;
}

.features-floting-card h1,
.features-floting-card h2,
.features-floting-card h3{
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 42px;
    font-weight: 500;
    line-height: 59px;
}

.floting-column-label img {
    width: 120px;
    margin-top: 0.5rem;
}

.floting-column-label h3 {
    font-family: var(--bs-font-sans-serif-spline);
    font-size: 27px;
    font-weight: 500;
}

.blend-mode-luminos {
    mix-blend-mode: luminosity;
}

.solution-workforce {
    bottom: 60px;
    width: 300px;
    right: -100px;
}

.solution-faster {
    left: -60px;
    width: 210px;
    top: 180px;
}

.solution-bpayroll {
    width: 220px;
    bottom: 30px;
    left: -70px;
}

.solution-page-Banner.run-operation-banner {
    width: 77%;
}

.business-shift-schedule {
    left: -80px;
    bottom: 30px;
    width: 300px;
}

.business-payroll-ready {
    bottom: 10px;
    right: -30px;
    width: 210px;
}

.business-quick-shift {
    right: -20px;
    top: 200px;
    width: 200px;
}

.employee-clear-leave {
    bottom: 30px;
    left: -60px;
    width: 200px;
}

.employee-shift-details {
    right: -90px;
    bottom: 70px;
    width: 300px;
}

.employee-easy-attendence {
    width: 210px;
    left: -50px;
    top: 180px;
}

.client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px 30px;
}

.client-Main-card .row .col-lg-2 {
    width: calc(100% / 5);
    margin-bottom: 2rem;
}

/* Solution Tabs */

/* Automated Tabs Mobile & Desktop */
.mobile-tab-image-card {
    display: none;
}


.manufact-image {
    height: 533px;
    overflow: hidden;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.center-control-card {
    border-radius: 16px;
    background: #0B1D32;
}

.shift-control-card {
    padding: 5px;
}

.center-control-card .shift-control-head {
    border-radius: 16px;
    background: linear-gradient(175deg, #1A477B -9.85%, #040C15 246.25%);
    padding: 30px 30px;
}


.center-control-card .shift-control-head h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 1.5rem;
}

.shift-control-btn {
    border-radius: 10px;
    background: #6666F2;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 50px;
    display: inline-block;
}

.shift-inner-card {
    padding: 45px 40px;
}

.shift-inner-card h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.shift-inner-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.shift-control-head {
    position: sticky;
    top: 5px;
    z-index: 5;
    padding: 50px 30px;
    border-radius: 16px;
    background: rgb(7 19 33 / 94%);
}

.shift-control-fetaure ul {
    border-top: 1px solid #4D4D4D;
    padding: 45px 40px 45px 70px;
}

.shift-control-fetaure ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
}

.shift-control-fetaure ul li svg {
    height: 12px;
    width: auto;
}

.shift-control-fetaure ul li span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

.shift-control-fetaure ul li:not(:last-child) {
    margin-bottom: 0.7rem;
}

.filter-greyscale {
    filter: saturate(0) brightness(1) contrast(1);
}

.manage-overtime {
    left: -64px;
    bottom: 140px;
    width: 210px;
}

.manage-payroll-cycle {
    right: 70px;
    bottom: 45px;
    width: 190px;
}

.manage-shift-cycle {
    right: -40px;
    width: 180px;
    top: 140px;
}

.retail-store-coverage {
    width: 220px;
    bottom: 30px;
    right: -40px;
}

.retail-daily-attendance-summary {
    left: -70px;
    bottom: 90px;
    width: 230px;
}

.reatil-shift-rotation {
    right: -60px;
    top: 130px;
    width: 180px;
}

.hsp-service-cover {
    width: 230px;
    left: -50px;
    bottom: 110px;
}

.hsp-daily-attendance-summary {
    bottom: 0;
    right: -60px;
    top: 210px;
    width: 220px;
}

.hsp-peak-hour {
    bottom: 10px;
    right: 70px;
    width: 200px;
}

.hc-live-shift {
    width: 180px;
    left: -70px;
    bottom: 110px;
}

.hc-on-duty {
    bottom: 20px;
    right: 70px;
    width: 190px;
}

.hc-active-shift {
    width: 210px;
    top: 130px;
    right: -70px;
}

.security-duty {
    width: 210px;
    left: -60px;
    top: 160px;
}

.security-guards {
    width: 220px;
    bottom: 10px;
    right: 50px;
}

.security-all {
    right: -90px;
    width: 200px;
    top: 100px;
}

.crp-attendence {
    width: 220px;
    right: -20px;
    bottom: 20px;
}

.crp-workday {
    left: -50px;
    width: 190px;
    bottom: 210px;
}

.crp-team {
    width: 200px;
    right: -50px;
    top: 120px;
}

.use-case-Banner {
    margin: -30px auto 0px;
    width: 50%;
}

.use-case-detect {
    width: 200px;
    right: -38%;
    top: 10%;
}

.use-case-shift {
    width: 260px;
    right: -36%;
    bottom: 2%;
}

.use-case-attendence {
    bottom: 16%;
    left: -36%;
    width: 230px;
}

.use-case-unplanned {
    bottom: 31%;
    left: -25%;
    width: 190px;
}

.eve-connect-card {
    background-color: #112E4F;
    padding: 40px;
    border-radius: 15px;
}

.eve-connect-inner {
    min-height: 360px;
    position: relative;
}

.eve-connect-inner>svg {
    width: 50px;
    height: auto;
    margin-bottom: 4rem;
}

.eve-connect-inner h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.eve-connect-inner p {
    font-size: 14px;
    color: var(--primary-text-color);
    margin-bottom: 1.4rem;
}

.eve-connect-badge {
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0px;
    user-select: none;
}

.eve-connect-badge svg {
    margin-right: 4px;
}

.fit-height {
    min-height: fit-content;
}

.chaos-card-inner {
    padding: 0rem 4rem;
}

.chaos-icon svg {
    width: 35px;
    height: 35px;
    margin-top: 2px;
    margin-right: 10px;
}

.chaos-card-info h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.chaos-card-info p {
    font-size: 14px;
}

.connectflow-image {
    width: 85%;
}

/* Talk to Expert Modal */
.cta-modal-dialog {
    max-width: 900px;
}

.cta-modal-dialog .modal-content {
    border-radius: 20px;
    background-color: #0b1d32;
    overflow: hidden;
}

.cta-modal-dialog .modal-body {
    background-color: #0b1d32;
}

.cta-modal-dialog .btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    filter: invert(1) brightness(610) contrast(110);
    opacity: 1;
    width: .9em;
    height: .9em;
    background-size: .9em;
}

.modal-image {
    height: 700px;
    background-size: cover;
    margin-top: -10px;
}

.banner-form {
    border-radius: 20px;
    background: #0b1d32;
    width: 70%;
    padding: 0;
    margin-top: 2rem;
    margin-left: auto;
    position: relative;
    z-index: 3;
}

.cta-modal-dialog .banner-head h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}

.cta-modal-dialog .banner-head p {
    line-height: 25px;
    margin-bottom: 1.5rem;
    margin-top: .8rem;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.modal {
    background-color: #00000069;
    backdrop-filter: blur(2px);
}

#contactFormModal .form-error-message {
    display: none;
}

/* Talk to Expert Modal */