* {
  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 !important;
}

.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 */
}


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

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

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

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

.ios_header_right{
    width: 450px;
  }

.ios_header_right img{
  width:100%;
}

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

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

.ios_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 27px;
  cursor:pointer;
  text-decoration: none;
}

@media (max-width: 1200px){
.ios_header_right{
    width:350px;
  }
}

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

  .ios_h1 {
    max-width: 400px;
    font-size: 34px;
  }
}

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

  .ios_h1 {
    max-width: 562px;
    font-size: 45px;
  }

  .ios_header_right{
    display:none;
  }
  .ios_header_left{
    width:100%;
    align-items: center;
  }
  .ios_h1{
    max-width: 100%;
    text-align: center;
  }
  .ios_head_p{
    max-width: 100%;
    text-align: center;
  }
}

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

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

  .ios_h1{
    font-size: 28px;
  }

  .ios_head_p{
    font-size: 16px;
  }

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

/* client logos */

.ios_client-logo-section{
  padding: 2.5rem 5rem;
}

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

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

  .ios_client-logo-section{
  padding: 2.5rem 1rem;
  }
}

/* innovative ios */

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

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

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

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

.ios_innovative_content{
  display:flex;
  justify-content: space-between;
  align-items: start;
  gap:10px;
  margin-top: 25px;
}

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

.ios_innovative_card_section{
  display:flex;
  flex-wrap: wrap;
  gap:20px;
}

.ios_innovative_card_h2{
  font-size: 35px;
}

.ios_innovative_card{
  max-width: 335px;
  height: 215px;
  padding: 25px;
  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;
  align-items: start;
  gap: 20px;
}

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

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

.ios_innovative_image{
  width: 600px;
}

.ios_innovative_image img{
  width: 100%;
}

@media (max-width: 1430px){
  .ios_innovative_card_p{
    font-size: 18px;
  }

  .ios_innovative_image{
    width: 500px;
  }

  .ios_innovative_card{
    max-width: 345px;
    height:187px;
  }
}

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

  .ios_innovative_image{
    display:none;
  }

  .ios_innovative_cards_section,
  .ios_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){
  .ios_innovative_card_h2,
  .ios_innovative_h2{
    font-size: 28px;
  }

  .ios_innovative_p{
    font-size: 16px;
  }

  .ios_innovative_section{
    padding: 3rem 1rem;
  }

  .ios_innovative_card{
    max-width: 290px;
    height: 185px;
  }

  .ios_innovative_card_p{
    font-size: 14px;
  }
}
/* why ios */

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

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

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

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

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

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

.why_ios_card_h3{
  font-size: 25px;
}

.why_ios_card_p{
  font-size: 16px;
}

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

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

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

  .why_ios_card{
  gap:15px;
  }
}

@media (max-width: 768px){

   .why_ios_card_h3{
     font-size: 18px;
  }  
  
  .why_ios_card_p{
     font-size: 14px;
  }

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

  .why_ios_card{
  height: 120px;
  }
}

@media (max-width: 568px){

    .why_ios_h2{
   font-size:28px;
  }

  .why_ios_p{
    font-size:18px;
  }

    .why_ios_card_p{
     font-size: 13px;
  }

  .why_ios_card{
  height: 150px;
  }

  .why_ios_section{
   padding: 4rem 1rem;
  }


}

/* ios services */
.ios_services_section {
  padding: 3.2rem 5rem 4rem 5rem;
}

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

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

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

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

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

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

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

.ios_service_flex .ios_service_card:nth-last-child(-n+2) {
  flex: 0 1 calc(50% - 1rem);
}

  .ios_service_flex .ios_service_card:nth-last-child(-n+2) h2.ios_service_card_h2{
    max-width: 100%;
    height:50px;
  }

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

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

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

