* {
  box-sizing: border-box;
}

body {
  font-family: 'App-Development', sans-serif !important;
  margin: 0;
  padding: 0;
  color: white;
}

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

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

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

ul li::marker {
  font-size: 1.3em; /* Adjust as needed */
}
 
html::-webkit-scrollbar {
  display: none;
}

.internal-link{
  text-decoration: none;
  color: blue;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

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

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

.web_app_head{
  background: url("../assets/HybridAppSlices/main-banner/banner-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

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

.web_app_header_right{
    width: 650px;
  }

.web_app_header_right img{
  width:100%;
}

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

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

.web_app_head_btn{
  max-width: 350px;
  height: 50px;
  border-radius: 10px;
  background-color: #ff561e;
  border:none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  padding:15px 35px;
  cursor:pointer;
  text-decoration: none;

}

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

  .web_app_h1{
    font-size: 40px;
  }

  .web_app_head_p{
    font-size: 16px;
  }

  .web_app_head_btn{
    font-size: 15px;
  }

  .web_app_header_left{
    gap:25px;
    margin-top: 15px;
  }
}

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

  .web_app_header_right{
    display:none;
  }

  .web_app_header_left{
    width:100%;
    align-items: center;
    margin-top: 45px;
  }
  .web_app_h1{
    max-width: 100%;
    text-align: center;
  }
  .web_app_head_p{
    max-width: 100%;
    text-align: center;
  }

  .web_app_header-section{
    padding: 3rem 5rem 4rem 5rem;
  }

  .web_app_header_left{
    margin-top: 0px;
  }

  .web_app_header_left{
    gap:40px;
  }
}

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

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

  .web_app_h1{
    font-size: 28px;
  }

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

/* client logos */

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

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

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

  .web_app_client-logo-section{
    padding: 3rem 1rem;
  }
}

/* innovative web_app */

.web_app_innovative_section{
  background-color: #edf2ff;
  padding: 3rem 4rem;
}

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

.web_app_innovative_h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.web_app_innovative_p{
  font-size: 20px;
  max-width: 1225px;
  line-height: 1.35;
  text-align: center;
  color: #535353;
}

.web_app_innovative_content{
  display:flex;
  justify-content: center;
  align-items: start;
  margin-top: 30px;
}

.web_app_innovative_cards_section{
  display:flex;
  flex-direction: column;
  gap:20px;
  width: 60%;
}

.web_app_innovative_card_section{
  display:flex;
  flex-wrap: wrap;
  gap:25px;
}

.web_app_innovative_card_h2{
  font-size: 25px;
  text-align:center;
  margin-top:20px;
}

.web_app_innovative_card {
    max-width: 360px;
    height: 187px;
    padding: 30px 22px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 37px;
    align-items: start;
}

.web_app_innovative_card_p{
  font-size: 16px;
  line-height: 1.67;
  color: #1e293b;
}

.innovative_icon:before{
  border-radius: 5px;
  font-size: 40px;
  padding: 5px 7px;
  background-color: rgba(0, 87, 184, 0.15);
  color:#0057b8;
}

.web_app_innovative_image{
  width: 473px;
}

.web_app_innovative_image img{
  width: 100%;
}

@media (max-widtH: 1406px){
  .web_app_innovative_content{
    justify-content: center;
    align-items: center;
  }

  .web_app_innovative_image{
    display:none;
  }

  .web_app_innovative_cards_section,
  .web_app_innovative_card_section{
    justify-content: center;
    align-items: center;
    width:100%;
  }


}

@media (max-width: 1200px){

}

@media (max-width: 992px){
  
}

@media (max-width: 768px){
  
}

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

  .web_app_innovative_p{
    font-size: 16px;
  }

  .web_app_innovative_section{
    padding: 3rem 1rem;
  }

  .web_app_innovative_card{
    max-width: 290px;
  }

  .web_app_innovative_card_p{
    font-size: 14px;
  }
}
/* why web_app */

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

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

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

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

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

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

.why_web_app_card_h3{
  font-size: 25px;
}

.why_web_app_card_p{
  font-size: 16px;
}

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

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

@media (max-width: 992px){
  .why_web_app_card_h3{
     font-size: 16px;
  }  
  
  .why_web_app_card_p{
     font-size: 12px;
  }

  .why_web_app_card{
  gap:15px;
  }
}

@media (max-width: 768px){

   .why_web_app_card_h3{
     font-size: 18px;
  }  
  
  .why_web_app_card_p{
     font-size: 14px;
  }

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

  .why_web_app_card{
  height: 120px;
  }
}

