/* General CSS */

body p:last-child {
    margin-bottom: 0px !important;
}

.recruitment_banner_widget .cc-new-hero-section .cc-new-hero-content {
    max-width: 1058px;
}

.cc-split-title-desc p {
    margin-block-end: 0px !important;
}


/* General CSS end*/

/* navbar css */
.nav-box-shadow {
    box-shadow: 0px 0px 12px 0px #ddd;
}

.section-navbar.nav-hidden {
    transform: translateY(-100%);
    background-color: #100E21;
}

.section-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    transition: transform 0.4s ease-in-out;
    z-index: 9999999;
}

/* navbar css end */

/* Recruitment page start */
.font-400 {
    font-weight: 400 !important;
}

.collabcrm-recruitment-slider {
    display: flex;
    gap: 24px;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    overflow: hidden;
    flex-direction: row;
}

.collabcrm-recruitment-slider .slide-card {
    /* flex: 1 1 480px; */
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 32px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.collabcrm-recruitment-slider .slide-card.purple {
    background: #685BC7;
}

.collabcrm-recruitment-slider .slide-card.blue {
    background: #00B3E4;
}

.collabcrm-recruitment-slider .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 230px;
    margin-top: 16px;
}

.collabcrm-recruitment-slider .card-header span {
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
}

.collabcrm-recruitment-slider .card-header .card-title {
    margin-top: 20px !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 0px !important;
    letter-spacing: -0.025em;
}

.collabcrm-recruitment-slider .card-image-wrapper {
    margin-top: auto;
    width: 100%;
    height: 100%;
    max-width: 215px;
    /* margin-left: -20%; */
}

.collabcrm-recruitment-slider .card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.collabcrm-recruitment-slider .card-content {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    color: #333;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.collabcrm-recruitment-slider .card-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.collabcrm-recruitment-slider .card-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.collabcrm-recruitment-slider .card_top_btn {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 50px;
    padding: 4px 16px;
    color: #111827;
    font-size: var(--e-global-typography-558f807-font-size);
    line-height: var(--e-global-typography-558f807-line-height);
    font-weight: var(--e-global-typography-558f807-font-weight);
    font-family: var(--e-global-typography-558f807-font-family);
    width: fit-content;
}

.collabcrm-recruitment-slider .num {
    background: rgba(104, 91, 199, 1);
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 14px;
}

.collabcrm-recruitment-slider .slide-card.blue .num {
    background: rgba(0, 181, 226, 1);
}

.collabcrm-recruitment-slider .card-item div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.collabcrm-recruitment-slider .card-item h3 {
    font-family: var(--e-global-typography-558f807-font-family);
    font-size: var(--e-global-typography-558f807-font-size);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    font-weight: 500;
    color: #111827;
    margin: 0px;
}

.collabcrm-recruitment-slider .card-item p {
    font-family: var(--e-global-typography-558f807-font-family);
    font-size: var(--e-global-typography-558f807-font-size);
    line-height: var(--e-global-typography-558f807-line-height);
    font-weight: var(--e-global-typography-558f807-font-weight);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    color: #6B7280;
    margin: 0px;
}

.main_recruitment_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile_bg_line {
    display: none;
}

.collabcrm-slider .swiper-slide {
    display: none;
}

/* .cc-split-title-inner .cc-split-title-heading {
    margin-bottom: 24px !important;
} */


