/*
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;
}
.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;
}
.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;
        }
    }
}
.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;
	
}
/*--- 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.png");
    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.png");
    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: 50%;
    }
}

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

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

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

.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::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.png");
    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-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: auto;
    height: auto;
	filter: grayscale(0%);
}

.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.png");
    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.png");
}

.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;
    text-transform: uppercase;
}

.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: #000000;
}

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

.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: -75px;
  left: -100px;
  background-image: url("./img/platform-tab-bg.png");
  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; 
}
@media only screen and (max-width:767px){
    .section-home-banner::before{
      height: 76px;
    }
  }

/* 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;
	}	
}

/*-- home section-download-app start --*/
.section-home-download-app {
        padding: 100px 15px 0;
    }

@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 .app-download-bg {
    padding-top: 110px;
    background-image: url("./img/download-app-gradient.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100vw;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    display: block;
	padding: auto;
}


@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;
}
}
/* @media only screen and (max-width: 767px) {
    .section-home-download-app .app-download-bg {
        padding-top: 40px;
        background-size: 235vw;
    }
}
@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: 1499px) {
    .section-home-download-app .app-download-bg {
        padding-top: 80px;
        background-size: 120vw;
    }
} */

/* Download app image styling */
.section-home-download-app .download-app-mobile {
    width: 31vw;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 1499px) {
    .section-home-download-app .download-app-mobile {
        width: 40vw;
    }
}

@media only screen and (max-width: 1199px) {
    .section-home-download-app .download-app-mobile {
        width: 45vw;
    }
}

@media only screen and (max-width: 767px) {
    .section-home-download-app .download-app-mobile {
        width: 82vw;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-download-app .download-app-mobile img{
        margin-left: -5px;
    }
}



/*-- home section-download-app end --*/

/*-- 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.056);
      border-bottom: 1px solid rgba(255, 255, 255, 0.056);
    }

    .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 --*/