.responsive1-con .engaging-title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.responsive1-con .subheading {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.responsive1-con .main-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    margin: auto;
}

@media (max-width: 992px) {
    .responsive1-con {
        flex-direction: column;
        text-align: center;
    }
}


.responsive2-con {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #FFFFFF;
}

.responsive2-con .engaging-title h2{
    color: #19488E;

}

.responsive2-con .engaging-para p{
    color: #000;
}

.responsive2-con .engaging-img {
    width: 100%;
    max-width: 650px; 

}

.responsive2-con .engaging-img img{
    width: 500px;
    border-radius: 20px;
}

.responsive3-con {
    background: #F4F8FF; /* Light blue background */
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 40px;
   
}

.web-title h1 {
    color: #19488E;
    font-size: 36px;
    font-weight: bold;
}

.responsive3-con .web-para {
    color: #555;
    font-size: 18px;
    margin: auto;
    margin-bottom: 30px;
}

.responsive3-con .rwd-card {
    background: #FFFFFF;
    padding: 20px;
    height: 100%;
    max-height: 350px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #555;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.responsive3-con .rwd-card .icons {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 30px;
    
}

.responsive3-con .rwd-card h3 {
    color: #19488E;
    font-size: 20px;
    font-weight: bold;
}

.responsive3-con .rwd-card p {
    color: #030303;
    font-size: 16px;
}

@media (max-width: 768px) {
    .ecomm6-con {
        padding: 30px 10px;
    }

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

    .rwd-card h3 {
        font-size: 20px;
    }

    .rwd-card p {
        font-size: 14px;
    }
}

.responsive4-con {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
}

.responsive4-con .title h2 {
    color: #19488E;
    font-size: 40px;
}

.responsive4-con .para {
    width: 100%;
    max-width: 700px;
}

.responsive4-con .para p {
    color: #000;
    font-size: 20px;
}

.responsive5-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.custom-card img{
    width: 500px;
    height: 300px;
    border-radius: 20px;
}

.responsive5-con .overlay {
    padding: 20px;
    max-width: 380px; 
    border-radius: 20px;
    background: #23529B;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    left: 70px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.overlay h5 {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 8px;
}

.overlay p {
    color: #FFFFFF;
    margin: 0;
}

.responsive6-con {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(to top, white 25%, #19488E 25% 65%, white 35%);
   
}

.cs-title h1 {
    text-align: center;
    color: #19488E;
    font-size: 50px;
    font-weight: bold;
}

.responsive6-con .card {
    padding: 20px;
    max-width: 380px; 
    border-radius: 20px;
    background-color: #F2F7FA;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.1);
}

.responsive6-con .blog-para p {
    color: #19488E;
}

.responsive6-con .blog-title h2{
    text-align: left;
    font-size: 20px;
    color: #19488E;
}


@media (max-width: 992px) {
    .responsive6-con {
        background: white;
        padding: 20px;
    }
}