@media screen and (max-width: 768px) {
    .built_for_cta .collab_get_start_text {
        display: block !important;
    }

    .collabcrm-recruitment-slider .card-header {
        height: 100% !important;
        /* height: 170px !important; */
    }

    /* .cc-split-title-inner .cc-split-title-heading {
        margin-bottom: 16px !important;
    } */


    .collabcrm-recruitment-slider .swiper-pagination {
        display: none;
    }

    .collabcrm-recruitment-slider .slide-card {
        flex: 1 1 100% !important;
    }

    .collabcrm-recruitment-slider .card-header .card-title {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 32px;
        padding-bottom: 30px;
    }

    .collabcrm-recruitment-slider .card-header h4 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 22px;
    }

    .mobile_bg_line {
        display: block;
    }

    .desktop_bg_line {
        display: none;
    }

    /* people page img slider section */
    .people_img_slide_container {
        display: none;
    }

    .collabcrm-slider.swiper-container {
        margin-right: -20px;
        padding-right: 20px;
    }

    .collabcrm-slider .swiper-slide {
        padding-top: 20px;
        /* extra breathing room inside each slide */
        box-sizing: border-box;
        flex: 1 0 auto;
        display: flex;
        height: auto;
    }

    .collabcrm-slider .card-box {
        position: relative;
        text-align: left;
        overflow: visible;
        /* make sure label isn’t clipped */
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .collabcrm-slider .card-header {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        color: #111827;
        padding: 10px 16px;
        border-radius: 100px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        border: 1px solid #E5E7EB;
        width: max-content;
    }

    .collabcrm-slider .card-img img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .collabcrm-slider .card-list {
        list-style: none;
        padding: 0;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .collabcrm-slider .card-list li {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }


    .collabcrm-slider .card-box.before-gadgets {
        background: #fff;
        border: 1px solid #E5E7EB;
        border-radius: 16px;
        padding: 16px;
    }

    .collabcrm-slider .card-header.success {
        background-color: #fff;
    }

    .collabcrm-slider .card-img img {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 0px !important;
        display: block;
    }

    .collabcrm-slider .after-gadgets .card-list li {
        color: #fff !important;
    }

    .collabcrm-slider .card-list li {
        position: relative;
        padding: 8px 0px 8px 35px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(17, 17, 17, 1);
        margin: 0;
    }


    .collabcrm-slider .after-gadgets .card-box {
        background: #685BC7;
        border: 1px solid #685BC7;
        border-radius: 16px;
        padding: 16px;
    }

    .collabcrm-slider .card-list.before-gadgets li::before,
    .collabcrm-slider .card-list:not(.before-gadgets) li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 20px;
        height: 20px;
        background-size: 14px 14px;
    }

    .collabcrm-slider .card-list.before-gadgets li::before {
        background: url("../images/circle_red_cross.svg") no-repeat center center;
    }

    .collabcrm-slider .card-list:not(.before-gadgets) li::before {
        background: url("../images/circle_white_check.svg") no-repeat center center;
    }

    .collabcrm-slider .swiper-pagination {
        text-align: center;
        margin-top: 12px;
    }

    /* pagination center */
    .custom-before-after-mobile .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -30px;
    }

    .custom-before-after-mobile .swiper-pagination-bullet-active {
        background-color: rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 992px) and (max-width: 1040px) {
    .collabcrm-recruitment-slider {
        gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .collabcrm-recruitment-slider {
        flex-wrap: unset !important;
        gap: 20px;
    }

    .collabcrm-recruitment-slider .card-header .card-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .collabcrm-recruitment-slider .card-item h3 {
        font-size: 16px;
    }

    .collabcrm-recruitment-slider .card-item p {
        font-size: 14px;
        line-height: 18px;
    }

    .collabcrm-recruitment-slider .card-content {
        padding: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .font-300-sm {
        font-weight: 300 !important;
    }

    .collabcrm-recruitment-slider .slide-card {
        padding: 16px;
    }

    /* .cc-split-title-inner .cc-split-title-heading {
        margin-bottom: 24px;
    } */
}

@media screen and (max-width: 767px) {
    .collabcrm-recruitment-slider .card-header .card-title {
        font-size: 30px;
        line-height: 40px;
    }

    .small.collabcrm-recruitment-slider.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding-right: 20px;
    }
}

/* Before After Animation Css */
.before-recruitment {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background-color: #F3F4F6;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 96px 0px;
    position: sticky;
    top: 100px;
    /* margin-bottom: 24px; */
}

.after-recruitment-container {
    background: url('../images/after-recruitment-collabcrm.webp');
    margin-top: 100px;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 96px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1;
}

.before-recruitment .before-recruitment-title,
.after-recruitment-container .after-recruitment-title {
    font-size: var(--e-global-typography-b8df287-font-size);
    font-weight: var(--e-global-typography-b8df287-font-weight);
    text-align: center;
    text-transform: capitalize;
    color: #111827;
    line-height: var(--e-global-typography-b8df287-line-height);
    margin: 0px !important;
    letter-spacing: -0.025em;
}

.before-recruitment .text-red {
    /* color: #ff0000; */
}

.after-recruitment-container .after-recruitment-title {
    color: rgba(255, 255, 255, 1);
}

.after-recruitment-container .text-orange {
    /* color: rgba(255, 184, 28, 1); */
}

.before-recruitment .animation-container {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.before-recruitment .animation-container .animation-line {
    width: 100%;
    position: relative;
}

.before-recruitment .animation-container .animation-images {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: none;
}

.before-recruitment .animation-container .animation-images .animation-image {
    width: 50px;
    height: 50px;
    position: absolute;
    transition: transform 0.2s linear;
    border-radius: 12px;
    object-fit: cover;
}

.before-recruitment .before-recruitment-points,
.after-recruitment-container .after-recruitment-points {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 90px;
}

.before-recruitment .before-recruitment-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 99em;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    color: #111827;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.after-recruitment-container .after-recruitment-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 99em;
    background-color: #F5F3FF;
    border: 1px solid #E5E7EB;
    color: rgba(104, 91, 199, 1);
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}


.privacy_text p {
    margin: 0px;
    margin-bottom: 12px;
}

.privacy_text a {
    color: #6B7280;

}

.privacy_text ul {
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;

}


/* ---------------- RESPONSIVE ---------------- */

@media screen and (max-width: 1024px) {
    .startup_table {
        overflow: auto;
        padding-right: 20px;
    }

    .legacy_tool_section {
        padding-right: 0px;
        overflow: hidden;
    }

    .before-recruitment,
    .after-recruitment-container {
        padding: 48px 0;
    }

    .before-recruitment .before-recruitment-title,
    .after-recruitment-container .after-recruitment-title {
        font-size: 30px;
        line-height: 40px;
    }

    .before-recruitment .animation-container {
        padding: 50px 0;
    }

    .before-recruitment .animation-container .animation-images .animation-image {
        width: 50px;
        height: 50px;
    }

    .before-recruitment .before-recruitment-points,
    .after-recruitment-container .after-recruitment-points {
        padding: 0 50px;
    }

    .before-recruitment .before-recruitment-label,
    .after-recruitment-container .after-recruitment-label {
        padding: 4px 16px;
        text-align: center;
    }
}

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

    .cookies_td {
        /* width: calc(100% - 130px); */
    }

    .cookies_tr {
        min-width: 130px;
    }


    .before-recruitment .before-recruitment-title,
    .after-recruitment-container .after-recruitment-title {
        font-size: 24px;
        line-height: 32px;
    }

    .collabcrm-recruitment-slider .card-content {
        padding: 16px;
    }

    .overflow_tabs .e-n-tabs-heading {
        /* display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        overflow: scroll; */
        margin-right: -20px;
    }

    .before-recruitment,
    .after-recruitment-container {
        border-radius: 15px;
        padding: 40px 0;
        gap: 24px;
    }


    .before-recruitment .animation-container {
        padding: 40px 0;
    }

    .before-recruitment .animation-container .animation-images .animation-image {
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }

    .before-recruitment .before-recruitment-points,
    .after-recruitment-container .after-recruitment-points {
        padding: 0 30px;
        gap: 12px;
    }


}

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

    .before-recruitment,
    .after-recruitment-container {
        padding: 16px 10px;
    }

    .before-recruitment .before-recruitment-title,
    .after-recruitment-container .after-recruitment-title {
        font-size: 24px;
        line-height: 32px;
    }

    .before-recruitment .animation-container {
        padding: 40px 0;
    }

    .before-recruitment .animation-container .animation-image {
        width: 30px;
        height: 30px;
    }

    .before-recruitment .before-recruitment-points,
    .after-recruitment-container .after-recruitment-points {
        padding: 0 10px;
        gap: 8px;
    }


}

