@media (min-width:1024px) {
div#page {
    overflow: visible;
}
	
}

.post-folda-content-inner h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-folda-content-inner h2 i {
    color: var(--orange);
}

.candidate-fold1 {
    position: relative;
}

.category-folda-item-content-readmore .readmore {
    background: var(--orange);
}

.candidate-fold1::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/04/ethica-whitecurve-bottom-1.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.post-folda-content-inner ul > li {
    margin-bottom: 0px;
}

.post-folda-content-inner ol > li::marker {
    font-size: 24px;
    left: 20px;
    position: relative;
}

.bump {
    margin: 20px;
}

.post-folda-content-inner ol > li::before {
    content: counter(list-item) ". "; /* Custom number content */
    position: absolute;
    font-size: 20px;
    color: var(--orange);
    left: -25px;
    top: -3px;
}

.post-folda-content-inner ol h2 {
    padding-left: 30px;
}

        .post-folda-content-inner {
            margin: auto;
            padding: 50px 30px;
        }

.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: #333;
            font-size: 1.5em;
            margin-top: 20px;
            font-weight: 500;
        }

        .post-folda-content-inner h2 {
            margin-top:20px;
        }

        .post-folda-content-inner p {
            margin: 10px 0;
        }

.post-folda-content-inner p strong {
    font-weight:500;
    color:var(--orange);
}

        .post-folda-content-inner ol {
            margin: 20px 0;
            padding-left: 0px;
            list-style: none;
            padding-left: 20px;
        }

        .post-folda-content-inner li {
            margin-bottom: 20px;
            position: relative;
        }

.post-folda-content-inner li::marker{
    color: #e96324;
}

        .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-content-inner img.float-right {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 220px;
    border-radius: 4px;
    margin-top: 10px;
}

.clear {
    clear: both;
}

.post-folda-wrapper {
    display: flex;
    gap: 50px;
    padding: 200px 0px 20px;
    align-items: flex-start;
    position: relative;
}

.category-folda-item-img > picture {
    display: flex;
}

.post-folda-content {
    flex: 1;
    position: relative;
    z-index: 7;
    box-shadow: 0px 0px 10px 0px #0000001f;
    border-radius: 20px;
    overflow: hidden;
}

.post-folda-content-img-slider .splide__slide {
    display: flex;
    align-items: center;
}

.blog-img-row-item img {
    border-radius: 20px;
}

.blog-column {
    max-width: 480px;
    background: whitesmoke;
    border-radius: 20px;
}

.post-folda-content-img {
    display: flex;
    justify-content: center;
    background: var(--blue);
    position: relative;
}

@media (min-width: 1024px) {

.blog-column {
    position: sticky;
    top: 120px;
    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-content-img::before {
    content: '';
    background: url(/wp-content/uploads/2024/04/ethica-bluecurve-top.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.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(--orange);
    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: cover;
    width: 100%;
    object-position: top;
}

.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;
}

.post-folda-content-date p {
    font-size: 24px;
    line-height: 1;
    margin: 0px;
    color: var(--orange);
}

.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;
}

.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;
}
.post-folda-content-title .title {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
}

.post-folda-content a {
    color: var(--main-color1);
    font-weight: 700;
}

.post-folda-content ul {
    padding-left: 20px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-folda-content-header {background: var(--blue);color: white;padding: 50px 30px;}

.post-folda-column-item :is(a, a:visited) {
    display: flex;
    gap: 20px;
    align-items: center;
    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;
    max-height: 90px;
}

div#ebook-fold {
    background: whitesmoke;
}

/*== == CATEGORY == ==*/

.category-folda-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 100px 0px;
}

.category-folda-item {
    flex: 0 0 calc(100% / 2 - 20px);
    display: flex;
    gap: 20px;
    position: relative;
    background: var(--blue);
    border-radius: 40px;
    color: white;
    overflow: hidden;
}

.category-folda-item-img {
    flex: 0 0 400px;
    display: flex;
    position: relative;
}

.category-folda-wrapper .category-folda-item:nth-of-type(2n) {
    flex-direction: row-reverse;
    background: var(--blue);
    color: white;
}

.category-folda-item-img img {
    max-height: 640px;
    width: 100%;
    object-fit: cover;
}

.category-folda-item-content-header .subtitle {
    margin: 0px;
    padding: 0px;
    background: none;
}

.category-folda-item-content-header {
    padding-bottom: 20px;
}

.category-folda-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: calc(100% - 40px);
    margin: 0px auto;
    padding-bottom: 40px;
}

.category-folda-item-padding {
    display: flex;
    gap: 40px;
    padding: 0px;
    flex: 1;
    flex-direction: column;
}

.category-folda-item-img::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/04/ethica-bluecurve-top.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.category-folda-item-img::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/ethica-square-circle-shape.png');
    bottom: 80px;
    left: 80px;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.category-folda-wrapper .category-folda-item:nth-of-type(2n) .category-folda-item-img::after{
    bottom:unset;
    left:unset;
    right:80px;
    top:40px;
}

.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;
}


.post-folda-content-inner p a {
    color: #ff7b0b;
}

	/*== == CATEGORY END == ==*/

/*== == == Blog Readmore == === ==*/

.readmore-wrapper .readmore {
    color: white;
    width: 200px;
    font-weight: 500;
}

.readmore-wrapper {
    margin-top: 30px;
}

    /*== == == Blog Readmore END == == =*/