.ios_ui_ux{
  margin-top: 15px;
}

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

  .ios_service_card_p{
    font-size: 14px;
  }

  .ios_service_hr{
  height: 60px;
  }

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

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

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

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

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

  .ios_service_flex .ios_service_card:nth-last-child(-n+2) h2.ios_service_card_h2{
    height: auto;
  }

  .ios_ui_ux{
  margin-top: 0px;
  }

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

  .ios_service_card_p{
    font-size: 14px;
  }

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

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

  .ios_service_h2{
    font-size: 28px;
  }

  .ios_service_p{
    font-size: 16px;
  }

  .ios_service_card_h2{
    font-size:15px;
  }

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

/* why app development */

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

.ios_why_app_img{
  max-width: 520px;
}

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

.ios_why_app_img img{
  width: 100%;
}

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

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

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

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

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

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

@media (max-width:1200px){

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

.ios_why_app_img {
    max-width: 450px;
}

.ios_why_app_h2, .ios_why_app_p{
  text-align: center;
}

.ios_why_app_content{
  width:100%;
  justify-content: center;
  align-items: center;
}
  
.ios_why_app_h2{
  max-width:100%;
}

.ios_why_app_p{
  max-width:100%;
}

.ios_why_flex{
    justify-content: center;
}
}

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

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

  .ios_why_app_img{
    max-width:250px;
  }

  .ios_why_app_h2{
    font-size: 28px;
  }

  .ios_why_app_p{
    font-size: 16px;
  }

}

/* ios app development process */

.ios_app_process_section {
    padding: 3rem 2.5rem 4rem 2.5rem;
}

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

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

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

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

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

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

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

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

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

 .ios-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){
  .ios-connected-arrow{
    display:none !important;
  }
  .ios-connected-arrow-line{
    display:none !important;
  }
  .ios-circle{
    display:none !important;
  }

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

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

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

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

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

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

  .ios_app_process_section{
  padding: 3rem 1rem;
  }

  .ios_app_process_h2{
    font-size: 28px;
  }

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

/* start your ios */

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

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

.start_your_ios_img{
  width:25%;
}

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

.start_your_ios_title{
    align-self: center;
}

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

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

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

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

@media(max-width: 1200px){

  .start_your_ios_section{
    max-width: 950px;
  }

  .start_your_ios_h3{
    font-size: 28px;
  }
  .start_your_ios_p{
    font-size: 16px;
  }

  .start_your_ios_img{
    width: 30%;
  }

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

}

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

  .start_your_ios_img{
    width:100%;
  }

  .start_your_ios_btn{
    margin-right: 0px;
  }

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

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

  .start_your_ios_h3,
  .start_your_ios_p{
    text-align:center;
    padding:0px 10px;
  }

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

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

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


/* success stories */

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

.ios_success_story_swiper{
  height:485px !important;
}

.ios_success_stories{
  padding:4rem 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ios_success_results_box strong {
  color: #111827;
}

.ios_success_story_swiper{
  margin-top: 35px;
}

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

.ios_success_story_swiper > .swiper-button-prev{
  top:462px !important;
  left:92% !important;
  color: #6a656acc !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: 1350px){
  .ios_success_story_swiper > .swiper-button-next,
  .ios_success_story_swiper > .swiper-button-prev{
   display:none;
 }
}

@media (max-width: 1200px){
  .ios_success_results_box{
    height: 120px;
  }

   .ios_success_client_description{
    font-size:13px;
  }
  .ios_success_results_box p{
    font-size:9px;
  }

  .ios_success_image img {
  width: 240px;
  }
}

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

  .ios_success_results_box{
    height: 105px;
  }

  .ios_success_card{
   height:665px !important;
  }

  .ios_success_story_swiper{
  height:710px !important;
  }
}

@media (max-width: 768px) {

  .ios_success_client_description{
    font-size:12px;
  }

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

  .ios_success_results_box{
    height: 120px;
  }

}

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

  .ios_success_card{
   height:670px !important;
  }

  .ios_success_client_description{
    font-size:12px;
  }

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

  .ios_success_story_swiper{
  height:715px !important;
  }

  .ios_success_stories{
  padding:4rem 1rem;
  }

  .ios_success_h2{
    font-size: 28px;
  }

  .ios_success_p{
    font-size: 16px;
  }

}

