@media (min-width:1024px) {
    div#page {
        overflow: visible;
    }
        
    }
    
    .post-folda-content-inner ul > li {
        margin-bottom: 0px;
    }
    
    .post-folda-content-inner ol > li::marker {
        font-size: 24px;
        left: 20px;
        position: relative;
    }
    
    .post-folda-content-inner ol > li::before {
        content: counter(list-item) ". "; /* Custom number content */
        position: relative;
        font-size: inherit;
        color: white;);
    }
    
    .post-folda-content-inner ol h2 {
        padding-left: 30px;
    }
    
            .post-folda-content-inner {
                margin: auto;
            }
    
    .post-folda-content-inner p:first-child {
        margin-top: 0px;
    }
    
    img.banner-img {
        border-radius: 4px;
        margin-top: 10px;
    }
    
            .post-folda-content-inner h2 {
                color: white;
                font-size: 1.5em;
                margin-top: 20px;
                text-decoration: underline;
            }
    
            .post-folda-content-inner p {
                color: white;
                margin: 10px 0;
            }
    
            .post-folda-content-inner ol {
                margin: 20px 0;
                padding-left: 0px;
                list-style: none;
            }
    
            .post-folda-content-inner li {
                margin-bottom: 20px;
                position: relative;
            }
    
    .post-folda-content-inner li::marker{
        color: var(--primary-color2);
    }
    
            .post-folda-content-inner img.float-left {
                float: right;
                margin-left: 15px;
                margin-bottom: 15px;
                max-width: 220px;
                border-radius: 4px;
            }
    
    .fold1-bar {
        background: #333;
        height: 200px;
    }
    
    .subtitle {
        font-size:32px;
        line-height:40px;
    }
    
    .post-folda-wrapper {
        display: flex;
        gap: 80px;
        padding: 50px 0px;
        align-items: flex-start;
        position: relative;
    }
    
    .category-folda-item-img > picture {
        display: flex;
    }
    
    .post-folda-content {
        flex: 1;
        position: relative;
        z-index: 7;
    }
    
    .post-folda-content-img-slider .splide__slide {
        display: flex;
        align-items: center;
    }
    
    .category-folda-header {
        display: flex;
        justify-content: space-between;
        padding: 75px 0px 25px;
    }
    
    .category-folda-header .readmore {
        width: 250px;
        margin: 0px;
    }
    
    .category-folda-header .title {
        margin: 0px;
    }
    
    .blog-img-row-item img {
        border-radius: 20px;
    }
    
    .blog-column {
        max-width: 400px;
        background: #ababab;
        border-radius: 20px;
    }
    
    .post-folda-content-img {
        display: flex;
        justify-content: center;
    }
    
    @media (min-width:1024px) {
    
    .blog-column {
        position: sticky;
        top: 130px;
        right: 0px;
    }
    
    }
    
    .blog-img-row {
        display: flex;
        gap: 20px;
    }
    
    .post-folda-content-img-slider ul.splide__pagination {
        position: absolute;
        top: 0px;
        left: 0px;
        gap: 7px;
        background: #ffffffa6;
        padding: 0px;
        padding: 5px;
        border-radius: 5px;
    }
    
    .post-folda-content-img-slider {
        position: relative;
    }
    
    .post-folda-content-img-slider ul.splide__pagination button {
        padding: 5px;
        border-radius: 50%;
        border: none;
        background: var(--main-color1);
        transition: all 500ms ease;
        opacity: .6;
    }
    
    .post-folda-content-img-slider ul.splide__pagination button.is-active {
        opacity: 1;
    }
    
    .post-folda-content-img-slider ul.splide__pagination > li {
        display: flex;
    }
    
    .post-folda::before {
        content: '';
        background-image: url('/wp-content/uploads/2023/12/dot-pattern-flip.png');
        position: absolute;
        top: 50%;
        left: 0px;
        background-size: contain;
        max-width: 500px;
        height: 500px;
        background-repeat: no-repeat;
        width: 100%;
    }
    div#custom_html-2 {
        position: relative;
        z-index: 7;
    }
    
    
    .post-folda-column-item-view-all {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }
    
    .post-folda-column-item-view-all :is(a, a:visited, a:hover) {
        display: block;
        padding: 10px;
        background: var(--primary-color1);
        color: white;
        border-radius: 10px;
        line-height: 1;
        width: 100%;
        text-align: center;
    }
    
    .post-folda-content-inner .subtext {
        margin: 10px 0px;
        color: var(--primary-color1);
    }
    
    .post-folda-column-item-view-all a:hover {
        opacity: .6;
    }
    .post-folda {
        position: relative;
    }
    
    .post-folda-content-img img {
        max-height: 500px;
        object-fit: contain;
        border-radius: 20px;
        width: 100%;
        object-position: center;
        height: auto;
    }
    
    .post-folda-content-date p:last-child a {
        font-weight: 400;
        text-decoration: underline !important;
    }
    .post-folda-content-date {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    
    .post-folda-content-date p {
        font-size: 24px;
        line-height: 1;
        margin: 0px;
        color: var(--primary-color2);
    }
    
    .post-folda-column-padding {
        padding: 20px 20px 30px;
    }
    
    .blog-column-header {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .blog-column-header p {
        font-size: 24px;
        line-height: 32px;
    }
    
    .post-folda-column-item-title p:first-child {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
    
    .post-folda-column-item-title p {
        margin: 0px;
    }
    
    .post-folda-column-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 20px;
    }
    
    .post-folda-column-item {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    
    .post-folda-column-item-img {
        display: flex;
        flex: 0 0 150px;
        padding: 5px;
        border-radius: 20px;
    }
    
    .blog-column-header p {
        margin: 0px;
        color: #333;
    }
    .post-folda-content-title .title {
        margin: 0px;
        font-size: 40px;
        line-height: 48px;
    }
    
    .post-folda-content a {
        color: white;
        font-weight: 700;
    }
    
    .post-folda-content ul {
        padding-left: 20px;
        text-align: left;
        margin-left: 10px;
    }
    
    .post-folda-content-header {
        padding: 20px 0px;
    }
    
    .post-folda-column-item :is(a, a:visited) {
        display: flex;
        gap: 20px;
        align-items: stretch;
        color: #333;
        transition: all 500ms ease;
        width: 100%;
    }
    
    .post-folda-column-item-title {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }
    
    .post-folda-column-item a:hover {
        opacity: .6;
    }
    
    .post-folda-column-item-img img {
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
    }
    
    div#ebook-fold {
        background: whitesmoke;
    }
    
    /*== == CATEGORY == ==*/
    
    .category-folda-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding: 10px 0px 75px;
    }
    
    .category-folda-item {
        flex: 1 0 100%;
        display: flex;
        gap: 20px;
        position: relative;
        background: whitesmoke;
        border-radius: 20px;
    }
    
    .category-folda-item-img {
        flex: 0 0 400px;
        display: flex;
    }
    
    .category-folda-wrapper .category-folda-item:nth-of-type(2n) {
        flex-direction: row-reverse;
        background: var(--primary-color1);
        border-radius: 10px;
        color: white;
    }

    .category-folda-wrapper .category-folda-item:nth-of-type(2n) .category-folda-item-padding {
        color:white;
    }

    .category-folda-item-img img {
        max-height: 430px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .category-folda-item-content-header .subtitle {
        margin: 0px;
        padding: 0px;
        background: none;
    }
    
    .category-folda-item-content-header {
        padding-bottom: 20px;
    }
    
    .category-folda-item-content-header .smalltitle {
        font-style: italic;
    }
    
    .category-folda-item-content-header .smalltext {
        font-style: italic;
        margin: 0px;
    }
    
    .category-folda-item-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 0 0 calc(100% - 520px);
    }
    
    .category-folda-item-padding {
        display: flex;
        gap: 40px;
        padding: 60px 40px;
        flex: 1;
        color: #333;
    }
    
    .category-folda-item-img {
        position: absolute;
        top: 0px;
        right: 0px;
        max-width: 480px;
        height: 100%;
        display: flex;
        width: 100%;
    }
    
    .category-folda-item:nth-of-type(2n) .category-folda-item-img {
        right: unset;
        left: 0px;
    }
    
    .category-folda-item:nth-of-type(2n) .category-folda-item-img img {
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
    }
    
    .category-folda-item-content-readmore .readmore {
        background: var(--primary-color1);
    }
    
    .category-folda-item:nth-of-type(2n) .category-folda-item-content-readmore .readmore {
        background: #333;
    }
    
    @media (min-width:1024px) {
    .category-folda-wrapper .category-folda-item:nth-of-type(2n) .category-folda-item-padding {
        flex-direction: row-reverse;
        color: white;
    }
    }
    
    .post-folda-content-inner p a {
        color: white;);
        text-decoration: underline !important;!i;!;
    }
    
        /*== == CATEGORY END == ==*/
    
    /*== == BLOG FOLDB == ==*/
    
    .category-foldb {
    }
    
    .category-foldb-item {
        flex: 0 0 calc(100% / 4 - 8px);
        position: relative;
        display: flex;
        text-align: center;
        border-radius: 20px;
        overflow: hidden;
    }
    
    .category-foldb-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 50px 0px;
    }
    
    .category-foldb-item > a {
        color: white;
        display: flex;
        flex: 1;
    }
    
    .category-foldb-item-img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    .category-foldb-item-content {
        position: relative;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
        transition: all 500ms ease;
    }
    
    .category-foldb-item .subtitle {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
    }
    
    .category-foldb-item-img::before {
        content: '';
        height: 100%;
        width: 100%;
        background: #333333ab;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    .category-foldb-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 500ms ease;
    }
    
    .category-foldb-item-padding {
        padding: 40px 15px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .category-foldb-item-content-readmore .readmore {
        width: 100%;
    }
    
    .category-foldb-item-title-front {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        transition: all 300ms ease;
        left: 20px;
        width: calc(100% - 40px);
    }
    
    .category-foldb-item > a:hover .category-foldb-item-content {
        opacity: 1;
    }
    
    .category-foldb-item > a:hover .category-foldb-item-title-front {
        opacity: 0;
    }
    
        /*== == BLOG FOLDB END == ==*/