/* .androidapp1-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #D8D3FF;
}

.androidapp1-con .tangible-title h2{
    color: #2e2e81;

}

.androidapp1-con .tangible-para {
    width: 100%;
    max-width: 500px;
}

.androidapp1-con .tangible-para p{
    color: #2e2e81;
}

.androidapp1-con .tangible-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden; 
}

.androidapp1-con .tangible-img img {
    border-radius: 20px;
    height: 400px;
} */

.aad-container-fluid {
 background-color: #D8D3FF;
}

.androidapp1-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
    flex-wrap: wrap;
}

.androidapp1-con .tangible-title h2 {
    color: #2e2e81;
    font-size: 2.5rem;
}

.androidapp1-con .tangible-para {
    width: 100%;
    max-width: 500px;
}

.androidapp1-con .tangible-para p {
    color: #2e2e81;
    font-size: 1rem;
    line-height: 1.6;
}

.androidapp1-con .tangible-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
}

.androidapp1-con .tangible-img img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/* ✅ Responsive Media Queries */

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

    .androidapp1-con .tangible-title h2 {
        font-size: 2.2rem;
    }

    .androidapp1-con .tangible-img img {
        height: 350px;
    }
}

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

    .androidapp1-con .tangible-title h2 {
        font-size: 2rem;
    }

    .androidapp1-con .tangible-img img {
        height: 300px;
    }
}

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

    .androidapp1-con .tangible-title h2 {
        font-size: 1.8rem;
    }

    .androidapp1-con .tangible-para p {
        font-size: 0.95rem;
    }

    .androidapp1-con .tangible-img img {
        height: 250px;
    }
}


/* .androidapp2-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
}

.androidapp2-con .nav-title h2{
    color: #2e2e81;
    font-weight: 700;

}

.androidapp2-con .nav-para p{
    color: #2e2e81;
}

.androidapp2-con .nav-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden; 
    border: 5px solid #fcfdfd; 
} */

.androidapp2-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    flex-wrap: wrap;
}

.androidapp2-con .nav-title h2 {
    color: #2e2e81;
    font-weight: 700;
    font-size: 2rem;
}

.androidapp2-con .nav-para p {
    color: #2e2e81;
    font-size: 1rem;
    line-height: 1.6;
}

.androidapp2-con .nav-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fcfdfd;
}

.androidapp2-con .nav-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ✅ Responsive Styles */

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

    .androidapp2-con .nav-title h2 {
        font-size: 1.8rem;
    }

    .androidapp2-con .nav-img {
        margin-bottom: 20px;
    }

    .androidapp2-con .nav-content{
        max-width: 340px;
    }
}

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

    .androidapp2-con .nav-title h2 {
        font-size: 1.6rem;
    }

    .androidapp2-con .nav-para p {
        font-size: 0.95rem;
    }

    .androidapp2-con .nav-content{
        height: auto;
        max-width: 340px;
    }
}

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

    .androidapp2-con .nav-title h2 {
        font-size: 1.4rem;
    }

    .androidapp2-con .nav-para p {
      text-align: justify;
        font-size: 0.9rem;
    }

    .androidapp2-con .nav-img img {
        height: auto;
    }
}


/* .androidapp3-con {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background-color: white;
 }
  
.androidapp3-con .service-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
  }
  
  .bg-light-blue {
    background-color: #E9F5FF;
  }
  
  .bg-light-sandel {
    background-color:#FFE5E1;
  }

  .bg-light-pink {
    background-color: #FFD8ED;
  }

.androidapp3-con .services-title h2 {
    color: #050038;
  }

.androidapp3-con .services-para p {
    font-size: 20px;
    margin-bottom: 10px;
}
  
.androidapp3-con .para1 p {
    color: #606287;
  }

.androidapp3-con .para2 p {
    color: #695C7B;
  }
  
.androidapp3-con .para3 p {
    color: #695680;
  }

.androidapp3-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
  }
  
.androidapp3-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #020202;
  }  */

.androidapp3-con {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    background-color: white;
}

.androidapp3-con .service-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.bg-light-blue {
    background-color: #E9F5FF;
}

.bg-light-sandel {
    background-color: #FFE5E1;
}

.bg-light-pink {
    background-color: #FFD8ED;
}

