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

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

.contact_section_wrapper{
   max-width: 1569px;
   margin: auto;
}

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

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

.contact_header_left{
  width: 40%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items: start;
  gap:40px;
  margin-bottom: 70px;
}

.contact_header_right{
    width: 350px;
    position:absolute;
    left:40%;
    bottom: 0;
  }

.contact_header_right img{
  width:100%;
}

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

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

.contact_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:10px 105px;
  cursor:pointer;
}

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

  .contact_header-section{
    padding: 4rem 5rem;
  }

  .contact_h1{
    font-size: 40px;
  }

  .contact_head_p{
    font-size: 16px;
  }

  .contact_head_btn{
    max-width: 350px;
    font-size: 15px;
     padding:10px 40px;
  }

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

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

  .contact_header_right{
    display:none;
  }

  .contact_header_left{
    width:100%;
    align-items: center;
    margin-top: 45px;
  }
  .contact_h1{
    max-width: 100%;
    text-align: center;
  }
  .contact_head_p{
    max-width: 100%;
    text-align: center;
  }

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

  .contact_header_left{
    margin-top: 0px;
  }

  .contact_header_left{
    gap:40px;
  }
}

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

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

  .contact_h1{
    font-size: 28px;
  }

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

/* header form */

.form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left:370px; */
  position:absolute;
  right:80px;
}

.form-card {
  background-color: white;
  padding: 30px 25px;
  border-radius: 15px;
  width: 410px;
  height: 490px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.form-card h2 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.form-card label {
  display: block;
  margin: 10px 0;
  font-weight: 600;
  color: #000;
}

.form-card input,
.form-card textarea {
  width: 100%;
  padding: 12px;
  background-color: #f1f7ff;
  border: none;
  border-radius: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  height: 45px;
}

.form-card textarea {
  resize: none;
  height: 90px;
}

.form-card button {
  width: 100%;
  padding: 12px;
  background-color: #f0492e;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  height: 50px;
  font-size: 16px;
  transition: background 0.3s ease;
  margin: 15px 0px 0px 0px;
}

.form-card button:hover {
  background-color: #d43d24;
}

@media (max-width: 1400px){
    .contact_header_left{
        width:36%;
    }
    .contact_header_right{
        left: 35%;
    }
}

@media (max-width: 1300px){
    .contact_header_right{
        display:none;
    }
    .contact_header_left{
        width:50%;
    }
}

@media(max-width: 992px){
    .contact_header-section{
        flex-direction: column;
    }
    .contact_header_left{
        width: 100%;
    }
    .contact_h1{
        margin-top:0px;
    }
    .contact_header_left{
        margin-bottom:40px;
    }
    .form-section{
        position:revert;
    }
}

@media (max-width: 568px){
    .form-card{
        width: 400px;
    }
}

@media (max-width: 440px){
    .form-card{
        width: 350px;
    }
}

@media (max-width: 375px){
    .form-card{
        width: 300px;
    }

    .form-card h2{
        font-size: 19px;
    }
    .form-card button,.form-card label{
        font-size: 14px;
    }
}


/* client logos */

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

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

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

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

/* innovative contact */

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

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

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

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

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

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

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

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

.contact_innovative_card{
  max-width: 360px;
  height: 187px;
  padding: 30px;
  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: space-between;
  align-items: start;
}

.contact_innovative_card_p{
  font-size: 18px;
  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;
}

.contact_innovative_image{
  width: 473px;
}

.contact_innovative_image img{
  width: 100%;
}

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

  .contact_innovative_image{
    display:none;
  }

  .contact_innovative_cards_section,
  .contact_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){
  .contact_innovative_card_h2,
  .contact_innovative_h2{
    font-size: 28px;
  }

  .contact_innovative_p{
    font-size: 16px;
  }

  .contact_innovative_section{
    padding: 3rem 1rem;
  }

  .contact_innovative_card{
    max-width: 290px;
  }

  .contact_innovative_card_p{
    font-size: 14px;
  }
}
/* why contact */

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

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

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

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

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

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

