.elementor-75549 .elementor-element.elementor-element-1268b2ad{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-75549 .elementor-element.elementor-element-1268b2ad:not(.elementor-motion-effects-element-type-background), .elementor-75549 .elementor-element.elementor-element-1268b2ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECF6FF;}.elementor-75549 .elementor-element.elementor-element-14d74a0 > .elementor-widget-container{margin:-35px 0px 0px 0px;}.elementor-75549 .elementor-element.elementor-element-5b1586fb > .elementor-widget-container{margin:50px 0px 20px 0px;padding:10px 10px 10px 10px;}/* Start custom CSS for container, class: .elementor-element-1268b2ad *//************header**********/
/*.sticky_logo img:nth-child(1), .disNone {*/
/*    display: none;*/
/*}*/
/*.sticky_logo img+img {*/
/*    display: block;*/
/*}*/
/*.menu>.nav-item>.nav-link {*/
/*    color: black !important;*/
/*}*/
/*.sticky_logo .sticky_logo_img {*/
/*    display: block !important;*/
/*}*/

.clariti-n-h nav li > a{
    color: #000000;
}
header.clariti-n-h .n-logo{
	display: none;
}
header.clariti-n-h .s-logo{
	display: block;
}
.clariti-n-h .clariti-nav-links nav li:hover > a{
    border-bottom: 2px solid #5e2ced;
    color: #5e2ced;
}
/***********End************/