@media (max-width: 372px){

  .ios_success_card{
   height:650px !important;
  }

  .ios_success_client_description{
    font-size:11px;
  }
  
  .ios_success_results_box p{
    font-size: 9px;
  }

}

@media (max-width: 340px){

  .ios_success_card{
   height:630px !important;
  }

  .ios_success_client_description{
    font-size:10px;
  }
  
  .ios_success_results_box p{
    font-size: 9px;
  }

}

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

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

.ios_industry_title, 
.ios_tech_stack_title, 
.ios_get_most_title, 
.ios_awards_title, 
.ios_we_build_title{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.ios_industries_h2, 
.ios_tech_stack_h2 , 
.ios_get_most_h2, 
.ios_awards_h2,
.ios_we_build_h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.ios_industries_p,  
.ios_tech_stack_p , 
.ios_get_most_p , 
.ios_awards_p,
.ios_we_build_p{
  max-width: 792px;
  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){
  .ios_industry_section{
  padding: 3rem 1rem;
  }

  .ios_industries_h2, 
  .ios_tech_stack_h2, 
  .ios_get_most_h2, 
  .ios_awards_h2, 
  .ios_we_build_h2{
    font-size: 28px;
  }

  .ios_industries_p, 
  .ios_tech_stack_p, 
  .ios_get_most_p, 
  .ios_awards_p, 
  .ios_we_build_p{
    font-size: 16px;
  }
}

/* tech stack image */

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

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

/* ios get most */

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

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

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

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

.ios_get_most_card-header {
  height: 65px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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


.ios_get_most_icon{
   font-size: 105px;
   color:#0a39da;
   position: absolute;
   left: -8px;
}


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

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

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

@media (max-width: 568px){

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

  .ios_get_most_section{
    padding:3rem 1rem;
  }

  .ios_get_most_card{
    height: 400px !important;
  }

  .ios_get_most_card-description,
  .ios_get_most_card-list{
    font-size: 13px;
  }
}


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

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

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

.ios_awards img{
  width:100%;
}

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

.app_futura{
  width:180px;
}

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

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

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

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

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

  .ios_we_build_devices{
    justify-content:center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

    .ios-faq-ul{
      color: #000;
    }

    .ios-faq-ul li{
       margin-bottom: 5px;
    }

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

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

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

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

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

    .ios_faq_image img{
      width:100%;
    }

    .ios-faq{
      padding-left: 15px;
    }

    .ios-faq .faq-item {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.2em;
  color: #000;
}

.ios-faq .faq-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-size: 1.2em;
  line-height: 1.2;
}


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

      .ios_faq_section{
        padding: 2rem;
      }

      .ios-faq-ul{
        font-size: 14px !important;
        color: red;
      }

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

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

       .ios-faq .faq-item{
        font-size: 14px;
        /* color: red; */
       }

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


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

      .ios_faq_section{
        padding: 3rem 1rem;
      }

    }

    /* solution section */

    .ios_solutions_section{
       padding: 2rem 5rem;
    }

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

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

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

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

    .ios_solution_card{
      height: 300px !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;
    }

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

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

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

    .icon-solution-card1{
      border-radius: 5px;
      background-color: #0057b8;
      font-size: 80px;
    }

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

    .ios_solution_card_content{
      font-size: 16px;
      line-height: 1.63;
      margin-top:20px !important;
    }

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

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

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

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

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

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

    .ios_solution_h2{
      font-size: 28px;
    }

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

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

    .ios_solution_card_content{
      font-size: 14px;
    }

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

    /* footer section */

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

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

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

    .ios_hire_our_image{
      max-width: 600px;
    }

    .ios_hire_our_image img{
      width: 100%;
    }

    .ios_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){
      .ios_hire_our_image{
        max-width:400px;
      }
    }

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

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

        .ios_hire_our_image{
          display:none;
        }

        .ios_hire_our_content{
          width: 100%;
        }

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

    @media (max-width: 568px){

       .ios_hire_our_h2{
        font-size:28px;
      }

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

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

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

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

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

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

     .ios_footer_p, .ios_footer-link, .ios_footer-links{
      font-size: 12px;
     }
  }