@media (max-width: 568px){

    .why_web_app_h2{
   font-size:28px;
  }

  .why_web_app_p{
    font-size:18px;
  }

    .why_web_app_card_p{
     font-size: 13px;
  }

  .why_web_app_card{
  height: 150px;
  }

  .why_web_app_section{
   padding: 4rem 1rem;
  }


}

/* web_app services */
.web_app_services_section {
  padding: 4rem 5rem;
}

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

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

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

.web_app_service_flex{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 1rem;
}

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

.web_app_service_card_h2{
  max-width: 260px !important;
  height: 75px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.33px;
}

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

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

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

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

.web_app_ui_ux{
  margin-top: 15px;
}

@media (max-width: 1200px){
  .web_app_service_card_h2{
      max-width: 235px !important;
     font-size: 23px;
     height: 60px;
  }

  .web_app_service_card_p{
    font-size: 14px;
  }

  .web_app_service_hr{
     height: 60px;
  }

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

@media (max-width: 992px){
    .web_app_service_card_h2{
     max-width: 220px !important;
     height: 55px;
     font-size: 21px;
  }


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

  .web_app_service_card_p{
    font-size: 13px;
  }

  .web_app_services_section{
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  .web_app_service_card{
    flex: 0 1 calc(100%);
  }

  .web_app_ui_ux{
    margin-top: 0px;
  }

  .web_app_service_card_h2{
     height: auto;
     max-width: 100% !important;
  }

  .web_app_service_card_p{
    font-size: 14px;
  }

  .web_app_service_hr {
    height: 45px;
    top: 17px;
  }

  .web_app_services_section{
    padding: 3rem;
  }
}

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

  .web_app_service_h2{
    font-size: 28px;
  }

  .web_app_service_p{
    font-size: 16px;
  }

  .web_app_service_card_h2{
    font-size:15px;
  }

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

@media (max-width: 370px){
    .web_app_service_card_h2{
    max-width: 175px !important;
  }

  .web_app_service_hr{
    top: 20px;
  }
}

/* why app development */

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

.web_app_why_app_img{
  max-width: 535px;
}

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

.web_app_why_app_img img{
  width: 100%;
}

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

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

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

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

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

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

@media (max-width:1200px){

.web_app_why_app{
  flex-direction:column;
  align-items: center;
  gap: 15px;
}

.web_app_why_app_img {
    max-width: 450px;
}

.web_app_why_app_h2, .web_app_why_app_p{
  text-align: center;
}

.web_app_why_app_content{
  width:100%;
  justify-content: center;
  align-items: center;
}
  
.web_app_why_app_h2{
  max-width:100%;
}

.web_app_why_app_p{
  max-width:100%;
}

.web_app_why_flex{
    justify-content: center;
}
}

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

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

  .web_app_why_app_img{
    max-width:250px;
  }

  .web_app_why_app_h2{
    font-size: 28px;
  }

  .web_app_why_app_p{
    font-size: 16px;
  }

}

/* web_app app development process */

/* our process */
.our-process-p{
  max-width: 850px;
  margin-bottom:20px;
  font-size: 20px;
  /* letter-spacing: 1.24; */
  text-align: center;
  color: #535353;
}


.our-process-h6{
  font-size: 21px;
  height:50px;
  margin: 0px;
}

.ourprocess-header{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  padding: 1rem 3rem;
}

.ourprocess-h2{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 35px;
  color: #1d2c43;
  margin:25px 0px 25px 0px;
  text-align:center;
}

.processContainer{
  display:flex;
  justify-content:center;
  align-items:start;
  gap:10px;
  flex-wrap: wrap;
  padding:40px 0px 80px 0px;
}

.container-our-pro{
  position: relative;
}

.process-step{
  background-color: white;
  position: relative;
}

.process-step-content{
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:center;
  color: #000;
}

.our-process-content{
  text-align:center;
}

@media (max-width: 1399px){
  .processContainer{
      padding:0px 0px 80px 0px;
  }
}

.process-step {
  width:100%;
  max-width:205px;
  height: 190px;
  padding-bottom:10px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  border: solid 1px #e0e0e0;
}

.process-step {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.process-step:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px); /* Optional: slight lift effect */
}

.circle {
  width: 20px;
  height: 20px;
  border: 6px solid #0057b8;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top:-10px;
  /* right: -8px; */
  z-index: 2;
  margin: 0px auto;
}

