/* .mobileapp1-con {
    background: linear-gradient(to bottom right, #001328 30%, #002357 70%, #001733 100%);
    padding: 80px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobileapp1-con .app-content {
    max-width: 500px;
    padding: 10px;
}

.mobileapp1-con .app-title h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
}


.mobileapp1-con .app-para p {
    color: #d1eaff;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
}

.mobileapp1-con .app-img {
    text-align: center;
    margin-top: 20px;
}

.mobileapp1-con .app-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.15); 
}

@media (max-width: 768px) {
    .mobileapp1-con {
        padding: 60px 20px;
        text-align: center;
    }

    .mobileapp1-con .app-content {
        max-width: 100%;
    }

    .mobileapp1-con .app-title h1 {
        font-size: 34px;
    }

    .mobileapp1-con .app-para p {
        font-size: 18px;
    }
} */

.mobile-container-fluid {
  background: linear-gradient(to bottom right, #001328 30%, #002357 70%, #001733 100%);
}

.mobileapp1-con {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobileapp1-con .app-content {
  max-width: 500px;
  padding: 10px;
}

.mobileapp1-con .app-title h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.mobileapp1-con .app-para p {
  color: #d1eaff;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 400;
}

.mobileapp1-con .app-img {
  text-align: center;
  margin-top: 20px;
}

.mobileapp1-con .app-img img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.15); 
}

/* Responsive for max-width: 992px */
@media (max-width: 992px) {
  .mobileapp1-con {
    padding: 60px 30px;
    text-align: center;
    flex-direction: column;
  }

  .mobileapp1-con .app-title h1 {
    font-size: 38px;
  }

  .mobileapp1-con .app-para p {
    font-size: 19px;
  }

  .mobileapp1-con .app-content {
    max-width: 100%;
    padding: 0;
  }
}

/* Responsive for max-width: 769px */
@media (max-width: 769px) {
  .mobileapp1-con {
    padding: 50px 20px;
  }

  .mobileapp1-con .app-title h1 {
    font-size: 32px;
  }

  .mobileapp1-con .app-para p {
    font-size: 18px;
  }
}

/* Responsive for max-width: 576px */
@media (max-width: 576px) {
  .mobileapp1-con {
    padding: 40px 15px;
  }

  .mobileapp1-con .app-title h1 {
    font-size: 28px;
  }

  .mobileapp1-con .app-para p {
    font-size: 16.5px;
  }
}

/* .mobileapp2-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 50px 20px;
}

.mobileapp2-con .main-title {
    font-weight: 700;
    font-size: 40px;
    color: #001f3f;
}

.mobileapp2-con .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.mobileapp2-con .services-title h2 {
    color: #001f3f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mobileapp2-con .services-para p {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.mobileapp2-con .services-img {
    text-align: center;
    margin-top: 20px;
}

.mobileapp2-con .services-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .mobileapp2-con .service-row {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .mobileapp2-con .services-title h2 {
        font-size: 24px;
    }

    .mobileapp2-con .services-para p {
        font-size: 15px;
    }
} */

.mobileapp2-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
}

.mobileapp2-con .main-title {
  font-weight: 700;
  font-size: 40px;
  color: #001f3f;
  margin-bottom: 30px;
 
}

.mobileapp2-con .service-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 25px;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.mobileapp2-con .services-title h2 {
  color: #001f3f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mobileapp2-con .services-para p {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.mobileapp2-con .services-img {
  text-align: center;
}

