.transform-container-fluid {
    background-color: #217F6E;
}

.mobileapp1-con {
    padding: 40px 0;
}

.mobileapp-title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.mobileapp-para p {
    font-size: 16px;
    color: #d6f1ff;
    line-height: 1.6;
}

.digital-img .img img {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin: 0 auto;
    animation: floatUpDown 3s ease-in-out infinite;
}

@media (max-width: 992px) {
    .mobileapp-title h1 {
        font-size: 32px;
    }

    .mobileapp-para p {
        font-size: 15px;
    }

    .digital-img .img img {
        max-width: 480px;
    }
}

@media (max-width: 769px) {
    .mobileapp-title h1 {
        font-size: 28px;
        text-align: center;
    }

    .mobileapp-para p {
        font-size: 14.5px;
       text-align: justify;
    }

    .marketing-div {
        text-align: center;
        margin-bottom: 20px;
    }

    .digital-img .img img {
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .mobileapp-title h1 {
        font-size: 24px;
    }

    .mobileapp-para p {
        font-size: 16px;
        padding: 0 10px;
    }

    .digital-img .img img {
        max-width: 100%;
        padding: 0 10px;
    }
}


/* @keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
} */

/* .mobileapp2-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.mobileapp2-con h4 {
    font-size: 35px;
    font-weight: 700;
    color: #217F6E;
}

.mobileapp2-con .brochure-img .img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mobileapp2-con .brochure-para h2 {
    font-size: 36px;
    font-weight: 700;
    color: #217F6E;
}

.mobileapp2-con .brochure-para p strong {
    color: #217F6E;
    font-size: 28px;
}

.mobileapp2-con .brochure-para p {
    font-size: 16px;
    line-height: 1.7;
    color: #217F6E;
    margin-bottom: 15px;
}   */

.mobileapp2-con {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.mobileapp2-con h4 {
    font-size: 35px;
    font-weight: 700;
    color: #217F6E;
}

.mobileapp2-con .brochure-img .img img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mobileapp2-con .brochure-para h2 {
    font-size: 36px;
    font-weight: 700;
    color: #217F6E;
}

.mobileapp2-con .brochure-para p strong {
    color: #217F6E;
    font-size: 24px;
}

.mobileapp2-con .brochure-para p {
    font-size: 16px;
    line-height: 1.7;
    color: #217F6E;
    margin-bottom: 15px;
}


/* ✅ Max-width: 992px */
@media (max-width: 992px) {
    .mobileapp2-con h4 {
        font-size: 30px;
        text-align: center;
    }

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

    .mobileapp2-con .brochure-img .img img {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* ✅ Max-width: 769px */
/* @media (max-width: 769px) {
    .mobileapp2-con {
        flex-direction: row;
        margin: auto;
        gap: 30px;
    }

    .mobileapp2-con .brochure-content {
        max-width: 300px;
    }

    .mobileapp2-con h4 {
        font-size: 26px;
    }

    .mobileapp2-con .brochure-para p strong {
        font-size: 20px;
    }

    .mobileapp2-con .brochure-para p {
        font-size: 14.5px;
        text-align: justify;
    }

    .mobileapp2-con .brochure-img {
        max-width: 350px;
        text-align: center;
        margin-top: 20px;
    }
} */

@media (max-width: 769px) {
    .mobileapp2-con {
         flex-direction: row;
        margin: auto;
        
    }

    .mobileapp2-con .brochure-content {
        max-width: 340px;
        padding: 0 15px;
    }

    .mobileapp2-con h4 {
        font-size: 26px;
    }

    .mobileapp2-con .brochure-para p strong {
        font-size: 20px;
    }

    .mobileapp2-con .brochure-para p {
        font-size: 15px;
        text-align: justify;
    }

    .mobileapp2-con .brochure-img {
       max-width: 350px;
        text-align: center;
        margin-top: 20px;
    }
}


/* ✅ Max-width: 576px */
@media (max-width: 576px) {
    .mobileapp2-con {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 400px;
    }

    .mobileapp2-con h4 {
        font-size: 24px;
        text-align: center;
    }

    .mobileapp2-con .brochure-para p {
        font-size: 15px;
        padding: 0 15px;
        text-align: justify;
    }

    .mobileapp2-con .brochure-img .img img {
        max-width: 100%;
        padding: 0 10px;
    }
}



/* .mobileapp3-con {
    padding: 20px;
    background-color: #217F6E;
}

.mobileapp3-con .development-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 330px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobileapp3-con .development-card:hover {
    transform: translateY(-5px);
}

.mobileapp3-con .development-icon {
    border-radius: 10px;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.development-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #023341;
}

.development-card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
} */

.develop-container-fluid {
    background-color: #217F6E;
}

.mobileapp3-con {
    padding: 40px 0;
}

.mobileapp3-con .development-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 330px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobileapp3-con .development-card:hover {
    transform: translateY(-5px);
}

.mobileapp3-con .development-icon {
    border-radius: 10px;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.development-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #023341;
}

.development-card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;    
}


/* ✅ Responsive: Max-width 992px */
@media (max-width: 992px) {
    .mobileapp3-con .development-card {
        height: 310px;
        padding: 18px;
    }

    .mobileapp3-con .development-icon {
        height: 130px;
    }

    .development-card h5 {
        font-size: 18px;
    }

    .development-card p {
        font-size: 15px;
    }
}

/* ✅ Responsive: Max-width 769px */
@media (max-width: 769px) {
    .mobileapp3-con {
        padding: 30px 10px;
    }

    .mobileapp3-con .development-card {
        height: 270px;
        padding: 20px;
    }

    .mobileapp3-con .development-icon {
        height: 120px;
    }
}

/* ✅ Responsive: Max-width 576px */
@media (max-width: 576px) {
    .mobileapp3-con {
        text-align: center;
    }

    .mobileapp3-con .development-card {
        height: 350px;
        padding: 20px;
    }

    .development-card h5 {
        font-size: 20px;
    }

    .development-card p {
        font-size: 16px;
    }

    .mobileapp3-con .development-icon {
        height: 200px;
    }
}

