.product-overview-banner{
    margin: 60px auto auto auto;
    position: relative;
}
.po_banner_title {
    color: #333;
    font-family: "avenir_next_worldbold", 'Verdana';
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    display: flex;
    width: 1120px;
    height: 65px;
    flex-direction: column;
    justify-content: center;
    margin: 171px auto auto;
}
.des-link{
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-weight:normal;
    font-size:12px;
    line-height:20px;
    color:#008392 !important;
    text-decoration:underline;
    display:flex;
    align-items:center;
    position:relative;
    bottom:0;
}
.des-img{
    width:16px !important;
    height:16px !important;
    margin-bottom:2px;
}
.po_banner_content {
    color: #333;
    text-align: center;
    font-family: "avenir_next_worldmedium", 'Verdana';
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: auto auto auto auto;
    display: flex;
    width: 1120px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
}
.target-txt{
    margin: 4px 0 0 0;
}
.all-in-one-features .owl-stage{
    display: inline-flex;
    align-items: center;
    /* gap: 32px; */
}
.inner-fe-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-grow: 1;
} 
.inner-fe-content .target-icon{
    width: 64px !important;
    height: 64px;
}
.inner-fe-content h2{
    font-family: 'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222;

}
.all-features .owl-carousel .owl-stage{
    align-items:stretch;
}
.all-features .owl-carousel .owl-item{
    display: flex;
    align-items: stretch;
}
.inner-fe-content p{
    font-family: 'avenir_next_worldmedium', 'Verdana';
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #707070;
    flex-grow: 1;
    align-items: end;
    margin-bottom: 0;
    /* width: 192px; */
} 
.all-in-one-features .js-anchor-link{
    border-radius: 16px;
    background: #FFF;
    flex-grow: 1;
    outline: none;
    border: none;
}
.all-in-one-features .js-anchor-link:hover{
   box-shadow: 4px 4px 32px 0 rgba(247, 110, 136, 0.10);
}
/* .all-in-one-features .slick-slide:hover{
    
} */
.all-in-one-features a:focus{
    outline: none;
    border: none;
}
.product-overview-banner-background {
    position: absolute;
    top: 189px;
    left: 49%;
    transform: translateX(-50%) rotate(-1.382deg);
    width: 100%;
    height: 246px;
    background: linear-gradient(90deg, var(--Pink-900, #FFDAE4) -1.56%, var(--Pink-950, #FFF0F6) 99.87%);
    filter: blur(50px);
    z-index: -1;
    pointer-events: none;
    flex-shrink: 0;
}
 .all-in-one-features{
    padding: 40px 0 96px 0;
} 

 .po-slide-nav {
    position: absolute;
    display: flex;
    top: 53%;
    justify-content: space-between;
    left: 51.7%;
    transform: translateX(-52%);
    opacity: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    z-index: 1;
    width: 84%;
    height: 0px;
}

.po-slide-nav>span {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
}

.po-slide-nav>span.prev {
    position: relative;
    border-radius: 50px;
    background-color: #ffffff;
    transition: all 0.4s;
    box-shadow: 0px 6.67px 20px 0px rgba(0, 0, 0, 0.12);
}

.po-slide-nav>span.prev:hover {
    box-shadow: 0 8px 20px 0 #22222221;
}

.po-slide-nav>span.prev::after {
    position: absolute;
    content: '';
    background-image: url(https://www.toddleapp.com/wp-content/uploads/2024/07/single-arrow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 14px;
    top: 16px;
    width: 13.33px;
    height: 10.65px;
    rotate: 180deg;
    opacity: 1; /* Default to fully visible */
    transition: opacity 0.3s ease;
}
.po-slide-nav > span.prev.disabled::after {
    opacity: 0.5; /* Set opacity to 0.5 when disabled */
    pointer-events: none; /* Disable click events */
}
.po-slide-nav>span.next {
    position: relative;
    border-radius: 50px;
    background-color: #ffffff;
    transition: all 0.4s;
    box-shadow: 0px 6.67px 20px 0px rgba(0, 0, 0, 0.12);
}

.po-slide-nav>span.next:hover {
    box-shadow: 0 8px 20px 0 #22222221;
}

.po-slide-nav>span.next::after {
    position: absolute;
    content: '';
    background-image: url(https://www.toddleapp.com/wp-content/uploads/2024/07/single-arrow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 14px;
    top: 16px;
    width: 13.33px;
    height: 10.65px;
}
.story-card{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: #FFf;
}
.story-card{
    border-radius: 16px;
    background: #fff;
    /* min-height: 276px; */
}
.all-in-one-feature {
    flex-grow: 1;
    display: flex;
}
.all-in-one-features .owl-stage {
    display: inline-flex;
    align-items: center;
}

.owl-stage-outer {
    /* overflow: visible !important; */
    overflow: clip !important;
    overflow-y: visible !important;
}

.po-slide-nav > span {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 40px;
    pointer-events: all; 
    z-index: 10;
}
.story-cards a{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
}
/* @media (min-width: 1450px) and (max-width: 1699px) {
    .stories-carousel .owl-item{width:252px;}
} */

@media screen and (min-width: 1920px){
    
}
/* 80% zoom */
@media (min-width: 1700px) and (max-width: 1899px){
    .fold2_wrapper{background-position: center !important;background-size: 80% !important;}}
/* 90% zoom */
@media (min-width: 1450px) and (max-width: 1699px){

}
@media screen and (min-width: 1600px){
    .story-card{
        min-height: 264px;
    }
    .po-slide-nav{
        width: 85.6%;
        top: 55%;
    }
    .all-features .owl-carousel .owl-stage{
        left: 8.66%;
    }
    .po-slide-nav{
        left: 51.8%;
    }
    
}
@media screen and (max-width: 1440px){
    .po-slide-nav>span.prev{left:20px;}
    .po-slide-nav>span.next{right:25px;}
}
@media screen and (max-width: 1439px) and (min-width: 1024px){
    .po_banner_title {
        font-family: "avenir_next_worldbold", 'Verdana';
        font-size: 36px;
        font-weight: normal;
        line-height: 44px;
        width: auto;
    }
}
@media(min-width:1366px){
    .story-card{
        padding:32px;
    }
    .po_banner_title, .po_banner_content {
        width: auto;
        text-align: center;
    }
}

@media(max-width:1300px) and (min-width:1024px){
    .story-card{
        padding: 28px;
    }
    .po_banner_title, .po_banner_content {
        width: auto;
        text-align: center;
    }
    .story-card{
        min-height: 288px;
    }
    .po-slide-nav{
        left: 51.5%;
        width: 78%;
    }
    .po_banner_title{
        margin: 130px auto auto;
    }
    .owl-carousel .owl-stage{
        left: 22.22%
    }
    .po-slide-nav{
        left: 56.7%;
        width: 69%;
    }
}
@media(min-width:1024px) and (max-width:1366px){
    .all-in-one-features{padding: 40px 0 46px 0;}
    .po-slide-nav>span.prev{left:0;}
   .po-slide-nav>span.next{right:0;}

}
@media(max-width:1365px) and (min-width:1024px){
    .po-slide-nav{
        left: 56.7%;
        width: 69%;
    }
    .po-slide-nav{top: 56%;}
}
@media (max-width: 1023px) and (min-width: 768px){
    .po_banner_title {
        font-family: "avenir_next_worldbold", 'Verdana';
        font-size: 32px;
        font-weight: normal;
        line-height: 40px;
        width: 100%;
    }
    .story-card{
        padding: 16px;
    }
    .po-slide-nav{
        width: 92%;
    }
    .po_banner_content{
        padding: 0 40px;
    }
    .po-slide-nav{top:56%;}
   .po-slide-nav>span.prev{left:0;}
   .po-slide-nav>span.next{right:0;}

}
@media (max-width: 991px) and (min-width: 768px){
    .inner-fe-content{
        gap: 14px;
    }
    .inner-fe-content h2{
        line-height: 22px;
    }
}
@media (max-width: 991px){
    
    .po_banner_title, .po_banner_content{
        width: 100%;
        text-align: center;
        height: auto;
    }
    .all-in-one-features{
        padding: 60px 0 60px 0;
    }
    .po_banner_title{
        margin: 130px auto auto;
    }
}
@media (max-width: 767px) {
    .all-in-one-features-lg{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .product-overview-banner-background{
        top: 52px;
        left: 49%;
        background:none;
    }
     .product-overview-banner-background.hide-lg svg{
        height: 2000px;
    }
    a.js-anchor-link{
        width:100%;
    }
    .product-overview-banner{
        padding: 0 16px 80px;
    }
    .po_banner_title, .po_banner_content{
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 4px;
    }
    .po_banner_content{
        padding-bottom: 64px;
    }
    .po_banner_title{
        font-size: 28px;
        line-height: 36px;
        margin: 120px auto auto;
    }
    p.features-innera {
        font-size: 16px;
        color: #008392;
        font-family: "avenir_next_worldmedium";
        font-weight: normal;
        line-height: 24px;
    }
    p.features-innera img {
        width: 16px !important;
        margin-left: 5px;
        transition: transform 1s;
        height: auto;
    }
    .inner-fe-content{
        display: flex;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
    }
    .target-txt{margin: 0px 0 0 0;}
    .f-img-title{
        display: flex;
        flex-direction:column;
        align-items: flex-start;
        gap: 16px;
    }
    .all-in-one-features-lg .des{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .features-innera span{
        color: #007C8C;
        text-align: center;
        font-family: 'avenir_next_worlddemi';
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
        text-decoration-line: underline;
    }
    .inner-fe-content p{
        margin-bottom: 0px;
        max-width:264px;
    }
    /* .product-overview-banner-background{
        left: 35%;
    } */
}

@media (max-width: 400px) {
    .product-overview-banner-background.hide-lg svg{
        height: 1900px;
    }
}