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


/* product-releases-table */

    .product-releases-table {
      margin: 0 auto 20px auto;
      max-width: 1000px;
      width: 100%;
      border-collapse: collapse;
    }

    .product-releases-table th,
    .product-releases-table td {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: left;
    }

    .product-releases-table th {
      font-size: 20px;
      background-color: #f2f2f2;
      font-weight: bold;
    }

    .product-releases-table tr:hover {
      background-color: #f9f9f9;

    }

    .product-releases-table td a {
      color: #43b02a;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .product-releases-table td a:hover {
      color: rgb(8, 23, 33);
    }

    .product-releases-table td {
      font-size: 18px;
      transition: background-color 0.3s ease;

    }

    .product-releases-table tr:hover td {
      background-color: #e9e9e9;

    }

    .product-releases-table td:hover {
      cursor: pointer;
    }


    .pagination {
      text-align: center;
      margin-top: 40px;
    }

    .pagination .page-numbers {
      padding: 10px 20px;
      background-color: #f2f2f2;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 600;
      color: rgb(8, 23, 33);
      text-decoration: none;
      transition: background-color 0.3s, color 0.3s;
    }

    .pagination .page-numbers:hover,
    .pagination .page-numbers.current {
      background-color: #43b02a;
      color: #fff;
      border-radius: 6px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
      font-weight: 600;
      color: rgb(8, 23, 33);
    }

    .pagination .page-numbers.prev:hover,
    .pagination .page-numbers.next:hover {
      background-color: #43b02a;
      border-radius: 6px;
      color: #fff;
    }


    @media (max-width: 360px) {
      .product-releases-table {
        width: 100%;
        font-size: 12px;
        max-width: 100%;
        overflow-x: auto;
      }

      .product-releases-table th,
      .product-releases-table td {
        padding: 8px;
      }

      .product-releases-table th {
        font-size: 13px;
        line-height: 16px;
      }


      .product-releases-table td {
        font-size: 12px;
      }

      .pagination .page-numbers {
        font-size: 10px;
        padding: 3px 7px;
      }


      .pagination {
        margin-top: 10px;
      }


      .product-releases-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
    }


    /* password-protection-form */

    .password-protection-form {
        max-width: 380px;
        margin: 100px auto;
        padding: 30px 25px 40px 25px;
        background: #092033;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
      }

      .password-protection-form img.logo {
        max-width: 150px;
        margin-bottom: 25px;
      }

      .password-protection-form h2 {
        margin-bottom: 12px;
        color: #43b02a;
        font-weight: 600;
        font-size: 34px;
        line-height: 1.4;
      }

      .password-protection-form p {
        margin-bottom: 25px;
        color: #fff;
        font-size: 17px;
      }

      .password-protection-form label {
        display: block;
        text-align: left;
        margin-bottom: 8px;
        font-weight: 300;
        color: #fff;
        font-size: 14px;
      }

      .password-input-wrapper {
        position: relative;
        margin-bottom: 20px;
        text-align: left;
      }

      .password-protection-form input[type="password"],
      .password-protection-form input[type="text"] {
        width: 100%;
        padding: 12px 70px 12px 12px;
        border: 1.5px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.3s ease;
      }

      .password-protection-form input[type="password"]:focus,
      .password-protection-form input[type="text"]:focus {
        border-color: #0073e6;
        outline: none;
      }

      .toggle-password {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        cursor: pointer;
        color: #0073e6;
        font-weight: 600;
        font-size: 14px;
        user-select: none;
        padding: 4px 8px;
        border-radius: 4px;
        background-color: #e7f0fe;
        transition: background-color 0.3s ease;
      }

      .toggle-password:hover {
        background-color: #c6ddfd;
      }

      .password-protection-form input[type="submit"] {
        width: 100%;
        color: #fff;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-size: 19px;
        padding: 12px 16px 12px 16px;
        background: #43b02a;
        font-weight: 600;
      }

      .password-protection-form input[type="submit"]:hover {
        background-color: #43b02ac2;
      }

      .error-message {
        color: #d93025 !important;
        font-size: 14px;
        margin-top: 15px;
        font-weight: 600;
      }

      @media (max-width: 767px) {
        .password-protection-form {
          margin: 40px 15px;
          padding: 20px 15px 30px 15px;
        }

        .password-protection-form h2 {
          font-size: 28px;
        }

        .password-protection-form p {
          font-size: 15px;
        }

        .password-protection-form label {
          font-size: 13px;
        }

        .password-protection-form input[type="password"],
        .password-protection-form input[type="text"] {
          padding: 12px 50px 12px 12px;
          font-size: 13px;
        }

        .toggle-password {
          font-size: 12px;
        }

        .password-protection-form input[type="submit"] {
          font-size: 16px;
          padding: 10px 14px;
        }

        .error-message {
          font-size: 13px;
        }
      }



      