.arrow-svg {
  position: absolute;
  top: 15px;
  right: -70px;
  z-index: 1;
}

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

 .connected-arrow {
  position: absolute;
  right: -17px;
  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){
  .connected-arrow{
    display:none !important;
  }
  .connected-arrow-line{
    display:none !important;
  }
  .circle{
    display:none !important;
  }
  .process-step{
    padding:15px !important;
  }
}

@media (max-width: 991px) {
  .arrow-svg {
    display: none;
  }
}

@media (max-width: 768px){
  .our-process-p{
    font-size: 17px;
  }
}

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

  .ourprocess-header{
    padding: 1rem 1rem;
  }
}

/* start your web_app */

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

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

.start_your_web_app_img{
  width:25%;
}

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

.start_your_web_app_title{
    align-self: center;
}

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

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

.start_your_web_app_btn{
    align-self: center;
    margin-right: 10px;
    cursor:pointer;
}

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

@media(max-width: 1200px){

  .start_your_web_app_section{
    max-width: 950px;
  }

  .start_your_web_app_h3{
    font-size: 24px;
  }
  .start_your_web_app_p{
    font-size: 15px;
  }

  .start_your_web_app_img{
    width: 30%;
  }

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

}

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

  .start_your_web_app_img{
    width:100%;
  }

  .start_your_web_app_btn{
    margin-right: 0px;
  }

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

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

  .start_your_web_app_h3{
    margin-bottom: 15px;
  }

  .start_your_web_app_h3,
  .start_your_web_app_p{
    text-align:center;
    padding:0px 10px;
  }

  .build_your_web_app_btn{
    margin-bottom:10px;
    margin-right: 0px;
  }
}

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

@media (max-width:568px){
  .start_your_web_app_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: 300px;
  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: 125px;
  padding: 20px 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;
    padding: 20px 15px;
  }
  .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:10px;
  }

}

@media (max-width: 992px){
  .mobile_success_card{
    flex-direction:column;
    padding-top: 35px !important;
  }


  .mobile_success_results_box{
    height: 105px;
    padding: 11px 15px;
  }

  .mobile_success_card{
   height:740px !important;
  }
  .mobile_success_story_swiper{
  height:810px !important;
  }

  .mobile_success_client_description{
    height: 120px;
  }
}

@media (max-width: 798px) {
    .mobile_success_results_box{
        padding: 15px 15px;
    }

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

@media (max-width: 780px) {
    .mobile_success_client_description {
        height: 145px;
    }
}


@media (max-width: 768px) {

  .mobile_success_client_description{
    font-size:12px;
    height: 145px;
  }

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

  .mobile_success_results_box{
    height: 120px;
  }

  .mobile_success_story_swiper{
    height: 770px !important;
  }

   .mobile_success_card{
   height:710px !important;
  }

}

@media (max-width: 750px){
  .mobile_success_client_description{
    height: 120px;
  }
}

@media (max-width: 720px) {
    .mobile_success_client_description {
        height: 145px;
    }
}


@media (max-width: 710px) {
    .mobile_success_results_box {
        padding: 19px 15px;
    }
}

@media (max-width: 668px){
  .mobile_success_story_swiper {
        height: 730px !important;
    }
      .mobile_success_card {
        height: 680px !important;
    }
}

@media (max-width: 630px){
  .mobile_success_story_swiper {
        height: 710px !important;
    }
      .mobile_success_card {
        height: 650px !important;
    }
}

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

  .mobile_success_card{
   height:710px !important;
  }

  .mobile_success_client_description{
    font-size:12px;
  }

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

  .mobile_success_story_swiper{
  height:770px !important;
  }

  .mobile_success_stories{
  padding:3.2rem 1rem;
  }

  .mobile_success_h2{
    font-size: 28px;
  }

  .mobile_success_p{
    font-size: 16px;
  }

}

@media (max-width: 450px) {
    .mobile_success_client_description {
        height: 145px;
    }
}

@media (max-width: 372px){

  .mobile_success_card{
   height:650px !important;
  }

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

   .mobile_success_story_swiper{
  height:700px !important;
  }

}

@media (max-width: 340px){

  .mobile_success_card{
   height:630px !important;
  }

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

}


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

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

