.post-filter-form {position: relative;margin:0;display: flex;flex-wrap: wrap;align-items: flex-start;column-gap: 20px;row-gap: 15px;justify-content: space-between;}
.post-filter-grid{display: flex;flex-wrap: wrap;align-items: flex-start;width: calc(25% - 20px);}
body.elementor-kit-6 .post-filter-grid label{font-size: 18px;letter-spacing: 2.88px;line-height: 1.1em;font-family: "FuturaStd Medium", Sans-serif;font-weight: 600;margin: 0 0 25px;}
.post-filter-form select, 
.post-filter-form input {padding: 10px 20px;min-width: 150px;border-radius: 12px;border: 2px solid #E2E2E2;background-color: #fff;height: 48px;font-size: 17px !important;}
.post-filter-form select{background-image: url(../images/dropdown-icon.svg);-webkit-appearance: none;background-size: 24px;background-repeat: no-repeat;background-position: 98% 50%;}
.active-filters{position: relative;display: flex;flex-wrap: wrap;margin-bottom: 30px;align-items: center;}
.active-filters strong{font-size: 18px;font-family: "FuturaStd Medium", Sans-serif;font-weight: 600;color: #171717;letter-spacing: 2.88px;margin-right: 5px;}
.active-filters .filter-tag {color: #171717;font-size: 14px;font-weight: 500;letter-spacing: 0.28px;font-family: "Satoshi Medium", Sans-serif;border-radius: 20px;border: 2px solid #E2E2E2;padding: 1px 15px 0;min-height: 30px;margin-right: 10px;display: inline-flex;align-items: center;}
body.elementor-kit-6 .active-filters .filter-tag a.remove-filter {margin-left: 8px;color: #171717;text-decoration: none;font-size: 24px;}
body.elementor-kit-6 .clear-all-filters {margin-left: 1em;color: #171717;font-size: 16px;}
.remove-filter:hover, 
body.elementor-kit-6 .clear-all-filters:hover {color: #ff0000;}
.post-grid {display: flex;flex-wrap: wrap;column-gap: 40px;row-gap: 40px;}
.post-card {position: relative;width: calc(50% - 40px);border:2px solid #E2E2E2;border-radius: 12px;transition: all 0.5s ease-in-out;overflow: hidden;display: flex;}
.post-card .post-card-link{position: relative;height: 100%;}
.post-card .post-card-image{overflow: hidden;}
.post-card .post-card-image img{width: 100%;display: block;transition: all 0.5s ease-in-out;height: 270px;object-fit: cover;object-position: center;}
.post-card .post-card-tags{position: absolute;right: 15px;top: 15px;}
.post-card .post-card-tags .tag{color: #171717;border-radius: 30px;font-family: "Satoshi Medium", Sans-serif;font-weight: 400;text-transform: capitalize;letter-spacing: 0.02em;border: 2px solid #E2E2E2;background-color: #fff;padding: .5em 1.2em;font-size: 12px;}
.post-card .post-card-meta{padding: 25px 30px 80px;display: flex;flex-wrap: wrap;flex-direction: column;gap: 18px;}
.post-card .post-card-date{color: #138670;font-family: "FuturaStd Medium", Sans-serif;font-size: 16px;font-weight: 600;letter-spacing: 0.02em;}
.post-card .post-card-title{font-family: "FuturaStd Bold", Sans-serif;font-size: 26px;font-weight: 700;line-height: 1.4em;transition: all 0.5s ease-in-out;margin: 0;}
.post-card .post-card-expert{font-family: "Satoshi Variable", Sans-serif;font-size: 17px;font-weight: 400;letter-spacing: 0.01em;color: #171717;margin: 0;}
.post-card .post-card-read-link{background-color: #FAFAFA;padding: 15px;font-family: "Satoshi Variable", Sans-serif;font-size: 17px;font-weight: 500;text-transform: capitalize;color: #171717;text-align: center;position: absolute;left: 0;bottom: 0;width: 100%;}
.post-card:hover{box-shadow: 0px 0px 16px 0px #1717171F;}
.post-card:hover .post-card-title{color: #138670;}
.post-card:hover .post-card-image img{transform: scale(1.10);}
.post-pagination {position: relative;margin: 60px 0 40px;display: flex;align-items: center;justify-content: center;column-gap: 10px;}
.post-pagination .page-numbers{font-size: 14px;font-style: normal;font-weight: 700;letter-spacing: 1.4px;text-transform: uppercase;color: #171717;font-family: "Satoshi Bold", Sans-serif;padding: 2px 12px;}
.post-pagination .page-numbers:hover{color: #138670;}
.post-pagination .page-numbers.current{color: #fff;background-color: #138670;border-radius: 12px;}

@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1200px){
    .post-card .post-card-title{font-size: 22px;}
    .post-card .post-card-image img{height: 180px;}
    .active-filters{row-gap: 10px;}
} 
@media only screen and (max-width: 1024px){
    .post-grid{row-gap: 30px;}
    .post-card .post-card-image img{height: 220px;}
    body.elementor-kit-6 .post-filter-grid label{font-size: 14px;letter-spacing: 1.88px;margin: 0 0 20px;}
    .post-filter-form select, .post-filter-form input{font-size: 15px !important;}
    .post-card .post-card-title{font-size: 20px;}
    .post-pagination{margin: 40px 0 20px;}
    .post-card .post-card-meta {padding: 20px 20px 80px;}

}
@media only screen and (max-width: 767px){
    .post-card {position: relative;width: 100%;}
    .post-card .post-card-image img {height: auto;}
    .post-card .post-card-title{font-size: 20px;}
    .post-card .post-card-date{font-size: 15px;}
    .post-card .post-card-expert{font-size: 16px;}
    .post-filter-form{row-gap: 25px;}
    .post-filter-grid{width: 100%;}
    body.elementor-kit-6 .post-filter-grid label{margin: 0 0 10px;}
    
}