.why_contact_card_h3{
  font-size: 25px;
}

.why_contact_card_p{
  font-size: 16px;
}

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

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

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

  .why_contact_card{
  gap:15px;
  }
}

@media (max-width: 768px){

   .why_contact_card_h3{
     font-size: 18px;
  }  
  
  .why_contact_card_p{
     font-size: 14px;
  }

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

  .why_contact_card{
  height: 120px;
  }
}

@media (max-width: 568px){

    .why_contact_h2{
   font-size:28px;
  }

  .why_contact_p{
    font-size:18px;
  }

    .why_contact_card_p{
     font-size: 13px;
  }

  .why_contact_card{
  height: 150px;
  }

  .why_contact_section{
   padding: 4rem 1rem;
  }


}

/* contact services */
.contact_services_section {
  padding:3rem 5rem 4rem 5rem;
}

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

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

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

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

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

.contact_service_card_h2{
  max-width: 265px !important;
  height: 70px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.33px;
}

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


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

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

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

.contact_ui_ux{
  margin-top: 15px;
}

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

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

  .contact_service_card_p{
    font-size: 14px;
  }

  .contact_service_hr{
     height: 60px;
  }

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

@media (max-width: 992px){
    .contact_service_card_h2{
     height: 55px;
     font-size: 20px;
  }


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

  .contact_service_card_p{
    font-size: 13px;
  }

  .contact_services_section{
    padding: 4rem;
  }
}

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

  .contact_ui_ux{
    margin-top: 0px;
  }

  .contact_service_card_h2{
     font-size: 19px;
     height: auto;
     max-width: 100% !important;
  }

  .contact_service_card_p{
    font-size: 14px;
  }

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

  .contact_services_section{
    padding: 3rem;
  }
}

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

  .contact_service_h2{
    font-size: 28px;
  }

  .contact_service_p{
    font-size: 16px;
  }

  .contact_service_card_h2{
    font-size:15px;
  }

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

@media (max-width: 415px){
    .contact_service_card_h2{
    max-width: 200px;
  }

  .contact_service_hr{
    top: 20px;
  }
}

@media (max-width: 375px) {
    .contact_service_card_h2 {
        max-width: 165px !important;
    }
}

/* why app development */

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

.contact_why_app_img{
  max-width: 570px;
}

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

.contact_why_app_img img{
  width: 100%;
}

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

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

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

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

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

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

@media (max-width:1200px){

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

.contact_why_app_img {
    max-width: 485px;
}

.contact_why_app_h2, .contact_why_app_p{
  text-align: center;
}

.contact_why_app_content{
  width:100%;
  justify-content: center;
  align-items: center;
}
  
.contact_why_app_h2{
  max-width:100%;
}

.contact_why_app_p{
  max-width:100%;
}

.contact_why_flex{
    justify-content: center;
}
}

@media (max-width: 992px){
  .contact_why_app_img{
  max-width: 440px;
  }
}

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

  .contact_why_app_img{
    max-width:310px;
  }

  .contact_why_app_h2{
    font-size: 28px;
  }

  .contact_why_app_p{
    font-size: 16px;
  }

}

/* contact app development process */

