body:before {
  position: fixed;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

body:before {
  inset-inline-start: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-image: url('/assets/landing/new/images/left-shadow.svg');
}


body:after {
  position: fixed;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

body:after {
  inset-inline-end: 0;
  bottom: 0;
  width: 500px;
  height: 100%;
  background-image: url('/assets/landing/new/images/right-shadow.svg');
}





/* Support Page Start */

.bred_crumb {
    /* background-image: url(../images/bread_crumb_bg.png); */
    /* background: var(--purple); */
}

.support_source .support_link
{
    background-color: transparent !important;
    border:none;
    border-radius: 30px;
    text-align: center;
    line-height: 1.5;
    padding: 18% 5%;
    transition: border 1.5s;
    box-shadow: 0 4px 30px #EDE9FE;
}
.support_source .support_link:hover{
    box-shadow: 0 4px 30px #ccc;
}

.support_link a
{
    border:1px solid var(--purple);
}
.support_link a:hover
{
    border:1px solid var(--purple);
}
.support_link h3
{
    color:var(--purple);
    font-weight: 650;
    font-size: 22px;
    /* margin-bottom: 10px; */
}
.support_link p
{
width: 100%;
margin-bottom: 25px;
}

.details-section
{
    border-top: 3px solid var(--purple);
    margin:0 5%!important;
    padding-inline-start:5%!important;
    padding-inline-end:5%!important;
}

.srarch-system
{
    padding:30px!important;
    margin:0 5%!important;
}

.srarch-system .section_title
{
    margin-bottom: 5px!important;
}

.faq-link
{
    color: var(--purple);
    font-size: 14px;
    font-weight: 600;
}
.faq-link:hover
{
    color: var(--purple);
    text-decoration: underline;
}
.faq_section button
{
    font-size: 18px!important;
}

/* other-source (video and blog) section  start */

.other_source
{
    padding:0!important;
    margin:0 5%!important;
    background-color: none!important;
}
.other_source .yt_video
{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.other_source .yt_video .anim_line
{
    z-index: 999;
}

.other_source .yt_video .thumbnil
{
    position: relative;
}

.other_source .yt_video .thumbnil img
{
    max-width: 100%;
    border-radius: 30px;
}

.other_source .yt_video .thumbnil a 
{
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--text-white);
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
}

.other_source .yt_video .thumbnil a span
{
    display: block;
    font-weight: 700;
    font-size: 30px;
    width:100%;
}

.other_source .yt_video .thumbnil a .play_btn
{
    background-color: rgba(255, 255, 255, 0.1);
    width: 96px;
    height: 96px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 96px;
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.other_source .yt_video .thumbnil a .play_btn img
{
    width: 50px;
    position: relative;
    z-index: 999;
}

#yt_support_link
{
    background-color: var(--bg-purple);
    border-radius: 30px;
    height:370px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}


.other_source .blog_link
{
    background-color: var(--bg-purple);
    height:370px;
    border-radius: 30px;
    text-align: center;
    line-height: 5;
    padding: 18% 5%;
}

.blog_link a
{
    border:1px solid var(--box-border);
}
.blog_link h2
{
    color:var(--text-white);
    font-weight: 650;
}
.other_source, .support_source
{
    background-color: transparent!important;
    box-shadow:none!important;
     padding:0!important;
    margin:0 5%!important;
}
/* other-source (video and blog) section  start */


.support_info .open_ticket, .support_info .live_talk
{
    border-radius: 18px;
    margin-bottom: 15px;
}
.support_info .open_ticket h3, .support_info .live_talk h3
{
    font-size: 22px;
    color:var(--purple);
    font-weight: 600;
}

/* Support Page Start */

.head_text_color
{
    color: var(--dark-purple);
}


/* Integrations Start */
.sub_title_text
{
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
}
.integrations ul li
{
    margin: 9px 0px!important;
}
.integrations ul
{
   margin-top: 25px!important;
}


.integrations p{
text-align:justify;
}
.integrations .section_title h2
{
    text-align:center;
    margin-bottom: 20px;
}
.integrations
{
    padding-top:100px;
    padding-bottom:100px;
}
.integrations .ui_images::before
{
    background-color: transparent;
}
/* Integrations End */



/* detail_sub_menu css start  */
.detail_sub_menu{
    min-width:650px!important;
    /* max-width:750px!important; */
    margin-top:1.2px!important;
    border-radius: 0 15px 15px 15px!important;
    padding:10px 1px!important;
}
.detail_sub_menu a
{
    display: block;
    padding:12px;
    margin:2px;
    border:1px solid var(--box-border);
    transition: border-color 1s;
    border-radius: 7px;
}
.detail_sub_menu a:hover
{
    border:1px solid var(--sub-menu-border);
}
.detail_sub_menu .manu_title
{
    display: inline-block;

}
.detail_sub_menu .manu_title img{
    width:20px;
    float: inline-start;
}
.detail_sub_menu .manu_title h5{
    float: inline-start;
    font-size: 18px;
}
.detail_sub_menu .manu_description{
    font-size: 14px;
}
@media (max-width: 768px) {
    .detail_sub_menu{
    min-width:250px!important;
    border:0px!important;
    margin-inline-start: 0!important;
    }
    .detail_sub_menu a
    {
    border:1px solid var(--sub-menu-border);
    }
    .detail_sub_menu a:hover
    {
    border:3px solid var(--sub-menu-border);
    }
}
/* detail_sub_menu css end */



/* ul li */
.design_block li::before {
    /* background-image: url(../images/right_icon.png); */
    width: 17px!important;
    height: 17px!important;
}


/* Sub menu for other page Start */
/* this css for only integration pages */
#integrations_sub_manue .manu_title img, #become_a_partner .manu_title img{
    width:30px;
    margin-top: -7px;
}
#integrations_sub_manue .manu_title h5, #become_a_partner .manu_title h5{
    font-size: 16px;
    color:#000;
}
#integrations_sub_manue .manu_description p, #become_a_partner .manu_description p{
    font-size: 13px;
    color:#000;
}
#integrations_sub_manue
{
  min-width:1280px!important;
  margin-inline-start:-457px;

  border-radius:15px!important;
}


