* {
  box-sizing: border-box;
}

h4, h3, h2 , p{
  color: #000;
  margin: 0px;
}

.font-bold{
  font-weight:bold;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
 
html::-webkit-scrollbar {
  display: none;
}

ul li::marker {
  font-size: 1.2em; /* Adjust as needed */
}

ul{
   margin: 0;
}

.mt-0{
  margin-top: 0px !important;
}

ul li{
    color: #000;
}

/* @font-face {
  font-family: 'App-Development';
  src:  url('../fonts/App-Development.eot?dkv4ho');
  src:  url('../fonts/App-Development.eot?dkv4ho#iefix') format('embedded-opentype'),
    url('../fonts/App-Development.ttf?dkv4ho') format('truetype'),
    url('../fonts/App-Development.woff?dkv4ho') format('woff'),
    url('../fonts/App-Development.svg?dkv4ho#App-Development') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */

@font-face {
  font-family: 'Helvetica';
  src:  url('../ttf/helvetica.ttf');
  src:  url('../ttf/helvetica-light-587ebe5a59211.ttf') format('embedded-opentype'),
    url('../ttf/helvetica-light-587ebe5a59211.ttf') format('truetype'),
    url('../woff/app-development8ffc.woff') format('woff'),
    url('../ttf/helvetica.ttf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-family:'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
  color: white;
}

/* header section */
.mobile_header-section{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:3rem 5rem 3.1rem 5rem;
  margin-top:75px;
}

.mobile_head{
  background: url("../webp/banner-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile_header_left{
  width: 50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: start;
  gap:30px;
  margin-top: 40px;
}

.mobile_header_right{
    width: 400px;
}

.mobile_header_right img{
  width:100%;
}

.mobile_h1{
  max-width: 565px;
  font-size: 45px;
  line-height: 1.11;
  letter-spacing: 0.2px;
  margin:0px;
}

.mobile_head_p{
  max-width: 597px;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.67;
  color:#fff;
}

.mobile_head_btn{
    max-width: 350px;
    border-radius: 10px;
    background-color: #ff561e;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding: 15px 40px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5px;
}

@media (max-width: 1300px){
  .mobile_h1{
    font-size: 41px;
  }

  .mobile_header_right{
    width: 370px;
  }

  .mobile_head_p{
    font-size: 16px;
  }
}

@media (max-width: 1200px){
  .mobile_header_right{
    display:none;
  }
  .mobile_header_left{
    width:100%;
    align-items: center;
    margin-top:0px;
  }
  .mobile_h1{
    max-width: 100%;
    text-align: center;
  }
  .mobile_head_p{
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 1200px){
  .mobile_header-section{
    padding: 3rem 5rem 3.2rem 5rem;
  }
}

@media (max-width: 992px){
  .mobile_header-section{
  margin-top:55px;
}
}

@media (max-width: 768px){
.mobile_head_btn{
  font-size: 14px;
  padding:10px 20px;
 }

 .mobile_h1{
  font-size: 38px;
 }
}

@media (max-width: 568px){
  .mobile_header-section{
    padding:3rem 1rem 3.2rem 1rem;
  }

  .mobile_h1{
    font-size: 28px;
  }

  .mobile_head_p{
    font-size: 16px;
  }
}

/* client logos */

.mobile_client-logo-section{
  padding: 3rem 5rem;
}

.mobile_client_header{
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 568px){
  .mobile_client_header{
  font-size: 28px;
}

}
/* accelerate */

.accelerate-success-section{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 2.5rem 5rem;
  background-color: #edf2ff;
}

.accelerate-content{
  color:#000;
  width:70%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.accelerate-h2{
  max-width:595px;
  font-size: 35px;
  font-weight: bold;
  color: #293241;
  margin:0px;
}

.accelerate-p{
  max-width:595px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.27px;
  color: #000;
}

.accelerate-img{
  width:30%;
}

.accelerate-img img{
  width:100%;
}

@media (max-width: 991px){

.accelerate-img{
  display:none;
}
.accelerate-content{
  width:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accelerate-h2 ,.accelerate-p{
  text-align: center;
}
}

@media (max-width: 568px){

  .mobile_client-logo-section{
   padding: 1.5rem 1rem;
  }

  .accelerate-success-section{
    padding: 2.5rem 1rem;
  }
}

/* why mobile */

.why_mobile_section{
   background-color: #edf2ff;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 4rem 5rem;
   gap:35px;
}

.why_mobile_title{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:15px;
}

.why_mobile_h2{
  max-width: 1148px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.why_mobile_p{
  max-width: 1115px;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.why_mobile_cards{
   display:grid;
   grid-template-columns: repeat(2, 1fr);
   gap:30px;
}

.why_mobile_card{
  max-width: 540px;
  height: 140px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.why_mobile_card_h3{
  font-size: 25px;
}

.why_mobile_card_p{
  font-size: 16px;
}

@media (max-width: 1200px){
  .why_mobile_card_h3{
     font-size: 22px;
  }

  .why_mobile_card_p{
     font-size: 14px;
  }
}

/* @media (max-width: 992px){
  .why_mobile_card_h3{
     font-size: 16px;
  }  
  
  .why_mobile_card_p{
     font-size: 12px;
  }

  .why_mobile_card{
  gap:15px;
  }
} */

@media (max-width: 992px){

   .why_mobile_card_h3{
     font-size: 18px;
  }  
  
  .why_mobile_card_p{
     font-size: 14px;
  }

  .why_mobile_cards{
   grid-template-columns: repeat(1, 1fr);
   }

  .why_mobile_card{
  height: 120px;
  }
}

@media (max-width: 568px){

    .why_mobile_h2{
   font-size:28px;
  }

  .why_mobile_p{
    font-size:16px;
  }

    .why_mobile_card_p{
     font-size: 13px;
  }

  .why_mobile_card{
  height: 150px;
  }

  .why_mobile_section{
   padding: 3rem 1rem 4rem 1rem;
  }


}

/* mobile services */
.mobile_services_section {
  padding: 3rem 5rem;
}

.mobile_service_title{
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}

.mobile_service_h2{
  font-size: 35px;
  text-align:center;
}

.mobile_service_p{
  max-width: 974px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.24px;
  color: #535353;
  text-align: center;
}

.mobile_service_flex{
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
}

.mobile_service_card{
  padding: 25px;
  border-radius: 10px;
  border: solid 1px #beddff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 calc(33.333% - 1rem);
  position:relative;
}

.mobile_service_card_h2{
  max-width: 304px;
  height: 60px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.33px;
}

.mobile_service_card_p{
   line-height: 1.5;
  letter-spacing: 0.25px;
  font-size: 16px;
}

.mobile_service_flex .mobile_service_card:nth-last-child(-n+1) {
  flex: 0 1 calc(100% - 1rem);
}

.mobile_service_hr{
  height: 60px;
  width:4px;
}

.color-blue{
    position: absolute;
    left: 0px;
    background-color: blue;
}

.color-orange{
   position: absolute;
    left: 0px;
    background-color: orangered;
}

.mobile_ui_ux{
  height: 44px;
}

@media (max-width: 1200px){
  .mobile_service_card_h2{
     max-width: 257px;
     font-size: 21px;
     height: 60px;
  }

  .mobile_service_card_p{
    font-size: 14px;
  }

  .mobile_service_hr{
  height: 60px;
  }

  .mobile_service_card{
      flex: 0 1 calc(50% - 1rem);
  }
}

@media (max-width: 992px){
    .mobile_service_card_h2{
     height: 55px;
  }


  .mobile_service_hr{
    height: 55px;
    width:3px;
  }

  .mobile_service_card_p{
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .mobile_service_card, .mobile_service_flex .mobile_service_card:nth-last-child(-n+2){
      flex: 0 1 calc(100%);
  }

  .mobile_ui_ux{
  margin-top: 0px;
  }

  .mobile_service_card_h2{
     font-size: 20px;
     height: auto;
     max-width: 100%;
  }

  .mobile_service_card_p{
    font-size: 14px;
  }

  .mobile_service_hr {
    height: 45px;
    top: 13px;
  }
}

@media (max-width: 568px){
  .mobile_services_section {
  padding: 3.1rem 1rem 3.2rem 1rem;
  }

  .mobile_service_h2{
    font-size: 28px;
  }

  .mobile_service_p{
    font-size: 16px;
  }

  .mobile_service_card_h2{
    font-size:15px;
  }

  .mobile_service_card_p {
    font-size: 12px;
  }
}

/* why app development */

.mobile_why_app{
  display:flex;
  justify-content:space-around;
  align-items: center;
  padding:4rem 5rem;
  background-color: #edf2ff;
}

.mobile_why_app_img{
  max-width: 480px;
}

.mobile_why_app_content{
  width: 42%;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items: start;
  gap:20px;
}

.mobile_why_app_img img{
  width: 100%;
}

.mobile_why_app_h2{
    max-width: 595px;
    font-size: 35px;
}

.mobile_why_app_p{
  max-width: 595px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.27px;
  color: #535353;
}

.mobile_why_flex{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 35px;
    margin-top:10px;
}

.mobile_why_card{
  width: 230px;
  height: 130px;
  border-radius: 10px;
  border: solid 1px #0057b8;
  background-color: #fff;
  color:#000;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  gap:5px;
}

.mobile_why_h3{
   font-size: 38px;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: -0.63px;
  text-align: center;
  color: #0057b8;
}

.mobile_why_card p{
  text-align: center;
  max-width: 140px;
}

@media (max-width:1200px){

.mobile_why_app{
  flex-direction:column;
  gap: 15px;
}

.mobile_why_app_img {
    max-width: 450px;
}

.mobile_why_app_h2, .mobile_why_app_p{
  text-align: center;
}

.mobile_why_app_content{
  width:100%;
  justify-content: center;
  align-items: center;
}
  
.mobile_why_app_h2{
  max-width:100%;
}

.mobile_why_app_p{
  max-width:100%;
}

.mobile_why_flex{
    justify-content: center;
}
}

@media (max-width: 992px){
  .mobile_why_app_img{
  max-width: 400px;
  }
}

@media (max-width: 568px){
  .mobile_why_app{
    padding: 4rem 1rem;
    gap:30px;
  }

  .mobile_why_app_img{
    max-width:250px;
  }

  .mobile_why_app_h2{
    font-size: 28px;
  }

  .mobile_why_app_p{
    font-size: 16px;
  }

}

/* mobile app development process */

.mobile_app_process_section {
    padding: 3rem 3rem 4rem 3rem;
}

.mobile_app_title{
  display:flex;
  flex-direction: column;
  justify-content:space-between;
  align-items:center;
  gap:15px;
}

.mobile_app_process_h2{
  font-size: 35px;
  text-align:center;
}

.mobile_app_process_p{
  max-width: 855px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.24px;
  color: #535353;
  text-align: center;
}

.mobile_app_grid{
  margin-top:70px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap:10px;
}

.mobile_app_card{
  max-width: 205px;
  height: 180px;
  padding: 20px 15px;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  display:flex;
  flex-direction: column;
  gap:20px;
  position:relative;
}

.mobile_app_h3{
  height:20px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.28px;
}

.mobile_app_p{
  font-size: 15px;
  line-height: 1.47;
}

.mobile-circle{
  width: 20px;
  height: 20px;
  border: 6px solid #0057b8;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top:-10px;
  right: 93px;
  z-index: 2;
}

.mobile-connected-arrow-line{
  height: 31px;
  width: 227px;
  border-radius: 100px;
  border: dashed 1.8px #c5c5c5;
  position: absolute;
  top: -25px;
  right: -123px;
  z-index: -1;
  border-bottom: none;
 }

 .mobile-connected-arrow {
  position: absolute;
  right: -22px;
  top: -33px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #0057b8;
}

@media (max-width: 1400px){
  .mobile-connected-arrow{
    display:none !important;
  }
  .mobile-connected-arrow-line{
    display:none !important;
  }
  .mobile-circle{
    display:none !important;
  }

  .mobile_app_grid{
    margin-top:50px;
  }
}

@media (max-width: 1200px){
  .mobile_app_grid{
      grid-template-columns: repeat(3, 1fr);
  }
  .mobile_app_card{
    max-width:100%;
    height:150px;
  }
}

@media(max-width: 768px){
  .mobile_app_grid{
      grid-template-columns: repeat(2,1fr);
  }
   .mobile_app_card{
    max-width:100%;
    height:150px;
  }
}

@media (max-width: 568px){
  .mobile_app_p{
    font-size: 14px;
  }

  .mobile_app_card{
    max-width:300px;
    height:125px;
  }

  .mobile_app_grid{
      grid-template-columns: repeat(1,1fr);
      place-items: center;
  }

  .mobile_app_process_section{
  padding: 3.2rem 1rem;
  }

  .mobile_app_process_h2{
    font-size: 28px;
  }

  .mobile_app_process_p{
    font-size: 16px;
  }
}

/* start your mobile */

.mobile_section_wrapper_start{
  padding:0px 20px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.start_your_mobile_section{
  display:flex;
  max-width: 1240px;
  height: 230px;
  background-image: linear-gradient(99deg, #012263 0%, #0064d4);
  border-radius: 15px;
  gap:40px;
}

.start_your_mobile_img{
  width:25%;
}

.start_your_mobile_img img{
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.start_your_mobile_title{
    align-self: center;
}

.start_your_mobile_h3{
  max-width:540px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 0.15px;
  color: #fff;
  margin-bottom: 10px;
}

.start_your_mobile_p{
  max-width: 530px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.17px;
  color: #fff;
}

.start_your_mobile_btn{
    align-self: center;
    margin-right: 10px;
    cursor:pointer;
    text-decoration: none;
}

.build_your_mobile_btn{
    width: 250px;
    /* height: 50px; */
    border-radius: 10px;
    background-color: #ff561e;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    margin: 0px 50px 0px 20px;
}

@media(max-width: 1200px){

  .start_your_mobile_section{
    max-width: 950px;
  }

  .start_your_mobile_h3{
    font-size: 28px;
  }
  .start_your_mobile_p{
    font-size: 16px;
  }

  .start_your_mobile_img{
    width: 30%;
  }

  .start_your_mobile_img img{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
 }

 .build_your_mobile_btn{
    margin: 0px;
 }

}

@media (max-width: 992px){
  .start_your_mobile_section{
    flex-direction:column;
    align-items: center;
    height:auto;
    max-width: 500px;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
  }

  .build_your_mobile_btn{
    margin:0px;
  }

  .start_your_mobile_img{
    width:100%;
  }

  .start_your_mobile_btn{
    margin-right: 0px;
  }

  .mobile_section_wrapper_start{
    display:flex;
    justify-content:center;
    align-items: center;
  }

  .start_your_mobile_img img{
    width: 100%;
    height:auto;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 18px;
  }

  .start_your_mobile_h3,
  .start_your_mobile_p{
    text-align:center;
    padding:0px 10px;
  }

  .build_your_mobile_btn{
    margin-bottom:10px;
  }
}

@media (max-width:768px){
  .start_your_mobile_section{
    max-width: 500px;
  }
}

@media (max-width:568px){
  .start_your_mobile_section{
    max-width: 300px;
  }
}


/* success stories */

.swiper-slide .mobile_success_card{
  height:410px !important;
}

.mobile_success_story_swiper{
  height:485px !important;
}

.mobile_success_stories{
  padding:4rem 5rem;
}

.mobile_success_story_title{
  display:flex;
  flex-direction:column ;
  justify-content: center;
  align-items: center;
  gap:15px;
}

.mobile_success_h2{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 0.2px;
  text-align: center;
}

.mobile_success_p{
  max-width: 875px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #1d2c43;
}

.mobile_success_card {
  display: flex !important;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  max-width: 900px;
  height: 410px !important;
  padding: 55px 30px;
  border-radius: 25px;
  border: solid 1px #dedede;
  background-color: #fcfcfc;
}

.mobile_success_image img {
  width: 240px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.mobile_success_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap:15px;
}

.mobile_success_client_name {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.mobile_success_client_description {
 font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #505050;
  height:110px;
}

.mobile_success_results_box {
  height: 140px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.mobile_success_results_box h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.mobile_success_results_box p {
  font-size: 12px;
  color: #1f2937;
  margin-bottom: 10px;
}

.mobile_success_results_box strong {
  color: #111827;
}

.mobile_success_story_swiper{
  margin-top: 35px;
}

.mobile_success_story_swiper > .swiper-button-next{
  top:462px !important;
  color: #6a656ab5 !important;
  border: 1px solid #c5c3c3cc;
  height: 40px !important;
  width: 40px !important;
  border-radius: 5px;
}

.mobile_success_story_swiper > .swiper-button-prev{
  top:462px !important;
  left:92% !important;
  color: #6a656ab5 !important;
  border: 1px solid #c5c3c3cc;
  height: 40px !important;
  width: 40px !important;
  border-radius: 5px;
}

.swiper-pagination-bullet-active{
  background-color:#0057b8 !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 18px !important;
}

@media (max-width: 1200px){
  .mobile_success_results_box{
    height: 120px;
  }
  .mobile_success_story_swiper > .swiper-button-next,
  .mobile_success_story_swiper > .swiper-button-prev{
   display:none;
 }

   .mobile_success_client_description{
    font-size:13px;
  }
  .mobile_success_results_box p{
    font-size:9px;
  }
}

@media (max-width: 992px){
  .mobile_success_card{
    flex-direction:column;
  }

  .mobile_success_results_box{
    height: 105px;
  }

  .mobile_success_card{
   height:660px !important;
  }
  .mobile_success_story_swiper{
  height:700px !important;
  }
}

@media (max-width: 768px) {

  .mobile_success_client_description{
    font-size:12px;
  }

  .mobile_success_image img {
    width: 100%;
    max-width: 200px;
  }

  .mobile_success_results_box{
    height: 120px;
  }

}

@media (max-width: 568px){
  .mobile_success_results_box{
    height:140px;
  }

  .mobile_success_card{
   height:670px !important;
  }

  .mobile_success_client_description{
    font-size:12px;
  }

  .mobile_success_results_box p{
    font-size: 10px;
  }

  .mobile_success_story_swiper{
  height:715px !important;
  }

  .mobile_success_stories{
  padding:3.2rem 1rem;
  }

  .mobile_success_h2{
    font-size: 28px;
  }

  .mobile_success_p{
    font-size: 16px;
  }

}

@media (max-width: 372px){

  .mobile_success_card{
   height:650px !important;
  }

  .mobile_success_client_description{
    font-size:11px;
  }
  
  .mobile_success_results_box p{
    font-size: 9px;
  }

}

@media (max-width: 340px){

  .mobile_success_card{
   height:630px !important;
  }

  .mobile_success_client_description{
    font-size:10px;
  }
  
  .mobile_success_results_box p{
    font-size: 9px;
  }

}

/* mobile industry section and tech stack and get most */

.mobile_industry_section{
  background-color:#edf2ff;
  padding: 4rem 5rem;
}

.mobile_industry_title, 
.mobile_tech_stack_title, 
.mobile_get_most_title, 
.mobile_awards_title, 
.mobile_we_build_title{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.mobile_industries_h2, 
.mobile_tech_stack_h2 , 
.mobile_get_most_h2, 
.mobile_awards_h2,
.mobile_we_build_h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.mobile_industries_p,  
.mobile_tech_stack_p , 
.mobile_awards_p,
.mobile_we_build_p{
  max-width: 802px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  text-align: center;
}

.mobile_get_most_p{
  max-width: 1048px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  text-align: center;
}

.industries_logos{
    margin-top:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

 .tech_stack_logos{
    margin-top:30px;
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    place-items:center;
    /* gap: 20px; */
}

.industries_logo{
    max-width: 290px;
    height: 80px;
    transition: transform 0.3s ease;
}

.industries_logo:hover{
    transform: scale(1.05);
}

.industries_logo img{
  width: 100%;
}

@media (max-width: 568px){
  .mobile_industry_section{
  padding: 3rem 1rem 4rem 1rem;
  }

  .mobile_industries_h2, 
  .mobile_tech_stack_h2, 
  .mobile_get_most_h2, 
  .mobile_awards_h2, 
  .mobile_we_build_h2{
    font-size: 28px;
  }

  .mobile_industries_p, 
  .mobile_tech_stack_p, 
  .mobile_get_most_p, 
  .mobile_awards_p, 
  .mobile_we_build_p{
    font-size: 16px;
  }
}

/* tech stack image */

.mobile_tech_stack_section{
  padding: 4rem 5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: center;
}

.tech_stack_logo{
    max-width: 190px;
    height: 160px;
    transition: transform 0.3s ease;
}

.tech_stack_logo:hover{
    transform: scale(1.05);
}

.tech_stack_logo img{
  width: 100%;
}


@media (max-width: 992px){
   .tech_stack_logos{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px){
   .tech_stack_logos{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 568px){
  .mobile_tech_stack_section{
  padding: 3.2rem 1rem;
  }

  .tech_stack_logos{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile get most */

.mobile_get_most_section{
    background-color: #edf2ff;
    padding:4rem 5rem;
}

.mobile_get_most_cards{
  margin-top: 35px;
  height: 495px !important;
}

.mobile_get_most_card {
  padding: 24px;  
  color: #1a1a1a;
  height: 430px !important;
  border-radius: 10px;
  background-color: #fff;
}

.mobile_get_most_card:hover{
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.mobile_get_most_card-header {
  height: 65px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile_get_most_card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.2px;
}

.mobile_get_most_card-description {
  height: 82px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.24px;
}

.mobile_get_most_card-list {
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.6;
}

.mobile_get_most_card-list li {
  list-style-type: disc;
  /* margin-bottom: 8px; */
}

.mobile_get_most_cards > .swiper-button-next{
  top:477px !important;
  color: #6a656ab5 !important;
  border: 1px solid #c5c3c3cc;
  height: 40px !important;
  width: 40px !important;
  border-radius: 5px;
  background-color:#fff;
}

.mobile_get_most_cards > .swiper-button-prev{
  top:477px !important;
  left:92% !important;
  color: #6a656ab5 !important;
  border: 1px solid #c5c3c3cc;
  height: 40px !important;
  width: 40px !important;
  border-radius: 5px;
  background-color:#fff;
}

 .mobile_get_most_cards > .swiper-pagination{
    display:none;
  }


.mobile_get_most_icon{
   font-size: 55px;
   color:#0a39da;
}


@media (max-width:1310px){
  .mobile_get_most_cards > .swiper-pagination{
    display:block;
  }

  .mobile_get_most_cards > .swiper-button-prev,
  .mobile_get_most_cards > .swiper-button-next {
    display:none;
  }
}

@media (max-width: 998px){
  
  .mobile_get_most_icon{
    font-size: 45px;
  }

  .mobile_get_most_card-title{
   font-size:18px;
  }

  .mobile_get_most_card-description{
    height:100px;
    font-size:13px;
  }

  .mobile_get_most_card-list{
    font-size:12px;
  }
}

@media (max-width: 568px){

  .mobile_get_most_card-title{
    font-size: 16px;
  }

  .mobile_get_most_icon{
   font-size: 35px;
  }

  .mobile_get_most_card-description{
    font-size:12px;
    height:100px;
  }

  .mobile_get_most_card-list{
    font-size:10px;
  }

  .mobile_get_most_section{
    padding:3rem 1rem 2rem 1rem;
  }
}


/* awards */
.mobile_awards_section{
  padding: 4rem 5rem;
}

.mobile_awards{
  margin-top:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap: 75px;
}

.mobile_award{
  width:160px;
  height: 180px;
}

.mobile_awards img{
  width:100%;
}

.good_firms{
    width: 185px;
    height: 176px;
}

.app_futura{
  width:180px;
}

@media (max-width: 1200px){
  .mobile_awards{
    gap:75px 110px;
  }
}

@media(max-width: 998px){
   .mobile_awards{
    gap:75px;
  }
}

@media (max-width:568px){
  .mobile_awards{
  gap: 45px;
  }

  .mobile_awards_section{
  padding: 3rem 1rem;
}

}

/* we build */

.we_build_section{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:35px;
  padding:0rem 5rem 4rem 5rem;
}

.mobile_we_build_devices{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
  gap:20px;
}

.we_build_device{
  width: 245px;
  height: 90px;
  padding: 25px 26px;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  gap:15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
  color: #535353;
}

.we_build_device_icon{
    color: #0a39da;
    font-size: 50px;
}

@media (max-width: 992px){
  .mobile_we_build_devices{
    justify-content:center;
  }
}

@media (max-width: 768px){
  .we_build_device{
    width: 200px;
    height: 80px;
    gap:10px;
    font-size: 16px;
  }

  .we_build_device_icon{
    font-size: 40px;
  }
}

@media (max-width: 568px){
  .we_build_section{
  padding:0rem 1rem 4rem 1rem;
  }

  .mobile_we_build_devices{
    justify-content:center;
  }
}

@media (max-width: 451px){
  .we_build_device{
    justify-content:start;
  }
}
/* faq */

.mobile_faq_section{
  padding: 4rem 5rem;
  background-color: #edf2ff;
  display:flex;
  gap:60px;
}

.mobile_questions{
  display:flex;
  flex-direction:column ;
  justify-content: start;
  align-items: start;
  gap:25px;
}

.mobile_faq_title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.mobile_faq-container {
      display:flex;
      flex-direction: column;
      gap:20px;
      max-width: 700px;
    }

    .mobile_faq-container details {
      background: #ffffff;
      max-width: 700px;
      padding:10px 20px;
    }

    .mobile_faq-container summary {
      max-width: 700px;
      cursor: pointer;
      color: #000;
      list-style: none;
      position: relative;
      font-weight:bold;
      padding-right: 150px;
      font-size:18px;
    }

    details ul li{
      font-size: 15px !important;
      color: #000 !important;
    }

    .mobile_faq-container summary:hover{
      color:#0057b8;
    }

    .mobile_faq-container summary::-webkit-details-marker {
      display: none;
    }

    .mobile_faq-container summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: 0;
      color: #000;
      font-size: 20px;
      transition: transform 0.2s;
    }

    .mobile_faq-container summary:hover::after {
     color: #0057b8;
    }

    .mobile_faq-container details[open] summary::after {
      content: "−";
    }

    .mobile_faq-container summary.active {
     color: #0057b8;
    }

    .mobile_faq-container summary.active::after {
      /* content: "–"; */
      color: #0057b8;
    }

    .mobile_faq-container p {
      max-width: 700px;
      margin-top: 20px;
      font-size: 15px;
      white-space: pre-line;
      line-height: 1.6;
      letter-spacing: 0.19px;
    }

    .mobile_faq_image{
      max-width:480px;
      margin-top:60px;
    }

    .mobile_faq_image img{
      width:100%;
    }


    @media (max-width: 1200px){
      .mobile_faq_image{
        display:none;
      }
      .mobile_questions{
        width:100%;
        justify-content: center;
        align-items: center;
      }

      .mobile_faq_section{
        padding: 2rem;
      }

      .mobile_faq-container summary{
        /* padding-right:50px; */
        font-size: 16px;
      }

      .mobile_faq-container p{
        font-size: 14px;
      }

      .mobile_faq-container{
        max-width: 100%;
      }

       details ul li{
      font-size: 14px !important;
      }
    }

    @media (max-width: 992px){
      .mobile_faq-container summary{
        padding-right:50px;
      }
    }

    @media (max-width: 568px){
      .mobile_faq_title{
        white-space: wrap;
        font-size: 28px;
      }

      .mobile_faq_section{
        padding: 3rem 1rem 4rem 1rem;
      }

    }

    /* footer section */

    .mobile_hire_our_section{
      display:flex;
      justify-content: space-between;
      align-items: center;
      gap:10px;
      padding: 4rem 5rem;
    }

    .mobile_hire_our_content{
      display:flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap:50px;
      width: 50%;
    }

    .mobile_hire_our_h2{
      max-width: 573px;
      font-size: 35px;
      font-weight: bold;
      line-height: 1.43;
    }

    .mobile_hire_our_image{
      max-width: 600px;
    }

    .mobile_hire_our_image img{
      width: 100%;
    }

    .mobile_hire_our_btn{
    max-width: 350px;
    /* height: 55px; */
    padding: 15px;
    border-radius: 10px;
    background-color: #ff561e;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    }

    @media (max-width:1200px){
      .mobile_hire_our_image{
        max-width:400px;
      }
    }

    @media (max-width: 992px){
       .mobile_hire_our_h2{
        text-align: center;
       }

       .mobile_hire_our_content{
        justify-content:center;
        align-items: center;
        gap:20px;
       }

        .mobile_hire_our_image{
          display:none;
        }

        .mobile_hire_our_content{
          width: 100%;
        }

        .mobile_hire_our_h2{
          max-width: 100%;
        }
    }

    @media (max-width: 568px){

       .mobile_hire_our_h2{
        font-size:28px;
      }

      .mobile_hire_our_btn{
        height:45px;
        font-size:15px;
      }

      .mobile_hire_our_section{
        padding:2rem 1rem 2.5rem;
      }
    }

    /* footer */
  .mobile_footer_section{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
  }

  .mobile_footer_p,.mobile_footer-link, .mobile_footer-links{
    font-size: 15px;
    color: #ababab;
  }

  @media (max-width: 768px){
    .mobile_footer_section{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap:20px;
    }
  }

  @media (max-width: 568px){
     .mobile_footer_section{
       padding: 2rem 1rem;
     } 

     .mobile_footer_p, .mobile_footer-link, .mobile_footer-links{
      font-size: 12px;
     }
  }

  /* animations */
    /* .wave-container:hover {
      position: relative;
      background: linear-gradient(99deg, #012263 0%, #0064d4);
      color: white !important;
      cursor: pointer;
    }

    .wave-container:hover h2,
    .wave-container:hover p {
     color: white;
    }

    .waves {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    .wave-container:hover .waves::before,
    .wave-container:hover .waves::after,
    .wave-container:hover .waves {
      content: '';
      position: absolute;
      border: 2px solid white;
      border-radius: 50%;
      animation: ripple 1.5s infinite ease-out;
    }

    .wave-container:hover .waves::before {
      width: 0;
      height: 0;
      animation-delay: 0s;
    }

    .wave-container:hover .waves {
      width: 0;
      height: 0;
      animation-delay: 0.3s;
    }

    .wave-container:hover .waves::after {
      width: 0;
      height: 0;
      animation-delay: 0.6s;
    }

    @keyframes ripple {
      0% {
        width: 0;
        height: 0;
        opacity: 0.5;
      }
      100% {
        width: 300px;
        height: 300px;
        opacity: 0;
      }
    } */