/* our process */
.our-process-p{
  max-width: 798px;
  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{
  padding: 0px 20px;
  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 contact */

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

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

.start_your_contact_img{
  width:25%;
}

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

.start_your_contact_title{
    align-self: center;
}

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

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

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

.build_your_contact_btn{
  width: 250px;
  height: 50px;
  border-radius: 10px;
  background-color: #ff561e;
  border:none;
  color:white;
  cursor:pointer;
  font-size: 16px;
  margin-right: 25px;
}

@media(max-width: 1200px){

  .start_your_contact_section{
    max-width: 950px;
  }

  .start_your_contact_h3{
    font-size: 24px;
  }
  .start_your_contact_p{
    font-size: 15px;
  }

  .start_your_contact_img{
    width: 30%;
  }

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

}

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

  .start_your_contact_img{
    width:100%;
  }

  .start_your_contact_btn{
    margin-right: 0px;
  }

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

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

  .start_your_contact_h3,
  .start_your_contact_p{
    text-align:center;
    padding:0px 10px;
  }

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

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

@media (max-width:568px){
  .start_your_contact_section{
    max-width: 300px;
  }
      .start_your_contact_h3 {
        font-size: 22px;
    }
}


/* success stories */

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

.flutter_success_story_swiper{
  height:485px !important;
}

.flutter_success_stories{
  padding:4rem 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.flutter_success_results_box strong {
  color: #111827;
}

.flutter_success_story_swiper{
  margin-top: 35px;
}

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

.flutter_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: 1200px){
  .flutter_success_results_box{
    height: 120px;
  }
  .flutter_success_story_swiper > .swiper-button-next,
  .flutter_success_story_swiper > .swiper-button-prev{
   display:none;
 }

   .flutter_success_client_description{
    font-size:13px;
  }
  .flutter_success_results_box p{
    font-size:9px;
  }
}

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

  .flutter_success_results_box{
    height: 105px;
  }

  .flutter_success_card{
   height:730px !important;
   padding: 30px !important;
  }

  .flutter_success_story_swiper{
  height:780px !important;
  }


}

@media (max-width: 768px) {

  .flutter_success_client_description{
    font-size:12px;
    height: 150px;
  }

   .flutter_success_card{
    height: 735px !important;
    padding: 30px !important;
  }

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

  .flutter_success_results_box{
    height: 130px;
  }

}

@media (max-width: 568px){
  .flutter_success_results_box{
    height:130px;
  }

    .flutter_success_stories{
  padding:4rem 1rem;
  }

  .flutter_success_card{
   height:710px !important;
  
  }

  .flutter_success_client_description{
    font-size:11px;
  }

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

  .flutter_success_story_swiper{
  height:765px !important;
  }

  .flutter_success_h2{
    font-size: 28px;
  }

  .flutter_success_p{
    font-size: 16px;
  }

}

@media (max-width: 372px){

  .flutter_success_card{
   height:650px !important;
  }

  .flutter_success_client_description{
    font-size:11px;
  }
  
  .flutter_success_results_box p{
    font-size: 9px;
  }

}

@media (max-width: 340px){

  .flutter_success_card{
   height:630px !important;
  }

  .flutter_success_client_description{
    font-size:10px;
  }
  
  .flutter_success_results_box p{
    font-size: 9px;
  }

}

/* lets hire */

.hire_our_section{
    background-color:#edf2fe;
    padding: 2rem 3.5rem 3.5rem 3.5rem;
}

.hire_our_title{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-bottom: 30px;
}

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

.hire_our_title_p{
    font-size: 20px;
    text-align: center;
}

.hire_our_cards{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    gap:45px;
}

.hire_our_card{
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:395px;
    height:400px;
}

.hire_our_card_img{
    width: 330px;
}

.hire_our_card_img img {
    width: 100%;
}

.hire_our_card_h{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px 20px 0px;
}

.hire_our_card_p{
    text-align:center;
    color:#555555;
    line-height: 1.5;
}

@media (max-width: 568px){
    .hire_our_section{
        padding:2rem 1rem;
    }
    .hire_our_title_h2{
        font-size: 28px;
    }
    .hire_our_title_p{
    font-size: 16px;
    }
}

@media (max-width: 420px){
    .hire_our_card{
        width: 300px;
    }
        .hire_our_card_img {
    width: 270px;
}
}

/* lets hear */

.lets_hear_section{
    padding: 3rem 1rem 0rem 1rem;
}

.lets_hear_title{
    margin-bottom: 30px;
     padding: 0rem 5rem;
}

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

.modal  {
     box-shadow:  0 0.5rem 1rem rgba(0,  0,  0,  0.15);
     z-index: 1055;
     padding:  1rem 1rem;
     line-height:  1.5;
     gap:  0.5rem;
     position:  fixed;
     top:  0;
     left:  0;
     display:  none;
     width:  100%;
     height:  100%;
     overflow-x:  hidden;
     overflow-y: hidden;
     outline:  0;
     background-color:  #0000008f;
 }
 .testimonials-module  {
     padding-top: 20px;
 }
 .testimony-modal-close-btn  {
     position:  absolute;
     border:  2px solid #d3d3d3;
     border-radius:  50%;
     z-index:  9999;
     opacity:  0.5;
     background-color:  #d3d3d3;
     font-size:  0.6rem;
 }
 .testimony-modal-close-btn  {
     top:  -10px !important;
     right:  -10px !important;
     padding:  0rem;
 }
 .testimonial-card-title  {
     font-size:  clamp(1.125rem,  1.0769rem + 0.1923vw,  1.25rem);
     font-weight:  bold;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  1.7;
     letter-spacing:  0.2px;
     color:  #303030;
 }
 .testimonial-card-content  {
     font-size:  clamp(0.875rem,  0.8269rem + 0.1923vw,  1rem);
     font-weight:  normal;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  1.5;
     letter-spacing:  0.2px;
     color:  #303030;
 }
 .testimonial-card-icon  {
     height:  67px;
 }
 .testimonial-card-box  {
     display:  flex;
     flex-direction:  column;
     gap:  5px;
 }
 .align-items-center {
     align-items:  center;
 }
 .Testimonial-content  {
     display:  grid;
     grid-template-columns:  1.3fr 1fr;
     gap:  50px;
     position:  relative;
     align-items:  center;
     justify-items:  center;
 }
 .card-img-top  {
     height:  150px;
     object-fit:  cover;
     width:  100%;
 }
 .testimonial-prev,  .testimonial-next  {
     color:  #333;
     font-size:  24px;
 }
 .testimonial-pagination  {
     position:  relative;
     width:  fit-content !important;
     bottom: 40px !important;
 }
 .swiper-pagination-bullet  {
     background-color:  #333;
     opacity:  0.5;
 }
 .swiper-pagination-bullet-active  {
     opacity:  1;
     background-color:  #407bff !important;
 }
 .navigation-container  {
     display:  flex;
     flex-direction:  row;
     justify-content:  space-between;
     align-items:  center;
     padding:  1em 0px;
 }

 .button-group  {
     display:  flex;
     width:  fit-content;
     gap:  1em !important;
     margin-top:  20px;
 }
 .testimonial-prev {
     position:  relative !important;
     margin-right:  10px;
 }
 .testimonial-next  {
     position:  relative !important;
     right: 0px !important;
 }
 .swiper-pagination-custom  {
     width:  fit-content !important;
 }
 .Hear-From-Our-Client-sec  {
     display:  flex;
     flex-direction:  column;
     gap:  0px;
     justify-content:  center;
     overflow-x:  hidden;
     position:  relative;
     width: 85%;
     margin: 10px auto;
     padding: 0px 5px;
 }
 .navigation-btn  {
     width:  45px;
     height:  45px;
     border-radius: 5px;
     border: 1px solid #e8e8e8;
 }
 .modal-button  {
     display:  none;
 }
 /* .swiper-horizontal>.swiper-pagination-bullets,  .swiper-pagination-bullets.swiper-pagination-horizontal,  .swiper-pagination-custom,  .swiper-pagination-fraction  {
     bottom:  0 !important;
     top:  0 !important;
     left:  0 !important;
     right:  0 !important;
     position:  relative !important;
 } */
 .testimonials-person-img  {
     height:  200px !important;
     object-fit:  cover;
     border-radius:  15px 15px 0px 0px;
 }
 .testimonials-brand-logo  {
     width:  145px;
 }
 .testimonials-rating  {
     width:  130px;
 }
 .card-text  {
     font-size:  15px;
     font-weight:  normal;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  1.3;
     letter-spacing:  0.2px;
     color:  #3d3d3d;
 }
 .Tony-Robbins-Worlds  {
     font-size:  15px;
     font-weight:  normal;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  1.6;
     letter-spacing:  0.1px;
     color:  #000;
 }
 .Tony-Robbins-Worlds .text-style-1  {
     font-size:  16px;
     font-weight:  bold;
     letter-spacing:  0.1px;
 }
 .info-testimonials-person  {
     font-size:  15px;
     font-weight:  normal;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  1;
     letter-spacing:  0.1px;
     color:  #000;
     display:  flex;
     flex-direction:  column;
     gap:  10px;
     height: 50px;
 }
 .name-testimonials-person  {
     font-size:  16px;
     font-weight:  bold;
     letter-spacing:  0.1px;
 }
 .video-modal-body  {
     padding:  0;
     position:  relative;
 }
 .video-container  {
     padding-bottom:  56.25%;
     position:  relative;
 }
 .video-container iframe  {
     border:  none;
     border-radius:  15px;
     height:  100%;
     left:  0;
     position:  absolute;
     top:  0;
     width:  100%;
 }
 .clickable-div  {
     position:  relative;
     cursor:  pointer;
 }
 .play-img  {
     position:  absolute;
     width:  2.013rem;
     bottom:  0;
     right:  0;
     margin-right:  0.8rem;
     margin-bottom:  1rem;
 }
 .cards-Hear-From-Our-Client  {
     border-radius:  15px;
     height:  470px;
     display:  flex;
     flex-direction:  column;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 }
 .btn-close  {
     background:  #fff;
     border:  none;
     cursor:  pointer;
     height:  30px;
     position:  absolute;
     right:  7px !important;
     top:  7px !important;
     width:  30px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .btn-close--:after  {
     color:  #000;
     content:  "\00d7";
     font-size:  27px;
 }
 .testimonial-close {
     font-size:  24px;
     color:  #000;
 }
 /* position: absolute;
     top:  -1px;
     right:  5px;
     */ 

 .btn-close:hover {
     background-color:  #ffffff;
 }
 .testimonyVideoModel-content  {
     border-radius:  16px;
 }
 body.no-scroll  {
     overflow:  hidden;
 }

  html.no-scroll  {
     overflow:  hidden;
 }
 .trade-logo  {
     height:  45px;
 }
 .cards-Hear-From-Our-Client p  {
     margin-bottom:  0px !important;
 }
 .card-body  {
     flex:  1 1 auto;
     padding:  1rem;
     background-color:  #fff;
     border-radius:  0px 0px 15px 15px;
 }
 .img-fluid  {
     max-width:  100%;
     height:  auto;
 }
 .ipd-logo  {
     height:  50px;
     width:  60px !important;
 }
 .gap-2  {
     gap:  .5rem;
 }
 .justify-content-between  {
     justify-content:  space-between;
 }
 .flex-grow-1  {
     flex-grow:  1;
 }
 .flex-column  {
     flex-direction:  column;
 }
 .d-flex  {
     display:  flex;
 }
 .client-container .swiper-slide  {
     flex-shrink:  0;
     /* width:  32%;
     */ height:  100%;
     position:  relative;
     transition-property:  transform;
     display:  block;
 }
 .testimonial-prev:after  {
     content:  '' !important;
 }
 .testimonial-next:after  {
     content:  '' !important;
 }
 .about-testimonials-person  {
     margin-bottom:  1rem;
 }
 .testimonial-next,  .testimonial-prev  {
     width:  100% !important;
 }
 .flex-row  {
     flex-direction:  row;
 }
 .testimonyVideoModel-content  {
     background-color:  #fff;
}
 .card-body-Hear-From-Our-Client {
     margin-top: -12px;
 }

 @media only screen and (max-width: 1200px)  {
     .card-body-Hear-From-Our-Client .flex-row  {
     flex-direction:  column;
 }
 .align-items-center {
     align-items:  normal;
 }
 }
 @media only screen and (max-width: 1100px)  {
     .Testimonial-content  {
     grid-template-columns:  1fr;
 }
 .testimonial-card  {
     width:  100% !important;
 }
 .testimonial-card-icon  {
     height:  52px;
 }
 .testimonial-card  {
     align-items:  center;
 }
 }
 @media only screen and (max-width: 992px)  {
     .swiper-horizontal  {
     overflow-x:  scroll;
     padding:5px;
 }

 .testimonial-pagination{
  bottom: 0px !important;
 }
 .swiper-horizontal::-webkit-scrollbar  {
     display:  none;
 }
 .button-group  {
     display:  none;
 }
 .navi-testi  {
     display:  none;
 }
 .navigation-container  {
     justify-content:  center;
 }
 }
 @media only screen and (max-width: 950px)  {
     .modal-button  {
     display:  flex;
 }
 .modal-dialog  {
     margin-right:  auto;
     margin-left:  auto;
 }
 .modal-btn  {
     display:  block;
     border:  none;
     width:  350px;
     height:  55px;
     padding:  12px 18px 12px 18px;
     border-radius:  10px;
     background-color:  #ff3b30;
     font-size:  18px;
     font-weight:  bold;
     font-stretch:  normal;
     font-style:  normal;
     line-height:  normal;
     letter-spacing:  0.2px;
     text-align:  center;
     color:  #fff;
 }
 }
 @media only screen and (max-device-width: 900px)  {
     /* .client-container .swiper-slide  {
     width:  60%;
 }
 */ .modal-custom-width  {
     max-width:  90% !important;
 }
 .modal-custom-width  {
     width:  90% !important;
     max-width:  90% !important;
 }
 .cards-Hear-From-Our-Client  {
     height:  580px;
 }
 .card-body-Hear-From-Our-Client .flex-row  {
     flex-direction:  column;
 }
 }
 .modal.fade {
     display: none;
 }

 @media (max-width: 768px){
  .info-testimonials-person{
    height: 60px;
  }

  .modal  {
    overflow-y: scroll;
  }

 }

 @media only screen and (max-device-width: 700px)  {
     .card-body-Hear-From-Our-Client .flex-row  {
     flex-direction:  column;
 }
 }
 @media only screen and (max-device-width: 600px)  {
     .testimonyVideoModel-content  {
     width:  300px;
 }
 .Hear-From-Our-Client-sec  {
     width: 95%;
 }
 }
 /* @media only screen and (max-width: 360px)  {
     .Hear-From-Our-Client-sec  {
     /* width: 90%;
     
 }  */
 .testimonial-btn,  
 .testimonial-btn:hover  {
     background-color:  #ec3d34 !important;
     position:  relative;
     transition:  0.5s;
     padding:  15px 10px 14px;
     border:  none !important;
     border-radius:  10px;
     color:  #fff;
     display:  inline-block;
     font-size:  16px !important;
     position:  relative;
     text-decoration:  none;
     width:  350px;
     font-weight:  600;
     margin-top:  11px;
 }
 .testimonial-btn .right_arrow_new  {
     position:  absolute;
     opacity:  0;
     top:  29%;
     left:  50px;
     transition:  0.5s;
     width:  20px;
 }
 .testimonial-btn:hover  {
     padding-left:  20px }
 .testimonial-btn:hover .right_arrow_new  {
     opacity:  1;
     left:  60px;
 }
 a {
     text-decoration: none;
 }
 .fade {
     transition:  opacity .15s linear;
 }
 .modal.show .modal-dialog  {
     transform:  none;
 }
 .modal.fade .modal-dialog  {
     transition:  transform .3s ease-out;
     /* transform:  translate(0,  -50px);
     */ }
 .modal-dialog-centered  {
     display:  flex;
     min-height: 100%;
     align-items: center;
 }
 .modal-dialog  {
     position:  relative;
     width:  auto;
     pointer-events:  none;
 }
 .modal-custom-width  {
     height:  fit-content !important;
     width:  90% !important;
 }
 .modal-content  {
     position:  relative;
     display:  flex;
     flex-direction:  column;
     width:  100%;
     pointer-events:  auto;
     background-color:  #fff;
     background-clip:  padding-box;
     border:  1px solid 0000002d;
     border-radius: 0.5rem;
     outline:  0;
 }
 .modal-content  {
     background-color:  hsla(0,  0%,  100%,  0);
 }
 .modal-body  {
     position:  relative;
     flex:  1 1 auto;
 }
 @media (min-width: 576px)  {
     .modal-dialog  {
     max-width: 500px;
     margin-right:  auto;
     margin-left:  auto;
   }

     .modal  {
    overflow-y: hidden;
  }
 }
 .testimonials-brand-logo {
     width:  160px;
 }
 .testimonials-rating  {
    width:  131px;
    height:  35px !important;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  width: 90%;
  max-width: 720px;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
}

.modal-content iframe {
  width: 100%;
  /* height: 400px; */
}

.close {
  position: absolute;
  top: 10px; right: 20px;
  color: white;
  font-size: 28px;
  cursor: pointer;
}
 @media (max-width:1210px) and (min-width:1100px)  {
     .cards-Hear-From-Our-Client  {
     height:  550px;
 }
 }
 @media (max-width:1100px) and (min-width:600px)  {
     .testimonyVideoModel-content  {
     background-color:  transparent;
     overflow:  hidden;
     width:  500px !important;
     margin:  auto;
 }
 }

 @media (max-width: 568px){
    .modal  {
    padding: 0;
  }

  .modal-content{
  padding: 15px;
  }
 }
 .btn-close:hover {
     background-color: #fff;
 }

.no-scroll {
    overflow: hidden;
}
 
#video-container .vp-center{
  display:block !important;
}

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

   .lets_hear_title_h2{
    font-size: 28px;
   }

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


/* awards */
.contact_awards_h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.contact_awards_p{
    font-size: 20px;
    text-align: center;
}

/* contact form */
.reach_out_section {
    background: url('../assets/contact-slices/reach-out-BG.webp');
    background-size: cover;              /* Ensures full coverage */
    background-position: center center;  /* Centers the image */
    background-repeat: no-repeat;        /* Avoids tiling */
    padding: 60px 20px;     
    display:flex;
    justify-content:center;
    align-items:center;
}

.reach_out_form{
    background-color: #fff;
    border-radius: 20px;
    padding:25px;
    height:auto;
    width:900px;
    display:flex;
    flex-direction: column;
    justify-content:start;
    align-items: center;
    gap: 20px;
}

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

.reach_out_details{
    width: 100%;
    display:flex;
    justify-content:space-around;
    align-items: start;
    flex-wrap: wrap;
}

.reach_out_details_h3{
    margin-bottom: 10px;
}

.reach_out_details_p{
    margin-bottom: 5px;
    display:flex;
    justify-content:start;
    align-items:center;
    gap:8px;
}

.reach_out_details_p1{
    margin-bottom: 5px;
    display:flex;
    justify-content:start;
    align-items:start;
    line-height:1.5;
    gap:8px;
}

.reach_out_details_p span{
    line-height: 1.5;
    color: #000;
}

.reach_out_details_p span:hover{
  color:#0a57b8;
}

.reach_out_detail{
    width:275px;
}

.icon-detail{
    font-size: 30px;
    color:#0a57b8;
}

@media (max-width: 992px){
    .reach_out_form{
    width: 400px;
  }
    .reach_out_details {
        flex-direction: column;
        align-items: center;
        gap:20px;
    }
    .testimonial-pagination{
      width: 100% !important;
    }
}

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

  .reach_out_details_h3{
    font-size: 18px;
  }
}


