.echelon-container {
    padding: 6px 0px 55px;
    margin-top: 84px;
}

.echelon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
}

/* Filter Styles */
.filter-group {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    color: #000000B2;
}

.filter-item {
    cursor: pointer;
    transition: 0.3s;
}

.filter-item.view_all {
    border-bottom: 2px solid #000;
    color: #000000B2;
    position: relative;
    padding-left: 30px;
    padding-bottom: 7px;
}
.filter-label i.dashicons {
    padding-top: 4px;
    padding-left: 5px;
}
span.filter-item.view_all::before {
    content: '';
    background: var(--dark-gray);
    width: 13px;
    height: 13px;
    display: block;
    border: 1px solid #000;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 0;
}

.dropdown {
    position: relative;
    padding-bottom: 7px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: var(--off-white);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: max-content;
    border-radius: 4px;
    top: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .filter-item {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}

/* Grid Card Styles */
#echelon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* transition: 0.5s ease-in-out; */
    transition: opacity 0.3s ease-in-out;
}
#echelon-grid {
    /* 0.4s is the "sweet spot" for professional transitions */
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    opacity: 1;
    transform: translateY(0);
    will-change: opacity, transform;
}

/* This state is triggered when JS sets opacity to 0 */
.grid-faded {
    opacity: 0 !important;
    transform: translateY(15px) !important;
}

#echelon-grid .w-grid-item-h {
    /* background-color: var(--gray);
    border-radius: var(--border-radius-large);
    padding-bottom: 17px; */
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--light-white-bg);
    border-radius: var(--border-radius-large);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.post_image.logo{
    width: 126.701px;
    height: 49.522px;
    object-fit: cover;
}
#echelon-grid .bottom_sec .post_taxonomy {
    padding-top: 0;
    font-weight: 700;
}
#echelon-grid .description {
    margin: 0 !important;
}
#echelon-grid.client_grid article .bottom_sec{
    padding-bottom: 17px;
}
#echelon-grid.client_grid article {
    padding-bottom: 0;
}
#echelon-grid.client_grid .bg_white_box {
    margin: 0;
}
.auto-cycle-controls, #cycle-btn {
    background: transparent;
}
/* View More Button */
.pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

#view-more-btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
}

#echelon-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.page-dot {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.page-dot.active {
    background: #000;
    color: #fff;
}
#echelon-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 75px 0 0;
}

.page-num {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.page-num.active, .page-num:hover {
    background: #000;
    color: #fff;
}

/* Hide the old View More button wrap since we are using numbers now */
.pagination-wrap {
    display: none;
}
.trans_main_sec .w-post-elm.logo img{
	object-fit: cover;
    width: 147.169px;
    height: 57.522px;
}
#echelon-grid .taxonomy-label{
	font-weight:700;
}
a.black_circle_btn.visiblehidden {
    visibility: hidden;
}
@media screen and (min-width:768px) and (max-width: 1279px) {
    .trans_main_sec .w-post-elm.logo img {
        width: 70%;
		height:auto;
    }
    .echelon-container {
        margin-top: 30px;
    }
    #echelon-grid {
        gap: 25px 17px;
    }
    #echelon-grid .arrow_circle_btn::after, .box_trans_height .arrow_circle_btn::after {
        top: 4px !important;
    }
    div.client_grid {
        padding-top: 15px;
    }
    .taxonomy-label span, .bottom_sec .post_taxonomy span {
        font-size: clamp(12px, 1.563vw, 16px);
        margin-top: 12px !important;
        margin-bottom: 10px !important;
        display: block;
    }
    div.client_grid .bg_white_box {
        padding-top: 7px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px;
    }
}
/*------------------------------------- Transactions CSS (Mobile Screen) ------------------------------------------*/

@media screen and (max-width: 767.5px) {
	.echelon-container {
		padding: 10px 0px 30px;
		margin-top: 38px;
	}
	div.client_grid {
		padding-top: 0;
	}
	#echelon-grid {
		grid-template-columns: 100%;
		gap: 25px;
	}
	#echelon-pagination {
		margin: 36px 0 0;
	}
	#echelon-grid .client_grid article .bottom_sec, .client_grid article .bottom_sec p {
		font-size: clamp(16px,5vw, 17px);
	}
	#echelon-grid .taxonomy-label {
		padding: 20px 0;
	}
	.echelon-header .filter-group {
		gap: 30px;
		font-size: clamp(12px, 3.75vw, 17px);
	}
	.echelon-header .filter-label i.dashicons {
		padding-top: 0px;
		padding-left: 0px;
		font-size: 15px;
	}
	.echelon-header {
		display: flex;
		padding-bottom: 32px;
		align-items: baseline;
	}
}