.web_app_industry_title, 
.web_app_tech_stack_title, 
.web_app_get_most_title, 
.web_app_awards_title, 
.web_app_we_build_title{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.web_app_industries_h2, 
.web_app_tech_stack_h2 , 
.web_app_get_most_h2, 
.web_app_awards_h2,
.web_app_we_build_h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.web_app_industries_p,  
.web_app_tech_stack_p ,
.web_app_awards_p,
.web_app_we_build_p{
  max-width: 680px;
  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){
  .web_app_industry_section{
  padding: 3rem 1rem;
  }

  .web_app_industries_h2, 
  .web_app_tech_stack_h2, 
  .web_app_get_most_h2, 
  .web_app_awards_h2, 
  .web_app_we_build_h2{
    font-size: 28px;
  }

  .web_app_industries_p, 
  .web_app_tech_stack_p, 
  .web_app_get_most_p, 
  .web_app_awards_p, 
  .web_app_we_build_p{
    font-size: 16px;
  }
}

/* tech stack image */

.web_app_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){
  .web_app_tech_stack_section{
  padding: 3rem 1rem;
  }

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

/* web_app get most */


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

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

.web_app_get_most_cards{
  margin-top: 35px;
  height: 492px !important;
}

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

.web_app_get_most_card ul{
    padding-left: 20px;
}

.web_app_get_most_card ul li{
  font-size: 14px;

}

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

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

.web_app_get_most_card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.2px;
  padding-left: 52px;
}

.web_app_get_most_card-description {
  height: 140px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.24px;
  margin-top: 25px;
}

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

.web_app_get_most_card-list li {
  list-style-type: disc;
  margin-bottom: 8px;
}

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

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

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


.web_app_get_most_icon{
   font-size: 60px;
   color:#0a39da;
   position: absolute;
   left: 10px;
}


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

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

  .web_app_get_most_cards{
     height: 450px !important;
  }
}

@media (max-width: 998px){
  .web_app_get_most_card-title{
   font-size:18px;
  }
}

@media (max-width: 768px){
  .web_app_get_most_cards{
    height: 440px !important;
  }
}

@media (max-width: 568px){
  .web_app_get_most_cards{
    height: 475px !important;
  }

  .web_app_get_most_card{
    height: 420px !important;
  }

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

  .web_app_get_most_section{
    padding:3rem 1rem;
  }

  .web_app_get_most_card-description{
    font-size: 13px;
  }
}


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

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

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

.web_app_awards img{
  width:100%;
}

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

.app_futura{
  width:180px;
}

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

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

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

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

.web_app_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){
  .web_app_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;
  }

  .web_app_we_build_devices{
    justify-content:center;
  }
}

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

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

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

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

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

    .web_app_faq-container details {
      background: #ffffff;
      padding:10px 20px;
    }

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

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

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

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

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

    .web_app_faq_ul{
      color: #000;
      font-size: 15px;
    }

     .web_app_faq-container details ul li{
       margin-bottom: 5px;
    }

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

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

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

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

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

    .web_app_faq_image img{
      width:100%;
    }


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

      .web_app_faq-container{
        width: 900px;
      }

      .web_app_faq_section{
        padding: 2rem;
      }

      .web_app_faq-container summary{
        padding-right:50px;
        font-size: 16px;
      }

      .web_app_faq-container p,
      .web_app_faq_ul{
        font-size: 14px;
      }

      .web_app_faq-container{
        max-width: 100%;
      }
    }
     @media (max-width: 992px){
       .web_app_faq-container{
        width: 700px;
      }
    }

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


    @media (max-width: 568px){
      .web_app_faq-container{
        width: 400px;
      }

      .web_app_faq_title{
        white-space: wrap;
        font-size: 28px;
      }

      .web_app_faq_section{
        padding: 3rem 1rem;
      }
    }

    @media (max-width: 435px){
      .ai_app_faq-container{
        width: 300px;
      }
    }

    /* solution section */

    .web_app_solutions_section{
       padding: 2rem 5rem;
    }

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

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

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

    .web_app_solutions_cards{
      margin-top:20px;
      padding:10px 20px !important;
      height: 370px;
    }

    .web_app_solution_card{
      height: 290px !important;
      padding: 20px;
      border-radius: 16px;
      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;
    }

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

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

    .web_app_solution_card_title{
      display:flex;
      justify-content: start;
      align-items: center;
      gap:10px;
    }

    .icon-solution-card{
      padding:15px;
      border-radius: 5px;
      background-color: #0057b8;
      font-size: 50px;
    }

    .web_app_solution_h3{
      max-width: 255px;
      height: 66px;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
    }

    .web_app_solution_card_content{
      font-size: 16px;
      line-height: 1.63;
      margin-top:10px;
    }

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

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

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

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

    .web_app_solution_h2{
      font-size: 28px;
    }

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

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

    .web_app_solution_card_content{
      font-size: 14px;
    }

    .icon-solution-card{
      padding: 5px;
    }
  }



    /* footer section */
    .web_app_hire_our_section{
      display:flex;
      justify-content: space-between;
      align-items: center;
      gap:10px;
      padding: 4rem 5rem;
    }

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

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

    .web_app_hire_our_image{
      max-width: 600px;
    }

    .web_app_hire_our_image img{
      width: 100%;
    }

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

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

      .web_app_hire_our_h2{
        font-size: 30px;
       }

      .web_app_hire_our_content{
        gap:25px;
      }
    }

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

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

        .web_app_hire_our_image{
          display:none;
        }

        .web_app_hire_our_content{
          width: 100%;
        }

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

    @media (max-width: 568px){

       .web_app_hire_our_h2{
        font-size:28px;
      }

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

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

      /* footer styles */


.footer-section1{
  background-color: #000000;
}

.footer {
  padding:4rem 1rem;
  background-color: #000000;
  color: #fff;
  position:relative;
}

.footer-con{
  display: flex;
  flex-direction: column;
  justify-content:start;
  align-items: start;
}

.footer-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  max-width: 1300px;
  /* margin: auto; */
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color:#fff;
}

