/*
Theme Name: Hello Elementor Child
Author:
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0 !important;
}

a,
a * {
    text-decoration: none !important;
}

/*.elementor-button,
.elementor-button a,
.elementor-button a *,
.elementor-nav-menu a,
.elementor-nav-menu a * {
    text-decoration: none !important;
}*/


body {
    font-family: 'Inter', sans-serif !important;
}


.e-con-inner {
    max-width: 1280px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.blue-btn a {
    padding: 13px 20px;
    background: linear-gradient(to bottom, #6094FB, #1048BA);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
}
@media only screen and (max-width: 425px) {
    .blue-btn a {
        padding: 13px 15px;
    }
}

.blue-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.orange-btn a {
    padding: 13px 20px;
    background: linear-gradient(to bottom, #FFB81C, #EF692B);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 400 !important;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif !important;
}
@media only screen and (max-width: 425px) {
    .orange-btn a {
        padding: 13px 15px;
    }
}

.orange-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.font-200 {
    font-weight: 200;
}


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

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

.section-navbar.nav-bg {
    background-color: #100E21;
}

@media only screen and (max-width: 767px) {
    .section-navbar {
        .blue-btn a {
            padding: 13px 15px;
        }
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .section-navbar {
        .blue-btn a {
            padding: 12px 15px;
        }
    }
}

.mega-menu {
    background-image: url("./img/navbar-bg-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 22px 0;
    width: 100%;
    max-width: 760px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-menu {
    display: none;
}

.site-main .inner-banner {
    padding-top: 64px;
    position: relative;

}

/*--- Navbar css end ---*/


/*-- home section-banner start --*/

.home-banner-features ul li:last-child {
    position: relative;
}

.home-banner-features ul li:last-child:before {
    content: '';
    position: absolute;
    left: -17px;
    height: 4px;
    width: 4px;
    background-color: #D9D9D9;
    top: 6px;
    border-radius: 99em;
}

/*-- home section-banner end --*/

/*-- home section-team start --*/

.home-section-teams {
    padding: 100px 15px;
}

@media only screen and (max-width: 1600px) {
    .home-section-teams {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .home-section-teams {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-section-teams {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-section-teams {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .home-section-teams {
        padding: 35px 15px;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    border-radius: 18px;
    background: linear-gradient(to bottom, #0042F9, #00B5E2, #A8E665, #EC5AFE, #FFB81C);
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-header {
        justify-content: center;
        column-gap: 10px;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F4F7;
    border-radius: 16px;
    z-index: 1;
    transition: all 0.3s;
}

@media only screen and (max-width: 1024px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-header {
        width: 100%;
        padding-bottom: 8px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main::before {
        border-radius: 8px;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main {
        padding: 14px 18px;
        border-radius: 10px;
        margin-bottom: 0;
        display: inline-table;
    }
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main::before {
        border-radius: 8px;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main {
        padding: 10px 12px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main:last-of-type {
        margin-bottom: 0;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main.active-tab::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

.home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main.active-tab::after {
    content: '';
    position: absolute;
    width: 13vw;
    height: 13vw;
    left: -5vw;
    right: -5vw;
    bottom: -40%;
    margin: auto;
    border-radius: 99em;
    background-image: url("./img/team-tabs-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main>* {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main {
        width: auto;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main .tabs-images {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main {
        width: auto;
    }

    .home-section-teams .team-custom-tabinations .custom-tabs-header .tabs-main .tabs-images {
        display: none;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-body {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    width: 100%;
    margin: 40px 0 15px 0;
}

.home-section-teams .team-custom-tabinations .custom-tabs-body.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.home-section-teams .team-custom-tabinations .custom-tabs-body-left .elementor-popup-trigger {
    width: max-content;
    cursor: pointer;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-left .elementor-popup-trigger {
        margin-left: auto;
        margin-right: auto;
    }
}

.teams-border {
    background: linear-gradient(90deg, rgba(224, 228, 237, 0) 0%, #E8ECF6 50%, rgba(224, 228, 237, 0) 100%);
    padding: 1px;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(224, 228, 237, 0.65);
}


.home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content:first-child {
    padding: 0;
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content:first-child {
        margin-top: 40px;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content .teams-subheading {
    position: relative;
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content .teams-subheading {
        padding-left: 0;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content p {
    position: relative;
    padding: 20px 0 30px 40px;
    font-family: 'Inter', sans-serif !important;
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content p {
        padding: 20px 0 30px 0;
    }
}

.home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content .teams-subheading::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url("./img/star.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-right .body-right-content .teams-subheading::before {
        content: none;
    }
}

.home-section-teams .team-custom-tabinations .team-custom-tabs button {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
}

.home-section-teams .team-custom-tabinations .team-custom-tabs button.active {
    background-color: #333;
    color: #fff;
}

.home-section-teams .team-custom-tabinations .team-custom-tab-content .tab-content {
    display: none;
}

.home-section-teams .team-custom-tabinations .team-custom-tab-content .tab-content.active {
    display: block;
}

svg {
    fill: none !important;
}

/*-- home section-security-team start --*/
.section-home-security-team {}

.section-home-security-team .security-team-inner {
    background-color: #12141E;
    position: relative;
    overflow: hidden;
}


.section-home-security-team .security-team-inner:before {
    content: '';
    position: absolute;
    width: 110%;
    background-image: url("./img/security-team-gradient.webp");
    background-size: cover;
    background-position: bottom -25px left -75px;
    background-repeat: no-repeat;
    z-index: 1;

}

@media only screen and (max-width:767px) {
    .section-home-security-team .security-team-inner:before {
        opacity: 0.35;
        transform: scaleX(-1);
        background-position: 15% 100%;
        top: 20%;
    }
}


/*-- home section-security-team end --*/





/*-- home section-faq start --*/
.section-home-faq .faq-inner .e-n-accordion-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 12px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.section-home-faq .faq-inner .e-n-accordion-item:last-child {
    margin-bottom: 0 !important;
}

.section-home-faq .faq-inner .e-n-accordion-item::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    z-index: -1;
    background-color: transparent;
}

.section-home-faq .faq-inner .e-n-accordion-item .elementor-tab-title {
    background-color: transparent !important;
}

.section-home-faq .faq-inner .e-n-accordion-item .elementor-tab-title:focus {
    outline: none;
    box-shadow: none;
}

.section-home-faq summary,
.section-home-faq .e-n-accordion-item-title {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.section-home-faq summary:focus,
.section-home-faq summary:active,
.section-home-faq .e-n-accordion-item-title:focus,
.section-home-faq .e-n-accordion-item-title:active {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.section-home-faq summary::before,
.section-home-faq summary::after,
.section-home-faq .e-n-accordion-item-title::before,
.section-home-faq .e-n-accordion-item-title::after {
    background-color: transparent !important;
    box-shadow: none !important;
}

.section-home-faq .e-n-accordion-item[open] {
    background-color: transparent !important;
    box-shadow: none !important;
}

.section-home-faq .faq-inner .custom-container {
    width: calc((100vw + 1110px) / 2);
    margin-left: auto;
    margin-right: 0;
}

.section-home-faq .faq-inner p a {
    text-decoration: none;
    transition: opacity 0.5s ease;
    color: #0d6efd;
}

.section-home-faq .faq-inner p a:hover {
    color: #0a58ca;
}

.section-home-faq .faq-inner .faq-new .e-n-accordion-item {
    border: 1px solid #E5E7EB;
    margin-bottom: 10px !important;
    border-radius: 12px;
}

/*-- home section-cta startt --*/


.section-home-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    padding: 0 15px 100px;
}

@media only screen and (max-width: 1600px) {
    .section-home-cta {
        padding: 0 15px 90px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-cta {
        padding: 0 15px 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-cta {
        padding: 0 15px 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-cta {
        padding: 0 15px 45px;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-cta {
        padding: 0 15px 35px;
    }
}

.section-home-cta .section-cta-main {
    position: relative;
    width: 100%;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    z-index: 2;
}

.section-home-cta .section-cta-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/cta-bg.webp");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}

.section-home-cta .cta-right {
    position: relative;
    z-index: 3;
}

.section-home-cta .cta-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background-image: url("./img/cta-right.webp");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-home-cta .cta-cta-left {
        width: 100%;
    }

    .section-home-cta .cta-right {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-cta .cta-right::after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-home-cta .section-cta-main::before {
        content: none;
    }

    .section-home-cta .section-cta-main {
        position: relative;
    }

    .section-home-cta .section-cta-main::after {
        content: '';
        position: absolute;
        left: auto;
        width: 100%;
        height: 100%;
        right: 0;
        background-image: url("./img/cta-responsive.webp");
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
        bottom: -15%;
        top: auto;
        z-index: -1;
    }
}

/*-- home section-cta end --*/


/*-- home section-footer startt --*/
.section-footer {
    padding: 100px 15px 0;
}

@media only screen and (max-width: 1600px) {
    .section-footer {
        padding: 90px 15px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .section-footer {
        padding: 80px 15px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .section-footer {
        padding: 60px 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .section-footer {
        padding: 45px 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-footer {
        padding: 35px 15px 0;
    }
}

/* Other Footer Styles */
.section-footer .final-footer-left .elementor-inline-items .elementor-inline-item {
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    margin: 0;
}

.section-footer .final-footer-right .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 99em;
    padding: 0;
    margin-right: 8px;
}

.section-footer .final-footer-right .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon svg {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .section-footer .final-footer-left .elementor-inline-items .elementor-inline-item {
        margin: 0 8px 8px 0;
    }
}

@media only screen and (min-width: 973px) and (max-width: 1151px) {
    .section-footer .final-footer-left .elementor-inline-items .elementor-inline-item:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .section-footer .footer-contact ul li {
        margin-bottom: 8px !important;
    }

    .section-footer .footer-contact ul li:last-child {
        margin-bottom: 0 !important;
    }

    .section-footer .footer-right-navbar .e-con-full {
        width: calc(33% - 10px);
        float: left;
    }
}

@media only screen and (max-width: 575px) {
    .section-footer .footer-contact ul li {
        margin-bottom: 10px !important;
    }

    .section-footer .footer-contact ul li:last-child {
        margin-bottom: 0 !important;
    }

    .section-footer .footer-right-navbar .e-con-full:nth-child(1) {
        width: 100%;
        float: left;
    }

    .section-footer .footer-right-navbar .e-con-full:nth-child(2) {
        width: 100%;
    }
}

.section-footer .final-footer-left .elementor-inline-items .elementor-inline-item {
    margin: 0 8px 8px 0;
}

/*-- home section-footer end --*/

/*--- Responsive Start ---*/


.section-home-security-team {
    padding: 100px 15px;
}

@media only screen and (max-width: 1600px) {
    .section-home-security-team {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-security-team {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-security-team {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-security-team {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-security-team {
        padding: 35px 15px;
    }
}


/*.section-footer{*/
/*    display: none;*/
/*}*/


.section-home-faq {
    padding: 100px 15px;
}

@media only screen and (max-width: 1600px) {
    .section-home-faq {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-faq {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-faq {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-faq {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-faq {
        padding: 35px 15px;
    }
}




/*-- section home office suite start --*/

.section-home-office-suite {
    padding: 100px 15px;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .section-home-office-suite {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-office-suite {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-office-suite {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-office-suite {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-office-suite {
        padding: 35px 15px;
    }
}


.all-four-cards {
    background-color: rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
}


@media (min-width: 1200px) {
    .all-four-cards {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .each-card-img {
        flex-shrink: 0;
    }

    .each-card-content {
        margin-top: auto;
    }
}

@media (min-width: 768px) {
    .each-card-content {
        margin-top: auto;
    }
}

/*-- height same start--*/
.collabcrm-all-four-card-row-two {
    align-items: stretch;
}

.collabcrm-all-four-card-row-two .all-four-cards {
    height: auto;
    display: flex;
    flex-direction: column;
}

/*-- height same end--*/
.collabcrm-all-four-card-parent {
    border: 5px solidr red !important;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-one .all-four-cards:nth-child(1) .each-card-img img {
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-one .all-four-cards:nth-child(2) .each-card-img img {
    max-width: 494px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-two .all-four-cards:nth-child(2) .each-card-img img {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-two .all-four-cards:nth-child(1) .each-card-img img {
    max-width: 232px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-one .all-four-cards:nth-child(1) .each-card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-image: url("./img/company-operation-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-one .all-four-cards:nth-child(2) .each-card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-image: url("./img/enhanced-productivity-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-two .all-four-cards:nth-child(1) .each-card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-image: url("./img/security-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collabcrm-all-four-card-parent .collabcrm-all-four-card-row-two .all-four-cards:nth-child(2) .each-card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-image: url("./img/identify-revenue-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.collabcrm-all-four-card-parent .all-four-cards .each-card-img::after {
    content: "";
    position: absolute;
    top: -96px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 190px;
    background-image: url("./img/common-square.webp");
    z-index: 2;
}

/*-- section home office suite end --*/



/*

@media only screen and (max-width: 575px) {
    .elementor-heading-title{
        font-size: 20px;
        line-height: 30px;
    }
}
*/


/*--- Responsive End ---*/


.collab-tab-section {
    position: relative;
}



.collab-tab-section {
    position: relative;
}

.collab-tab-section .commondots {
    cursor: pointer;
}

.collab-tab-section .commondots.active {
    opacity: 0;
    visibility: hidden;
}

.collab-tab-section .commondots.active .wavy-dot {
    opacity: 0;
    visibility: hidden;
}


.collab-tab-section .common-r10 {
    border-radius: 10px;
}

.collab-tab-section .wavy-dot {
    animation: pulse 2s ease infinite;
    -webkit-transform-origin: center center;
    opacity: 1;
}

@keyframes pulse {
    0% {
        stroke-width: 1;
        stroke: #FFB81C;
        opacity: 0;
    }

    50% {
        stroke-width: 1;
        stroke: #FFB81C;
        opacity: 0.5;
        transition: all 0.3s ease-in;
    }

    100% {
        stroke-width: 15;
        stroke: rgba(255, 179, 181, 0);
        opacity: 1;
        transition: all 0.3s ease-in;
    }
}

.collab-tab-section .collab-wrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto !important;
    display: none;
}

@media only screen and (max-width:1365px) {
    .collab-tab-section .collab-wrapper {
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1200px) {
    .collab-tab-section .collab-wrapper {
        display: block;
    }
}

/* .collab-tab-section .collab-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    background: url("./img/dashboard-dots.webp") no-repeat center;
    background-size: cover;
    height: 185px;
    max-width: 967px;
    margin: 0 auto;
} */

@media only screen and (max-width:1365px) {
    .collab-tab-section .screens-section svg {
        width: 100%;
        max-width: 1280px;
        height: auto;
    }
}

.collab-tab-section .screens-section .elementor-widget-container {
    line-height: 0;
}

.collab-tab-section .collab-wrapper .screen-tabs {
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 13;
}

@media only screen and (max-width:1799px) {
    .collab-tab-section .collab-wrapper .screen-tabs {
        right: -10% !important;
    }
}

@media only screen and (max-width:1599px) {
    .collab-tab-section .collab-wrapper .screen-tabs {
        right: -5% !important;
    }
}

@media only screen and (max-width:1499px) {
    .collab-tab-section .collab-wrapper .screen-tabs {
        right: -2% !important;
    }
}

@media only screen and (max-width:1365px) {
    .collab-tab-section .collab-wrapper .screen-tabs {
        width: 40%;
        bottom: 30px !important;
        right: 0 !important;
        top: auto;
    }
}

.collab-tab-section .collab-wrapper .screen-tabs::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    background: url('./img/rectangle.png');
    background-size: cover;
}


@media only screen and (max-width:1365px) {
    .collab-tab-section .inner-tab .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-bottom: 10px;
    }
}

.collab-tab-section .inner-tab .small-text p {
    margin: 0;
}

.collab-tab-section .collab-wrapper .work-btn .elementor-button {
    width: 100%;
}


.collab-tab-section .collab-wrapper .elementor-widget-icon-box {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.collab-tab-section .resp-dashboard {
    margin: 0 auto;
}

@media only screen and (min-width:1200px) {
    .collab-tab-section .resp-dashboard {
        display: none;
    }
}

@media only screen and (max-width:1199px) {
    .collab-tab-section .resp-dashboard {
        max-width: none;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .collab-tab-section .resp-dashboard {
        width: 100%;
    }
}

/* new */

.hide-custom-dot {
    visibility: hidden;
    opacity: 0;
}

.collab-tab-section .collab-wrapper .elementor-widget-icon-box {
    line-height: 0;
}

.collab-tab-section .collab-wrapper .elementor-icon-box-title {
    margin: 0;
}

.collab-tab-section .collab-wrapper .elementor-view-stacked .elementor-widget-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.collab-tab-section .collab-wrapper .icon-wrap {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.collab-tab-section .collab-wrapper .active-screen {
    border: 1px solid #0042F9 !important;
}

.collab-wrapper {
    position: relative;
}

/* .collab-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: red;
    height: 100%;
} */



/*--Testimonial css start--*/


.section-real-leader-mian {
    /*background-color: #F2F4F7;*/
}

.section-real-leader-mian {
    padding: 100px 15px;
}

@media only screen and (max-width: 1600px) {
    .section-real-leader-mian {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-real-leader-mian {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-real-leader-mian {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-real-leader-mian {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-real-leader-mian {
        padding: 35px 15px;
    }
}


.section-real-leader .real-leader-main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #E5E7EB;
    border-radius: 32px;
    background-color: #FFF;
    padding: 80px 30px 100px;
}

@media only screen and (max-width: 767px) {
    .section-real-leader .real-leader-main {
        padding: 30px 30px 90px;
        border-radius: 20px;
    }
}

.section-real-leader #descriptionBox {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    max-width: 1115px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-real-leader #descriptionBox {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .section-real-leader #descriptionBox {
        font-size: 16px;
        line-height: 26px;
    }
}

.section-real-leader #descriptionBox::before {
    content: '';
    position: absolute;
    left: -35px;
    top: -35px;
    background-image: url("./img/quote.svg");
    background-repeat: no-repeat;
    height: 36px;
    width: 48px;
    background-size: cover;
}

@media only screen and (max-width: 1199px) {
    .section-real-leader #descriptionBox::before {
        left: -18px;
        top: -25px;
        height: 30px;
        width: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-real-leader #descriptionBox::before {
        left: -15px;
        top: -15px;
        height: 26px;
        width: 34px;
    }
}

.section-real-leader #arcContainer {
    height: 200px;
    max-height: 200px;
    position: relative;
}

.section-real-leader .realleader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .section-real-leader .realleader {
        max-width: 840px;
    }
}

.section-real-leader .item {
    width: 70px;
    height: 70px;
    border-radius: 99em;
    overflow: hidden;
    position: absolute;
    opacity: 1;
    z-index: 1;
    border: 3px solid #fff;
    transition: opacity 0.5s ease;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
}

.section-real-leader .item img {
    width: 100%;
    height: 100%;
    border-radius: 99em;
    object-fit: cover;
    border: 1px solid #E5E7EB;
}

.section-real-leader .center-slide {
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #ff4d4d, #4d88ff);
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.section-real-leader .center-info {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, 0) !important;
    text-align: center;
    opacity: 1;
}

.section-real-leader .center-info .leader-name {
    margin: 5px 0 2px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #111111;
}

@media only screen and (max-width: 767px) {
    .section-real-leader .center-info .leader-name {
        font-size: 16px;
        line-height: 20px;
    }
}

.section-real-leader .center-info .leader-position {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.70);
}

@media only screen and (max-width: 767px) {
    .section-real-leader .center-info .leader-position {
        font-size: 14px;
        line-height: 17px;
    }
}

.section-real-leader .leader-buttons {
    border: 1px solid #E5E7EB;
    background-color: #F2F4F7;
    height: 44px;
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    border-radius: 99em;
    max-width: 95px;
}

@media only screen and (max-width: 767px) {
    .section-real-leader .leader-buttons {
        top: auto;
        bottom: -60px;
    }
}

.section-real-leader .leader-buttons button {
    background-color: initial;
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-real-leader .realleader {
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-real-leader .center-info {
        top: 70%;
    }
}

.section-real-leader .profile {
    display: none;
}

/*-- section trusted by start --*/

.section-trusted-by {
    padding: 50px 0 100px;
}

@media only screen and (max-width: 1600px) {
    .section-trusted-by {
        padding: 50px 0 90px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-trusted-by {
        padding: 50px 0 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .section-trusted-by {
        padding: 50px 0 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .section-trusted-by {
        padding: 45px 0 45px;
    }
}

@media only screen and (max-width: 575px) {
    .section-trusted-by {
        padding: 35px 0 45px;

    }
}

/* .section-trusted-by .swiper {
    height: 100%;
} */

.section-trusted-by .swiper-wrapper {
    align-items: center;
}

.section-trusted-by .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.section-trusted-by .swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-trusted-by .swiper-slide img,
.section-trusted-by .swiper-slide-image {
    max-width: 190px;
    max-height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease-in-out;
    width: 100%;
    height: auto;
    filter: grayscale(0%);
    display: block;
}

.section-trusted-by .swiper-slide:hover img {
    filter: grayscale(50%) contrast(15%) brightness(100%);
}

/*-- section trusted by end --*/





/*-- section Blog start --*/

.collabcrm-cards-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1280px;
}

.collabcrm-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    overflow: hidden;
    width: calc(100% / 3 - 17px);
    /* box-shadow: 0 0 0 1px #f3f4f6; */
    transition: transform 0.2s ease;
    padding: 20px;
}

.collabcrm-card:hover {
    transform: translateY(-3px);
}

.collabcrm-card-thumb {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.collabcrm-card-thumb img {
    width: 100%;
    /* height: 170px; */
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.collabcrm-card-content {
    padding: 20px 0 0;
}

.collabcrm-card a {
    color: #111111;
}

.collabcrm-card-content h3 {
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #111111;
    margin: 0 0 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

.collabcrm-card-content p {
    color: #4b5563;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

    .collabcrm-cards-wrapper {
        gap: 15px;
    }

    .collabcrm-card {
        width: calc(100% / 3 - 10px);
        padding: 12px;
    }

}

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

    .collabcrm-card {
        width: calc(100% / 1 - 0px);
    }

    .collabcrm-card-content h3 {
        min-height: auto;
    }

    .collabcrm-card-thumb {
        height: 300px;
    }

}

@media screen and (max-width: 576px) {
    .collabcrm-card-thumb {
        height: 230px;
    }

}

/*-- section Blog end --*/




/*-- Contact form start ---*/
.open-popup-btn {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.work-management-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
}

.work-management-popup.active {
    display: flex;
    animation: fadeIn 0.3s ease forwards;
}

.work-management-popup .popup-content {
    background: #fff;
    border-radius: 30px;
    max-width: 1080px;
    width: 90%;
    transform: scale(0.8);
    animation: scaleIn 0.3s ease forwards;
    position: relative;
    font-family: "Inter", Sans-serif;
}

.work-management-popup .popup-content .popup-title {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
}

.work-management-popup .popup-content p {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    opacity: 0.7;
    color: #000000;
}

.work-management-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.work-management-popup .popup-content-wrapper {
    display: flex;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-left {
    background-image: url("./img/popup-bg.webp");
    background-color: #F0EEFF;
    width: 50%;
    padding: 50px;
    border-radius: 30px 0 0 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) .popup-content-inner-left {
    background-image: url("./img/popup-bg.webp");
}

.work-management-popup .popup-content-wrapper .popup-content-inner-left img {
    height: 50px;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-left ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-left ul li {
    display: inline-flex;
    border: 1px solid #685BC7;
    padding: 9px 8px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #685BC7;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 100px;
    margin: 0;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-left ul li img {
    height: 18px;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right {
    width: 50%;
    padding: 50px;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group.phone-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group input {
    background: #F2F4F7;
    border: 1px solid #CAD0D9;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    padding: 15.5px;
    margin-top: 10px;
    border-radius: 12px;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group select {
    background: #F2F4F7;
    background-image: url("./img/select-arrow.svg") !important;
    border: 1px solid #CAD0D9;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    padding: 15.5px;
    margin-top: 10px;
    border-radius: 12px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15.5px) center;
    appearance: none;
    /* Most modern browsers */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group.phone-group input {
    width: calc(100% - 110px);
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group input:focus {
    outline: none;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group input::placeholder {
    color: gray;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group div.error {
    color: red;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 3px;
    line-height: normal;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .submit-btn {
    background: linear-gradient(180deg, #6094FB 0%, #1048BA 100%) !important;
    border: none;
    /* border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); */
    box-shadow: 0px 4px 4px 0px #FFFFFF40 inset;
    box-shadow: 0px 4px 4px 0px #00000026;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 100%;
    border-radius: 12px;
    padding: 14px 10px;
    margin-top: 30px;
}

.e-con.e-parent .submit-btn:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: inherit !important;
}

.work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .submit-btn:focus {
    outline: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.toast {
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Inter", Sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.toast-success {
    background-color: #28a745;
}

.toast-error {
    background-color: #dc3545;
}

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

    #custom-popup.work-management-popup {
        overflow-y: auto;
        /* allow scroll on overflow */
        padding: 16px;
    }

    .work-management-popup .popup-content {
        width: 100%;
    }

    /* .work-management-popup .popup-content-wrapper {
        flex-direction: column;
    } */

    /* .work-management-popup .popup-content-wrapper .popup-content-inner-left,
    .work-management-popup .popup-content-wrapper .popup-content-inner-right {
        width: 100%;
    } */

    .work-management-popup .popup-content-wrapper .popup-content-inner-left {
        padding: 30px 16px;
        border-radius: 20px 0 0 20px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left img {
        height: 40px;
    }

    .work-management-popup .popup-content .popup-title {
        font-size: 20px;
        line-height: 30px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left ul li img {
        display: none;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left ul {
        margin: 0;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right {
        padding: 30px 16px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group input,
    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group select {
        font-size: 16px;
        padding: 11px 16px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .submit-btn {
        margin-top: 20px;
    }

    .work-management-popup .popup-content p {
        width: 80%;
    }

    .popup-close-icon {
        right: 12px !important;
        top: 12px !important;
    }

}

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

    #custom-popup.work-management-popup {
        overflow-y: auto;
        /* allow scroll on overflow */
        padding: 16px;
    }

    .work-management-popup.active {
        display: block;
    }

    .work-management-popup .popup-content {
        width: 100%;
    }

    .work-management-popup .popup-content-wrapper {
        flex-direction: column;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left,
    .work-management-popup .popup-content-wrapper .popup-content-inner-right {
        width: 100%;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left {
        padding: 20px 16px 16px;
        border-radius: 20px 20px 0 0;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left img {
        height: 30px;
    }

    .work-management-popup .popup-content .popup-title {
        font-size: 16px;
        line-height: 26px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left ul li img {
        display: none;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-left ul {
        margin: 0;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right {
        padding: 16px 16px 16px 20px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group input,
    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .form-group select {
        font-size: 16px;
        padding: 11px 16px;
    }

    .work-management-popup .popup-content-wrapper .popup-content-inner-right .work-management-form .submit-btn {
        margin-top: 20px;
    }

    .work-management-popup .popup-content p {
        width: 80%;
    }

    .popup-close-icon {
        right: 22px !important;
        top: 22px !important;
    }
}

/*-- Contact form end ---*/




/*--- terms and condition page css start --*/
.cms-content-wrapper p b {
    color: var(--e-global-color-text);
}

.cms-content-wrapper p a {
    /*     color: var(--e-global-color-text); */
    color: #1e5bc3;
}

.cms-content-wrapper .common-list-tag .elementor-icon-list-items .elementor-icon-list-item {
    position: relative;
    padding-left: 15px;
}

.cms-content-wrapper .common-list-tag .elementor-icon-list-items .elementor-icon-list-item::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--e-global-color-a5b12f2);
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.cms-content-wrapper .common-list-tag .elementor-icon-list-items .elementor-icon-list-item svg {
    color: #000000 !important
}

.common-list-tag-round .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    fill: #000000 !important;
}

.social-media .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    fill: #fff !important;
}

.social-media .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon svg,
.footer-right-navbar .elementor-heading-title:hover a,
.footer-right-navbar .elementor-icon-list-item:hover a {
    opacity: 0.7;
}

/*--- terms and condition page css end --*/




.home-section-teams {
    padding: 100px 15px;
}

@media only screen and (max-width: 1600px) {
    .home-section-teams {
        padding: 90px 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .home-section-teams {
        padding: 80px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-section-teams {
        padding: 60px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-section-teams {
        padding: 45px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .home-section-teams {
        padding: 35px 15px;
    }
}


.tabs-section .e-con-inner {
    max-width: 1280px !important;
    margin: 0 auto;
}

.tabs-section .all-tabs {
    border: 1px solid #E5E7EB !important;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .tabs-section .all-tabs {
        border-radius: 12px;
        padding: 8px;
        width: auto;
    }
}

.tabs-section .all-tab-inner {
    padding: 40px 40px 40px 40px;
    background-color: #F2F4F7;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
}

@media only screen and (max-width: 1499px) {
    .tabs-section .all-tab-inner {
        padding: 25px 30px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .tabs-section .all-tab-inner {
        padding: 10px 25px 10px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-section .all-tab-inner {
        padding: 5px 20px 5px;
    }
}

.tabs-section .icons,
.tabs-section .icon-heading .icons {
    width: 36px;
    height: 36px;
}

/*.tabs-section .icon-heading {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  margin: 0;*/
/*}*/
.tabs-section .tabs-heading .elementor-heading-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #101828;
    letter-spacing: 0;
    text-transform: initial;
    margin: 10px 0 !important;
}

.tabs-section #tab-one-inner,
.tabs-section #tab-two-inner,
.tabs-section #tab-three-inner,
.tabs-section #tab-four-inner {
    margin-bottom: 20px;
}

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

    .tabs-section #tab-one-inner,
    .tabs-section #tab-two-inner,
    .tabs-section #tab-three-inner,
    .tabs-section #tab-four-inner {
        margin-bottom: 0;
    }
}

.tabs-section .e-n-accordion-item .e-n-accordion-item-title {
    border: none;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .tabs-section .e-n-accordion-item .e-n-accordion-item-title {
        padding: 16px 0;
    }
}

.tabs-section .e-n-accordion-item .e-n-accordion-item-title-text {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    text-transform: initial !important;
    width: 100%;
    padding-right: 28px;
}

@media only screen and (max-width: 1499px) {
    .tabs-section .e-n-accordion-item .e-n-accordion-item-title-text {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-section .e-n-accordion-item .e-n-accordion-item-title-text {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

.tabs-section .e-n-accordion-item {
    position: relative;
}

.tabs-section .e-n-accordion-item::before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: 0;
    top: auto;
}

@media (max-width: 1024px) {
    .tabs-section .e-n-accordion-item:last-child::before {
        content: none;
        background: none;
        height: 0;
    }
}

/* .tabs-section .e-n-accordion-item:last-child {
  border-bottom: none;
} */
.tabs-section .all-items {
    border: none;
}

.tabs-section .all-items .content-description {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: rgba(17, 17, 17, 0.7) !important;
    margin-bottom: 18px !important;
    font-family: 'Inter', sans-serif !important;
}

@media only screen and (max-width: 767px) {
    .tabs-section .tabs-details {
        display: none !important;
    }
}

.tabs-section .tab-img-same {
    position: relative;
}

.tabs-section .tab-img-same img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}

.tabs-section .tab-img-same::before {
    content: '';
    position: absolute;
    width: 16vw;
    height: 19vw;
    top: -78px;
    left: -100px;
    background-image: url("./img/platform-tab-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;

}

.tabs-section .tab-img-same::after {
    content: '';
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    bottom: -20px;
    left: 20px;
    transform: translateX(0);
    z-index: 0;
    border-radius: 0 16px 16px 16px;
    background: radial-gradient(ellipse at right bottom,
            rgba(150, 150, 150, 0.30) 0%,
            rgba(210, 210, 210, 0.15) 40%,
            rgba(255, 255, 255, 0.05) 100%);
    filter: blur(26px);

}

.tabs-section .tab-inner-left .e-n-accordion-item-title .e-n-accordion-item-title-header {
    width: 100%;
    z-index: 1;
    position: relative;
}

.tabs-section .tab-inner-left .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    position: absolute;
    right: 0;
    z-index: 0;
}

.tabs-section .tab-inner-right {
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.tabs-section .tab-inner-right.hidden {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .tabs-section #tabs-main {
        justify-content: center;
    }
}

.tabs-section #tabs-main>.elementor-element {
    cursor: pointer;
    transition: opacity 0.2s;
}

.tabs-section #tabs-main>.elementor-element.active {
    opacity: 1;
    font-weight: bold;
    background-color: #F2F4F7;
}

.tabs-section .load-more {
    display: none;
}

.tabs-section svg {
    fill: none !important;
}

@media only screen and (max-width: 1024px) {
    .tabs-section .tab-inner-right {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-section .icon-heading {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        margin: 0;
    }

    .tabs-section .tabs-heading .elementor-heading-title {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #101828;
        padding-left: 10px;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tabs-section .tab-img {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .tabs-section .tab-img {
        margin-bottom: 20px;
    }
}





/*--- home Banner css start ---*/

.section-home-banner {
    padding: 184px 15px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #0E0A18, #2E2859, #685BC7);
}

@media only screen and (max-width: 1600px) {
    .section-home-banner {
        padding: 164px 15px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-banner {
        padding: 144px 15px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-banner {
        padding: 124px 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-banner {
        padding: 109px 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-banner {
        padding: 99px 15px 0;
    }
}


.section-home-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 150px;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(104, 91, 199, 0.01) 0%, #685BC7 100%);
    z-index: 12;
}

.project-management::before {
    background: none;
    width: auto;
    height: auto;
}

@media only screen and (max-width:767px) {
    .section-home-banner::before {
        height: 76px;
    }

    .project-management::before {
        height: auto;
    }
}

/* collab tab section css starts here */

@media only screen and (max-width:1199px) {
    .collab-tab-section {
        padding: 0;
    }
}

.collab-tab-section .collab-wrapper .screens-section {
    line-height: 0;
}

@media only screen and (max-width:1199px) {
    .collab-tab-section .resp-dashboard {
        border-radius: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .collab-tab-section .resp-dashboard img {
        border-radius: 10px;
        width: 100%;
    }
}


.new-client-testimonial .elementor-widget-shortcode {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    padding: 40px 30px 50px;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .new-client-testimonial .elementor-widget-shortcode {
        padding: 25px 25px;
    }
}

@media only screen and (max-width:767px) {
    .new-client-testimonial .elementor-widget-shortcode {
        padding: 20px 20px;
    }
}

.new-client-testimonial .skip-lazy {
    height: 100px !important;
    width: 100px;
    border-radius: 99em !important;
}

.new-client-testimonial .n2-ss-layer:nth-child(2) .n2-ss-item-content {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    padding: 10px 0 0;
    font-family: 'Inter', sans-serif !important;
}

@media only screen and (max-width:767px) {
    .new-client-testimonial .n2-ss-layer:nth-child(2) .n2-ss-item-content {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.new-client-testimonial .n2-ss-layer:nth-child(3) .n2-ss-item-content {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #111111 !important;
    opacity: 0.7;
    font-family: 'Inter', sans-serif !important;
}


.new-client-testimonial .n2-ss-layer .n2-ss-item-content p {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    opacity: 0.7 !important;
    max-width: 920px;
    margin: 10px auto 0 !important;
    text-align: center !important;
    padding: 0 10px;
    font-family: 'Inter', sans-serif !important;
}

@media only screen and (max-width:1024px) {
    .new-client-testimonial .n2-ss-layer .n2-ss-item-content p {
        font-size: 18px !important;
        line-height: 26px !important;
    }
}

@media only screen and (max-width:767px) {
    .new-client-testimonial .n2-ss-layer .n2-ss-item-content p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.new-client-testimonial div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.new-client-testimonial div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.popup-close-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    border: 2px solid #1C274C;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 99em;
}

.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) button.submit-btn {
    background-image: inherit !important;
    background: linear-gradient(180deg, #6094FB 0%, #1048BA 100%) !important;
}

@media only screen and (max-width:767px) {
    .security-team-inner .video-wrapper {
        margin: 50px 0 20px;
    }
}

.security-team-inner .video-wrapper .video-inner {
    width: 300px;
    margin-left: auto;
    margin-right: 50px;
}

@media only screen and (max-width:767px) {
    .security-team-inner .video-wrapper .video-inner {
        margin: 0 auto;
    }
}

/*-- section-home-super-ai start --*/
@media only screen and (max-width: 767px) {
    .section-home-super-ai .workflow-video {
        margin-top: 30px;
    }
}

/*-- section-home-super-ai end --*/



/*-- blue lightning animation start --*/
/* .lighting-animation {
      position: relative;
      overflow: hidden;
    }
    .lighting-animation .grid-container {
      display: grid;
      width: 100%;
      z-index: 0;
	  top: 0;
	  left: 0;
	  position: absolute;
	  max-height: 400px;
	  overflow: hidden;
	  opacity: 0.5;
    }

    .lighting-animation .cell {
      border-right: 1px solid rgba(255, 255, 255, 0.060);
      border-bottom: 1px solid rgba(255, 255, 255, 0.060);
    }

    .lighting-animation .cell.last-row {
      border-bottom: none;
    }

    .lighting-animation .line {
      position: absolute;
      pointer-events: none;
      z-index: 2;
    }

    .lighting-animation .vertical-line {
      width: 1px;
      height: 120px;
      animation: lighting-moveDown 4.5s linear infinite;
    }

    .lighting-animation .horizontal-line {
      height: 1px;
      width: 120px;
      animation: lighting-moveRight 5s linear infinite;
    }

    .lighting-animation .yellow {
      background: linear-gradient(to bottom, rgba(255,184,28,0), rgba(255,184,28,1));
    }

    .lighting-animation .violet {
      background: linear-gradient(to bottom, rgba(0,181,226,0), rgba(0,181,226,1));
    }

    .lighting-animation .green {
      background: linear-gradient(to bottom, rgba(168,230,101,0), rgba(168,230,101,1));
    }

    .lighting-animation .blue {
      background: linear-gradient(to right, rgba(0,66,249,0), rgba(0,66,249,1));
    }

    .lighting-animation .pink {
      background: linear-gradient(to right, rgba(236,90,254,0), rgba(236,90,254,1));
    }

    @keyframes lighting-moveDown {
      0% { top: -120px }
      100% { top: 400px }
    }

    @keyframes lighting-moveRight {
      0% { left: -120px }
      100% { left: 100% }
    } */

.inner-pages-banner {
    position: relative;
    z-index: 2;
}

/*-- blue lightning animation end --*/

/*--- section download app mobile animation css start ---*/
.section-home-download-app {
    position: relative;
    padding: 100px 15px 0;
    /* z-index: 1; */
}

@media only screen and (max-width: 1600px) {
    .section-home-download-app {
        padding: 90px 15px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .section-home-download-app {
        padding: 80px 15px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .section-home-download-app {
        padding: 60px 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .section-home-download-app {
        padding: 45px 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-home-download-app {
        padding: 35px 15px 0;
    }
}

.section-home-download-app::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./img/iphone/download-app-bg-gradient.png) no-repeat center top;
    background-position: bottom 0 right 50%;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    top: auto;
    bottom: -15vw;
    max-width: 100%;
}

@media only screen and (max-width: 1499px) {
    .section-home-download-app .app-download-bg {
        padding-top: 80px;
        background-size: 120vw;
    }
}

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

    .section-home-download-app .app-download-bg {
        padding-top: 50px;
        background-size: 150vw;
    }
}

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

    .section-home-download-app .app-download-bg {
        padding-top: 40px;
        background-size: 235vw;
    }
}

.section-download-app {
    padding: 90px 0 0;
}

@media only screen and (max-width: 1600px) {
    .section-download-app {
        padding: 75px 0 0;
    }
}

@media only screen and (max-width: 1199px) {
    .section-download-app {
        padding: 60px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-download-app {
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-download-app {
        padding: 25px 0 0;
    }
}

.section-download-app img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.download-app-container {
    max-width: 505px;
    margin: auto;
    position: relative;
    width: 100%;
}

.download-app-container .app-frame {
    position: relative;
    z-index: 1;
    max-width: 505px;
}

.download-app-container .app-frame-image {
    width: 100%;
    display: block;
    z-index: 1;
    margin-left: -10px;
    max-width: 505px;
}

.download-app-container .app-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 75px auto 0 115px;
    max-width: 304px;
    z-index: 2;
}

.download-app-container .icon-grid {
    width: 270px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.download-app-container .icon-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform-origin: center;
    animation: iosWiggle 0.5s ease-in-out infinite;
}

.download-app-container .icon-item img:not(.close-icon) {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.download-app-container .icon-item span {
    margin-top: 5px;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.3px;
    color: white;
    text-align: center;
}

.download-app-container .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);
}

/* Disable animation for CollabCRM icon */
.download-app-container .icon-item.no-wiggle {
    animation: none !important;
}

/* Animation delays */
.download-app-container .icon-item:nth-child(2) {
    animation-delay: 0.05s;
}

.download-app-container .icon-item:nth-child(3) {
    animation-delay: 0.1s;
}

.download-app-container .icon-item:nth-child(4) {
    animation-delay: 0.15s;
}

.download-app-container .icon-item:nth-child(5) {
    animation-delay: 0.2s;
}

.download-app-container .icon-item:nth-child(6) {
    animation-delay: 0.25s;
}

.download-app-container .icon-item:nth-child(7) {
    animation-delay: 0.3s;
}

.download-app-container .icon-item:nth-child(8) {
    animation-delay: 0.35s;
}

.download-app-container .icon-item:nth-child(9) {
    animation-delay: 0.4s;
}

.download-app-container .icon-item:nth-child(10) {
    animation-delay: 0.45s;
}

.download-app-container .icon-item:nth-child(11) {
    animation-delay: 0.5s;
}

.download-app-container .icon-item:nth-child(12) {
    animation-delay: 0.55s;
}

.download-app-container .icon-item:nth-child(13) {
    animation-delay: 0.6s;
}

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

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

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

/* ----------------------------------- */
/* ✅ Mobile responsiveness (max 575px) */
/* ----------------------------------- */
@media (max-width: 575px) {
    .download-app-container {
        max-width: 344px;
    }

    .download-app-container .app-frame-image {
        width: 370px !important;
        object-fit: contain;
        margin-left: -22px;
        padding: 0 10px;
        max-width: initial;
    }

    .download-app-container .app-icons {
        margin: 58px auto 0 50px;
        max-width: 240px;
    }

    .download-app-container .icon-grid {
        max-width: 190px;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 10px;
        margin: 0 auto 0 34px;
    }

    .download-app-container .icon-item img:not(.close-icon) {
        width: 36px;
        height: 36px;
    }

    .download-app-container .icon-item span {
        font-size: 5px;
    }

    .download-app-container .close-icon {
        width: 15px;
        height: 15px;
        top: -6px;
        right: 0;
        left: 30px;
        box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.12);
    }
}

.circle-animation-body {
    width: 760px;
    height: 560px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.circle-animation-body svg {
    width: 100%;
    height: 100%;
}

.circle-animation-body .arc {
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    transform-origin: 50% 50%;
}

.circle-animation-body .dot {
    r: 3;
}

/* Main container inside */
.circle-animation-body .circle-animation-main {
    aspect-ratio: 1 / 1;
    position: absolute;
    width: 760px;
    height: 760px;
    z-index: 1;
    top: 0;
    transform: translateY(0%);
}

/* Outer Circle */
.circle-animation-body .circle-main {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
}

.circle-animation-body .arc-one,
.circle-animation-body .arc-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 99em;
}

.circle-animation-body .arc-one .arc {
    stroke: url(#arcOneGradient);
    stroke-dasharray: 475 1908;
    transform: rotate(-90deg);
}

.circle-animation-body .arc-two .arc {
    stroke: url(#arcTwoGradient);
    stroke-dasharray: 475 1908;
    transform: rotate(90deg);
}

.circle-animation-body .arc-one .dot {
    fill: #EC5AFE;
}

.circle-animation-body .arc-two .dot {
    fill: #FFB900;
}

/* Inner Circle */
.circle-animation-body .circle-inner {
    width: 74%;
    height: 74%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-animation-body .arc-inner-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle-animation-body .arc-inner-one .arc {
    stroke: url(#arcOneGradientinner);
    stroke-dasharray: 350 1400;
    transform: rotate(-10deg);
}

.circle-animation-body .arc-inner-one .dot {
    fill: #E64C19;
}

/* Animations */
.circle-animation-body .rotate-clockwise {
    animation: circle-rotateCW 10s linear infinite;
}

.circle-animation-body .rotate-counter-clockwise {
    animation: circle-rotateCCW 10s linear infinite;
}

@keyframes circle-rotateCW {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes circle-rotateCCW {
    0% {
        transform: rotate(360deg);
    }

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

@media only screen and (max-width: 760px) {
    .circle-animation-body {
        width: 90vw;
        /* responsive width */
        height: auto;
        aspect-ratio: 1 / 1;
        /* keep it square */
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .circle-animation-body .circle-animation-main {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -10vw;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .circle-animation-body {
        width: 100vw;
        padding: 0 10px;
    }
}

/*--- section download app mobile animation css end ---*/

/* Home page blog cards */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.collabcrm-cards-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1280px;
}

.collabcrm-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    overflow: hidden;
    width: calc(100% / 3 - 17px);
    /* box-shadow: 0 0 0 1px #f3f4f6; */
    transition: transform 0.2s ease;
    padding: 20px;
}

.collabcrm-card:hover {
    transform: translateY(-3px);
}

.collabcrm-card-thumb {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.collabcrm-card-thumb img {
    width: 100%;
    /* height: 170px; */
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.collabcrm-card-content {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collabcrm-card a {
    color: #111111;
}

.collabcrm-card-content h3 {
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #111111;
    margin: 0 0 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

.collabcrm-card-content p {
    color: #4b5563;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

    .collabcrm-cards-wrapper {
        gap: 15px;
    }

    .collabcrm-card {
        width: calc(100% / 3 - 10px);
        padding: 12px;
    }

}

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

    .collabcrm-card {
        width: calc(100% / 1 - 0px);
    }

    .collabcrm-card-content h3 {
        min-height: auto;
    }

    .collabcrm-card-thumb {
        height: 300px;
    }

}

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


    .collabcrm-card-thumb {
        height: 230px;
    }
}

.section-home-download-app {
    background: linear-gradient(to bottom, #0E0A18, #2E2859, #685BC7);
}

.section-footer.lighting-animation .grid-container {
    max-height: 226px;
}

.home-section-teams .team-custom-tabinations .custom-tabs-body {
    min-height: 327px;
}

@media screen and (max-width: 992px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body {
        min-height: 467px;
    }
}

/* Watch Demo Popup */
.collab-demo-video-popup-btn {
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    background: #e50914;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.collab-demo-video-popup-btn:hover {
    background: #b20710;
}

/* Popup modal */
.collab-demo-video-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.collab-demo-video-popup-content {
    position: relative;
    padding: 0;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
}

.collab-demo-video-popup-video iframe {
    width: 80vw;
    /* 80% of screen width */
    height: 45vw;
    /* maintain 16:9 ratio */
    max-width: 1200px;
    /* cap size */
    max-height: 675px;
    border-radius: 10px;
    border: none;
}

.collab-demo-video-popup-close {
    position: absolute;
    top: -14px;
    right: -10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collab-demo-video-popup-close img {
    width: 22px;
    height: 22px;
    display: block;
    filter: invert(1);
    /* make icon white if it's black */
}

/* Form Additional CSS New CSS to upload*/

.row-group {
    display: flex;
    gap: 10px;
    /* spacing between inputs */
}

.row-group .half {
    flex: 1;
    /* each takes 50% */
}

select#country_iso_code {
    width: 100%;
}

.row-group input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


.submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn .loader {
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
}

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

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

/* 2/09/2025 project management S*/

.collab-page-badge span {
    opacity: 1;
    gap: 10px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #FFB81C;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid #FFB81C;
    background: #FFB81C1A;
    padding: 10px 16px;
}

.section-home-banner.lighting-animation.project-management {
    padding: 100px 15px 0;
}

.project-management-step-block,
.sales-crm-step-block {
    cursor: pointer;
}

.project-management-step-block.active,
.sales-crm-step-block.active {
    background: #F2F4F7 !important;
}

@media screen and (max-width: 992px) {
    .section-home-banner.lighting-animation.project-management {
        padding: 40px 15px 0;
    }

    .project-management-step-block,
    .project-management-step-block.active,
    .project-management-step-block:hover {
        background: transparent !important;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-section .project-management .all-tabs {
        border-radius: 12px;
        padding: 6px;
        width: auto;
    }

    .section-real-leader-mian.project-management,
    .home-section-teams.project-management,
    .section-home-faq.project-management {
        padding: 40px 15px;
    }

    .section-home-cta.project-management {
        padding: 0px 15px 40px;
    }
}

.pm-tabs-main .e-con-inner {
    align-items: flex-start !important;
}

.pm-tabs-main .pm-steps-tabs {
    height: 100%;
    will-change: transform;
}

.pm-tabs-main .pm-steps-img {
    position: sticky;
    top: 100px;
}

@media only screen and (max-width: 767px) {
    .pm-tabs-main .pm-steps-img {
        position: relative;
        top: 0;
    }
}

/* 2/09/2025 project management E*/


.e-n-accordion-item .elementor-widget-text-editor ul,
.e-n-accordion-item .elementor-widget-text-editor ol {
    padding-left: 20px;
}

/* Project management Why CollabCRM Hover S */

.home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card {
    position: relative;
    border: none !important;
    background: #F2F4F7;
    border-radius: 12px;
    /* same as design */
}

/* Gradient border */
.home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px;
    /* border thickness */
    border-radius: inherit;
    background: linear-gradient(to right, #0042F9, #00B5E2, #A8E665, #EC5AFE, #FFB81C);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

/* Gradient background (behind content) */
.home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card::after {
    content: "";
    position: absolute;
    top: -8%;
    left: -20%;
    width: 140%;
    height: 140%;
    /* make it larger for smooth glow effect */
    background: url('assets/img/gradient-bg.webp') center center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    /* keep it behind content */
}

/* Hover effect */
.home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card:hover::before {
    opacity: 1;
}

.home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card:hover::after {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card::after {
        width: 100%;
    }
}

.home-section-teams.project-management.why-collabcrm .e-grid.e-con-full {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1339px) {
    .home-section-teams.project-management.why-collabcrm .e-grid .e-con-full.card::after {
        top: 25%;
        height: 100%;
    }
}

/* Project management Why CollabCRM Hover E */


/* Sales CRM Page CSS  S */
.sales-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    grid-auto-rows: 200px;
    gap: 20px;
    justify-content: center;
}

.sales-grid-container .grid-item {
    position: relative;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    display: flex;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    background: url('data/sales-crm-animation/bg-lines-sc.webp');
    border: 1px solid rgba(255, 255, 255, 0.2);

}

/* Collapsed state */
.sales-grid-container .grid-item .collapsed {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    z-index: 2;
    padding: 20px;
    height: -webkit-fill-available;
    justify-content: space-between;
}

.sales-grid-container .grid-item .collapsed img {
    width: 36px;
}

.sales-grid-container .grid-item .collapsed span {
    font-size: 15px;
    font-weight: 500;
}

/* Expanded state */
.sales-grid-container .grid-item.expanded {
    grid-column: span 2;
    grid-row: span 2;
    color: #FFFFFF;
    padding: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.sales-grid-container .grid-item.expanded::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border thickness */
    border-radius: 16px;
    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;
    pointer-events: none;
}

.sales-grid-container .grid-item .expanded-content {
    display: none;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.sales-grid-container .grid-item.expanded .collapsed {
    display: none;
}

.sales-grid-container .grid-item.expanded .expanded-content {
    display: flex;
    gap: 20px;
    overflow: auto;
}

.sales-grid-container .grid-item.expanded .expanded-content .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sales-grid-container .grid-item.expanded .expanded-content .top {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #aa7f7f52;
    width: max-content;
    padding: 6px 8px;
    background: #0000001A;
    border-radius: 20px;
}

.sales-grid-container .grid-item.expanded .expanded-content .top img {
    width: 18px;
}

.sales-grid-container .grid-item.expanded .expanded-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 23px;
}

.sales-grid-container .grid-item.expanded .expanded-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #FFFFFFB3;
}

.sales-grid-container .grid-item.expanded .expanded-content .illustration {
    position: relative;
    display: inline-block;
    text-align: center;
    background: url("data/sales-crm-animation/block-shadow.webp") center/contain no-repeat;
    border-radius: 12px;
    /* optional */
}

.sales-grid-container .grid-item.expanded .expanded-content .illustration img {
    max-width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 992px) {
    .sales-grid-container {
        display: block;
    }

    .sales-grid-container .grid-item {
        margin: 20px 0;
        padding: 16px;
    }

    .sales-grid-container .grid-item:last-child {
        margin-bottom: 0;
    }

    .sales-grid-container .grid-item .collapsed {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        border: 1px solid #aa7f7f52;
        width: max-content;
        padding: 6px 8px;
        background: #0000001A;
        border-radius: 20px;
    }

    .sales-grid-container .grid-item .collapsed img {
        width: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1339px) {
    .sales-grid-container {
        grid-template-columns: repeat(5, 150px);
        grid-auto-rows: 150px;
    }
}

.scroll-section.sales-crm {
    max-width: 100% !important;
}

/* Sales CRM Page CSS  E */


.people-management-pg.scroll-section.reports {
    max-width: 100%;
}





/* 06-11 (Rishit ) Employee Lifecycle Management */


.employee-lifecycle-management,
.sales-crm-step-block {
    cursor: pointer;
}

.employee-lifecycle-management.active,
.sales-crm-step-block.active {
    background: #F2F4F7 !important;
}

@media screen and (max-width: 992px) {
    .section-home-banner.lighting-animation.project-management {
        padding: 40px 15px 0;
    }

    .employee-lifecycle-management,
    .employee-lifecycle-management.active,
    .employee-lifecycle-management:hover {
        background: transparent !important;
    }
}

.team-custom-tabinations .new-custom-tabs-body-main .custom-tabs-body.active .custom-tabs-body-left .accordion-image-carousel .accordion-nav-wrapper {
    display: flex;
    justify-content: center;
}

.team-custom-tabinations .new-custom-tabs-body-main .custom-tabs-body.active .custom-tabs-body-left .accordion-image-carousel .elementor-swiper-button {
    /*top: 100%;*/
    background-color: rgba(242, 244, 247, 1);
    padding: 1.5%;
    position: unset !important;
}

.team-custom-tabinations .new-custom-tabs-body-main .custom-tabs-body.active .custom-tabs-body-left .accordion-image-carousel .elementor-swiper-button-prev {
    border: 1px solid rgba(229, 231, 235, 1);
    border-right: 0px;
    border-radius: 20px 0px 0px 20px;
}

.team-custom-tabinations .new-custom-tabs-body-main .custom-tabs-body.active .custom-tabs-body-left .accordion-image-carousel .elementor-swiper-button-next {
    border: 1px solid rgba(229, 231, 235, 1);
    border-left: 0px;
    border-radius: 0px 20px 20px 0px;
}

@media (max-width: 767px) {
    .right.why-employee-lifecycle-management-img {
        border: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-section-teams .team-custom-tabinations .custom-tabs-body-right .stakeholders-tab-content.body-right-content:first-child {
        margin-top: 0px;
    }


    .home-section-teams .team-custom-tabinations .stakeholders-tab-content.custom-tabs-body {
        margin: 8px 0 15px 0;
    }
}

.key-phases-box {
    position: relative;
    border-radius: 20px;
}

.key-phases-box-img-gradient::before {
    position: absolute;
    top: -155px;
    height: 440px;
}

.key-phases-box:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: .1em;
    background: linear-gradient(180deg, #FFFFFF4D, #FFFFFF00) !important;
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
}

@supports (background: linear-gradient(in lch, red 0 0)) {
    .key-phases-box:before {
        background: linear-gradient(180deg in lch, #FFFFFF4D, #FFFFFF00);
    }
}


@media (max-width: 1024px) {
    .key-phases-box-img-gradient::before {
        top: -50px;
        height: 250px;
    }

}

@media (max-width: 767px) {
    .key-phases-box-img-gradient::before {
        top: -100px;
        height: 400px;
    }
}

@media (max-width: 480px) {
    .key-phases-box-img-gradient::before {
        top: -50px;
        height: 250px;
    }
}

@media (max-width: 340px) {
    .key-phases-box-img-gradient::before {
        top: -40px;
        height: 160px;
    }
}

/* Ensure the box is properly spaced from arrows */
.employee-lifecycle-managment-box {
    position: relative;
}

.employee-lifecycle-managment-box::after {
    content: "";
    position: absolute;
    right: -21%;
    top: 45%;
    width: 24px;
    height: 24px;
    background-image: url("./img/arrow-narrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1024px) {
    .employee-lifecycle-managment-box::after {
        right: -25%;
    }
}

@media (max-width: 767px) {
    .employee-lifecycle-managment-box::after {
        right: 48%;
        top: 100%;
        transform: translate(50%, 10px);
        width: 28px;
        height: 28px;
        transform: rotate(90deg);
        margin: 12px -10px 0px 0px;
    }
}

/* 06-11 (Rishit ) Employee Lifecycle Management */


/* Lighting Animation Grid Css 07-11 (start) Rishit */
#grid-wrapper {
    position: relative;
    width: 100%;
    height: 40%;
    /* top area height */
    /*overflow: hidden;*/
    overflow: visible;
}
.lighting-animation .e-con-inner {
	z-index: 1;
}
/* Grid lines background */
#grid-wrapper .grid-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    overflow: hidden;
    opacity: 0.5;
    /* z-index: 2; */
    min-height: 300px;
}

#grid-wrapper .line {
    position: absolute;
    opacity: 0.9;
    filter: drop-shadow(0 0 6px var(--line-color));
    pointer-events: none;
}

#grid-wrapper .vertical-line {
    width: 1px;
    height: 120px;
    animation: moveVertical var(--anim-speed, 3s) linear infinite;
}

#grid-wrapper .horizontal-line {
    width: 120px;
    height: 1px;
    animation: moveHorizontal var(--anim-speed, 6s) linear infinite;
}

/* Colors */
#grid-wrapper .yellow {
    background: linear-gradient(to bottom, rgba(255, 184, 28, 0), rgba(255, 184, 28, 1));
    --line-color: rgba(255, 184, 28, 1);
}

#grid-wrapper .violet {
    background: linear-gradient(to bottom, rgba(0, 181, 226, 0), rgba(0, 181, 226, 1));
    --line-color: rgba(0, 181, 226, 1);
}

#grid-wrapper .green {
    background: linear-gradient(to bottom, rgba(168, 230, 101, 0), rgba(168, 230, 101, 1));
    --line-color: rgba(168, 230, 101, 1);
}

#grid-wrapper .blue {
    background: linear-gradient(to right, rgba(0, 66, 249, 0), rgba(0, 66, 249, 1));
    --line-color: rgba(0, 66, 249, 1);
}

#grid-wrapper .pink {
    background: linear-gradient(to right, rgba(236, 90, 254, 0), rgba(236, 90, 254, 1));
    --line-color: rgba(236, 90, 254, 1);
}

/* Animations */
@keyframes moveVertical {
    0% {
        transform: translateY(var(--startY));
        opacity: 0;
    }

    15% {
        opacity: 0.7;
    }

    85% {
        opacity: 0.7;
    }

    100% {
        transform: translateY(var(--endY));
        opacity: 0;
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(var(--startX));
        opacity: 0;
    }

    15% {
        opacity: 0.7;
    }

    85% {
        opacity: 0.7;
    }

    100% {
        transform: translateX(var(--endX));
        opacity: 0;
    }
}

/* Lighting Animation Grid Css 07-11 (End) Rishit */


/* Stack Cards Start */

#stack_cards_box {
    display: flex;
    gap: 0px;
    flex-direction: column;
    margin-bottom: 100px;
/* 	padding-bottom: 100px; */
}

.stack_card {
    position: sticky;
    left: 0;
    right: 0;
    top: 100px;
    height: 100%;
    background: #fff !important;
	h3{
		font-size:16px !important;
		line-height:26px !important;
	}
	p{
		font-size:14px !important;
		line-height:22px !important;
	}
}

.stack_card.why_section {
    background: #F2F4F7 !important;
}
.scroll_right_side {
    position: sticky;
    top: 100px;
	height:100%;
}
@media only screen and (max-width: 767px) {
    .stack_card {
        position: unset;
        margin-bottom: 0px;
		min-height:unset !important;
    }
	#stack_cards_box {
        margin-bottom: 0;
        padding-bottom: 0;
        gap: 20px;
    }
	 .scroll_right_side {
        position: relative;
        top: 0;
		 
    }
}

/* Stack Cards End */
.front-pg.section-home-download-app::after{
    z-index: 0;
}
/* sales solutions page start*/
.sales-page .collab-tabs-wrapper .tabs .tab.active,
.sales-page .collab-tabs-wrapper .tab-content.active{
    background-color: #fff;
}
.sales-page .collab-tabs-wrapper .tab{
    background-color: #F2F4F7;
}
.sales-page#stack_cards_box{
    margin-bottom: 60px!important;
}
@media screen and (max-width: 1024px){
    .sales-page .accor-content img{
        display: none!important;
    }
    .sales-page .collab-tabs-wrapper .tab-content.active{
        flex-direction: column-reverse;
    }
    .sales-page .collab-tabs-wrapper .tab-content .image-box{
        width: 100%;
        padding-top: 20px;
    }
}
/* sales solutions page end */

/* operations page css start */
@media only screen and (max-width: 767px){
    .operations-new{
        background: #F2F4F7;
        border-radius: 0px 0px 10px 10px;
        border: solid 1px #5988f5;
        border-top: 0;
        padding: 15px;
    }
}
.operations-box {
  display: grid !important;
  grid-template-columns: 1fr 60px 1fr !important;
  gap: 50px !important;
}
@media only screen and (max-width: 1024px){
    .operations-box {
        gap: 30px !important;
    }
}
@media only screen and (max-width: 767px){
    .operations-box {
        gap: 10px !important;
    }
}
@media only screen and (max-width: 424px){
    .operations-box {
        gap: 6px !important;
    }
}

@media only screen and (max-width: 1365px){
.operations-tabs-main{
    background: none !important;
    }
}

/* operations page css end */

.vs-jira-link{
    text-decoration: underline !important;
    color: #616161 !important;
}
.vs-jira-block{
    display: block;
}