.filter-btn {
    padding: 15px 12px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
}

.filter-btn.bg-blue-600 {
    background-color: #00b300;
    color: #fff;
}

.filter_section .past_content_container .post-item a {
    margin: 10px 0 5px;
    color: #00b300;
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.filter-btn:hover {
    background-color: transparent;
    color: #00b300;
    text-decoration: underline;
}

.post-item {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.post-item:hover {
    transform: translateY(-5px);
}

.post-item img {
    /* width: 100%; */
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.text-blue-500 {
    color: #2563eb;
}

.text-blue-500:hover {
    text-decoration: underline;
}


/* banner-start*/

.banner_section h1 {
    font-size: 54px !important;
    line-height: 55px !important;
    margin-top: 8px;
}



/* banner-end*/



 

body.bricks-is-frontend :focus {
    outline: none !important;
}


.filter_section {
    background: #f2f1f5;
}

.filter_section h3 {
    font-size: 24px;
    margin: 0 0 4px;
}

.prefix-integration-category-filter-wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.prefix-integration-category-filter-wrapper .sidebar {
    max-width: 25%;
    width: 100%;
}

.filter_section .past_content_container {
    max-width: max-content;
    margin-left: auto;
    float: unset !important;
    padding-left: 30px;
    background: transparent !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.filter_section .past_content_container .post-item {
    text-align: center;
    position: relative;
    height: 285px;  
    cursor: pointer;
    overflow: hidden;
}

/* //max-content */

.filter_section .past_content_container .post-item  p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 0;
}

.filter_section .past_content_container .post-item a {
    margin: 20px 0 5px;
    color: #00b300;
    font-weight: 600;
    display: block;
}

.filter_section .past_content_container .post-item  p:empty {
    display: none;
}



.prefix-integration-category-filter-wrapper .sidebar>div {
    display: flex;
    flex-flow: column;
}

.prefix-integration-category-filter-wrapper .sidebar>div .filter-btn.bg-gray-200 {
    background: transparent;
    border-top: 2px solid #ddd;
    outline: none;
    box-shadow: none;
    font-size: 20px;

}

.filter-btn.bg-blue-600 {
    font-size: 20px;
}

.filter_section .past_content_container .post-item:hover a {
    text-decoration: underline;
}


@media(max-width:1439px){
    .filter_section .past_content_container .post-item {
        height: 270px; 
    }
    .banner_section h1 {
        font-size: 46px !important;
        line-height: 50px !important;
        margin-top: 6px;
    }

    .prefix-integration-category-filter-wrapper .sidebar>div .filter-btn.bg-gray-200 {
        font-size: 16px;
    }

    .filter-btn.bg-blue-600 {
        font-size: 16px;
    }

    .filter_section .past_content_container .post-item  p {
        padding: 12px 0 0;
        line-height: 1.4;
    }
}

@media(max-width:1199px){
    .banner_section h1 {
        font-size: 38px !important;
        line-height: 47px !important;
        margin-top: 5px;
        letter-spacing: 0;
    }

    .filter_section h3 {
        font-size: 20px;
    }

    .filter-btn {
        padding: 13px 10px;
        border-radius: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #000000;
    }

    .prefix-integration-category-filter-wrapper .sidebar>div .filter-btn.bg-gray-200 {
        font-size: 14px;
    }

    .filter-btn.bg-blue-600 {
        font-size: 14px;
    }

    .filter_section .past_content_container {
        padding-left: 20px;
        gap: 10px;
    }
}


@media(max-width:991px){
    .banner_section h1 {
        font-size: 33px !important;
        line-height: 40px !important;
        margin-top: 5px;
    }

    .filter_section h3 {
        font-size: 24px;
        text-align: center;
        margin: 0 0 23px;
        width: 100%;
    }


    .post-item img {
        height: auto;
    }

    .filter_section .past_content_container .post-item  p {
        padding: 12px 0 0;
        line-height: 1.43;
        font-size: 13px;
    }

    /* .filter_section .past_content_container .post-item {
        height: 280px;

    } */

    .filter-btn:hover {
        background-color: #00b300;
        color: #fff;
    }
}

@media(max-width:767px){
    .filter_section .past_content_container .post-item {
        padding: 8px 8px 16px;
    }
    .filter_section .past_content_container .post-item {
        height: 255px;
    }



    .filter_section .past_content_container {
        padding-left: 0;
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }

    .filter_section .past_content_container .post-item a {
        font-size: 13px;
        margin: 10px 0 0px;
    }

    .banner_section h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
}


#toggleFilter {
	display: none;
}

@media (max-width: 1023px) {
    #toggleFilter {
        display: block;
    }
    #filterContainer {
        display: none;
    }
    /* #filterContainer {
        display: flex !important;
    } */

.sticky-filter {
    position: sticky;
    top: 0;
    background: transparent;
    z-index: 1000;
    padding: 0;
    box-shadow: unset;
}
    
.prefix-integration-category-filter-wrapper .sidebar button#toggleFilter {
    max-width: max-content;
    display: flex;
    align-items: center;
    padding: 14px 14px;
    border-radius: 5px;
    gap: 0 5px;
    font-size: 14px;
    background: #092033;
    color: #fff;
    border-radius: 50%;
}
    
    .prefix-integration-category-filter-wrapper .sidebar div#filterContainer {
        margin: 15px 0 0;
        background: #fff;
    }
    
    .prefix-integration-category-filter-wrapper .sidebar div#filterContainer button {
        width: 100%;
    }

    .prefix-integration-category-filter-wrapper .sidebar {
        max-width: max-content;
        width: 100%;
        border-radius: 5px;
        /* background: #fff; */
    }

    
    .prefix-integration-category-filter-wrapper {
        flex-flow: column;
        gap: 0;
    }

    .filter_section .past_content_container {
        padding-left: 0px;
        gap: 10px;
        margin: 25px  0 0;
    }


     
}