.footer-desc {
  max-width: 365px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color:#fff;
}

.footer-col1{
    margin-top: 18px;
}

.service-col h4 , .company-col h4, .talk-to-us-col h4{
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
}


.service-col ul, .company-col ul{
  list-style: none;
  line-height: 2.2;
  font-size: 16px;
  padding-left: 0px !important;
  margin-top: 0px;
}

.service-col ul li a, .company-col ul li a{
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.company-col ul li a:hover , .service-col ul li a:hover{
  color: #063cd0;
  text-decoration: underline;
  text-decoration-color: #063cd0;
}

.company-col p , .service-col p{
  max-width: 361px;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items:center;
  gap:5px;
}

.contact-icon {
  font-size: 20px;
  color: #fff !important;
}

.service-opt{
  display: flex;
  gap: 50px;
}

.talk-to a{
  font-size: 16px;
  display:flex;
  justify-content: start;
  align-items:center;
  gap:10px;
  margin-bottom: 15px;
}

.talk-to a {
  text-decoration: none;
  color: white;
}


.talk-to a:hover .contact-text{
  text-decoration: underline;
  color: #063cd0;
}

.talk-to a:hover .contact-icon {
  color: #063cd0 !important;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-icons a {
  background-color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content:center;
  align-items:center;
}


.social-icons a i{
    font-size: 33px;
    color: #575757;
}

.social-icons a i:hover{
  color: #063cd0;
}

.social-icons a span{
    font-size: 32px;
}

.social-icons a:hover .path2:before{
  background-color: #063cd0 !important;
}

/* Responsive Design */
@media (max-width: 1399px){
.footer-container1{
  justify-content:start;
  gap: 31px;
}

.service-opt{
  gap: 28px;
}
}

@media (max-widtH: 1199px){
   .footer-container1 {
    justify-content: space-between;
    gap: 30px;
  }

  .logo-column{
    width: 100%;
  }

  .footer-desc{
    max-width: 100%;
    text-align: left;
  }

  .logo span{
    width: 100%;
    text-align:center;
  }

  .talk-to-us-col{
    display: block;
    width: auto;
  }
  .footer-section1{
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .social-icons{
        align-self: center;
  }

       .service-opt {
        gap: 17px;
    }

    .service-col ul, .company-col ul {
    font-size: 15px;
}
}
@media (max-width: 991px) {
  .footer-container1 {
    justify-content: start;
    gap: 30px;
  }

  .logo-column{
    width: 100%;
  }

  .footer-desc{
    max-width: 100%;
    text-align: left;
  }

  .logo span{
    width: 100%;
    text-align:center;
  }

  .talk-to-us-col{
    display: block;
    width: auto;
  }
  .footer-section1{
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

       .service-opt {
        gap: 17px;
    }

    .service-col ul, .company-col ul {
    font-size: 15px;
}
}

@media (max-width: 769px) {
  .footer-container1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .talk-to-us-col{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .footer-container{
    flex-direction: column;
  }
}

@media (max-width: 568px){
       .talk-to-us-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
        .social-icons {
        justify-content: start;
    }
    .footer-container1{
      flex-direction: column;
    }

    .footer-desc{
      text-align: left;
    }

    .service-col ul, .company-col ul{
      font-size: 14px;
    }

    .talk-to a{
     font-size: 14px;
    }

        .service-opt {
        gap: 15px;
    }
}

@media (max-width: 480px) {

  .footer {
    padding: 1rem;
  }

}

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

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

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

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

     .web_app_footer_p, .web_app_footer-link, .web_app_footer-links{
      font-size: 12px;
     }
  }