.t-sec h1{
    font-size: 40px;
    background: -webkit-linear-gradient(180deg, #ed23ef, #bb59ff, #5c2bff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    line-height: 49px;
    /*padding-bottom: 5px !important;*/
}
.t-sec p{
    font-size: 22px;
    font-weight: 500;
}
/*.sub_pri_h{*/
/*    color: black;*/
/*}*/


/**************End**************/

/************Gendral style*************/
p{
    color: #3b3b3b;
}

.gradiant-clr h2{
    background: -webkit-linear-gradient(180deg, #ed23ef, #bb59ff, #5c2bff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
    margin-top: 15px;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.f-500{
    font-weight: 500;
}
.para-clr{
    color: black;
}
.para-1 p{
    font-size: 18px;
}
.para-2 p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.para-3 p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.sub-head{
    font-size: 22px;
}

.sub-para{
    font-size: 19px;
}
/**************End**************/

/**************All Your Chats, Email & Calls***************/
.e-n-tabs-heading button:hover{
    cursor: pointer;
}
.box-s-b{
    box-shadow: 0px 0px 7px 0px #d3d3d3;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 10px 30px;
}

.acc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F7F7;
    margin-top: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px;
    min-height: 60px;
     transition: all 0.3s ease; 
    cursor: pointer;
    transition: background-color0 .3s ease, border0 .3s ease;
}
.acc-flex:hover{
    background-color: #C3E2FF;
    transition: .2s;
    /*border: 1px solid #0086FF;*/
}
.acc-flex:hover .sec-h h3{
    color: #0086FF;
    font-weight: 600;
}
.acc-flex.active {
    background-color: #C3E2FF;
    border: 1px solid #0086FF;
}
.acc-main {
    width: fit-content;
}
.sec-h h3 {
    color: #535353;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 10px;
}
.acc-flex.active h3 {
    color: #0086FF;
    font-weight: 600;
}
.sec-c {
     /*display: none; */
    padding: 0px 10px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
     /*transition: opacity 0.3s ease, max-height 0.3s ease; */
    transition: max-height 0.85s ease, opacity 0.50s ease;
}
.acc-flex.active .sec-c {
     /*display: block; */
     opacity: 1;
     max-height: 60px !important; 
     /*transition: max-height 0.3s ease;*/
     
}
.sec-c p {
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
}
.acc-img {
    min-width: 56px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.close-i {
    display: none;
}
.acc-flex.active .open-i {
    display: none;
}
.acc-flex.active .close-i {
    display: block;
}
/*.elementor-element.elementor-element-c70adac.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]{*/
/*    border-radius: 10px 10px 0px 0px;*/
/*}*/
.tab-select .e-n-tabs-heading button{
    border-radius: 10px 10px 0px 0px;
}

/**************End**************/

/************Features Tabs images*************/

.ft-sl-img{
    display: none;
    min-height: 528px;
}

.tab-select:has(.ft-sl-1-1.acc-flex.active) .img-sl-1-1, 
.tab-select:has(.ft-sl-1-2.acc-flex.active) .img-sl-1-2,
.tab-select:has(.ft-sl-1-3.acc-flex.active) .img-sl-1-3,
.tab-select:has(.ft-sl-1-4.acc-flex.active) .img-sl-1-4,
.tab-select:has(.ft-sl-1-5.acc-flex.active) .img-sl-1-5,
.tab-select:has(.ft-sl-1-6.acc-flex.active) .img-sl-1-6,
.tab-select:has(.ft-sl-1-7.acc-flex.active) .img-sl-1-7,
.tab-select:has(.ft-sl-1-8.acc-flex.active) .img-sl-1-8
{
    display: block;
}

.tab-select:has(.ft-sl-2-1.acc-flex.active) .img-sl-2-1, 
.tab-select:has(.ft-sl-2-2.acc-flex.active) .img-sl-2-2,
.tab-select:has(.ft-sl-2-3.acc-flex.active) .img-sl-2-3,
.tab-select:has(.ft-sl-2-4.acc-flex.active) .img-sl-2-4,
.tab-select:has(.ft-sl-2-5.acc-flex.active) .img-sl-2-5,
.tab-select:has(.ft-sl-2-6.acc-flex.active) .img-sl-2-6,
.tab-select:has(.ft-sl-2-7.acc-flex.active) .img-sl-2-7,
.tab-select:has(.ft-sl-2-8.acc-flex.active) .img-sl-2-8
{
    display: block;
}

.tab-select:has(.ft-sl-3-1.acc-flex.active) .img-sl-3-1, 
.tab-select:has(.ft-sl-3-2.acc-flex.active) .img-sl-3-2,
.tab-select:has(.ft-sl-3-3.acc-flex.active) .img-sl-3-3,
.tab-select:has(.ft-sl-3-4.acc-flex.active) .img-sl-3-4,
.tab-select:has(.ft-sl-3-5.acc-flex.active) .img-sl-3-5,
.tab-select:has(.ft-sl-3-6.acc-flex.active) .img-sl-3-6,
.tab-select:has(.ft-sl-3-7.acc-flex.active) .img-sl-3-7,
.tab-select:has(.ft-sl-3-8.acc-flex.active) .img-sl-3-8
{
    display: block;
}

.tab-select:has(.ft-sl-4-1.acc-flex.active) .img-sl-4-1, 
.tab-select:has(.ft-sl-4-2.acc-flex.active) .img-sl-4-2,
.tab-select:has(.ft-sl-4-3.acc-flex.active) .img-sl-4-3,
.tab-select:has(.ft-sl-4-4.acc-flex.active) .img-sl-4-4,
.tab-select:has(.ft-sl-4-5.acc-flex.active) .img-sl-4-5,
.tab-select:has(.ft-sl-4-6.acc-flex.active) .img-sl-4-6,
.tab-select:has(.ft-sl-4-7.acc-flex.active) .img-sl-4-7,
.tab-select:has(.ft-sl-4-8.acc-flex.active) .img-sl-4-8
{
    display: block;
}

.tab-select:has(.ft-sl-5-1.acc-flex.active) .img-sl-5-1, 
.tab-select:has(.ft-sl-5-2.acc-flex.active) .img-sl-5-2,
.tab-select:has(.ft-sl-5-3.acc-flex.active) .img-sl-5-3,
.tab-select:has(.ft-sl-5-4.acc-flex.active) .img-sl-5-4,
.tab-select:has(.ft-sl-5-5.acc-flex.active) .img-sl-5-5,
.tab-select:has(.ft-sl-5-6.acc-flex.active) .img-sl-5-6,
.tab-select:has(.ft-sl-5-7.acc-flex.active) .img-sl-5-7,
.tab-select:has(.ft-sl-5-8.acc-flex.active) .img-sl-5-8
{
    display: block;
}

/************End************/

/*****************integration********************/
.swiper-integration {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 230px;
}
.swiper-integration img{
    margin-bottom: 15px;
    max-height: 80px;
    max-width: fit-content;
}
.teams-h{
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-bottom: 7px;
}
.int-para{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

/*Left and Right arrows*/

/* .tabs-scroll-container {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.tabs-scroll-container i{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
}
/*.kc-title-scroll .e-n-tabs.e-activated .e-n-tabs-heading{*/
/*    max-width: 90%;*/
/*    margin: auto;*/
/*}*/


.ft-app-left, .ft-app-right {
    background-color: #ffffff;
    border: none;
    /* padding: 10px; */
    cursor: pointer;
    position: absolute;
    top: 30px;
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #C4C4C4;
}
.ft-app-left {
    left: calc(50% - 45px);
    top: 100%;
}
.ft-app-right {
    right: calc(50% - 45px);
    top: 100%
}
.ft-app-left:hover, .ft-app-right:hover {
    background-color: #AACBFF;
    transition: 0.3s;
    color: #1966D2;
}
/*.fa-chevron-left, .fa-chevron-right {*/
/*    font-size: 16px;*/
/*}*/

/*************End*************/

/*********************More Useful Features******************/
.more-u strong{
    font-size: 17px;
    color: black;
}
.more-u p{
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.more-u{
    box-shadow: 0px 0px 7px 0px #d3d3d3;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    /*max-width: 265px;*/
}
/**************End**************/

/*********Sign up for free Section***********/
.feature-signup-sec h2{
    max-width: 900px;
}
.feature-signup-sec p{
    color: black;
    /*font-size: 22px;*/
    font-weight: 500;
}
.feature-signup-sec a{
    background-color: #5F2DFF;
    padding: 22px 35px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 400;
    border: 1px solid #5F2DFF;
    transition: 0.20s;
}
.feature-signup-sec a:hover{
    /*background-color: #ffffff;*/
    /*color: #5F2DFF;*/
    /* box-shadow: 0px 0px 20px 0px; */
    /*font-weight: 600;*/
    transform: scale(1.05);
    
}
/**************End**************/
/**************Start FREE button**************/
.ft-start-free button{
    color: #ffffff;
    background-color: #5F2DFF;
    padding: 17px 35px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 400;
    border: 1px solid #5F2DFF;
    transition: 0.20s;
    cursor: pointer;
}
.ft-start-free:hover button{
    transform: scale(1.1);
    transition: 0.2s;
}
/**************End**************/
/**************Features Explain Section***************/
.ft-exp-sec a{
    color: #30B4F4;
    text-decoration: underline !important;
}
.ft-exp-sec a:hover{
    color: #30B4F4;
}
.ft-exp-sec p{
    /*max-width: 1020px;*/
    margin: auto;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: justify;
}
.ft-exp-sec h3{
    font-size: 21px;
    color: black;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 25px;
}
.ft-exp-sec ul{
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
    list-style-image: url('/wp-content/uploads/2025/08/Summary-Dot.png');
    font-weight: 400;
}
.ft-exp-sec strong{
    font-weight: 600;
    color: black;
}
/**************End**************/

/*****************Blog Links***************/

/*************Left & Right Arrow***********/
.ft-grid{
    display: flex;
    /*grid-template-columns: auto auto;*/
    gap: 10px;
}
.ft-bl-left, .ft-bl-right{
    background-color: #eee;
    border: none;
    /* padding: 10px; */
    cursor: pointer;
    /*position: absolute;*/
    /*top: 30px;*/
    /*z-index: 10;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #C4C4C4;
}
.ft-bl-left:hover, .ft-bl-right:hover {
    background-color: #AACBFF;
    transition: 0.3s;
    color: #1966D2;
}
/*******************slider*************/
.b-link {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 15px 2px #e7e6e6;
    scale: 0.95;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.b-link a {
    color: #0085FF;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s;
}
.b-link a:hover{
    /*transform: scale(1.03);*/
    font-size: 19px;
}
.b-link a span{
    font-size: 20px;
    position: relative;
    top: 1px;
    font-weight: 600;
}
/**************End**************/

/**************FAQ**************/
.ft-faq .e-n-accordion-item-title{
    z-index: 1;
}
.ft-faq .e-n-accordion-item .wpr-sticky-section-no.e-con.e-child{
    margin-top: -7px;
    padding-top: 12px;
}
.ft-faq p{
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0px;
}
.ft-faq a{
    color: #30B4F4;
    text-decoration: underline !important;
}
/**************End**************/

@media screen and (max-width: 1024px){
    .t-sec h1{
        font-size: 35px;
        line-height: 44px;
        
    }
    .t-sec p{
        font-size: 19px;
    }
    .gradiant-clr h2{
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .t-sec h1{
        font-size: 30px;
        line-height: 36px;
    }
    .gradiant-clr h2{
        font-size: 27px;
        line-height: 31px;
    }
}/* End custom CSS */