@media (max-width: 340px){
  .reach_out_form{
    padding: 15px;
  }
}

/* contact use case */
.contact_usecase_section{
    background-color:#edf2fe;
    display:flex;
    justify-content:space-between;
    padding: 3rem 5rem;
    gap:10px;
}

.contact_usecase_h2{
    max-width:300px;
    font-size:35px;
    margin-bottom:10px;
}

.contact_usecase_p{
    font-size: 20px;
    line-height: 1.5;
    color:#666769;
}

.icon-usecase{
    color:#0a57b8;
    font-size:65px;
}

.contact_usecase_left{
    width:30%;
}

.contact_usecase_right{
    width:70%;
    display:flex;
    justify-content: end;
    flex-wrap:wrap;
    gap: 20px;
}

.contact_usecase_card {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    width: 370px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.contact_usecase_card_p{
    font-size: 20px;
    font-weight: bold;
}

@media (max-width:1275px ){
    .contact_usecase_section{
    padding: 3rem 3rem;
    }
}

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

    .contact_usecase_left,
    .contact_usecase_right{
        width:100%;
        justify-content: center;
        align-items: center;
    }

    .contact_usecase_h2,
    .contact_usecase_p{
        max-width:100%;
        text-align: center;
        margin-bottom:20px;
    }
}

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

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

