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

ul.services-list li a {
    color: var(--primary-color1);
}
.post-folda-content-inner ul > li {
    margin-bottom: 0px;
    display: unset;
}

.post-folda::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/05/background-shape.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1520px;
    max-height: 600px;
}

.service-fold1::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/05/background-shape.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1520px;
    max-height: 600px;
}

.service-fold1 {
    position: relative;
    overflow: hidden;
}

.post-folda-content-inner p :is(strong, b) {
    color: var(--primary-color1);
}

.post-folda-content-inner p strong.black{
    color:#666;
}

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

.post-folda-content a.scroll-menu {
    width: 320px;
}

.bump {
    margin: 20px;
}

.post-folda-content-inner h2 :is(strong, b) {
    color: #db1200;
}

.post-folda-content::before {
    bottom: -90px;
    right: 150px;
    content: '';
    position: absolute;
    height: 206px;
    width: 142px;
    background-image: url(/wp-content/uploads/2021/04/homepage-plane.png);
    background-size: contain;
    z-index: 4;
    pointer-events: none;
}

.post-folda-content::after {
    bottom: -180px;
    right: 370px;
    content: '';
    position: absolute;
    height: 206px;
    width: 142px;
    background-image: url(/wp-content/uploads/2021/04/homepage-plane.png);
    background-size: contain;
    z-index: 4;
    pointer-events: none;
}

    .fold2.animate.animate-complete .row-container::after, .fold2.active.animate-on-load .row-container::after {
        transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transition-delay: 1.9s;
    }

    .fold2.animate.animate-complete .row-container::before, .fold2.active.animate-on-load .row-container::before {
        transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transition-delay: 1.7s;
    }

.post-folda-column-item-title p:last-child {
    color: var(--primary-color1);
    font-size: 14px;
    line-height: 1;
}

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

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

        .post-folda-content-inner {
            margin: auto;
        }

.post-folda-content-inner h2 {
    color: var(--primary-color1);
    margin: 15px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
}

.post-folda-content-inner p:first-child {
    margin-top: 0px;
}

img.banner-img {
    border-radius: 4px;
    margin-top: 10px;
}

        .post-folda-content-inner h2 {
        }

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

        .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;
            color: #fff;
        }

.post-folda-content-inner li strong {
    font-weight:500;
}

.post-folda-content-inner p strong {
    font-weight:500;
}

.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: 60px;
    padding: 0px 0px 120px;
    align-items: start;
    position: relative;
    justify-content: space-between;
}

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

.category-folda-item-img > picture img {
    flex:1;
    width:100%;
    height:unset;
}

.category-folda-item-img::before {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.post-folda-content {
    position: relative;
    z-index: 7;
    flex: 100;
    padding: 30px;
    background: #00000033;
    border-radius: 50px;
    margin-top: 300px;
    color: #fff;
}

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

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

.blog-column {
    background: #00000033;
    border-radius: 50px;
    color: #fff;
}

.post-folda-content-img {
    display: flex;
    justify-content: center;
}

@media (min-width:1024px) {

.blog-column {
    position: sticky;
    top: 140px;
    right: 0px;
    width: 450px;
    margin-top: 300px;
}

}

.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;
    border-radius: 20px;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.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;
    /* overflow: hidden; */
}

.post-folda-content-img img {
    max-height: 450px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    object-position: center;
}

.post-folda-content-date p:last-child a {
    text-decoration: underline !important;
    color: var(--primary-color1);
}
.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(--primary-color1);
}

.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: 300; */
}

.post-folda-column-item-title p {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
}

.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;
    width: 150px;
    padding: 5px;
    border-radius: 20px;
    min-width: 150px;
}

.blog-column-header p {
    margin: 0px;
}
.post-folda-content-title .title {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
}

.post-folda-content a.readmore {width: 270px;}