/* End */
/* Recruitment Page Tabs section*/
.recruitment-dark-tabs.tabs-section .all-tab-inner {
    background-color: rgba(37, 31, 77, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.recruitment-dark-tabs.tabs-section .e-n-accordion-item .e-n-accordion-item-title-text {
    color: rgba(255, 255, 255, 1) !important;
}

.recruitment-dark-tabs.tabs-section .e-n-accordion-item::before {
    background: rgba(255, 255, 255, 0.1) !important;
}

.recruitment-dark-tabs.tabs-section .all-items .content-description {
    color: rgba(255, 255, 255, 0.7) !important;
}

.recruitment-dark-tabs .have-command-card:hover::after,
.recruitment-dark-tabs .have-command-card.active::after {
    content: "";
    position: absolute;
    top: 10px;
    /* adjust position */
    left: 172px;
    /* adjust position */
    width: 70px;
    /* your SVG size */
    height: 70px;
    background-image: url("../svg/stars.svg") !important;
    /* opacity: 0!important;
  transform: scale(0.9)!important;
  transition: opacity 0.4s ease, transform 0.4s ease!important; */
    pointer-events: none;
}

.recruitment-dark-tabs .have-command-card:hover::after,
.recruitment-dark-tabs .have-command-card.active::after {
    opacity: 1;
    transform: scale(1);
    border: none;
}

.recruitment-dark-tabs .have-command-card.active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    /* border thickness */
    background: linear-gradient(180deg,
            #0042F9 0%,
            #00B5E2 25%,
            #A8E665 50%,
            #EC5AFE 75%,
            #FFB81C 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    /* hidden by default */
    transition: opacity 0.3s ease;
}

.recruitment-dark-tabs .have-command-card.active::before {
    opacity: 1;
}

/*End*/


/* ------------gyan-------- */

.left-gradient-bg {
    background: linear-gradient(179.98deg, #685BC7 0.02%, #E8EAED 69.43%);
    padding: 15px !important;
    border-radius: 20px !important;
    height: 800px !important;
}

.main-one {
    width: 327px !important;
}

.number-one {
    background: rgba(104, 91, 199, 1);
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
}

.right-gradient-bg {
    background: linear-gradient(179.98deg, #00B5E2 0.02%, #E8EAED 67.79%);
    padding: 15px !important;
    border-radius: 20px !important;
    height: 800px !important;
}

.small.collabcrm-recruitment-slider .swiper-wrapper {
    display: flex;
}

.small.collabcrm-recruitment-slider .swiper-slide {
    height: auto !important;
}

.small.collabcrm-recruitment-slider .slide-card.blue,
.small.collabcrm-recruitment-slider .slide-card.purple,
.small.collabcrm-recruitment-slider .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Recruitment page end */

/* invoice page */
.invoice-box-slider.swiper-container {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

.invoice-box-slider .swiper-wrapper {
    display: flex;
    gap: 24px;
}

.invoice-box-slider .swiper-wrapper .swiper-slide {
    flex: 1;
    display: flex;
    height: auto;
}

.invoice-box-purple {
    background-color: #685BC7;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.invoice-box-blue {
    background-color: #00B3E4;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.in-card-head {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.in-heading {
    font-family: var(--e-global-typography-d41670d-font-family), Sans-serif;
    font-size: var(--e-global-typography-d41670d-font-size);
    font-weight: var(--e-global-typography-d41670d-font-weight);
    line-height: var(--e-global-typography-d41670d-line-height);
    letter-spacing: var(--e-global-typography-d41670d-letter-spacing);
    margin: 0px;
}

.in-desc {
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    margin: 0px;
}

.in-list-box {
    background-color: #fff;
    padding: 0px 16px;
    border-radius: 16px;
    height: 100%;
}

.in-list-item {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #0000001A;
}

.in-list-item:last-child {
    border-bottom: none;
}

.in-list-content {
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    color: #111827;
}

.mobile-only {
    display: none !important;
}

.top_btn {
    display: none;
}

@media screen and (width <=1024px) {
    .invoice-box-blue {
        padding: 16px;
        gap: 16px;
    }

    .invoice-box-purple {
        padding: 16px;
        gap: 16px;
    }
}

@media screen and (width >=768px) {
    .invoice-box-slider .swiper-wrapper .swiper-slide {
        margin-right: 0px !important;
    }
}

@media screen and (width <=768px) {
    .invoice-box-blue {
        margin-top: 20px;
    }

    .invoice-box-purple {
        margin-top: 20px;
    }

    .mobile-only {
        display: flex !important;
    }

    .invoice-box-slider .swiper-wrapper .swiper-slide {
        flex: none;
    }

    .invoice-box-slider .swiper-wrapper {
        gap: unset;
    }

    .invoice-box-slider {
        padding-right: 20px;
    }

    .top_btn {
        display: block;
        background-color: #fff;
        color: #111111;
        border-radius: 50px;
        width: max-content;
        margin: 0 auto;
        margin-top: -35px;
        border: 1px solid #E5E7EB;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

    .top_btn:focus {
        background-color: #fff;
        color: #111111;
    }

    .top_btn:hover {
        background-color: #fff;
        color: #111111;
    }


}

/* People img slide */

.people_img_slide_container {
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    /* width: calc(100vw - 30px) !important; */
    width: 100% !important;
    max-width: 1280px;
    aspect-ratio: 647 / 400;
    border-radius: 0.7rem;
    overflow: hidden;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
}

.slider-line {
    position: absolute;
    top: 0;
    left: 96%;
    width: 4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1;
}

.pulse-container {
    position: relative;
    display: inline-block;
}

.slider-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

/* Only the arrow paths will fade (not the blue background) */
.leftClick,
.rightClick {
    transition: opacity 0.25s ease;
    opacity: 1;
}

/* Prevent text/image selection while dragging */
.people_img_slide_container,
.before-image img,
.after-image img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
}

.before-image,
.after-image {
    transition: clip-path 00s ease;
}

/* People img slide over*/



.people-mobile-section {
    position: relative;
    overflow: hidden;
}

.background_circles {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 25%);
    z-index: 0;
    max-width: 1056px;
    max-height: 791px;
}

.circle.circle_1056 {
    width: 1056px;
    border: 1px solid #1111111A;
    height: 1056px;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    .rotating_circle {
        animation: rotate_dot 10s linear infinite;
    }
}

.circle.circle_894 {
    width: 894px;
    border: 1px solid #1111111A;
    height: 894px;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    .rotating_circle {
        animation: rotate_dot 8s linear infinite;
    }
}

.circle.circle_740 {
    width: 740px;
    border: 1px solid #1111111A;
    height: 740px;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    .rotating_circle {
        animation: rotate_dot 13s linear infinite;
    }
}

.circle.circle_560 {
    width: 560px;
    border: 1px solid #1111111A;
    height: 560px;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    .rotating_circle {
        animation: rotate_dot 15s linear infinite;
    }
}

.rotating_circle {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inner_dot {
    height: 10px;
    width: 10px;
    background-color: #685BC7;
    border-radius: 100%;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotate_dot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hand_mobile_div {
    display: flex;
    flex-direction: row;
    height: 756px;
    align-items: center;
    z-index: 1;
    position: relative;
}

.left_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 86px;
    width: 30%;
}

.center_container {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 46px;
    height: 100%;
    justify-content: space-between;

    .inner_iconbox {
        width: 85%;
        max-width: 386px;
        margin: 0 auto;
    }

    .mobile_img {
        height: 100%;
        max-height: 555px;
    }
}

.right_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 86px;
    width: 30%;
}

.inner_iconbox {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    flex-direction: column;

    .mb_icon {
        height: 44px !important;
        width: 44px;
        padding: 10px;
        background-color: #F3F4F6;
        border-radius: 8px !important;
    }

    .short_text {
        font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
        font-size: var(--e-global-typography-558f807-font-size);
        font-weight: var(--e-global-typography-558f807-font-weight);
        line-height: var(--e-global-typography-558f807-line-height);
        letter-spacing: var(--e-global-typography-558f807-letter-spacing);
        color: rgba(17, 17, 17, 0.7);
    }
}

.mobile_container {
    position: relative;

    .mobile_apps {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* padding: 60px 115px 0 140px; */
        /* padding:13% 20% 0 30%; */
        padding: 15% 19% 0 27%;
    }

    .collab_app_grid {
        display: flex;
        gap: 20px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .clb_app_item.no-wiggle {
        animation: none;
    }

    .clb_app_item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transform-origin: center;
        animation: appWiggle 0.5s ease-in-out infinite;
        /* flex: 1; */
        width: calc(18% - 0%);
        gap: 5px;

        span {
            font-size: 8px;
            font-weight: 600;
            color: rgba(255, 255, 255, 1);
        }
    }

    .close-icon {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        box-shadow: 2px 5px 6px 4px rgba(0, 0, 0, 0.14);
    }
}

@keyframes appWiggle {
    0% {
        transform: rotate(-2deg) scale(1);
    }

    50% {
        transform: rotate(2deg) scale(1);
    }

    100% {
        transform: rotate(-2deg) scale(1);
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .mobile_apps {
        padding: 15% 17% 0 29% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mobile_apps {
        padding: 15% 17% 0 29% !important;
    }

    .mobile_container {
        .clb_app_item {
            width: calc(17% - 0%) !important;
        }

        .close-icon {
            width: 20px !important;
        }
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mobile_container {
        .clb_app_item {
            width: calc(16% - 0.5%) !important;
        }

        .close-icon {
            width: 17px !important;
        }

        .collab_app_grid {
            gap: 18px !important;
        }
    }

    .mobile_apps {
        padding: 15% 17% 0 29% !important;
    }


}

@media (min-width: 768px) and (max-width: 830px) {
    .mobile_container {
        .clb_app_item {
            width: calc(15% - 0.5%) !important;
        }
    }
}

@media screen and (max-width: 768px) {
    .background_circles {
        display: none;
    }

    .hand_mobile_div {
        flex-direction: column;
        gap: 8px;
        height: 100%;
    }

    .left_container {
        width: 100%;
        gap: 8px
    }

    .right_container {
        width: 100%;
        gap: 8px
    }

    .center_container {
        width: 100%;

        gap: 8px;

        .inner_iconbox {
            width: 100%;
            max-width: unset;
        }
    }

    .mobile_container {
        display: none;
    }
}



/* people page mobile icon section over */


/* Career page */
.cr_opening_list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cr_list_item {
    list-style: none;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.cr_heading_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cr_heading_group h4 {
    margin: 0;
    font-family: var(--e-global-typography-ce5d651-font-family), Sans-serif;
    font-size: var(--e-global-typography-ce5d651-font-size);
    font-weight: var(--e-global-typography-ce5d651-font-weight);
    line-height: var(--e-global-typography-ce5d651-line-height);
    letter-spacing: var(--e-global-typography-ce5d651-letter-spacing);
    color: var(--e-global-color-dcd864b);
}

.cr_heading_group p {
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    color: var(--e-global-color-cddbafc);
    margin: 0;
}

.cr_heading_group span {
    font-weight: 500;
}

.cr_button_group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.view {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #111827;
    padding: 10px 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.view:hover {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #111827;
}

.view:focus {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #111827;
}

.apply_now button {
    padding: 10px 16px;
    background: #111827;
    border: 1px solid #111827;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.apply_now button:hover {
    background: #111827;
    border: 1px solid #111827;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.cr_heading_group div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: left;
}

.cr_item_content {
    display: none;
}

.cta_div {
    width: 100%;
    background-color: #685BC7;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin-top: 16px;
}

.cta_div p {
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.cta_div a {
    color: #fff;
    font-weight: 600;
}

.cr_content_box ul {
    padding-left: 18px;
}

.cr_content_box {
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    color: var(--e-global-color-cddbafc);
}

@media screen and (max-width: 768px) {
    .cr_item_head {
        flex-direction: column;
        gap: 16px;
    }

    .cr_heading_group div {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .cr_heading_group h4 {
        text-align: center;
    }
}


/* career form */
.career_form {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.career_form .two_column p {
    display: flex;
    gap: 10px;
    margin-block-end: 0px !important;
}

.career_form p {
    margin-block-end: 0px !important;
}

.career_form .two_column p span {
    /* border: 1px solid #E5E7EB; */
    border-radius: 10px;
    /* background-color: #fff; */
}

.career_form p span input[type="text"],
.career_form p span input[type="email"],
.career_form p span input[type="tel"] {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    height: 50px;
    color: #111827;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.career_form p span input[type="text"]:focus,
.career_form p span input[type="email"]:focus,
.career_form p span input[type="tel"]:focus {
    outline: none;
    box-shadow: none;
}

.career_form textarea {
    border-radius: 10px;
    border: none;
    height: 135px;
    background-color: #fff;
    color: #111827;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.career_form textarea:focus {
    outline: none;
    box-shadow: none;
}

.career_form p span select {
    border-radius: 10px;
    border: none;
    width: 100%;
    background-color: #fff;
    color: #111827;
    height: 50px;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.career_form p span select:focus {
    outline: none;
    box-shadow: none;
}

.career_form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.career_form .phone_number_div p {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.career_form .country_code {
    padding: 10px 20px 10px 12px;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111827;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.career_form br {
    margin-bottom: 10px;
}

.submit_btn {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #111827;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.submit_btn:hover {
    background-color: #f9fafb;
    color: #111827;
}

.submit_btn:focus {
    background-color: #f9fafb;
    color: #111827;
}

.career_form .custom_file_upload {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #111827;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
    padding: 8px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.career_form .custom_file_upload span {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 130px;
}

.career_form .custom_file_upload input {
    display: block;
    font-size: 0;
    position: absolute;
    width: 130px;
    height: 23px;
    top: 0;
    left: 0;
    opacity: 0;
}

.career_form .custom_file_upload .supported_types {
    font-size: 12px;
    color: #111827;
    line-height: 18px;
}

.career_form .custom_file_upload .supported_types .accept_type {
    color: var(--e-global-color-cddbafc);
}

.wpcf7-response-output {
    margin: 0px !important;
    border-radius: 16px;
    color: #fff;
    padding: 8px 16px !important;
    text-align: center;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -23px);
}

/* career form over */
/* career journey */
.journey_con {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.journey_box {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 57px;
}

.journey_info {
    width: 217px;
    height: 88px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.journey_info .year {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #111827;
}

.journey_info .text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(17, 24, 39, 0.60);
}

.journey_con::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    border-top: 1px solid #E5E7EB;
}

.journey_box:nth-child(2n+1) {
    padding-top: 89px;
}

.journey_box:nth-child(2n+1) .journey_icon::after {
    top: 100%;
    transform: translateX(-50%) rotate(180deg);
}

.journey_box:nth-child(2n) {
    padding-bottom: 92px;
    flex-direction: column-reverse;
    display: flex;
    align-items: end;
    text-align: right;
}


.journey_box:first-child {
    align-items: start;
}

.journey_box:last-child {
    align-items: end;

    .journey_info {
        align-items: end;
        text-align: right;
    }
}

.journey_box:nth-child(2n) .journey_icon::after {
    bottom: 100%;
    transform: translateX(-50%) rotate(0deg);
}

.journey_icon::after {
    content: "";
    background: url("https://collabcrm.com/wp-content/themes/hello-elementor-child/assets/svg/line.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    width: 40px;
    height: 86px;
    background-size: cover;
    left: 50%;
}

.journey_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #E5E7EB;
    border-radius: 20px;
    margin: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.journey_icon::before {
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 20px;
}

.journey_icon img {
    width: 30px;
    height: 30px;
    z-index: 2;
}

.journey_icon:hover {
    background: linear-gradient(90deg, #685BC7 0%, #00B3E4 50%, #FFB81C 100%);
}

@media (min-width: 769px) and (max-width: 1024px) {
    .journey_info {
        width: 170px;
    }
}

@media screen and (width<=768px) {
    .journey_con {
        flex-direction: column;
        gap: 50px;
    }

    .journey_con::before {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 1px;
        height: calc(100% - 120px);
        border-right: 1px solid #E5E7EB;
        border-top: none;
    }

    .journey_icon::after {
        content: none;
    }

    .journey_icon {
        margin: 0 !important;
    }

    .journey_box {
        flex-direction: row-reverse;
        width: calc(50% + 30px);
        padding-top: unset !important;
        gap: 20px;
    }

    .journey_box:nth-child(2n) {
        padding-left: calc(50% - 30px);
        flex-direction: row;
        align-items: start;
        text-align: left;
        gap: 20px;
        padding-bottom: unset !important;
        width: 100%;

        .journey_info {
            align-items: start;
            text-align: left;
        }
    }

    .journey_info {
        align-items: end;
        text-align: right;
        width: 100%;
    }

    .journey_icon {
        width: 54px;
        min-width: 54px;
        height: 54px;
    }

    .journey_icon:hover {
        background: #E5E7EB !important;
    }

    .journey_box:last-child {
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 8px;

        .journey_icon {
            background: linear-gradient(90deg, #685BC7 0%, #00B3E4 50%, #FFB81C 100%) !important;
        }

        .journey_icon:hover {
            background: linear-gradient(90deg, #685BC7 0%, #00B3E4 50%, #FFB81C 100%) !important;
        }

        .journey_info {
            align-items: center;
            text-align: center;
            width: 100%;
            height: auto;

        }
    }
}

/* career journey over */

/* Career page over*/