/* .logoweb1-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #201837, #A80847);
    padding: 60px 20px;
    position: relative;
}

.logoweb1-con .top-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fdfbfb;
}

.logoweb1-con .main-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
}

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

.logo-container-fluid {
    width: 100%;
    background: linear-gradient(to right, #201837, #A80847);
}

/* Already existing */
.logoweb1-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
}

/* Title styling */
.logoweb1-con .top-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fdfbfb;
}

/* Image styling */
.logoweb1-con .main-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
}

/* ✅ Responsive Improvements */
@media (max-width: 992px) {
    .logoweb1-con {
        flex-direction: column;
        text-align: center;
    }

    .logoweb1-con .main-img {
        margin-top: 30px;
    }

    .logoweb1-con .top-title h2 {
        font-size: 28px; /* Scaled for tablets and below */
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .logoweb1-con {
        padding: 30px 15px;
    }

    .logoweb1-con .top-title h2 {
        font-size: 24px;
    }
}


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

.logoweb2-con .bfi-title h4 {
    color: #383050;
    font-size: 35px;
}

.logoweb2-con .bfi-para {
    color: #555;
    font-size: 18px;
    margin: auto;
} */

.logoweb2-con {
    background: #F4F8FF; /* Light blue background */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    border-radius: 10px;
}

.logoweb2-con .bfi-title h4 {
    color: #383050;
    font-size: 35px;
}

.logoweb2-con .bfi-para {
    color: #555;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 10px;
}

/* ✅ Responsive tweaks */
@media (max-width: 768px) {
    .logoweb2-con {
        padding: 30px 15px;
    }

    .logoweb2-con .bfi-title h4 {
        font-size: 28px;
    }

    .logoweb2-con .bfi-para {
        font-size: 16px;
    }
}


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

.logoweb3-con .web-title h1 {
    color: #383050;
    font-size: 36px;
    font-weight: bold;
}

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

.logoweb3-con .logobox {
    background-color: #402E72;
    border-radius: 15px;
    transition: transform 0.3s ease;
    height: 100%;
}

.logoweb3-con .logobox:hover {
    transform: translateY(-5px);
}

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

.logoweb3-con p {
    font-size: 14px;
    color: #fcfbfb;
}

.logoweb3-con h5{
    font-size: 30px;
    color: #383050;
} */

.logoweb3-con {
    background: #F4F8FF;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
    border-radius: 10px;
}

.logoweb3-con .web-title h1 {
    color: #383050;
    font-size: 36px;
    font-weight: bold;
}

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

.logoweb3-con .logobox {
    background-color: #402E72;
    border-radius: 15px;
    transition: transform 0.3s ease;
    height: 100%;
}

.logoweb3-con .logobox:hover {
    transform: translateY(-5px);
}

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

.logoweb3-con p {
    font-size: 16px;
    color: #fcfbfb;
}

.logoweb3-con h5 {
    font-size: 30px;
    color: #383050;
}

/* ✅ Responsive Adjustments */
@media (max-width: 768px) {
    .logoweb3-con {
        padding: 30px 15px;
    }

    .logoweb3-con .web-title h1 {
        font-size: 25px;
    }

    .logoweb3-con h5 {
        font-size: 25px;
    }

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


/* .logoweb4-con {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: auto;
}

.logoweb4-con h4 {
    font-size: 28px;
    color: #2c2c3c;
}

.logoweb4-con .cards {
    gap: 15px;
    display: flex;
    justify-content: space-around;
    background: #8561c8;
    border-radius: 18px;
    padding: 40px ;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
}

.logoweb4-con .cards:hover {
    transform: translateY(-4px);
}

.logoweb4-con .cards h5 {
    font-size: 25px;
    color: #F4F8FF;
    margin-bottom: 10px;
}

.logoweb4-con .cards p {
    margin: 0;
    font-size: 25px;
    color: #F4F8FF;
} */

.logoweb4-con {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: auto;
}

.logoweb4-con h4 {
    font-size: 28px;
    color: #2c2c3c;
}

.logoweb4-con .cards {
    gap: 15px;
    display: flex;
    justify-content: space-around;
    background: #8561c8;
    border-radius: 18px;
    padding: 40px;
    color: white;
    box-shadow: 0px 5px 0px #1e1e1e;
    transition: transform 0.3s ease;
}

.logoweb4-con .cards:hover {
    transform: translateY(-4px);
}

.logoweb4-con .cards h5 {
    font-size: 25px;
    color: #F4F8FF;
    margin-bottom: 10px;
}

.logoweb4-con .cards p {
    margin: 0;
    font-size: 20px;
    color: #F4F8FF;
}

/* ✅ Responsive Tweaks */
@media (max-width: 768px) {
    .logoweb4-con .cards {
        padding: 25px;
    }

    .logoweb4-con .cards h5 {
        font-size: 22px;
    }

    .logoweb4-con .cards p {
        font-size: 16px;
    }

    .logoweb4-con h4 {
        font-size: 24px;
    }
}


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

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

/* ✅ Responsive fix */
@media (max-width: 768px) {
    .logoweb5-con {
        width: 100%;
        padding: 15px;
    }
}


/* .logoweb6-con {
    gap: 20px;
    width: 95%;
    margin: auto;
    background-color: #8561c8;
    border-radius: 20px;
    padding: 20px;
   
}

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

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

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

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

 .logoweb6-con {
    gap: 20px;
    width: 100%;
    margin: auto;
    background-color: #8561c8;
    border-radius: 20px;
    padding: 20px;
}

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

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

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

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

/* ✅ Responsive Fixes */
@media (max-width: 768px) {
    .logoweb6-con {
        flex-direction: column;
        padding: 20px 15px;
    }

    .logoweb6-con .online-title p {
        font-size: 30px;
        text-align: center;
    }

    .logoweb6-con .shop-img {
        max-width: 100%;
        margin-top: 20px;
    }
}