.androidapp3-con .services-title h2 {
    color: #050038;
    font-size: 2rem;
    font-weight: 700;
}

.androidapp3-con .services-para p {
    font-size: 20px;
    margin-bottom: 10px;
}

.androidapp3-con .para1 p {
    color: #606287;
}

.androidapp3-con .para2 p {
    color: #695C7B;
}

.androidapp3-con .para3 p {
    color: #695680;
}

.androidapp3-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
}

.androidapp3-con .services-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.androidapp3-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #020202;
}

/* ======================
   ✅ Responsive Styles
   ====================== */

/* max-width: 992px */
@media (max-width: 992px) {

  .androidapp3-con .service-row {
    flex-direction: row;
  }
    .androidapp3-con .services-title h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .androidapp3-con .services-para p {
        font-size: 18px;
    }

    .androidapp3-con .main-ser {
        font-size: 36px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .androidapp3-con .service-row {
    flex-direction: row;
  }

    .androidapp3-con {
        padding: 15px;
    }

    .androidapp3-con .services-title h2 {
        font-size: 1.6rem;
    }

    .androidapp3-con .services-para p {
        font-size: 16px;
    }

    .androidapp3-con .service-content {
      max-width: 340px;
    }

    .androidapp3-con .main-ser {
        font-size: 32px;
    }

    .androidapp3-con .services-img {
        max-width: 300px;
    }
}

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

    .androidapp3-con .services-title h2 {
        font-size: 1.4rem;
    }

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

    .androidapp3-con .main-ser {
        font-size: 28px;
    }

    .androidapp3-con .services-img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

  
/* .androidapp4-con {
    background-color: #fefeff;
    padding: 20px;
}

.androidapp4-con .opt-box .content{
    background-color: transparent !important;
}

.androidapp4-con .bg-light-pink {
    background-color: #fdf7fa;
    padding: 30px 10px;
    border-radius: 12px;
}

.androidapp4-con .opt-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp4-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp4-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp4-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp4-con .opt-box h5 {
  color: #050038;
  text-align: justify;
}

.androidapp4-con .opt-box img {
  max-width: 230px;
  height: 250px;
} */

.androidapp4-con {
    background-color: #fefeff;
}

.androidapp4-con .opt-box .content {
    background-color: transparent !important;
}

.androidapp4-con .bg-light-pink {
    background-color: #fdf7fa;
    border-radius: 12px;
}

.androidapp4-con .opt-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
   
}

.androidapp4-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp4-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp4-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp4-con .opt-box h5 {
    color: #050038;
    text-align: justify;
}

.androidapp4-con .opt-box img {
    max-width: 200px;
    height: 250px;
}

/* ============================
   ✅ Responsive Media Queries
   ============================ */

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

    .androidapp4-con .opt-box {
        flex-direction: row !important;
        align-items: center;
    }

    .androidapp4-con .opt-box .content {
        padding: 0;
    }

    .androidapp4-con .opt-box h5 {
        text-align: center;
    }

    .androidapp4-con .opt-box img {
        height: auto;
        max-width: 300px;
    }
}

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

    .androidapp4-con .main-ser {
        font-size: 30px;
    }

    .androidapp4-con .opt-box {
        padding: 20px;
    }

    .androidapp4-con .custom-list li {
        font-size: 16px;
    }
}

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

    .androidapp4-con .main-ser {
        font-size: 26px;
    }

    .androidapp4-con .opt-box {
        padding: 15px;
    }

    .androidapp4-con .opt-box h5 {
        font-size: 18px;
    }

    .androidapp4-con .custom-list li {
        font-size: 15px;
    }

    .androidapp4-con .opt-box img {
        height: auto;
        max-width: 90%;
        margin-top: 10px;
    }
}


/* .androidapp5-con {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background-color: white;
 }
  
.androidapp5-con .service-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
  }
  
  .bg-light-blue2 {
    background-color: #A7D8F4;
  }
  
  .bg-light-green {
    background-color:#E0FAE7;
  }

  .bg-light-violet {
    background-color: #BBD9FE;
  }

.androidapp5-con .services-title h2 {
    color: #050038;
  }

.androidapp5-con .services-para p {
    font-size: 20px;
    margin-bottom: 10px;
}
  
.androidapp5-con .para1 p {
    color: #606287;
  }

.androidapp5-con .para2 p {
    color: #695C7B;
  }
  
.androidapp5-con .para3 p {
    color: #695680;
  }

.androidapp5-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
  } */

  .androidapp5-con {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    background-color: white;
}

