/* .ux-design1-con {
    display: flex;
    justify-content: space-between;
    background: #1C89E6;
    padding: 40px;
    overflow: hidden;
}

.ux-design1-con .tangible-title h1 {
    color: #FFFFFF;
    line-height: normal;
}

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

.ux-design1-con .tangible-para p {
    color: #FFFFFF;
    width: 350px;
}

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

.ux-design1-con img {
    border-radius: 20px;
    height: 400px;
    width: 600px;
} */

.digital-container-fluid {
    background: #1C89E6;
}

.ux-design1-con {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 20px;
}

.ux-design1-con .digital-title h1 {
    color: #FFFFFF;
    line-height: normal;
    font-size: 40px;
}

.ux-design1-con .digital-para {
    width: 100%;
    max-width: 500px;
}

.ux-design1-con .digital-para p {
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
}

.ux-design1-con .digital-img {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    margin: auto;
}

.ux-design1-con img {
    border-radius: 20px;
    height: auto;
    width: 100%;
    max-width: 400px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .ux-design1-con {
        text-align: center;
        padding: 30px 20px;
    }

    .ux-design1-con .tangible-title h1 {
        font-size: 32px;
    }

    .ux-design1-con .tangible-para {
        margin: 0 auto;
    }

    .ux-design1-con .tangible-para p {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .ux-design1-con {
      padding: 20px 10px;
      text-align: center;
    }
  
    .ux-design1-con .tangible-title h1 {
      font-size: 24px;
    }
  
    .ux-design1-con .tangible-para p {
      width: 300px;
      font-size: 17px;
      text-align: center;
      margin: auto;
    }
  
    .ux-design1-con img {
      width: 100%;
      height: auto;
      margin-top: 20px;
    }
  }
  

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

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

.ux-design2-con h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0d3c48;
}

.ux-design2-con p strong {
    font-size: 28px;
}

.ux-design2-con p {
    font-size: 16px;
    line-height: 1.7;
    color: #0d3c48;
    margin-bottom: 15px;
}  */

.ux-design2-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

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

.ux-design2-con h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1C89E6;
}

.ux-design2-con p strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    color: #1C89E6;
}

.ux-design2-con p {
    font-size: 17px;
    line-height: 1.7;
    color: #1C89E6;
    margin-bottom: 15px;
}

/* ✅ Mobile & Tablet Responsive Enhancements */
@media (max-width: 768px) {
    .ux-design2-con {
        padding: 20px 10px;
        flex-direction: column;
        text-align: center;
    }

    .ux-design2-con h2 {
        font-size: 28px;
    }

    .ux-design2-con p strong {
        font-size: 18px;
    }

    .ux-design2-con p {
        font-size: 16px;
    }

    .ux-design2-con .img img {
        max-width: 100%;
    }
}


/* .ux-design3-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

.ux-design3-con .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #1C89E6;
    padding: 20px;
    width: 100%;
    gap: 20px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.ux-design3-con .card .w-75 {
    width: 75%;
}

.ux-design3-con .card .w-25 {
    width: 25%;
}

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

.ux-design3-con .blog-title h2 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.ux-design3-con .blog-para p {
    color: #fff;
    margin: 0;
} */

.ux-design3-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.ux-design3-con .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #1C89E6;
    padding: 20px;
    width: 100%;
    gap: 20px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.ux-design3-con .card .w-75 {
    width: 75%;
}

.ux-design3-con .card .w-25 {
    width: 25%;
}

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

.ux-design3-con .uxcard-title h2 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.ux-design3-con .uxcard-para p {
    color: #fff;
    margin: 0;
}

/* ✅ Responsive behavior */
@media (max-width: 767.98px) {
    .ux-design3-con .card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        width: 95%;
    }

    .ux-design3-con .card .w-75,
    .ux-design3-con .card .w-25 {
        width: 100%;
    }

    .ux-design3-con .card .w-25 {
        margin-top: 15px;
    }

    .ux-design3-con .uxcard-title h2 {
        font-size: 20px;
        text-align: center;
    }

    .ux-design3-con .uxcard-para p {
        font-size: 18px;
        text-align: center;
    }

    .ux-design3-con .card img {
        width: 190px;
    }
}