@media (max-width: 568px){
    .contact_usecase_section{
        padding: 3rem 1rem;
    }
    .icon-usecase{
        font-size: 50px;
    }
    .contact_usecase_card_p{
        font-size: 16px;
    }

    .contact_awards_h2{
        font-size: 28px;
    }
    .contact_awards_p{
        font-size: 16px;
    }
}

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

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

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

.contact_awards img{
  width:100%;
}

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

.app_futura{
  width:180px;
}

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

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

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

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

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

  .contact_we_build_devices{
    justify-content:center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .contact_faq_image img{
      width:100%;
    }


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

      .contact_faq_section{
        padding: 2rem;
      }

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

      .contact_faq-container p,
      .contact_faq_ul{
        font-size: 14px;
      }

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

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

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

    /* solution section */

    .contact_solutions_section{
       padding: 2rem 5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .contact_solution_h2{
      font-size: 28px;
    }

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

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

    .contact_solution_card_content{
      font-size: 14px;
    }

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

  .error {
  color: red;
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  height: 5px;
}

.toast {
    visibility: hidden;
    height: 50px;
    max-width: 250px;
    background-color: #28a745;
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 12px;
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: -45px;
    bottom: 30px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease, bottom 0.4s ease;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}


    /* footer section */

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

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

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

    .contact_hire_our_image{
      max-width: 600px;
    }

    .contact_hire_our_image img{
      width: 100%;
    }

    .contact_hire_our_btn{
      max-width: 350px;
      height: 55px;
      padding: 12px 50px;
      border-radius: 10px;
      background-color: #ff561e;
      border:none;
      color:#fff;
      font-size: 16px;
      font-weight: bold;
      cursor:pointer;
    }

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

      .contact_hire_our_btn{
      max-width: 350px;
      padding: 12px 30px;
      }

      .contact_hire_our_h2{
        font-size: 30px;
       }

      .contact_hire_our_content{
        gap:25px;
      }
    }

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

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

        .contact_hire_our_image{
          display:none;
        }

        .contact_hire_our_content{
          width: 100%;
        }

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

    @media (max-width: 568px){

       .contact_hire_our_h2{
        font-size:28px;
      }

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

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


    /* footer */
  .contact_footer_section{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    padding: 2rem 5rem;
  }
  
.contact_footer-link{
      text-decoration: underline;
}


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

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

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

     .contact_footer_p, .contact_footer-link, .contact_footer-links{
      font-size: 12px;
     }
  }