.androidapp5-con .service-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.bg-light-blue2 {
    background-color: #A7D8F4;
}

.bg-light-green {
    background-color: #E0FAE7;
}

.bg-light-violet {
    background-color: #BBD9FE;
}

.androidapp5-con .services-title h2 {
    color: #050038;
    font-size: 2rem;
    font-weight: 700;
}

.androidapp5-con .services-para p {
    font-size: 20px;
    margin-bottom: 10px;
}

.androidapp5-con .para1 p {
    color: #606287;
}

.androidapp5-con .para2 p {
    color: #695C7B;
}

.androidapp5-con .para3 p {
    color: #695680;
}

.androidapp5-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
}

.androidapp5-con .services-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ============================
   ✅ Responsive Media Queries
   ============================ */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp5-con .service-row {
        flex-direction: row;
        text-align: center;
        
    }

    .androidapp5-con .services-title h2 {
        font-size: 32px;
        text-align: center;
    }

    .androidapp5-con .services-para p {
        font-size: 18px;
    }

    .androidapp5-con .services-img {
        margin-top: 20px;
        max-width: 300px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
     .androidapp5-con .service-row {
        flex-direction: row;
    }

    .androidapp5-con .service-content {
      max-width: 340px;
    }

    .androidapp5-con .services-title h2 {
        font-size: 28px;
    }

    .androidapp5-con .services-para p {
        font-size: 17px;
    }

    .androidapp5-con .services-img {
        max-width: 300px;
        margin: auto;
    }
}

/* max-width: 576px */
@media (max-width: 576px) {
    .androidapp5-con .services-title h2 {
        font-size: 24px;
    }

     .androidapp5-con .services-para {
        margin: auto;
     }

    .androidapp5-con .services-para p {
        font-size: 16px;
    }

    .androidapp5-con .services-img {
        max-width: 220px;
        margin-bottom: 15px;
    }
}


/* .androidapp6-con {
    background-color: #fefeff;
    padding: 20px;
}

.androidapp6-con .bg-light-pink {
    background-color: #fdf7fa;
    padding: 30px 10px;
    border-radius: 12px;
}

.androidapp6-con .bg-1 {
   background-color: #BBDAFB;
}

.androidapp6-con .bg-2 {
  background-color: #CDFFDB;
}

.androidapp6-con .opt-box .content {
    background-color: transparent !important; 
}

.androidapp6-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp6-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp6-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp6-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp6-con .opt-box h5 {
  color: #050038;
  text-align: justify;
}

.androidapp6-con .opt-box img {
  max-width: 230px;
  height: 250px;
} */

.androidapp6-con {
    background-color: #fefeff;
}

.androidapp6-con .bg-light-pink {
    background-color: #fdf7fa;
    border-radius: 12px;
}

.androidapp6-con .bg-1 {
    background-color: #BBDAFB;
}

.androidapp6-con .bg-2 {
    background-color: #CDFFDB;
}

.androidapp6-con .opt-box .content {
    background-color: transparent !important;
}

.androidapp6-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp6-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp6-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp6-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp6-con .opt-box h5 {
    color: #050038;
    text-align: justify;
}

.androidapp6-con .opt-box img {
    max-width: 200px;
    height: 250px;
}

/* =============================
   ✅ Responsive Media Queries
   ============================= */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp6-con .opt-box {
        flex-direction: row !important;
        text-align: center;
    }

    .androidapp6-con .opt-box .content {
        padding: 0;
    }

    .androidapp6-con .opt-box img {
        max-width: 300px;
        height: auto;
    }

    .androidapp6-con .main-ser {
        font-size: 34px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
    .androidapp6-con .main-ser {
        font-size: 28px;
    }

    .androidapp6-con .opt-box h5 {
        font-size: 18px;
    }

    .androidapp6-con .custom-list li {
        font-size: 16px;
        line-height: 28px;
    }
}

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

    .androidapp6-con .opt-box {
        padding: 15px;
    }

    .androidapp6-con .main-ser {
        font-size: 24px;
    }

    .androidapp6-con .opt-box h5 {
        font-size: 16px;
    }

    .androidapp6-con .custom-list li {
        font-size: 15px;
        line-height: 24px;
    }

    .androidapp6-con .opt-box img {
        max-width: 90%;
        height: auto;
        margin-top: 10px;
    }
}