/* Start Channels/Instagram Page */
.channel_body .section_title
{
  text-align:inset-inline-start!important;
}
.channel_body
{
  margin-top:0!important;
  padding-top:0!important;
  /* padding-bottom:0!important; */
}
.channel_head
{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.title_size_1, .title_size_2, .title_size_3
{
  background: #F9CE34;
  background: linear-gradient(to inset-inline-end, #F9CE34 0%, #EE2A7B 25%, #6228D7 100%);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;
}
.title_size_1 h2
{
  font-size: 3.5vw!important;
  /* font-size: 3rem!important; */
}
.title_size_2 h2
{
  font-size: 3vw!important;
}
.title_size_3 h2
{
  font-size: 2.5vw!important;
}
.why_we_section .srarch-system
{
    background-color: transparent;
    box-shadow: none;
}
.channel_body .srarch-system .section_title p
{
  font-size: 1.2rem;
  line-height: 2rem;
}
.change_btn
{
  background-color: transparent;
}
.full_batton_click_work
{
  width:100%;
  height:100%;
  text-align:inset-inline-start;
}
/* End Channels/Instagram Page */


/* alamin*/
/*Tab screen video css :*/
video.tablet-view {
  height: auto;
  border: 16px solid #333;
  border-radius: 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #000;
}
.quote_block_custom {
    background-color: #d0c9f5;
    color: black;
    border-radius: 12px;
    padding: 55px 35px 35px 60px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 35px;
    box-shadow: 0 20px 30px 0 rgba(157, 140, 239,.4);
}

.chatbot_wows .container{
    position: relative;
}

.chatbot_wows .container::before {
    content: '';
    width: ;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-image: url('/assets/landing/new/images/features/flowbuilder.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .06; /* Set the desired opacity */
    z-index: 251; /* Ensure the background stays behind content */
}

.app_solution_section_group{
    padding-top: 50px;
    padding-bottom: 100px;
}

.app_solution_section.bg_custom{
    padding: 0;
    margin-bottom: 20px;
}

.app_solution_section.bg_custom .container .row{
    border-radius: 15px !important;    
    box-shadow: 0 4px 30px #EDE9FE;
}

.app_solution_section.bg_custom_1 .container .row{
/*    background-color: #e0edfc; */
}

.app_solution_section.bg_custom_2 .container .row{
/*    background-color: #f1eff0;*/
}

.app_solution_section.bg_custom_3 .container .row{
/*    background-color: #f3e8fd;*/
}

.app_solution_section.bg_custom_4 .container .row{
/*    background-color: #f9f0dc;*/
}

.app_solution_section.bg_custom_5 .container .row{
/*    background-color: #ffd9b3;*/
/*    background-color: #effff;*/
}

.app_solution_section.bg_custom_6 .container .row{
/*    background-color: #fdeae9;*/
}

.app_solution_section.bg_custom_7 .container .row{
/*    background-color: #e4f7eb;*/
}

.app_solution_section.bg_custom_8 .container .row{
/*    background-color: #fef7d6;*/
}

.app_solution_section.bg_custom_9 .container .row{
/*    background-color: #d3b8ae;*/
}

.app_solution_section.bg_custom_10 .container .row{
    background-color: #e0ffff;
}

.quote_block_custom h2 {
    font-size: 18px;
    line-height: 30px;
}
.quote_block_custom p {
    margin-bottom: 0;
    margin-top: 15px;
}
.quote_block_custom .name {
    color: var(--purple);
    font-weight: 700;
}
.quote_block_custom .q_icon {
    position: absolute;
    top: -20px;
    width: 63px;
    height: 63px;
    background-color: var(--bg-white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quote_block_custom .q_icon img {
    width: 35px;
}
html,body{overflow-x: hidden;}
/*alamin*/


.card{
    background-color: transparent;
    border:none;
    box-shadow: 0 4px 30px #EDE9FE;
    border-radius: 15px;
}

.hoverable:hover,.app_solution_section.bg_custom .container .row:hover{
    box-shadow: 0 2px 40px #d1c7ff;
}
.how_it_works .yt_video .thumbnil a .play_btn img {
    margin-top: -4px;
    width: 37px;
}

.white_btn_custom:hover::before {
    width: 0%;
}
.navbar-toggler
{
    padding-inline-start:21px;
}

@media (max-width: 768px) {
    .app_solution_section_group{
        padding-top: 0;
        padding-bottom: 0;
    }
    .chatbot_wows .container::before {
        background:none;
    }
    .banner_section:not(.banner_small)::after {
        height: 0;
    }

    #integrations_sub_manue
    {
      min-width:250px!important;
      border:0px!important;
      margin-inline-start: 0!important;
      height: 500px;
      overflow: auto;
    }
    #integrations_sub_manue a
    {
      border:1px solid var(--sub-menu-border);
    }
    #integrations_sub_manue a:hover
    {
      border:3px solid var(--sub-menu-border);
    }

    .phone_screen_on
    {
        display: inline!important;
    }
    .phone_screen_off
    {
        display:none!important;
    }

    video.tablet-view {
      border: 10px solid #333;
      border-radius: 24px;
      box-shadow: 0 5px 15x rgba(0, 0, 0, 0.2);
    }
}
/* Sub menu for other page End */

/*.xit-widget-wa-wrapper,.xit-widget-tele-wrapper{
    display: none;
}*/

.xit-widget-wa-button,.xit-widget-tele-button {
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
}
/*.xit-widget-wa-modal-header,.xit-widget-tele-modal-header{
    padding-top:10px !important;
}*/


@media (min-width: 992px) {        
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  background: #ddd; 
}
::-webkit-scrollbar-thumb:hover {
  background: #999; 
}
}