
.landing_page_whole_container{
    display: flex;
    justify-content: center;
    width: 100%;
}
#all_main_boxes{
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}
#all_sub_boxes{
    width: 82rem;
    /* margin-top: 2rem; */
}
.common_heading{
    color: #000;
    font-family: Poppins;
    font-size: 48.429px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.9%;
}
.gray-heading{
    color: #797979;
}
.common_text{
    color: #6B6B6B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%; /* 25.92px */
    text-align: start;
}
.question-text{
    color: var(--Gray-900, #101828);
}
/* p{
    color: #6B6B6B;
    font-family: Helvetica;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; 
} */
.heading_small_text{
    color: var(--subtext1, #475569) !important;
    margin-top: -0.5rem;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.common-label{
    color: var(--Neutral-N0, #FFF);
    font-family: Poppins;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 124.9%; /* 18.735px */
    background: #083C61;
    padding: 0.5rem 2rem;
}
/* ********11111111111Enhance Revenue by Transforming Your Sales************************************* */
.banner_whole_container{
    padding-top: 7rem !important;
}
.banner_heading{
    text-align: center;
    margin-bottom: 3rem;
}
.banner_heading h1{
    color: #797979;
    text-align: center;
    font-family: Poppins;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 7rem;
}
.banner_heading span{
    color: #070707;
    font-weight: 600;
}
.blok_heading{
    margin-top: 0rem;
}


.play_store_app_store{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.play_store_app_store img{
    width: 126px;
    height: 35.817px;
}
.dashbord_images_container{
    position: relative;
    height: 42rem;
    margin-top: 3rem;

}
.dashbord_first_image img {
    width: 1011.959px;
    height: 600px;
    box-shadow: 0px 5px 30px #56b6ff93; 
    border-radius: 8px; 
}

.dashbord_second_image img {
    width: 261.516px;
    height: 523.649px;
    box-shadow: 0px 10px 30px #56b6ff85; 
    border-radius: 8px;
}

.dashbord_first_image{
    position: absolute;
    z-index: 0;
    right: 6rem;
}
.dashbord_second_image{
    position: absolute;
    left: 6rem;
    bottom: -1.5rem;
    z-index: 1;  
}


.explore_more_container {
    position: relative;
    margin-top: 3rem !important;
}

.explore_more_container button {
    --offset: 4px; /* Adjust offset for the inner border */
    background: linear-gradient(186deg, #0064B2 10.46%, #003865 135.01%);
    border-radius: 5px;
    position: relative;
    height: 58px;
    width: 343px;
    max-width: 100%;
    color: white !important;
    font-family: Inter;
    font-size: 1.1875rem;
    font-weight: 600;
    letter-spacing: -0.38px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
}

/* Conic gradient for the animated border */
.explore_more_container button::before {
    content: '';
    background: conic-gradient(transparent 270deg,  #FFB800, transparent);
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 3s linear infinite;
}

/* Overlay to keep the button background */
.explore_more_container button::after {
    content: '';
    background: inherit;
    border-radius: inherit;
    color: white;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }
    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

.explore_more_container button span {
    position: relative;
    color: white;
    z-index: 3; /* Ensure the text is on top */
}
/* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
.our_experience_whole_container{
    margin-top: 3rem;
}

.experience-p{
    line-height: 32.637px;
}

.image_our_experience_container{
    display: flex;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
}
.experience_right_img1 img{
    margin-bottom: 1rem;
    border-radius: 8px;
}
/* ********33333333333333Drive Growth and Efficiency with Advanced AI Solutions***************************** */
.advertisment_whole_container {
    background: linear-gradient(180deg, #08487A 0%, #001322 100%);
    width: 100%;
    margin-top: 5rem;
    padding-bottom: 5rem;
}
.sub_advertisment_container{
    width: 82rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15%;
}
.left_advertisment_container{
    width: 30%;
}
.right_advertisment_container{
    width: 60%;
}
.right_advertisment_container h1{
    background: linear-gradient(92deg, #FFB800 2.4%, #00CAFF 97.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 144.9%;
}
.ai-text{
    font-weight: 700;
}
.adv_points span{
    color: var(--Neutral-N0, #FFF);
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 273.9%;
    display: block;
}
.points_container{
    display: flex;
    gap:0.5rem;
    align-items: center;
    margin-top: 1rem;
}
.adv_points_svg svg{
    height: 1.5rem;
    width: 1.5rem;
}

.adv_explore_button button {
    --offset: 4px;
    border: none; /* Remove the default border */
    background: var(--yellow, linear-gradient(186deg, #FFB800 10.46%, #AD7E00 135.01%));
    color: var(--Neutral-N0, #FFF);
    text-align: center;
    border-radius: 5px;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.38px;
    width: 343px;
    height: 66px;
    padding: 14px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}
.adv_explore_button a{
    text-decoration: none;
}

.adv_explore_button button::before {
    content: '';
    background: conic-gradient(transparent 270deg,  #008EFF, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 3s linear infinite;
    z-index: 1; 
}

.adv_explore_button button::after {
    content: '';
    background: inherit;
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    z-index: 2; 
}


.adv_explore_button button span,
.adv_explore_button button svg {
    position: relative;
    z-index: 3;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }
    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}


/* ********444444444444Get to Know Our Suite Of Features ******************************************** */
.features_first_main_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    height: 24rem;
    gap: 5%;
}
.left_features_first_section{
    width: 55%;
}
.right_features_first_section {
    position: relative;
    width: 40%; 
    height: 100%; 
}
.right_features_first_section img {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 412px;
    opacity: 0;
    animation: imageSwap 6s infinite;
}
.left_features_first_section h1{
    color: #737373;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.9%; 
    margin-top: 5rem;
}
.left_features_first_section span{
    color: #000; 
}
.right_features_first_section img:nth-child(1) {
    animation-delay: 0s;
}
.right_features_first_section img:nth-child(2) {
    animation-delay: 3s; 
}
@keyframes imageSwap {
    0% { opacity: 0; }
    10% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}
.features_tiles_container {
    display: flex;
    flex-wrap: wrap; 
    gap: 1rem; 
    max-width: 100%; 
    margin-top: 2rem;
}
.feature_tile {
    flex: 1 1 calc(33.333% - 1rem);
    display: flex;
    align-items: center !important;
    gap: 1rem;
    border-radius: 13px;
    border: 1px solid #C4C4C4;
    background: #F0F9FF;
    padding: 1rem 2rem;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out;
    z-index: 2;
}
.feature_tile {
    transition: box-shadow 0.3s ease-in-out;
}

.feature_tile:hover {
    z-index: 1;
    box-shadow: 
        0 15px 20px -10px rgba(255, 230, 0, 0.5),  /* Bottom yellow shadow with decreasing thickness */
        0 -10px 10px -5px rgba(9, 161, 243, 0.219),  /* Top dark blue shadow with decreasing thickness */
        -10px 0 10px -5px rgba(9, 161, 243, 0.5), /* Left dark blue shadow with decreasing thickness */
        10px 0 10px -5px rgba(9, 161, 243, 0.5);  /* Right dark blue shadow with decreasing thickness */
}



.feature_tile h3 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%; 
}

.features_detail_button a{
    text-decoration: none;
}
.features_detail_button{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.features_detail_button button {
    --offset: 4px;
    color: var(--Neutral-N0, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 15.066px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.832px; /* 125% */
    letter-spacing: -0.301px;
    border-radius: 4.708px;
    border: none; /* Remove the solid border */
    background: var(--gradient3, linear-gradient(186deg, #0064B2 10.46%, #003865 135.01%));
    box-shadow: 0px 3.766px 3.766px 0px #0065B6;
    width: 293px;
    height: 55px;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Conic gradient for the animated border */
.features_detail_button button::before {
    content: '';
    background: conic-gradient(transparent 270deg, #008EFF, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 3s linear infinite;
    z-index: 1;
}

.features_detail_button button::after {
    content: '';
    background: inherit;
    border-radius: inherit;
    position: absolute;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset));
    z-index: 2;
}

.features_detail_button button span {
    position: relative;
    z-index: 3; 
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
    }
    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
    }
}

/* **************55555555555555555Solutions for Every Sector ************************************************** */
.all_industries_whole_container{
    background: #F0F9FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06) inset;
    width: 100vw;
    margin-top: 2rem;
    padding-top: 4rem;
    padding-bottom: 10rem;
}
.sub_all_industries_container{
    width: 82rem;
    margin-top: 2rem;
}
.all_indutries_heading{
    text-align: start;

}
.industries_cards_container {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .industries_slide_track {
    display: flex;
    width: calc(5 * (10.5rem + 2rem)); 
    animation: slide 9s linear infinite; 
  }
  .Industries_card {
    flex: 0 0 auto;
    width: 10.5rem;
    height: 145px;  
    text-align: center;
    padding: 2rem;
    border-radius: 19.382px;
    border: 0.969px solid #C9C9C9;
    background: var(--Neutral-N0, #FFF);
    box-sizing: border-box;
    margin: 0 1rem;
  }
  .Industries_card img{
    height: 60%;
    width: 60%;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .industries_name{
    color: #000;
    margin-top: 1rem;
    font-family: Poppins;
    font-size: 15.506px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 19.847px */
  }
/* **************6666666666666666Integaration************************************************************** */
.integration_card_container{
    display: flex;
    justify-content: space-between;
}
.integration_card{
    width: 138px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #F5FBFF;
}
/* ***********77777777777777777landing page faq*************************************************** */
.faq_whole_container{
    margin-top: 4rem;
    padding-bottom: 4rem;
}
.freequently_asked_container{
    display: flex;
    justify-content: space-between;
}
.faq_heading_container h1{
    margin-top: 3rem;
}
.faq_second_container{
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-top: 2rem;
}
.faq_left_container{
    width: 50%;
    padding-bottom: 1rem;
}
.faq-item {
    position: relative;
}
.question {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.answer {
    display: none;
    margin-top: 10px;
}
.icon {
    margin-top: 10px;
    width: 22px;
    height: 22px;
    right: 0;
    position: absolute;
}
.answer span{
    color: var(--Gray-500, #667085);
    font-family: Poppins;
    font-size: 14.163px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.245px;
    display: block;
}
.question span{
    color: var(--Gray-900, #101828);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
#videoContainer {
    position: relative;
    width: 100%;
    height: auto; 
    overflow: hidden;
}
.faq_right_container{
    width: 45%;
    height: 467px; 
}
.faq-item{
    border-bottom: 1px solid rgb(192, 186, 186);
    padding: 1.3rem 0rem;
}
/* ************1400-1600********************************************************************************** */
@media screen and (max-width: 1600px) and (min-width: 1400px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #all_main_boxes{
        display: flex;
        justify-content: center;
        padding-top: 3rem;
    }
    #all_sub_boxes{
        width: 75rem;
        margin-top: 2rem;
    }
    h1{
        margin: 1rem 0rem;
        color: #001F38;
        font-family: Poppins;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 144.9%; 
    }
    .blok_heading{
        margin-top: -0.8rem;
    }
    .common_text{
        font-size: 1rem;
    }
    .common-label{
        font-size: 0.875rem;
        padding: 0.5rem 2rem;  
    }
    .banner_whole_container{
        padding-top: 6rem !important;
    }
    .banner_heading{
        margin-bottom: 2rem;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 1rem;
        line-height: 26px; 
    }
    .banner_heading h1{
        font-size: 2.7rem;
        margin-top: 5rem;
        
    }
    .explore_more_container {
        margin-top: 1rem;
    }
    .explore_more_container button {
        height: 52px;
        width: 310px;
        font-size: 1rem;
        letter-spacing: -0.38px;
    }
    .play_store_app_store{
        gap: 1rem;
    }
    .play_store_app_store img{
        width: 126px;
        height: 35.817px;
    }

    .dashbord_images_container{
        height: 32rem;
        margin-top: 3rem;
    
    }
    .dashbord_first_image img {
        width: 950px;
        height: 520px;
        box-shadow: 0px 5px 30px #56b6ff93; 
        border-radius: 8px; 
    }
    
    .dashbord_second_image img {
        width: 220px;
        height: 440px;
        box-shadow: 0px 10px 30px #56b6ff85; 
        border-radius: 8px;
    }
    
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 6.5rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 4.5rem;
        bottom: -5rem;
        z-index: 1;  
    }
 /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 5rem;
    }
    .sub_our_experience_container h1{
        font-size: 2.5rem;
    }
    .experience_left_img1{
        width: 55%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 2%;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    .experience_right_img1 {
        margin-bottom: 1rem;
        width: 43%;
    }   
/* advertisment container********************* */
    .advertisment_whole_container {
        margin-top: 4rem;
        padding-bottom: 4rem;
    }
    .sub_advertisment_container{
        width: 100%;
        margin-top: 0rem;
        gap: 10%;
    }
    .left_advertisment_container img{
        width: 100%;
    }
    .left_advertisment_container{
        width: 30%;
    }
    .right_advertisment_container{
        width: 60%;
    }
    .right_advertisment_container h1{
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 144.9%;
    }   
    .adv_points span{
        font-size: 1rem;
    }
    .points_container{
        gap:0.5rem;
        margin-top: 0.5rem;
    }
    .adv_points_svg svg{
        height: 1.2rem;
        width: 1.2rem;
    }
    .adv_explore_button button {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 40%;
        height: 50px;
        padding: 0px;
        margin: 2rem 0rem;
    }
/* ********444444444444Get to Know Our Suite Of Features ******************************************** */
.features_first_main_box{
    margin-top: 5rem;
    height: 23rem;
    gap: 5%;
}
.right_features_first_section {
    position: relative;
}
.right_features_first_section img {
    position: absolute;
    width: 460px;
    height: 380px;
}
.left_features_first_section h1{
    font-size: 40px;
    margin-top: 4rem;
}
.features_tiles_container {
    gap: 1rem; 
    margin-top: 2rem;
}
.feature_tile {
    flex: 1 1 calc(33.333% - 1rem);
    gap: 1rem;
    padding: 1rem 2rem;
}
.feature_tile h3 {
    font-size: 0.875rem;
}
.features_detail_button{
    margin: 2rem 0rem;
}
.features_detail_button button{
    font-size: 0.875rem;
    width: 293px;
    height: 55px; 
}  
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container{
        width: 100%;
        margin-top: 2rem;
    }
    .industries_cards_container {
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .industries_slide_track {
        display: flex;
        width: calc(5 * (10.5rem + 2rem)); 
        animation: slide 9s linear infinite; 
    }
    .Industries_card {
        width: 9rem;
        height:  8.5rem;  
        padding: 0.7rem;
        border-radius: 16.382px;
        margin: 0 1rem;
    }
    .Industries_card img{
        height: 60%;
        width: 60%;
    }
    .industries_name{
        margin-top: 0.875rem;
        font-size: 0.875rem;
    }    
    /********************faq*******************************************  */
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 2.5rem;
    }
    .faq_second_container{
        gap: 5%;
        margin-top: 3rem;
    }
    .faq_left_container{
        width: 50%;
    }
    .answer {
        margin-top: 10px;
    }
    .icon {
        margin-top: 10px;
        width: 22px;
        height: 22px;
    }
    .answer span{
        font-size: 14.163px;
        line-height: 18.245px;
    }
    .question span{
        font-size: 18px;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
    }
    .faq_right_container{
        width: 45%;
        height: 400px; 
    }
    .faq-item{
        padding: 1.2rem 0rem;
    }
}

/* ************1200-1400********************************************************************************** */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #all_main_boxes{
        padding-top: 2rem;
    }
    #all_sub_boxes{
        width: 68rem;
        margin-top: 1rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 144.9%; 
    }
    .blok_heading{
        margin-top: -0.7rem;
    }
    .common_text{
        font-size: 0.75rem;
    }
    .common-label{
        font-size: 0.75rem;
        padding: 0.5rem 1.5rem;    
    }
    .banner_whole_container{
        padding-top: 4rem !important;
    }
    .banner_heading{
        margin-bottom: 2rem;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.875rem;
        line-height: 20px; 
    }
    .banner_heading h1{
        font-size: 2.3rem;
        margin-top: 4rem;
    }
    .explore_more_container {
        margin-top: 0rem;
    }
    .explore_more_container button {
        height: 49px;
        width: 300px;
        font-size: 0.93rem;
        letter-spacing: -0.38px;
    }
    .play_store_app_store{
        gap: 1rem;
    }
    .play_store_app_store img{
        width: 116px;
        height: 33px;
    }   
    .dashbord_images_container{
        height: 30rem;
        margin-top: 2.5rem;
    
    }
    .dashbord_first_image img {
        width: 870px;
        height: 470px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    
    .dashbord_second_image img {
        width: 190px;
        height: 390px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 6rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 4rem;
        bottom: -3rem;
        z-index: 1;  
    }
 /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 1rem;
    }
    .sub_our_experience_container h1{
        font-size: 2rem;
    }
    .experience_left_img1{
        width: 55%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 2%;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    .experience_right_img1 {
        margin-bottom: 1rem;
        width: 43%;
    }   
/* advertisment container********************* */
    .advertisment_whole_container {
        margin-top: 4rem;
        padding-bottom: 4rem;
    } 
    .sub_advertisment_container{
        width: 100%;
        margin-top: 0rem;
        gap: 5%;
    }
    .left_advertisment_container img{
        width: 100%;
    }
    .left_advertisment_container{
        width: 30%;
    } 
    .right_advertisment_container{
        width: 60%;
    }
    .right_advertisment_container h1{
        font-size: 2rem;
        font-weight: 700;
        line-height: 124.9%;
    }  
    .adv_points span{
        font-size: 0.875rem;
    }
    .points_container{
        gap:0.5rem;
        margin-top: 0.3rem;
    }
    .adv_points_svg svg{
        height: 1.2rem;
        width: 1.2rem;
    }
    .adv_explore_button button {
        font-size: 0.875rem;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 40%;
        height: 45px;
        padding: 0px;
        margin: 1.5rem 0rem;
    }     
/* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_first_main_box{
        margin-top: 4rem;
        height: 23rem;
        gap: 5%;
    }
    .right_features_first_section {
        position: relative;
    }
    .right_features_first_section img {
        position: absolute;
        width: 440px;
        height: 360px;
    }
    .left_features_first_section h1{
        font-size: 40px;
        margin-top: 2rem;
    }
    .features_tiles_container {
        gap: 1rem; 
        margin-top: 0rem;
    }
    .feature_tile {
        flex: 1 1 calc(33.333% - 1rem);
        gap: 1rem;
        padding: 1rem 1rem;
    }
    .feature_tile h3 {
        font-size: 0.75rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .features_detail_button button{
        font-size: 0.875rem;
        width: 293px;
        height: 55px; 
    }  
    .feature_tile svg{
        width: 2rem;
        height:2rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 1rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container{
        width: 100%;
        margin-top: 1rem;
    }
    .industries_cards_container {
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .industries_slide_track {
        display: flex;
        width: calc(5 * (7rem + 2rem)); 
        animation: slide 9s linear infinite; 
    }
    .Industries_card {
        width: 7rem;
        height:  7.5rem;  
        padding: 0.5rem;
        border-radius: 16.382px;
        margin: 0 1rem;
        padding-top: 1rem;
    }
    .Industries_card img{
        height: 50%;
        width: 50%;
    }
    .industries_name{
        margin-top: 0.875rem;
        font-size: 0.69rem;
    }    
    /********************faq*******************************************  */

    .faq_right_image{
        width: 100%;
        height: 80%;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 2.5rem;
    }
    .faq_heading_container p{
        margin-top: -1rem;
    }
    .faq_second_container{
        gap: 5%;
        margin-top: 1rem;
    }
    .answer {
        margin-top: 10px;
    }
    .icon {
        margin-top: 10px;
        width: 18px;
        height: 18px;
    }
    .answer span{
        font-size: 11px;
        line-height: 18.245px;
        margin-bottom: 0.5rem;
    }
    .question span{
        font-size: 12px;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
    }
    .faq_right_container{
        width: 45%;
        height: 340px; 
    }
    .faq-item{
        padding: 0.8rem 0rem;
    }
}
/* ************992-1200********************************************************************************** */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%; 
    }
    #all_main_boxes{
        padding-top: 1rem;    
    }
    #all_sub_boxes{
        width: 54rem;
        margin-top: 1rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 144.9%; 
    }
    .blok_heading{
        margin-top: -0.6rem;
    }
    .common_text{
        font-size: 0.75rem;
    }
    .common-label{
        font-size: 0.75rem;
        padding: 0.5rem 1.5rem;     
    }
    .banner_whole_container{
        padding-top: 4rem !important;
    }
    .banner_heading{
        margin-bottom: 2rem;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.75rem;
        line-height: 20px; 
    }
    .banner_heading h1{
        font-size: 2rem;
        margin-top: 3rem;
    }
    .explore_more_container {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }    
    .explore_more_container {
        margin-top: 0rem;
    }
    .explore_more_container button {
        height: 47px;
        width: 280px;
        font-size: 0.8rem;
        letter-spacing: -0.28px;
    }
    .play_store_app_store{
        gap: 1rem;
        margin-top: -1rem;
    }
    .play_store_app_store img{
        width: 100px;
        height: 30px;
    }   

    .dashbord_images_container{
        height: 27rem;
        margin-top: 2.5rem;
    }
    .dashbord_first_image img {
        width: 800px;
        height: 430px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    .dashbord_second_image img {
        width: 170px;
        height: 340px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 0rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 1rem;
        bottom: -2rem;
        z-index: 1;  
    }
 /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 1rem;
    }
    .sub_our_experience_container h1{
        font-size: 1.5rem;
    }
    .experience_left_img1{
        width: 55%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 2%;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    .experience_right_img1 {
        margin-bottom: 1rem;
        width: 43%;
    }   
/* advertisment container********************* */
    .advertisment_whole_container {
        margin-top: 2rem;
        padding-bottom: 3rem;
    }
    .sub_advertisment_container{
        width: 100%;
        margin-top: 0rem;
        gap: 5%;
    }
    .left_advertisment_container img{
        width: 100%;
    }
    .left_advertisment_container{
        width: 30%;
    } 
    .right_advertisment_container{
        width: 60%;
    }
    .right_advertisment_container h1{
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 124.9%;
    }
    .adv_points span{
        font-size: 0.75rem;
    }
    .points_container{
        gap:0.5rem;
        margin-top: 0.3rem;
    }
    .adv_points_svg svg{
        height: 1rem;
        width: 1rem;
    }
    .adv_explore_button button {
        font-size: 0.75rem;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 40%;
        height: 40px;
        padding: 0px;
        margin: 1.5rem 0rem;
    }
/* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_whole_container{
        padding-bottom: 2rem;
    }
    .features_first_main_box{
        margin-top: 1rem;
        height: 15rem;
        gap: 5%;
    }
    .left_features_first_section h1{
        font-size: 1.5rem;
        margin-top: 2rem;
    }
    .features_tiles_container {
        gap: 1rem; 
        margin-top: 0rem;    
    }
    .feature_tile {
        flex: 1 1 calc(33.333% - 1rem);
        gap: 0.8rem;
        padding: 0.75rem 0.75rem;
    }
    .feature_tile h3 {
        font-size: 0.69rem;
        margin-top: 0.5rem;
    }
    .feature_tile svg{
        height: 1.8rem;
        width: 1.8rem;
    }
    .features_detail_button button{
        font-size: 0.875rem;
        line-height: 18.832px;
        width: 243px;
        height: 40px; 
    } 
    .features_first_main_box{
        margin-top: 0rem;
        height: 23rem;
        gap: 5%;
    }
    .right_features_first_section {
        position: relative;
    }
    .right_features_first_section img {
        position: absolute;
        width: 380px;
        height: 330px;
    }
    .features_tiles_container {
        gap: 1rem; 
        margin-top: -2rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .feature_tile svg{
        width: 1.7rem;
        height:1.7rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container{
        width: 100%;
        margin-top: 1rem;
    }
    .industries_cards_container {
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .industries_slide_track {
        display: flex;
        width: calc(5 * (6rem + 2rem)); 
        animation: slide 9s linear infinite; 
    }
    .Industries_card {
        width: 6.5rem;
        height:  7rem;  
        padding: 0.3rem;
        border-radius: 14.382px;
        margin: 0 1rem;
    }
    .Industries_card img{
        margin-top: 0.5rem;
        height: 60%;
        width: 60%;
    }
    .industries_name{
        margin-top: 0.75rem;
        font-size: 0.69rem;
    }    
    /********************faq*******************************************  */

    .faq_right_image{
        width: 100%;
        height: 80%;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 2.5rem;
    }
    .faq_heading_container p{
        margin-top: -1rem;
    }
    .faq_second_container{
        gap: 5%;
        margin-top: 1rem;
    }
    .faq_left_container{
        width: 50%;
    }
    .answer {
        margin-top: 5px;
    }
    .icon {
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }
    .answer span{
        font-size: 10px;
        line-height: 18.245px;
        margin-bottom: 1rem;
    }
    .question span{
        font-size: 11px;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
    }
    .faq_right_container{
        width: 45%;
        height: 370px; 
    }
    .faq-item{
        padding: 0.8rem 0rem;
    }
}
/* ************768-992********************************************************************************** */
@media screen and (max-width: 992px) and (min-width: 768px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #all_main_boxes{
        padding-top: 1rem;
    }
    #all_sub_boxes{
        width: 44rem;
        margin-top: 1rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 144.9%; 
    }
    .blok_heading{
        margin-top: -0.5rem;
    }
    .common_text{
        font-size: 0.69rem;
    }
    .common-label{
        font-size: 0.69rem;
        padding: 0.4rem 1rem;    
    }
    .banner_whole_container{
        padding-top: 4rem !important;
    }
    .banner_heading{
        margin-bottom: 2rem;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.75rem;
        line-height: 20px; 
    }
    .banner_heading h1{
        font-size: 1.8rem;
        margin-top: 2.5rem;
    }

    .explore_more_container {
        margin-top: 0rem;
    }
    .explore_more_container button {
        height: 47px;
        width: 260px;
        font-size: 0.75rem;
        letter-spacing: -0.28px;
    }
    .play_store_app_store{
        gap: 0.5rem;
        margin-top: -1rem;
    }
    .play_store_app_store img{
        width: 90px;
        height: 27px;
    }   

    .dashbord_images_container{
        height: 24rem;
        margin-top: 2.5rem;
    }
    .dashbord_first_image img {
        width: 640px;
        height: 350px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    .dashbord_second_image img {
        width: 140px;
        height: 290px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 0rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 1rem;
        bottom: -1rem;
        z-index: 1;  
    }
 /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 1rem;
    }
    .sub_our_experience_container h1{
        font-size: 1.2rem;
    }
    .experience_left_img1{
        width: 55%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 2%;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    .experience_right_img1 {
        margin-bottom: 1rem;
        width: 43%;
    }   
/* advertisment container********************* */
    .advertisment_whole_container {
        margin-top: 2rem;
        padding-bottom: 3rem;
    }
    .sub_advertisment_container{
        width: 100%;
        margin-top: 0rem;
        gap: 5%;
    }
    .left_advertisment_container img{
        width: 100%;
    }
    .left_advertisment_container{
        width: 30%;
    }
    
    .right_advertisment_container{
        width: 60%;
    }
    .right_advertisment_container h1{
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 124.9%;
    }
    .adv_points span{
        font-size: 0.75rem;
    }
    .points_container{
        gap:0.5rem;
        margin-top: 0.3rem;
    }
    .adv_points_svg svg{
        height: 1rem;
        width: 1rem;
    }
    .adv_explore_button button {
        font-size: 0.69rem;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 40%;
        height: 37px;
        padding: 0px;
        margin: 1.5rem 0rem;
    }
/* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_first_main_box{
        margin-top: 1rem;
        height: 15rem;
        gap: 5%;
    }
    .left_features_first_section{
        margin-top: -2rem;
    }

    .right_features_first_section {
        position: relative;
    }
    .right_features_first_section img {
        position: absolute;
        width: 300px;
        height: 270px;
    }

    .left_features_first_section h1{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .features_tiles_container {
        gap: 1rem; 
        margin-top: 1.5rem;
    }
    .feature_tile {
        flex: 1 1 calc(33.333% - 1rem);
        gap: 0.8rem;
        padding: 0.75rem 0.75rem;
    }
    .feature_tile h3 {
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
    .feature_tile svg{
        height: 1.8rem;
        width: 1.8rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .features_detail_button button{
        font-size: 0.7rem;
        line-height: 18.832px;
        width: 200px;
        height: 40px; 
        margin-bottom: -1rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container{
        width: 100%;
        margin-top: 1rem;
    }
    .industries_cards_container {
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 2rem;
    }
    .industries_slide_track {
        display: flex;
        width: calc(5 * (6rem + 2rem)); 
        animation: slide 9s linear infinite; 
    }
    .Industries_card {
        width: 6.5rem;
        height:  7rem;  
        padding: 0.3rem;
        border-radius: 14.382px;
        margin: 0 1rem;
    }
    .Industries_card img{
        margin-top: 0.5rem;
        height: 60%;
        width: 60%;
    }
    .industries_name{
        margin-top: 0.75rem;
        font-size: 0.69rem;
    }    
    /********************faq*******************************************  */
    .faq_right_image{
        width: 100%;
        height: 80%;
    }
    .faq-item {
        margin-bottom: 0rem;
    }
    .faq_left_container{
        width: 50%;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 1.5rem;
    }
    .faq_heading_container p{
        margin-top: -0.7rem;
    }
    .faq_second_container{
        gap: 5%;
        margin-top: 1rem;
    }
    .answer {
        margin-top: 5px;
    }
    .icon {
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }
    .answer span{
        font-size: 10px;
        line-height: 18.245px;
        margin-bottom: 1rem;
    }
    .question span{
        font-size: 11px;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
    }
    .faq_right_container{
        width: 45%;
        height: 340px; 
    }
    .faq-item{
        padding: 0.8rem 0rem;
    }
}
/* ***********************576-768**************************************************************************** */
@media screen and (max-width: 768px) and (min-width: 576px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%; 
    }
    #all_main_boxes{
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }
    #all_sub_boxes{
        width:32rem;
        margin-top: 2rem;
    }
    .banner_whole_container{
        padding-top: 1rem !important;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.75rem;
        line-height: 20px; 
    }
    .banner_heading h1{
        font-size: 1.625rem;
        margin-top: 2.5rem;
        text-align: center;
    }
    .blok_heading{
        margin-top: -0.4rem;
    }
    .banner_heading p{
        text-align: center;
    }
    .common_text{
        font-size: 0.875rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1.56rem;
        line-height: 144.9%; 
    }
    .common-label{
        font-size: 0.625rem;
        line-height: 124.9%;
        width: 118px;
        height: 31px; 
        text-align: center;
        align-items: center;     
    }
    .explore_more_container {
        margin-top: 0rem;
    }
    .explore_more_container button {
        height: 44px;
        width: 250px;
        font-size: 0.75rem;
        letter-spacing: -0.28px;
    }
    .play_store_app_store{
        gap: 0.4rem;
        margin-top: -1rem;
    }
    .play_store_app_store{
        gap: 0.5rem;
        margin-top: -1rem;
    }
    .play_store_app_store img{
        width: 80px;
        height: 26px;
    } 
    .dashbord_images_container{
        height: 18rem;
        margin-top: 2rem;
    }
    .dashbord_first_image img {
        width: 470px;
        height: 270px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    .dashbord_second_image img {
        width: 110px;
        height: 220px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 0rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 0rem;
        bottom: -1rem;
        z-index: 1;  
    }
    /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 0.2rem;
    }
    .sub_our_experience_container h1{
        font-size: 1.56rem;
        line-height: 124.9%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 1rem;
    }
    .experience_right_img1{
        display: flex;
        gap: 5%;
    }
    .experience_right_img1 img{
        margin-bottom: 1rem;
    } 
    .sub_our_experience_container p{
        display: block;
    }
    .image_our_experience_container{
        display: wrap;
        flex-wrap: wrap;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    /* ********33333333333333Drive Growth and Efficiency with Advanced AI Solutions***************************** */
    .advertisment_whole_container {
        margin-top: 2rem;
        padding-bottom: 1rem;
        width: 100%;
    }
    .sub_advertisment_container{
        width:100%;
        margin-top: 0.5rem;
        gap: 1%;   
        display: block;
    }
    .left_advertisment_container img{
        width: 100%;
        height: 50%; 
    }
    .left_advertisment_container{
        width: 100%;
        display: block;
    }
    .right_advertisment_container{
        width: 100%;
    } 
    .right_advertisment_container h1{
        font-size: 1.5625rem;
        line-height: 144.9%;
    }
    .right_advertisment_container span{
        font-size: 14px;
        line-height: 273.9%;
        display: block;
    }
    .points_container{
        display: flex;
        gap:0.5rem;
        align-items: center;
        margin-top: 1rem;
    }
    .adv_points_svg svg{
        height: 1.5rem;
        width: 1.5rem;
    }
    .adv_points span{
        color: var(--Neutral-N0, #FFF);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .adv_explore_button{
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .adv_explore_button button {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 225px;
        height: 54px; 
        padding: 7px 10px;
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
    }
    /* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_first_main_box{
        display: block;
        justify-content: space-between;
        margin-top: 1rem;
        height: 45rem;
        gap: 5%;
    }
    .left_features_first_section{
        width: 100%;
    }
    .left_features_first_section h1{
        font-size: 22px;
        margin-top: 1rem;
    }
    .right_features_first_section {
        display: flex !important;
        justify-content: center;
        width: 100%;
        height: 10rem; 
    }
    .right_features_first_section img {
        position: absolute;
        top: 1rem;
        left: 0%;
        opacity: 0;
        height: auto;
        width: auto;
        animation: imageSwap 6s infinite;
    }
    .car_icon{
        animation-delay: 3s; 
        width: 400.146px !important;
        height: 260px !important;  
        margin-left: 3rem;    
    }
    .dash_icon{
        animation-delay: 3s; 
        width: 400.146px !important;
        height: 280px !important; 
        margin-left: 3rem;
    }
    .features_second_main_box{
        margin-top: -15rem;
    }
    .features_tiles_container {
        margin-top: 1rem !important;
    }
    .feature_tile {
        flex: 1 1 calc(100%);
        display: flex;
        align-items: center;
        padding: 0.5rem 0.5rem;
    }

    .feature_tile h3 {
        font-size: 12px;
    }
    .features_detail_button{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .feature_tile svg{
        height: 1.8rem;
        width: 1.8rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .features_detail_button button{
        font-size: 0.7rem;
        line-height: 18.832px;
        width: 200px;
        height: 40px; 
        margin-bottom: -1rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container {
        width: 100%;
        margin-top: 2rem; 
        
    }
    .industries_cards_container {
        flex-wrap: wrap; /* Allow cards to wrap */
        justify-content: space-between; /* Distribute cards evenly */
        padding-bottom: 1rem;
    }
    .industries_slide_track {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        animation: none; 
    }
    .Industries_card {
        margin: 1rem 0.2rem; 
        width: 120px; 
        height: 100px;
        text-align: center;
        padding:0.8rem 0.8rem;
    }
    .industries_name{
        margin-top: 0.5rem;
        font-size: 9.506px;
    }
    .Industries_card img{
        margin-top: 10px;
        height: 50%;
        width: 50%;
    }
    /* ***********77777777777777777landing page faq*************************************************** */
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 1rem;
    }
    .freequently_asked_container{
        display: flex;
        justify-content: space-between;
        
    }
    .faq_second_container{
        display: block;
        gap: 0%;
        margin-top: 1rem;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 1.5rem;
    }
    .faq_heading_container p{
        margin-top: -1rem;
    }
    .faq_second_container{
        gap: 5%;
        margin-top: 1rem;
    }
    .faq_left_container{
        width: 100%;
    }
    .faq_card_container{
        display: flex;
        justify-content: space-between;
    }
    .faq_card {
        margin-bottom: 1rem; 
    }
    .questions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }
    .faq-item {
        margin-bottom: 0rem;
    }
    .answer {
        margin-top: 10px;
    }
    .icon {
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }
    .answer span{
        font-size: 10px;
        line-height: 16.245px;
        margin-bottom: 1rem;
    }
    .question span{
        font-size: 11px;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
        display: none;
    }
    .faq_right_container{
        display: none;
    }     
    .faq-item{
        padding: 0.7rem 0rem;
    }
}
/* mobile**************************************************************************************************** */
@media screen and (max-width: 576px) and (min-width: 370px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #all_main_boxes{
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }
    #all_sub_boxes{
        width:22rem;
        margin-top: 2rem;
    }
    .banner_whole_container{
        padding-top: 1rem !important;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.72rem;
        line-height: 15px; 
    }
    .banner_heading h1{
        font-size: 1.5rem;
        margin-top: 2.5rem;
        text-align: center;
    }
    .blok_heading{
        margin-top: -0.4rem;
    }
    .banner_heading p{
        text-align: center;
    }
    .common_text{
        font-size: 0.875rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1.56rem;
        line-height: 144.9%; 
    }
    .common-label{
        font-size: 0.625rem;
        width: 118px;
        height: 31px;       
    }
    .explore_more_container {
        margin-top: 0rem !important;
    }
    .explore_more_container button {
        height: 42px;
        width: 240px;
        font-size: 0.7rem;
        letter-spacing: -0.28px;
    }
    .play_store_app_store{
        gap: 0.4rem;
        margin-top: -1rem !important;   
    }
    .play_store_app_store img{
        width: 70px;
        height: 23px;
    } 
    .dashbord_images_container{
        height: 10rem;
        margin-top: 1.5rem;
    }
    .dashbord_first_image img {
        width: 320px;
        height: 170px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    .dashbord_second_image img {
        width: 70px;
        height: 140px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 0rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 0.5rem;
        bottom: -2rem;
        z-index: 1;  
    }  
    
    /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 0.2rem;
    }
    .sub_our_experience_container h1{
        font-size: 1.56rem;
        line-height: 124.9%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 1rem;
    }
    .experience_right_img1{
        display: flex;
        gap: 5%;
    }
    .experience_right_img1 img{
        margin-bottom: 1rem;
    } 
    .sub_our_experience_container p{
        display: block;
    }
    .image_our_experience_container{
        display: wrap;
        flex-wrap: wrap;
    }
    .image_our_experience_container img{
        width: 100%;
    }

    /* ********33333333333333Drive Growth and Efficiency with Advanced AI Solutions***************************** */
    .advertisment_whole_container {
        margin-top: 2rem;
        padding-bottom: 1rem;
        width: 100%;
    }
    .sub_advertisment_container{
        width:100%;
        margin-top: 0.5rem;
        gap: 1%;   
        display: block;
    }
    .left_advertisment_container img{
        width: 330px;
        height: 282px; 
    }
    .left_advertisment_container{
        width: 100%;
        display: block;
    }
    .right_advertisment_container{
        width: 100%;
    } 
    .right_advertisment_container h1{
        font-size: 1.5625rem;
        line-height: 144.9%;
    }
    .right_advertisment_container span{
        font-size: 14px;
        line-height: 273.9%;
        display: block;
    }
    .points_container{
        display: flex;
        gap:0.5rem;
        align-items: center;
        margin-top: 1rem;
    }
    .adv_points_svg svg{
        height: 1.5rem;
        width: 1.5rem;
    }
    .adv_points span{
        color: var(--Neutral-N0, #FFF);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .adv_explore_button{
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .adv_explore_button button {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 225px;
        height: 54px; 
        padding: 7px 10px;
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
    
    }
    /* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_first_main_box{
        display: block;
        justify-content: space-between;
        margin-top: 1rem;
        height: 45rem;
        gap: 5%;
    }
    .left_features_first_section{
        width: 100%;
    }
    .left_features_first_section h1{
        font-size: 22px;
        margin-top: 1rem;
    }
    .right_features_first_section {
        display: flex !important;
        justify-content: center;
        width: 100%;
        height: 10rem; 
    }
    .right_features_first_section img {
        position: absolute;
        top: 1rem;
        left: 0%;
        opacity: 0;
        height: auto;
        width: auto;
        animation: imageSwap 6s infinite;
    }
    .car_icon{
        animation-delay: 3s; 
        width: 340.146px !important;
        height: 240px !important;  
        margin-left: 0.5rem;    
    }
    .dash_icon{
        animation-delay: 3s; 
        width: 340.146px !important;
        height: 250px !important; 
        margin-left: 0.5rem;
    }
    .features_second_main_box{
        margin-top: -15rem;
    }
    .features_tiles_container {
        margin-top: 1rem !important;
    }
    .feature_tile {
        flex: 1 1 calc(100%);
        display: flex;
        align-items: center;
        padding: 0.5rem 0.5rem;
    }

    .feature_tile h3 {
        font-size: 12px;
    }
    .features_detail_button{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .feature_tile svg{
        height: 1.8rem;
        width: 1.8rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .features_detail_button button{
        font-size: 0.7rem;
        line-height: 18.832px;
        width: 200px;
        height: 40px; 
        margin-bottom: -1rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container {
        width: 100%;
        margin-top: 2rem;        
    }
    .industries_cards_container {
        flex-wrap: wrap; /* Allow cards to wrap */
        justify-content: space-between; /* Distribute cards evenly */
        padding-bottom: 1rem;
    }
    .industries_slide_track {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        animation: none; 
    }
    .Industries_card {
        margin: 1rem 0.4rem; 
        width: 100px; 
        height: 90px;
        text-align: center;
        padding:0.8rem 0.8rem;
    }
    .industries_name{
        margin-top: 0.5rem;
        font-size: 9.506px;

    }
    .Industries_card img{
        height: 50%;
        width: 50%;
        margin-top: 8px;
    }
    /* ***********77777777777777777landing page faq*************************************************** */
    .faq_whole_container{
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    .freequently_asked_container{
        display: flex;
        justify-content: space-between;       
    }
    .faq_second_container{
        display: block;
        gap: 0%;
        margin-top: 1rem;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 0.5rem;
    }
    .faq_heading_container p{
        margin-top: -1rem;
    }
    .faq_left_container{
        width: 100%;
    }
    .faq_card_container{
        display: flex;
        justify-content: space-between;
    }
    .faq-item {
        margin-bottom: 0rem;
    }
    .answer {
        margin-top: 0.8rem;
    }
    .icon {
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }
    .answer span{
        font-size: 10px;
        line-height: 15.245px;
        margin-bottom: 0.5rem;
    }
    .question span{
        font-size: 10px;
        margin-bottom: -0.5rem;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
        display: none;
    }
    .faq_right_container{
        display: none;
    }     
    .faq-item{
        padding: 0.9rem 0rem;
    }
}
@media screen and (max-width: 370px) {
    .landing_page_whole_container{
        display: flex;
        justify-content: center;
        width: 100%; 
    }
    #all_main_boxes{
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }
    #all_sub_boxes{
        width:18rem;
        margin-top: 2rem;
    }
    .banner_whole_container{
        padding-top: 2rem !important;
    }
    .heading_small_text{
        margin-top: -0.5rem;
        font-size: 0.69rem;
        line-height: 15px; 
    }
    .banner_heading h1{
        font-size: 1.4rem;
        margin-top: 2.3rem;
        text-align: center;
    }
    .blok_heading{
        margin-top: -0.4rem;
    }
    .common_text{
        font-size: 0.75rem;
    }
    h1{
        margin: 1rem 0rem;
        font-size: 1rem;
        line-height: 144.9%; 
    }
    .common-label{
        font-size: 0.625rem;
        line-height: 144.9%;
        width: 108px;
    }
    .explore_more_container {
        margin-top: -0rem !important;
    }
    .explore_more_container button {
        height: 42px;
        width: 240px;
        font-size: 0.7rem;
        letter-spacing: -0.28px;
    }
    .play_store_app_store{
        gap: 0.4rem;
        margin-top: -2rem; 
    }
    .play_store_app_store img{
        width: 65px;
        height: 23px;
    } 
    .dashbord_images_container{
        height: 8.5rem;
        margin-top: 1.5rem;
    }
    .dashbord_first_image img {
        width: 260px;
        height: 140px;
        box-shadow: 0px 5px 30px #56b6ff93; 
    }
    .dashbord_second_image img {
        width: 57px;
        height: 120px;
        box-shadow: 0px 10px 30px #56b6ff85; 
    }
    .dashbord_first_image{
        position: absolute;
        z-index: 0;
        right: 0rem;
    }
    .dashbord_second_image{
        position: absolute;
        left: 0.5rem;
        bottom: -1.5rem;
        z-index: 1;  
    }  
    /* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
    .our_experience_whole_container{
        margin-top: 0.2rem;
    }
    .sub_our_experience_container h1{
        font-size: 1.3rem;
        line-height: 124.9%;
    }
    .image_our_experience_container{
        display: flex;
        gap: 1rem;
    }
    .experience_right_img1{
        display: flex;
        gap: 5%;
    }
    .experience_right_img1 img{
        margin-bottom: 1rem;
    } 
    .sub_our_experience_container p{
        display: block;
    }
    .image_our_experience_container{
        display: wrap;
        flex-wrap: wrap;
    }
    .image_our_experience_container img{
        width: 100%;
    }
    /* ********33333333333333Drive Growth and Efficiency with Advanced AI Solutions***************************** */
    .advertisment_whole_container {
        margin-top: 2rem;
        padding-bottom: 1rem;
        width: 100%;
    }
    .sub_advertisment_container{
        width:100%;
        margin-top: 0.5rem;
        gap: 1%;   
        display: block;
    }
    .left_advertisment_container img{
        width: 250px;
        height: 252px; 
        margin-left: 1rem;
    }
    .left_advertisment_container{
        width: 100%;
        display: block;
    }
    .right_advertisment_container{
        width: 100%;
    } 
    .right_advertisment_container h1{
        font-size: 1.3rem;
        line-height: 144.9%;
    }
    .points_container{
        display: flex;
        gap:0.5rem;
        align-items: center;
        margin-top: 1rem;
    }
    .adv_points_svg svg{
        height: 1.2rem;
        width: 1.2rem;
    }
    .adv_points span{
        color: var(--Neutral-N0, #FFF);
        font-family: Poppins;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
    .adv_explore_button{
        display: flex;
        justify-content: center;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .adv_explore_button button {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.38px;
        width: 195px;
        height: 44px; 
        padding: 7px 10px;
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
      }
    /* ********444444444444Get to Know Our Suite Of Features ******************************************** */
    .features_first_main_box{
        display: block;
        justify-content: space-between;
        margin-top: 1rem;
        height: 45rem;
        gap: 5%;
    }
    .left_features_first_section{
        width: 100%;
    }
    .left_features_first_section h1{
        font-size: 22px;
        margin-top: 1rem;
    }
    .right_features_first_section {
        display: flex !important;
        justify-content: center;
        width: 100%;
        height: 10rem; 
    }
    .right_features_first_section img {
        position: absolute;
        top: 1rem;
        left: 0%;
        opacity: 0;
        height: auto;
        width: auto;
        animation: imageSwap 6s infinite;
    }
    .car_icon{
        animation-delay: 3s; 
        width: 280.146px !important;
        height: 220px !important;  
        margin-left: 0rem;    
    }
    .dash_icon{
        animation-delay: 3s; 
        width: 280.146px !important;
        height: 230px !important; 
        margin-left: 0rem;
    }
    .features_second_main_box{
        margin-top: -15rem;
    }
    .features_tiles_container {
        margin-top: 1rem !important;
    }
    .feature_tile {
        flex: 1 1 calc(100%);
        display: flex;
        align-items: center;
        padding: 0.5rem 0.5rem;
    }

    .feature_tile h3 {
        font-size: 11px;
    }
    .features_detail_button{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .feature_tile svg{
        height: 1.8rem;
        width: 1.8rem;
    }
    .features_detail_button{
        margin: 2rem 0rem;
    }
    .features_detail_button button{
        font-size: 0.7rem;
        line-height: 18.832px;
        width: 200px;
        height: 40px; 
        margin-bottom: -1rem;
    }
/* **************55555555555555555Solutions for Every Sector ************************************************** */
    .all_industries_whole_container{
        margin-top: 2rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .sub_all_industries_container {
        width: 100%;
        margin-top: 2rem;   
    }
    .industries_cards_container {
        flex-wrap: wrap; /* Allow cards to wrap */
        justify-content: space-between; /* Distribute cards evenly */
        padding-bottom: 1rem;
    }
    .industries_slide_track {
        display: flex;
        flex-wrap: wrap;
        width: 100%; 
        animation: none; 
    }
    .Industries_card {
        margin: 1rem 0.4rem; 
        width: 80px; 
        height: 80px;
        text-align: center;
        padding:0.8rem 0.8rem;
    }
    .industries_name{
        margin-top: 0.2rem;
        font-size: 8.506px;
    }
    .Industries_card img{
        height: 60%;
        width: 60%;
        margin-top: 6px;
      }
    /* ***********77777777777777777landing page faq*************************************************** */
    .faq_whole_container{
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    .freequently_asked_container{
        display: flex;
        justify-content: space-between;
    }
    .faq_second_container{
        display: block;
        gap: 0%;
        margin-top: 1rem;
    }
    .faq_second_container{
        display: block;
        gap: 0%;
        margin-top: 1rem;
    }
    .faq_whole_container{
        margin-top: 0rem;
        padding-bottom: 2rem;
    }
    .faq_heading_container h1{
        margin-top: 0.5rem;
    }
    .faq_heading_container p{
        margin-top: -1rem;
    }
    .faq_left_container{
        width: 100%;
    }
    .faq_card_container{
        display: flex;
        justify-content: space-between;
    }
    .faq-item {
        margin-bottom: 0rem;
    }
    .answer {
        margin-top: 0.5rem;
    }
    .icon {
        margin-top: 10px;
        width: 13px;
        height: 13px;
    }
    .answer span{
        font-size: 9px;
        line-height: 12.245px;
        margin-bottom: 0.5rem;
    }
    .question span{
        font-size: 9px;
        margin-bottom: -0.4rem;
    }
    #videoContainer {
        position: relative;
        width: 100%;
        height: auto; 
        overflow: hidden;
        display: none;
    }
    .faq_right_container{
        display: none;
    }     
    .faq-item{
        padding: 0.8rem 0rem;
    }
}

