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

h1{
    margin: 1rem 0rem;
    color: #001F38;
    font-family: Poppins;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 144.9%; 
}
p{
    color: #6B6B6B;
    font-family: Helvetica;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; 
}
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: -2.4px;
}
.banner_heading span{
    color: #070707;

}

.explore_more_container {
    position: relative;
    margin-top: 2rem;
  }
  
  .explore_more_container button {
    border: none; 
    background: var(--gradient3, linear-gradient(186deg, #0064B2 10.46%, #003865 135.01%));
    color: var(--Neutral-N0, #FFF);
    text-align: center;
    border-radius: 5px;
    font-family: Inter;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.38px;
    width: 21.43rem;
    height: 4.125rem;
    padding: 0.875rem 1.25rem;
    position: relative;
    overflow: hidden;

  }
  
  .explore_more_container button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-top-color: #FFB800;
    box-sizing: border-box;
    animation: moveBorder 5s linear infinite;
  }
  
  @keyframes moveBorder {
    0% {
      border-color: #FFB800 transparent transparent transparent;
    }
    25% {
      border-color: transparent #FFB800 transparent transparent;
    }
    50% {
      border-color: transparent transparent #FFB800 transparent;
    }
    75% {
      border-color: transparent transparent transparent #FFB800;
    }
    100% {
      border-color: #FFB800 transparent transparent transparent;
    }
  }

.explore_more_container button:hover{
    background: linear-gradient(271deg, #0064B2 19.4%, #F1B309 78.42%); 
}
.play_store_app_store{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.play_store_app_store img{
    width: 8rem;
    height: 100%;
}

.dashbord_images_container{
    position: relative;
    height: 40rem;
    margin-top: 5rem;
}
.dashbord_first_image img{
    width: 100%;
    height: 600px; 
}
.dashbord_second_image img{
    width: 100%;
    height: 650px;

}
.dashbord_first_image{
    position: absolute;
    z-index: 0;
    right: 12rem;

}
.dashbord_second_image{
    position: absolute;
    left: 7rem;
    bottom: -10rem;
    z-index: 1;
    
}
/* **********2222222222222Experience Our Streamlined Sales Solution***************************************** */
.our_experience_whole_container{
    margin-top: 5rem;
}
.sub_our_experience_container h1{
    color: #737373;
    font-family: Poppins;
    font-size: 48.429px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.9%;
}

.sub_our_experience_container span{
    color: #000; 
}


.image_our_experience_container{
    display: flex;
    gap: 1rem;
}
.experience_right_img1 img{
    margin-bottom: 1rem;
}

/* ********33333333333333Drive Growth and Efficiency with Advanced AI Solutions***************************** */
.advertisment_whole_container {
    background: linear-gradient(180deg, #08487A 0%, #001322 100%);
    width: 100vw;
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.sub_advertisment_container{
    width: 82rem;
    margin-top: 2rem;
    display: flex;
    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: 700;
    line-height: 144.9%;
}

.right_advertisment_container span{
    color: var(--Neutral-N0, #FFF);
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 273.9%;
    display: block;
}

.adv_explore_button button {
    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;

  }
  
  .adv_explore_button button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-top-color: #008EFF;
    box-sizing: border-box;
    animation: snakeBorder 5s linear infinite;
  }
  
  @keyframes snakeBorder {
    0% {
      border-color: #008EFF transparent transparent transparent;
    }
    25% {
      border-color: transparent #008EFF transparent transparent;
    }
    50% {
      border-color: transparent transparent #008EFF transparent;
    }
    75% {
      border-color: transparent transparent transparent #008EFF;
    }
    100% {
      border-color: #008EFF transparent transparent transparent;
    }
  }

.adv_explore_button button:hover{
    background: linear-gradient(271deg, #0064B2 19.4%, #F1B309 78.42%); 
}



/* ********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 label{
    color: var(--Neutral-N0, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 124.9%;
    background: #083C61;
    padding: 0.5rem 2rem;

}
.left_features_first_section{
    width: 65%;
    
    
}
.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 {
    position: relative;
    width: 35%; 
    height: 80%; 
}

.right_features_first_section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0;
    animation: imageSwap 6s infinite;
}

.right_features_first_section img:nth-child(1) {
    animation-delay: 0s;
    width: 80%;
}
.car_icon{
    width: 7rem;
}
.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; /* Allow wrapping to a new line if necessary */
    gap: 1rem; /* Adjust the gap between cards */
    max-width: 100%; /* Ensure it doesn't exceed the container width */
}

.feature_tile {
    flex: 1 1 calc(33.333% - 1rem);
    display: flex;
    align-items: center;
    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;
}

.feature_tile:hover {
    box-shadow: 8px 8px 8px  rgba(0, 0, 0, 0.2); 
}

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

.features_detail_button{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.features_detail_button button{
    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: 2.825px solid #008EFF;
    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; 
}

/* **************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 3s 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_second_container{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 5%;
    margin-top: 4rem;
}
.faq_left_container{
    width: 50%;
}
.faq_card_container{
    display: flex;
    justify-content: space-between;
}

.faq_card {
    margin-bottom: 1rem; /* Adjust as needed */
}

.questions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.answer {
    display: none; /* Initially hide the answer */
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin-top: 0.5rem; /* Adjust as needed */
}
.answer span{
    display: block;
    margin-top: 0.5rem;
}
.question_text p{
    color: var(--Gray-900, #101828) !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.556px; /* 147.534% */
}
#videoContainer {
    position: relative;
    width: 100%;
    height: auto; /* Initially auto height */
    overflow: hidden;
}


.faq_right_container{
    width: 45%;
    height: 467px; 
}

/* **********88888888888888landing page footer **************************************************************** */
.all_footer_landing_whole_container{
    background: #084B80;
    width: 100vw;
    padding: 0rem 2rem;
}

.sub_footer_landing_container{
    width: 82rem;
    padding-bottom: 2rem;

   
}

.news_letter_container h1{
    color: var(--Neutral-N0, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    text-align: center;
}


.news_letter_container input::placeholder{
    color: var(--Neutral-N0, #FFF);
    font-family: "Roboto Flex";
    font-size: 18.95px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 28.424px */
}
.main_nws_letter{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid white;
}
.nws_letter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    border-radius: 9.896px;
    border: 1px solid var(--Neutral-N0, #bebebe);
    padding-right:1rem;
    margin-bottom: 2rem;
}
.nws_letter input{
    border: none;
    background-color: transparent;
    color: white;
    width: 150%;
    padding: 0.5rem 1rem;
}
.nws_letter svg{
    padding: 1rem;
}

.footer_links_container{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0rem;
    align-items: center;
}
.footer_nav_links{
    display: flex;
    gap: 1rem;
}
.footer_nav_links a{
    text-decoration: none;
    color: var(--Neutral-N0, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_social_icons{
    display: flex;
    align-items: center;
    gap: 1rem;

}
.footer_social_icons div{
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #04375F;
}
.footer_social_icons svg{
    height: 1.2rem;
    width: 1.2rem;
}
/* .copy_rights,.footer_social_icons,.footer_nav_links{
    width: 33.33%;
} */
.copy_rights span{
    color: var(--Absolute-White, var(--Neutral-N0, #FFF));
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.108px;
}