.editor-styles-wrapper .moves_items {
    display: flex !important;
    visibility: visible !important;
}


@keyframes fadeUp {
    0% { transform: translateY(100%); opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    30% { transform: translateY(0); opacity: 1; }
    40% { transform: translateY(-100%); opacity: 0; }
    100% { transform: translateY(-100%); opacity: 0; }
}

.moves_items {
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    font-family: sans-serif;
    color: #fff;
}

.main_text_wh {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding-right: 10px;
}

.word {
    display: flex;
    flex-direction: column;
    height: 44px;
    overflow: hidden;
}

.word span {
    display: inline-block;
    color: #43b02a;
    position: absolute;
    width: 100%;
    text-align: left;
    opacity: 0;
    transform: translateY(100%);
}

.word span:nth-child(1) { animation: fadeUp 9s infinite ease-in-out 0s; }
.word span:nth-child(2) { animation: fadeUp 9s infinite ease-in-out 3s; }
.word span:nth-child(3) { animation: fadeUp 9s infinite ease-in-out 6s; }


.word span:first-child {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 767px) {
    .moves_items {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main_text_wh {
        padding-right: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .word {
        text-align: center;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .repeater-container.moves_items {
        width: 100%;
        padding: 0;
    }
    
    .repeater-container.moves_items .static-text {
        text-align: left;
    }
    
    .repeater-container.moves_items .brick-wrapper.word {
        width: 100%;
    }
    
    .repeater-container.moves_items .brick-wrapper.word span {
        left: 30px;
    }


}

@media(max-width:478px){
    
    .repeater-container.moves_items .static-text {
        font-size: 22px;
    }

    .repeater-container.moves_items .brick-wrapper.word span {
        font-size: 22px;
    }

    .repeater-container.moves_items .brick-wrapper.word span {
        left: 0;
        text-align: center;
    }

    .repeater-container.moves_items .static-text {
        text-align: center;
    }
}


@media(max-width:370px){

    .filter_section .past_content_container .post-item a {
        font-size: 12px;
    }
}