.post-folda-content ul {
    padding-left: 0px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.post-folda-content-header {
    padding: 20px 0px;
}

.post-folda-column-item :is(a, a:visited) {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    color: #fff;
    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: 15px;
    width: 100%;
    object-fit: cover;
    max-height: 90px;
}

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

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

.category-folda-item {
    flex: 1 0 100%;
    display: flex;
    gap: 20px;
    position: relative;
    background: #00000033;
    border-radius: 50px;
}

.category-folda-item-content-header-subtext {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: var(--primary-color1);
    line-height: 28px;
}

.category-folda-item-content-header-subtext .subtext {
    color: #fff;
}

.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: #333;
    border-radius: 10px;
    color: white;
}

.category-folda-item-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

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

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

.category-folda-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 calc(100% - 610px);
}

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

.category-folda-item-img {
    position: absolute;
    top: 60px;
    right: 40px;
    max-width: 480px;
    height: calc(100% - 110px);
    display: flex;
    width: calc(100% - 40px);
    border-radius: 20px;
    overflow: hidden;
}

.category-folda-item:nth-of-type(2n) .category-folda-item-img {
    right: unset;
    left: 0px;
}

.category-folda {
    clear: both;
    /* background: whitesmoke; */
}

.category-folda-item:nth-of-type(2n) .category-folda-item-img img {
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

@media (min-width:1024px) {
.category-folda-wrapper .category-folda-item:nth-of-type(2n) .category-folda-item-padding {
    flex-direction: row-reverse;
}
}

.post-folda-content-inner p a {
    color: var(--primary-color1);
    font-weight: 600;
    transition:all 500ms ease;
}

.post-folda-content-inner p a:hover{
    opacity:.5;
}

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

/*== == == Fold1 / Fold4 =-= == ==*/

.site-main {
    /* margin-top: 100px; */
}

div#fold4 {
    text-align: center;
}

#fold4::before, #fold4::after {
    display:none;
}

    /*== == == Fold1 / Fold4 END == == ==*/

/*=== == == Container FoldC === == ==*/

.container-fold-c-wrapper {
    display: flex;
    padding: 70px 0px;
    flex-wrap: wrap;
    gap: 40px;
}

.container-foldc-fold3-item {
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 calc(100% / 3 - 27px);
    border-radius: 15px;
    transition: all 0.5s ease;
    background: #00000033;
}

.container-foldc-fold3-item-title picture > img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.container-foldc-fold3-item-title > .subtitle {
    font-size: 20px;
    line-height: 26px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-foldc-fold3-item-content p, .fold3-item-content h2 {
    font-weight: 300;
    color: white;
    line-height: 24px;
    font-size: 15px;
}

.container-foldc-fold3-item a {
    color: #333;
    display: flex;
    flex-direction: column;
}

.view-blog-button {
    color: var(--primary-color1);
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    margin: 0px;
}

.view-blog-button i {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.container-foldc-fold3-date {
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    color: var(--primary-color1);
}

.container-foldc-fold3-item-content {
    padding: 20px 0px;
    flex: 1;
}

.container-foldc-fold3-item-content p {
    margin: 0px;
}

.container-foldc-fold3-item-title picture::before {
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

.container-foldc-fold3-item-title picture {
    position:relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.container-foldc-fold3-item:hover * :not(.subtitle){
    opacity: .75;
}


.container-foldc-fold3-item-content p strong {
    font-weight: 600;
    color: #db1200;
}

.category-folda-item-content-inner {
    color: #fff;
}

.post-folda-content::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/balloon-pair1.png');
    position: absolute;
    top: -200px;
    left: -60px;
    width: 230px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-15deg);
    pointer-events:none;
}

.post-folda-content::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/cc1-balloon8-blue2.png');
    position: absolute;
    top: -190px;
    right: -40px;
    width: 230px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(10deg) scalex(-1);
    pointer-events:none;
}

.category-folda-item::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/balloon-pair1.png');
    position: absolute;
    top: -200px;
    left: -60px;
    width: 230px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-15deg);
    pointer-events:none;
}

.blog-template-default div#page {
    overflow: unset;
}

.category-folda-item::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/cc1-balloon8-blue2.png');
    position: absolute;
    top: -190px;
    right: -40px;
    width: 230px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(10deg) scalex(-1);
    pointer-events:none;
}

.container-foldc-fold3-item * {
    transition: all 500ms ease;
}

	/*== == == Container FoldC END == == ==*/