/* .androidapp7-con {
    background-color: #fefeff;
    padding: 20px;
}

.androidapp7-con .bg-light-pink {
    background-color: #fdf7fa;
    padding: 30px 10px;
    border-radius: 12px;
}

.androidapp7-con .bg-3 {
   background-color: #E9F2FF;
}

.androidapp7-con .bg-4 {
  background-color: #8BBBEE;
}

.androidapp7-con .opt-box .content {
    background-color: transparent !important; 
}

.androidapp7-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp7-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp7-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp7-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp7-con .opt-box h5 {
  color: #050038;
  text-align: justify;
}

.androidapp7-con .opt-box img {
  max-width: 230px;
  height: 250px;
} */

.androidapp7-con {
    background-color: #fefeff;
}

.androidapp7-con .bg-light-pink {
    background-color: #fdf7fa;
    border-radius: 12px;
}

.androidapp7-con .bg-3 {
    background-color: #E9F2FF;
}

.androidapp7-con .bg-4 {
    background-color: #8BBBEE;
}

.androidapp7-con .opt-box .content {
    background-color: transparent !important;
}

.androidapp7-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp7-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp7-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp7-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp7-con .opt-box h5 {
    color: #050038;
    text-align: justify;
}

.androidapp7-con .opt-box img {
    max-width: 200px;
    height: 250px;
}

/* =============================
   ✅ Responsive Media Queries
   ============================= */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp7-con .opt-box {
        flex-direction: column;
        text-align: center;
    }

    .androidapp7-con .opt-box .content {
        padding: 0;
    }

    .androidapp7-con .opt-box img {
        max-width: 200px;
        height: auto;
        margin-top: 15px;
    }

    .androidapp7-con .main-ser {
        font-size: 32px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
    .androidapp7-con .main-ser {
        font-size: 28px;
    }

    .androidapp7-con .opt-box img {
        max-width: 180px;
        height: auto;
    }

    .androidapp7-con .opt-box h5 {
        font-size: 18px;
    }

    .androidapp7-con .custom-list li {
        font-size: 16px;
        line-height: 28px;
    }
}

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

    .androidapp7-con .opt-box {
        padding: 15px;
    }

    .androidapp7-con .main-ser {
        font-size: 24px;
    }

    .androidapp7-con .opt-box h5 {
        font-size: 16px;
    }

    .androidapp7-con .custom-list li {
        font-size: 15px;
        line-height: 24px;
    }

    .androidapp7-con .opt-box img {
        max-width: 100%;
        height: auto;
    }
}


/* .androidapp8-con {
    background-color: #fefeff;
    padding: 20px;
}

.androidapp8-con .bg-light-pink {
    background-color: #fdf7fa;
    padding: 30px 10px;
    border-radius: 12px;
}

.androidapp8-con .bg-5 {
   background-color: #92E3A9;
}

.androidapp8-con .bg-6 {
  background-color: #79A2FF;
}

.androidapp8-con .opt-box .content {
    background-color: transparent !important; 
}

.androidapp8-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp8-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp8-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp8-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp8-con .opt-box h5 {
  color: #050038;
  text-align: justify;
}

.androidapp8-con .opt-box img {
  max-width: 230px;
  height: 250px;
} */

.androidapp8-con {
    background-color: #fefeff;
}

.androidapp8-con .bg-light-pink {
    background-color: #fdf7fa;
    border-radius: 12px;
}

.androidapp8-con .bg-5 {
    background-color: #92E3A9;
}

.androidapp8-con .bg-6 {
    background-color: #79A2FF;
}

.androidapp8-con .opt-box .content {
    background-color: transparent !important;
}

.androidapp8-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp8-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp8-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp8-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp8-con .opt-box h5 {
    color: #050038;
    text-align: justify;
}

.androidapp8-con .opt-box img {
    max-width: 200px;
    height: 250px;
}