.mobileapp2-con .services-img img {
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* max-width: 992px */
@media (max-width: 992px) {
  .mobileapp2-con .main-title {
    font-size: 34px;
  }

  .mobileapp2-con .services-title h2 {
    font-size: 24px;
  }

  .mobileapp2-con .services-para p {
    font-size: 15px;
  }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .mobileapp2-con .service-row {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .mobileapp2-con .main-title {
    font-size: 30px;
  }

  .mobileapp2-con .services-title h2 {
    margin-top: 15px;
  }
}

/* max-width: 576px */
@media (max-width: 576px) {
  .mobileapp2-con {
    padding: 40px 10px;
  }

  .mobileapp2-con .main-title {
    font-size: 28px;
  }

  .mobileapp2-con .services-title h2 {
    margin-top: 15px;
    font-size: 22px;
  }

  .mobileapp2-con .services-para p {
    font-size: 14.5px;
  }
}


/* .mobileapp3-con {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 40px;
   
}

.mobileapp3-con .odp-title h1 {
    color: #001E36;
   font-weight:900;
}

.mobileapp3-con .odp-img img {
    width: 100%;
    height: 600px;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
} */

.mobileapp3-con {
  width: 100%;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.mobileapp3-con .odp-title h1 {
  color: #001E36;
  font-weight: 900;
  font-size: 42px;
}

.mobileapp3-con .odp-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* max-width: 992px */
@media (max-width: 992px) {
  .mobileapp3-con {
    padding: 30px 20px;
  }

  .mobileapp3-con .odp-title h1 {
    font-size: 36px;
  }

  .mobileapp3-con .odp-img img {
    height: 500px;
  }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .mobileapp3-con {
    padding: 25px 15px;
  }

  .mobileapp3-con .odp-title h1 {
    font-size: 32px;
  }

  .mobileapp3-con .odp-img img {
    height: 400px;
  }
}

/* max-width: 576px */
@media (max-width: 576px) {
  .mobileapp3-con {
    padding: 20px 10px;
  }

  .mobileapp3-con .odp-title h1 {
    font-size: 28px;
  }

  .mobileapp3-con .odp-img img {
    height: auto;
    max-height: 350px;
  }
}


/* .mobileapp4-con {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 50px 20px;
}

.mobileapp4-con .main-title {
    font-weight: 700;
    font-size: 40px;
    color: #001f3f;
}

.mobileapp4-con .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid black;
    justify-content: space-between;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.mobileapp4-con .bg-card1 {
    background-color: #E6F2FB;
}

.mobileapp4-con .bg-card2 {
    background-color: #EFEAFC;
}

.mobileapp4-con .services-title h2 {
    color: #001f3f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mobileapp4-con .services-para p {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.mobileapp2-con .services-img {
    text-align: center;
    margin-top: 20px;
}

.mobileapp4-con .services-img img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    
}

@media (max-width: 768px) {
    .mobileapp4-con .service-row {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .mobileapp4-con .services-title h2 {
        font-size: 24px;
    }

    .mobileapp4-con .services-para p {
        font-size: 15px;
    }
} */

.mobileapp4-con {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
}

.mobileapp4-con .main-title {
  font-weight: 700;
  font-size: 40px;
  color: #001f3f;
}

.mobileapp4-con .service-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 25px;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid black;
  justify-content: space-between;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.mobileapp4-con .bg-card1 {
  background-color: #E6F2FB;
}

.mobileapp4-con .bg-card2 {
  background-color: #EFEAFC;
}

.mobileapp4-con .services-title h2 {
  color: #001f3f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mobileapp4-con .services-para p {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.mobileapp4-con .services-img {
  text-align: center;
  margin-top: 20px;
}

.mobileapp4-con .services-img img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ----------- Responsive Media Queries ----------- */

/* max-width: 992px */
@media (max-width: 992px) {
  .mobileapp4-con .main-title {
    font-size: 36px;
  }

  .mobileapp4-con .services-title h2 {
    font-size: 26px;
  }

  .mobileapp4-con .services-img img {
    max-width: 100%;
  }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .mobileapp4-con .service-row {
    flex-direction: row;
    text-align: center;
    padding: 30px 20px;
  }

  .mobileapp4-con .services-title h2 {
    font-size: 24px;
  }

  .mobileapp4-con .services-para p {
    font-size: 15px;
  }

  .mobileapp4-con .services-img img {
    height: auto;
  }
}

/* max-width: 576px */
@media (max-width: 576px) {
  .mobileapp4-con .main-title {
    font-size: 30px;
  }

  .mobileapp4-con .services-title h2 {
    font-size: 22px;
  }

  .mobileapp4-con .services-para p {
    font-size: 14px;
    line-height: 1.6;
  }

  .mobileapp4-con .service-row {
    padding: 20px 15px;
  }
}


/* .mobileapp5-con {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 20px solid #0A2B68;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mobileapp5-con .mobileapp5-title {
    width: 100%;
    max-width: 500px;
}

.mobileapp5-con .mobileapp5-title p {
    color: #0A2B68; 
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}

.mobileapp5-con .mobileapp5-img {
    position: relative;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.mobileapp5-con .mobileapp5-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .mobileapp5-con {
        text-align: center;
        padding: 20px 10px;
    }

    .mobileapp5-con .mobileapp5-title p {
        font-size: 32px;
    }

    .mobileapp5-con .mobileapp5-img {
        margin-top: 20px;
    }
} */

.mobileapp5-con {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 20px solid #0A2B68;
  padding: 20px;
  margin: auto;
}

.mobileapp5-con .mobileapp5-title {
  max-width: 100%;
  padding: 20px 0;
}

.mobileapp5-con .mobileapp5-title p {
  color: #0A2B68;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.mobileapp5-con .mobileapp5-img {
  position: relative;
  text-align: center;
  padding: 10px;
}

.mobileapp5-con .mobileapp5-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ================== Responsive Design ================== */

/* max-width: 992px */
@media (max-width: 992px) {
  .mobileapp5-con .mobileapp5-title p {
    font-size: 36px;
  }

  .mobileapp5-con {
    padding: 25px 15px;
  }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .mobileapp5-con .mobileapp5-title p {
    font-size: 30px;
  }

  .mobileapp5-con .mobileapp5-img {
    margin-top: 20px;
  }
}

/* max-width: 576px */
@media (max-width: 576px) {
  .mobileapp5-con {
    padding: 20px 10px;
    text-align: center;
  }

  .mobileapp5-con .mobileapp5-title p {
    font-size: 26px;
  }

  .mobileapp5-con .mobileapp5-img {
    padding: 0;
    margin-top: 15px;
  }
}

