.bj-workplatformsection{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #020724;
}

.bj-worktextblock{
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.bj-worktextblock h6{
    font-family: "Michroma-Regular";
    text-transform: uppercase;
    color: #FF954A;
    margin-bottom: 15px;
    font-size: 16px;
}

.bj-worktextblock h2{
    margin-bottom:30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.bj-worktextblock h2 span{
    color: #EA1758;
}

/* .bj-worktextblock p{
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 100px;
    font-family: "Poppins-Regular";
} */

.bj-worktextmetablock{
    width: 100%;
    display: flex;
    justify-content: center;
    scroll-margin-top: 50px;
    position: relative;
}

.menu-container{
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    overflow-x: scroll;
    gap: 60px;
    position: relative;
}

.menu-item{
    flex: 0 0 auto;
    font-size: 20px;
    padding-bottom: 15px;
    transform: translateX(0%);
    transition: opacity 0.3s ease;
}

.bj-worktextmetaboxblock{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 40px;
    gap: 20px;
}

.bj-worktextmetaboxlevel{
    width:100%;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
}


.slick-prev, .slick-next {
    display: none !important; 
}

.slick-list {
    display: flex !important;
    overflow: hidden;
}

.slick-track{
    display: flex !important;
    flex-direction: row; /* Default direction for horizontal sliding */
    border: none;
}

.bj-worktextmetabox{
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    display: flex !important;
    align-items: flex-start;
    outline: none;
    transition: height 0.3s ease; /* Smooth height transition */
    margin-right: 20px;
}

.bj-worktextmetaleftbox{
    width: 35%;
    height: 100%;
}

.bj-worktextmetarightbox{
    width:65%; 
    height: 100%;
    border: none;
}

.bj-worktextmetabordecolor{
    padding: 10px;
    position: relative;
    border-radius: 70px 0 70px 0; /* The radius you want */
    border: 0.5px solid #6841ea; /* The background color of the inner content */
    z-index: 1;
}

.bj-worktextmetaimg img{
    border-radius: 60px 0px 60px 0px;
}

.bj-worktextmetarighttext{
    width: 90%;
    padding-left:30px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.bj-worktextmetarighttext h3 {
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.bj-worktextmetarighttext p{
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    text-align: left;
    opacity: 0.8;
    margin-bottom: 18px;
    font-family: "Poppins-Regular";
}

.bj-worktextmetarighttext p:last-child{
    margin-bottom: 0;
}

.bj-worktextmetasecondrightext h2{
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 15px;
}

.bj-worktextmetasecondrightext p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.bj-worktextmetathirdrightext h2{
    font-size: 20px;
    margin-bottom: 15px;
}

.bj-worktextmetathirdrightext p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.highlight {
    color: #EA1758;
    border-bottom: 1px solid #EA1758;
}

/* .highlight:hover{
    color:#fff;
} */


@media screen and (max-width:1660px) {
    
    .bj-workplatformsection{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* .bj-featuremainblock h6{
        font-size: 14px;
        line-height: 20px;
    } */

    /* .bj-featuremainblock h2{
        font-size: 26px;
        line-height: 48px;
    } */

    .bj-worktextblock h6{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-worktextmetablock a{
        font-size:18px;
    }

    .bj-worktextmetasecondrightext h2{
        font-size: 18px;
    }

    /* .bj-worktextblock p{
        font-size: 14px;
    } */

    .bj-worktextblock h2{
        font-size: 24px;
        line-height: 34px;
    }

    .bj-worktextmetarighttext h3{
        font-size: 20px;
        line-height: 32px;
    }

    .bj-worktextmetarighttext p {
        font-size: 16px;
        line-height: 26px;
    }


}

@media screen and (max-width:1440px) {

    /* .bj-featuremainblock h2{
        font-size: 32px;
        line-height: 42px;
    } */

    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: 370px;
    } */

    .bj-worktextmetaboxblock{
        padding-top: 35px;
    }

    /* .bj-worktextmetabordecolor{
        width: 85%;
    } */

    /* .bj-worktextblock p {
        font-size: 16px;
    } */

    .bj-worktextmetarighttext p {
        font-size: 14px;
        line-height: 24px;
    }

    .bj-worktextblock h2{
        margin-bottom: 20px;
    }

    .menu-container{
        gap: 40px;
    }

    .bj-worktextmetablock a{
        font-size: 16px;
    }

    .bj-worktextblock h2{
        font-size: 22px;
    }
}

@media screen and (max-width:1366px) {
    .bj-worktextmetablock a {
        padding-bottom: 8px;
    }
}

@media screen and (max-width:1300px) {
    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: 350px;
    } */

    .bj-worktextmetarighttext{
        padding-left: 18px;
    }

    /* .bj-worktextblock p {
        font-size: 16px;
        line-height: 30px;
    } */

    .bj-worktextmetarighttext h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    /* .bj-featuremainblock h2{
        font-size: 30px;
        line-height: 40px;
    } */
}

@media screen and (max-width:1200px) {
    /* .bj-worktextmetabordecolor{
        padding: 20px;
    } */

    .bj-worktextmetarighttext p {
        font-size: 12px;
        line-height: 22px;
    }
}


@media screen and (max-width:1100px) {

    /* .bj-worktextmetaboxblock{
        padding-top: 25px;
    } */

    .bj-worktextmetarighttext h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }   

    .bj-worktextmetarighttext p{
        margin-bottom: 12px;
    }

    /* .bj-worktextblock p{
        margin-bottom: 10px;
    } */

    .bj-worktextmetarighttext p{
        font-size: 12px;    
        line-height: 20px;
    }

    .bj-worktextmetablock a {
        font-size: 14px;
    }

    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: 350px;
    } */

    .menu-container{
        gap: 30px;
        margin-top: 20px;
    }
}

@media screen and (max-width:1080px) {
    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: 320px;
    } */
}

@media screen and (max-width:990px) {
    
    .bj-workplatformsection{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bj-worktextmetarighttext{
        padding-left: 20px;
    }

    .bj-worktextmetarighttext h3 {
        margin-bottom: 15px;
    }

    /* .bj-worktextblock p{
        margin-bottom: 5px;
        padding: 0px 35px;
        font-size: 12px;
        line-height: 22px;
    } */

    /* .bj-worktextmetaboxblock {
        height: 480px;
    } */

    .bj-worktextblock h6{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    
    .bj-worktextblock h2{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .bj-worktextmetaleftbox{
        width: 40%;
    }

    .bj-worktextmetarightbox{
        width: 60%;
    }

    .bj-worktextmetabordecolor {
        /* padding: 20px; */
        border-radius: 50px 0px 50px 0px;
    }

    .bj-worktextmetaimg img {
        border-radius: 50px 0px 50px 0px;
    }
}

@media screen and (max-width:950px) {
    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: 300px;
    } */

    .bj-worktextmetablock a{
        font-size: 14px;
    }

    /* .bj-worktextmetaboxblock {
        height: 520px;
    } */
}

@media screen and (max-width:880px) {
    /* .bj-worktextmetaleftbox, .bj-worktextmetarightbox{
        height: auto;
    } */

    .menu-container{
        justify-content: flex-start;
    }

    .bj-worktextmetaleftbox{
        /* width: 48%; */
        /* height: 260px; */
    }

    /* .bj-worktextmetarightbox{
        width: 52%;
    } */

    /* .bj-worktextmetaboxblock {
        height: 520px;
    } */

    .bj-worktextmetabox{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bj-worktextmetarightbox{
        width:100%;
        margin-top: 25px;
    }

    .bj-worktextmetaleftbox{
        width: 50%;
        height: unset;
    }

    .bj-worktextmetarighttext{
        padding-left: 0;
    }

    .bj-worktextmetarighttext{
        width: 95%;
    }

    .slick-track{
        gap: unset;
    }
}

@media screen and (max-width:820px) {
    /* .bj-worktextmetaboxblock {
        height: 525px;
    } */
}

@media screen and (max-width:768px) {

    .bj-worktextmetaboxblock{
        /* height: 720px; */
    }

    .bj-worktextmetaleftbox{
        /* width:85%; */
        /* height: 420px; */
    }

    .bj-worktextmetarighttext{
        padding-left: 0;
    }

}

@media screen and (max-width:690px) {
    /* .bj-worktextmetaleftbox{
        width: 85%;
        height: 350px;
    } */

    .bj-worktextmetaboxblock{
        /* height: 700px; */
    }

    /* .bj-worktextblock p{
        padding: 0;
        margin-bottom: 15px;
    } */

    .bj-worktextmetarighttext h3 {
        font-size: 14px;
    }

    .bj-worktextmetaleftbox {
        width: 60%;
    }
}

@media screen and (max-width:650px) {
    .bj-worktextmetaleftbox {
        /* height: 350px; */
    }

    .bj-worktextmetaboxblock{
        /* height: 720px; */
    }

    /* .bj-worktextmetabordecolor{
        padding: 20px;
    } */

}   

@media screen and (max-width:580px) {
    .bj-worktextmetaleftbox {
        /* height: 320px; */
    }

    .bj-worktextmetaboxblock{
        /* height: 720px; */
    }
}

@media screen and (max-width:520px) {
    .bj-worktextmetaleftbox {
        /* height: 300px; */
    }

    .bj-worktextmetaboxblock{
        /* height: 760px; */
    }

    /* .bj-worktextblock p {
        font-size: 12px;
        line-height: 22px;
    } */

    .bj-worktextmetaleftbox{
        border-radius: 50px 0 50px 0;
    }

    .bj-worktextmetaimg img{
        border-radius: 40px 0 40px 0;
    }
}

@media screen and (max-width:480px) {
    .bj-workplatformsection{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* .bj-worktextmetaleftbox{
        height: 280px;
    } */

    .bj-worktextmetaboxblock{
        /* height: 760px; */
    }

    .bj-worktextblock h6{
        margin-bottom: 10px;
    }

    .bj-worktextblock h2 {
        line-height: 32px;
    }

    .menu-container{
        margin-top: 10px;
    }
}

@media screen and (max-width:420px) {
    /* .bj-worktextmetaleftbox{
        height: 250px;
    } */

}

@media screen and (max-width:380px) {
    .bj-worktextmetaleftbox{
        width: 100%;
        /* height: 200px; */
    }

    /* .bj-worktextmetabordecolor{
        padding: 15px;
    } */
    
    .bj-worktextmetaboxblock{
        /* height: 680px; */
    }

    .bj-worktextmetasecondrightext h2{
        line-height: 22px;
        margin-bottom: 8px;
    }

    .bj-worktextmetasecondrightext p{
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .bj-worktextmetarightbox{
        margin-top: 10px;
    }
    
}

@media screen and (max-width:350px) {
    .bj-worktextmetaboxblock{
        /* height: 700px; */
    }   

    .bj-worktextmetarighttext p {
        font-size: 11px;
        line-height: 20px;
    }
}