/* =============================
   ✅ Responsive Media Queries
   ============================= */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp8-con .opt-box {
        flex-direction: column;
        text-align: center;
    }

    .androidapp8-con .opt-box .content {
        padding: 0;
    }

    .androidapp8-con .opt-box img {
        max-width: 200px;
        height: auto;
        margin-top: 15px;
    }

    .androidapp8-con .main-ser {
        font-size: 32px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
    .androidapp8-con .main-ser {
        font-size: 28px;
    }

    .androidapp8-con .opt-box img {
        max-width: 180px;
        height: auto;
    }

    .androidapp8-con .opt-box h5 {
        font-size: 18px;
    }

    .androidapp8-con .custom-list li {
        font-size: 16px;
        line-height: 28px;
    }
}

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

    .androidapp8-con .opt-box {
        padding: 15px;
    }

    .androidapp8-con .main-ser {
        font-size: 24px;
    }

    .androidapp8-con .opt-box h5 {
        font-size: 16px;
    }

    .androidapp8-con .custom-list li {
        font-size: 15px;
        line-height: 24px;
    }

    .androidapp8-con .opt-box img {
        max-width: 100%;
        height: auto;
    }
}


/* .androidapp9-con {
    background-color: #fefeff;
    padding: 20px;
}

.androidapp9-con .bg-light-pink {
    background-color: #fdf7fa;
    padding: 30px 10px;
    border-radius: 12px;
}

.androidapp9-con .bg-7 {
   background-color: #31477D;
}

.androidapp9-con .bg-8 {
  background-color: #FF8F90;
}

.androidapp9-con .opt-box .content {
    background-color: transparent !important; 
}

.androidapp9-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp9-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp9-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp9-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp9-con .opt-box h5 {
  color: #050038;
  text-align: justify;
}

.androidapp9-con .opt-box img {
  max-width: 230px;
  height: 250px;
} */

.androidapp9-con {
    background-color: #fefeff;
}

.androidapp9-con .bg-light-pink {
    background-color: #fdf7fa;
    border-radius: 12px;
}

.androidapp9-con .bg-7 {
    background-color: #31477D;
}

.androidapp9-con .bg-8 {
    background-color: #FF8F90;
}

.androidapp9-con .opt-box .content {
    background-color: transparent !important;
}

.androidapp9-con .opt-box {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.androidapp9-con .opt-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.androidapp9-con .main-ser {
    font-weight: 700;
    font-size: 40px;
    color: #121212;
}

.androidapp9-con .custom-list {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp9-con .opt-box h5 {
    color: #050038;
    text-align: justify;
}

.androidapp9-con .opt-box img {
    max-width: 200px;
    height: 250px;
}

/* ===================================
   ✅ Responsive Media Queries
   =================================== */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp9-con .opt-box {
        flex-direction: column;
        text-align: center;
    }

    .androidapp9-con .opt-box img {
        max-width: 200px;
        height: auto;
        margin-top: 15px;
    }

    .androidapp9-con .main-ser {
        font-size: 32px;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
    .androidapp9-con .main-ser {
        font-size: 28px;
    }

    .androidapp9-con .opt-box h5 {
        font-size: 18px;
    }

    .androidapp9-con .custom-list li {
        font-size: 16px;
        line-height: 28px;
    }

    .androidapp9-con .opt-box img {
        max-width: 180px;
        height: auto;
    }
}

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

    .androidapp9-con .opt-box {
        padding: 15px;
    }

    .androidapp9-con .main-ser {
        font-size: 24px;
    }

    .androidapp9-con .opt-box h5 {
        font-size: 16px;
    }

    .androidapp9-con .custom-list li {
        font-size: 15px;
        line-height: 24px;
    }

    .androidapp9-con .opt-box img {
        max-width: 100%;
        height: auto;
    }
}


/* .androidapp10-con {
    background: #fff;
    width: 95%;     
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.androidapp10-con .aad-para p{
  font-size: 20px;
  color: #3f4042;
} */

.androidapp10-con {
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.androidapp10-con .aad-para p {
    font-size: 20px;
    color: #3f4042;
    line-height: 1.8;
    margin-bottom: 0;
}

/* =========================
   ✅ Responsive Breakpoints
   ========================= */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp10-con .aad-para p {
        font-size: 18px;
    }
}

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

    .androidapp10-con .aad-para p {
        font-size: 17px;
    }
}

