.fir-container-fluid {
    background: linear-gradient(to bottom, #49ADD1, #FFFFFF);
    width: 100%;
}

.ecomm1-con {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    text-align: center;
    padding: 50px 15px;
}

/* Image Section */
.ecomm1-con .top-img {
    max-width: 600px; /* Makes the image more responsive */
    margin: auto;
}

.ecomm1-con .top-img img {
    width: 100%;
    border-radius: 20px;
}

/* Title Section */
.ecomm1-con .top-title p {
    font-size: 35px;
    color: #2d4d56;
    margin-top: 20px;
}

/* Responsive Font Sizes */
@media (max-width: 768px) {
    .ecomm1-con .top-title p {
        font-size: 28px;
    }
}

@media (max-width: 576px) {

    .ecomm1-con {
        min-height: 60vh;
    }

    .ecomm1-con .top-title p {
        font-size: 24px;
    }
}


.sec-container-fluid {
    background: linear-gradient(to bottom, #49ADD1, #FFFFFF);
    width: 100%; 
    padding: 20px 0; 
}

.ecomm2-con {
    display: flex;
    justify-content: space-between;
   
}

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

.ecomm2-con .blog-img {
    max-width: 450px; 
    margin: auto;
}

.ecomm2-con .blog-para p {
    color: #030303;
    font-size: 16px;
}

.ecomm2-con .blog-title h2{
    text-align: center;
    font-size: 20px;
    color: #030303;
}

.ecomm2-con .bg-1 {
    background-color: #F9FBCF;
}

.ecomm2-con .bg-2 {
    background-color: #ECFAB0;
}

.ecomm2-con .bg-3 {
    background-color: #FFCF75;
}

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

.ecomm2-con .shop-img img {
    width: 600px;
    height: auto;
}

.ecomm2-con .online-title p {
    color: #083E64;
    font-size: 40px;
    line-height: normal;
  
}

.ecomm2-con .lcs-title h2 {
    color: #083E64;
}

.ecomm2-con .lcs-para p {
    color: #083E64;
}

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

@media (max-width: 991px) {
    .ecomm2-con {
        flex-wrap: wrap; 
        justify-content: center; 
    }

    .ecomm2-con .card {
        max-width: 90%; 
        gap:10px
    }

    .ecomm2-con .shop-img, 
    .ecomm2-con .lcs-img {
        max-width: 100%;
        text-align: center; 
    }

    .ecomm2-con .lcs {
        margin-top: 50px;
    }

    .ecomm2-con .blog-title h2, 
    .ecomm2-con .online-title p, 
    .ecomm2-con .lcs-title h2 {
        text-align: center; 
        font-size: 30px; 
    }
}

/* Large Devices (min-width: 993px and max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .ecomm2-con {
        flex-wrap: wrap; 
        justify-content: center; 
    }

    .ecomm2-con .card {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .ecomm2-con .card {
        max-width: 95%; 
        gap:10px
    }

    .ecomm2-con .lcs-title h2 {
        margin-top: 30px;
    }

    .ecomm2-con .online-title p {
        font-size: 28px;
    }
}


.ecomm3-con {
    display: flex;
    justify-content: space-between;
   
}

.ecomm3-con .card {
    padding: 20px;
    max-width: 580px; 
    border-radius: 20px;
    border: 2px solid rgb(252, 251, 251); 
    margin: auto;
    height: 290px;
    position: relative;
}

.ecomm3-con .bg-1 {
    background-color: #B6ECFF;
}

.ecomm3-con .bg-2 {
    background-color: #D1DFFF;
}

.ecomm3-con .bg-3 {
    background-color: #DEF4B5;
}

.ecomm3-con .bg-4 {
    background-color: #FFDFDF;
}

.ecomm3-con .bg-5 {
    background-color: #F4B5C7;
}

.ecomm3-con .bg-6 {
    background-color: #FFC9A7;
}

.ecomm3-con .blog-img {
    max-width: 450px; 
    margin: auto;
}

.ecomm3-con .blog-para p {
    color: #083E64;
    text-align: center;
}

.ecomm3-con .blog-title h2{
    text-align: center;
    font-size: 30px;
    color: #083E64;
}


@media (max-width: 992px) {
    .ecomm3-con {
        padding: 15px;
    }

    .ecomm3-con .card {
        max-width: 90%;
        height: 450px;
    }
}

/* Large Devices (min-width: 993px and max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .ecomm3-con {
        padding: 15px;
    }

    .ecomm3-con .card {
        max-width: 90%;
        height: 310px;
    }
}

@media (max-width: 768px) {
    .ecomm3-con {
        flex-direction: column;
        padding: 10px;
    }

    .ecomm3-con .card {
        max-width: 100%;
       
    }

    .ecomm3-con .blog-title h2 {
        font-size: 28px;
    }

    .ecomm3-con .blog-para p {
        font-size: 18px; 
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .ecomm3-con .blog-title h2 {
        font-size: 24px;
    }

    .ecomm3-con .blog-para p {
        font-size: 18px;
        padding: 0 10px;
    }

    .ecomm3-con .card {
        max-width: 100%;
        height: 370px;
       
    }
}


.ecomm4-con {
    background: #2d4d56; 
    border-radius: 20px;
    position: relative;
    width: 100%;
    margin: auto;
}

.ecomm4-con::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 50px;
    width: 40px;
    height: 20px;
    background: #2d4d56;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ecomm4-con .lcs-title h2 {
    color: #FFFFFF;
}

.ecomm4-con .lcs-para p {
    color: #FFFFFF;
}

.ecomm4-con .lcs-img {
    max-width: 100%; 
    height: auto;
}

@media (max-width: 992px) {
    .ecomm4-con .lcs-img img {
        width: 90%;
        max-width: 300px; 
    }
}

@media (max-width: 768px) {
    .ecomm4-con {
        padding: 15px;
    }

    
    .ecomm4-con .row {
        flex-direction: column-reverse; 
        text-align: center;
    }

   
    .ecomm4-con::after {
        right: 20px;
        bottom: -15px;
        width: 30px;
        height: 15px;
    }

    .ecomm4-con .lcs-img img {
        width: 100%;
        max-width: 280px; 
    }
}

@media (max-width: 480px) {
    .ecomm4-con {
        width: 100%;
        padding: 10px;
    }

    .ecomm4-con .lcs-title h2 {
        font-size: 28px; 
    }

    .ecomm4-con .lcs-para p {
        font-size: 18px; 
    }

    .ecomm4-con .lcs-img img {
        max-width: 250px; 
    }
}

.ecomm5-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EDF6FF;

}

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

}

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

.ecomm5-con .bussiness-title p {
    color: #2d4d56;
    font-size: 50px;
    line-height: normal;
  
}

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

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

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

    .ecomm5-con .bussiness-title p {
        font-size: 40px;
        text-align: center;
    }
}

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

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

    .ecomm5-con .bussiness-title p {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .ecomm5-con .bussiness-title p {
        font-size: 30px;
    }
}



