.img-sz-ads_2{
    width: 60%;
}
.radius-img-20{
    border-radius: 20px;
}
.pos-stick{
    position: sticky;
    top: 20px;
}
.img-box-v2{
    display: flex;

}
.img-box-v2 img{
    width: 80px;
    height: 80px;
    margin-right: 40px;
}
.img-box-v2 .text-2{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(208, 208, 208);
}
.core-impl-sec .implemention-sec-bx h3{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.core-impl-sec .bg-box-des-21{
    position: relative;
}
.core-impl-sec .bg-box-des-21 img,.core-impl-sec .bg-box-des-21 h3,.core-impl-sec .bg-box-des-21 p{
    position: relative;
    z-index: 1;
}
.core-impl-sec .bg-box-des-21::before{
    content: '';
    position: absolute;
    height: 10px;
    border-radius: 20px;
    width: 10px;
    background-color: #F26522;
    top: 14%;
    left: 14%;
    transition: all 0.3s ease;;
}

.core-impl-sec .bg-box-des-21:hover::before{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}
.core-impl-sec .bg-box-des-21:hover h3,.core-impl-sec .bg-box-des-21:hover p{
    color: #fff ;
}
/******/
.img-box-32{
    display: flex;
     border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 15px;
}
.img-box-32:hover{
    background-color: rgb(255, 255, 255);
   
}
.img-box-32 h3{
    font-size: 22px;
}
.img-box-32 img{
    width:100px;
    height: 100px;
    object-fit: cover;
    border-radius:550px;
    margin-right: 5px;
}
/**rotate image**/
/* Sticky only inside rotate-section-23 */

.rotate-section-23 .rotate-img-23 {
    transition: transform 0.1s linear;
    transform-origin: center center;
    border-radius: 20px;
}

/* optional spacing for the boxes */
.rotate-section-23 .img-box-32 {
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
}
.pos-stick-2{
    position: sticky;
    top: 20vh;
}
.img-box-se{
    border: 7px solid rgba(206, 206, 206, 0.403);
    padding: 20px;
    position: relative;
    margin-top: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    min-height: 486px;
}
.img-box-se:hover{
    transform: scale(1.03);
    /* border: 7px solid #f26522; */

}
.img-box-se h3{
    font-size: 25px;
}
.img-box-se img{
    border-radius: 15px;
}
.span-label-sec{
    position: absolute;
    background-color: #fff;
    top: 30px;
    left: 30px;
}
.cta-23 {
    background-image: url(../images/odoo-auth/Get\ Started.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 70px;
    border-radius: 10px;
    color: white;
    height: 400px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cta-23::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
    border-radius: 10px;
}
.cta-23 h2,.cta-23 p, .cta-23 button{
    z-index: 2;
    position: relative;
}
@media(max-width: 767px) {
    .img-box-v2 {
    display: flex;
    flex-direction: column;
}
.cta-23{
    padding: 20px;
}
.img-box-se{
    min-height: auto;
}
.span-label-sec{
    font-size: 12px;
}
.img-23main{
    width: 100%;
    margin-top: 20px;
}
}