/* max-width: 576px */
@media (max-width: 576px) {
    .androidapp10-con {
        width: 100%;
        padding: 10px;
        box-shadow: none;
    }

    .androidapp10-con .aad-para p {
        font-size: 16px;
        text-align: justify;
    }
}


/* .androidapp11-con {
    width: 90%;
    margin: auto;
    background-color: #332A7C;
    border-radius: 20px;
    padding: 20px;
   
}

.androidapp11-con .shop-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.androidapp11-con .shop-img img {
    width: 100%;
    height: auto;
}

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

.androidapp11-con .online-title p {
    color:#ffffff;
    font-size: 45px;
    line-height: normal;
  
} */

.androidapp11-con {
    width: 90%;
    margin: auto;
    background-color: #332A7C;
    border-radius: 20px;
    padding: 20px 30px;
}

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

.androidapp11-con .shop-img img {
    width: 100%;
    height: auto;
}

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

.androidapp11-con .online-title p {
    color: #ffffff;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 0;
}

/* ================================
   ✅ Responsive Breakpoints
   ================================ */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp11-con .online-title p {
        font-size: 36px;
        text-align: center;
    }

    .androidapp11-con {
        padding: 20px;
        text-align: center;
    }
}

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

    .androidapp11-con {
        padding: 15px 20px;
    }

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

/* max-width: 576px */
@media (max-width: 576px) {
    .androidapp11-con {
        width: 100%;
        border-radius: 10px;
        padding: 15px;
    }

    .androidapp11-con .online-title p {
        font-size: 26px;
        line-height: 1.4;
    }

    .androidapp11-con .shop-img {
        max-width: 100%;
    }
}


/* .androidapp412-con {
    padding: 40px 20px;
}

.androidapp412-con .feature-box412 {
    background-color: #BBD9FE;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid black;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 400px;

}

.androidapp412-con .box-title412 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #121212;
}

.androidapp412-con .feature-list412 {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp412-con .feature-list412 li {
    font-size: 18px;
    color: #222;  
    margin-bottom: 10px;
    line-height: 50px;
}

.androidapp412-con .future-img412 {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
 */

 .androidapp412-con {
    padding: 20px;
}

.androidapp412-con .feature-box412 {
    background-color: #BBD9FE;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid black;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 450px;
    transition: all 0.3s ease;
}

.androidapp412-con .box-title412 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #121212;
}

.androidapp412-con .feature-list412 {
    list-style: none;
    padding-left: 0;
    text-align: justify;
}

.androidapp412-con .feature-list412 li {
    font-size: 18px;
    color: #222;  
    margin-bottom: 10px;
    line-height: 50px;
}

.androidapp412-con .future-img {
    margin: auto;
    align-items: center;
}

.androidapp412-con .future-img412 {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* =============================
   ✅ Responsive Media Queries
   ============================= */

/* max-width: 992px */
@media (max-width: 992px) {
    .androidapp412-con .feature-box412 {
        height: 430px;
    }

    .androidapp412-con .box-title412 {
        font-size: 20px;
    }

    .androidapp412-con .feature-list412 li {
        font-size: 17px;
        line-height: 40px;
    }

    .androidapp412-con .future-img412 {
        margin: auto;
    }

    .androidapp412-con .future-img412 {
        max-width: 80%;
        margin: auto;
    }
}

/* max-width: 769px */
@media (max-width: 769px) {
    .androidapp412-con .feature-box412 {
        padding: 20px;
    }

    .androidapp412-con .box-title412 {
        font-size: 18px;
    }

    .androidapp412-con .feature-list412 li {
        font-size: 16px;
        line-height: 35px;
    }

    .androidapp412-con .future-img412 {
        margin: auto;
    }


    .androidapp412-con .future-img412 {
        max-width: 400px;
        margin: auto;
    }
}

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

    .androidapp412-con .feature-box412 {
        padding: 18px;
        height: auto;
    }

    .androidapp412-con .box-title412 {
        font-size: 16px;
    }

    .androidapp412-con .feature-list412 li {
        font-size: 15px;
        line-height: 30px;
    }

    .androidapp412-con .future-img412 {
        max-width: 100%;
    }
}

