.elementor-4613 .elementor-element.elementor-element-8094a6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4613 .elementor-element.elementor-element-ae63af0{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-4613 .elementor-element.elementor-element-ae63af0 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.55 * 100% );}.elementor-4613 .elementor-element.elementor-element-ae63af0:after{content:"0.55";}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__thumbnail__link{width:100%;}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__meta-data span + span:before{content:"•";}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__card .elementor-post__meta-data{border-top-color:var( --e-global-color-text );}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__text{margin-top:20px;}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__title, .elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__title a{text-decoration:none;}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__read-more{color:var( --e-global-color-secondary );}.elementor-4613 .elementor-element.elementor-element-ae63af0 a.elementor-post__read-more{font-size:15px;text-decoration:none;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-4613 .elementor-element.elementor-element-8094a6c{--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-4613 .elementor-element.elementor-element-ae63af0:after{content:"0.5";}.elementor-4613 .elementor-element.elementor-element-ae63af0 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-ae63af0 */.elementor-posts-container .elementor-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor-posts-container .elementor-post__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.elementor-posts-container .elementor-post__excerpt {
  flex-grow: 1;
}
.elementor-posts-container .elementor-post__read-more {
  margin-top: auto;
  align-self: flex-start;
}

#news .elementor-post__card {
    position: relative;
    overflow: hidden;
}
#news .elementor-post__meta-data .elementor-post-date {
    position: absolute;
    top: 200px;  
    left: 12px;      
    background: #0052CC;
    color: #fff;
    padding: 7px 6px;
    width: auto;
    min-width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.1;
    z-index: 10;
    text-transform: uppercase;
}
#news .elementor-post__meta-data .elementor-post-date::before {
    content: attr(data-day);
    font-size: 20px;
    font-weight: 800;
}
#news .elementor-post__meta-data .elementor-post-date::after {
    content: attr(data-month) " " attr(data-year);
    font-size: 11px;
    margin-top: 3px;
}
#news .elementor-post__meta-data {
    position: static !important;
    pointer-events: none;
    border-top: 0;
    padding: 0;
}
/* FIXED CONSISTENT THUMBNAIL HEIGHT (RESPONSIVE) */
#news .elementor-post__thumbnail {
    aspect-ratio: 16 / 9;          /* choose your ratio */
    overflow: hidden;
}

/* ------------ MOBILE VERSION ------------ */
@media (max-width: 767px) {
    #news .elementor-post__meta-data .elementor-post-date {
        top: 135px;
        left: 10px;
        padding: 5px 5px;
        font-size: 12px;
    }
    @supports (-webkit-touch-callout: none) {
    #news .elementor-post__meta-data .elementor-post-date {
            top: 150px !important;
        }
    }
    #news .elementor-post__meta-data .elementor-post-date::before {
        font-size: 18px;
    }
    #news .elementor-post__meta-data .elementor-post-date::after {
        font-size: 10px;
        margin-top: 2px;
    }
    .elementor-posts .elementor-post__card .elementor-post__title {
        font-size: 20px;
    }
    #news .elementor-post__thumbnail {
        height: 155px !important;   /* ← choose your universal height */
        aspect-ratio: auto !important;
        position: relative;
    }
    #news .elementor-post__thumbnail img {
        width: 100%;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center;
    }
    
    #news .elementor-post__thumbnail {
    display: flex;
    min-height: 155px !important;
    max-height: 155px !important;
    overflow: hidden;
    position: relative;
}
    #news .elementor-post__thumbnail img {
        flex: 1 0 auto; 
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    
}
@media (max-width: 900px) and (orientation: landscape) {
    #news .elementor-posts-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }
}




#news .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
}
#news .elementor-post__read-more::before {
    content: "";
    border: 3px solid #42D6E4;
    background-color: #42D6E4;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: .25s;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

#news .elementor-post__read-more:hover::before {
    background-color: var(--e-global-color-astglobalcolor0);
    border-color: var(--e-global-color-astglobalcolor0);
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    transform: translateX(4px);
}
#news .news-date-format {
    display: inline-block;
    text-align: center;
    line-height: 1.1;
}
#news .news-date-format::before {
    content: attr(data-day);
    display: block;
    font-weight: 700;
    font-size: 30px;
}
#news .news-date-format::after {
    content: attr(data-month) ' ' attr(data-year);
    display: block;
    font-size: 10px; 
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS */.elementor-posts-container .elementor-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor-posts-container .elementor-post__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.elementor-posts-container .elementor-post__excerpt {
  flex-grow: 1;
}
.elementor-posts-container .elementor-post__read-more {
  margin-top: auto;
  align-self: flex-start;
}

#news .elementor-post__card {
    position: relative;
    overflow: hidden;
}
#news .elementor-post__meta-data .elementor-post-date {
    position: absolute;
    top: 200px;  
    left: 12px;      
    background: #0052CC;
    color: #fff;
    padding: 7px 6px;
    width: auto;
    min-width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.1;
    z-index: 10;
    text-transform: uppercase;
}
#news .elementor-post__meta-data .elementor-post-date::before {
    content: attr(data-day);
    font-size: 20px;
    font-weight: 800;
}
#news .elementor-post__meta-data .elementor-post-date::after {
    content: attr(data-month) " " attr(data-year);
    font-size: 11px;
    margin-top: 3px;
}
#news .elementor-post__meta-data {
    position: static !important;
    pointer-events: none;
    border-top: 0;
    padding: 0;
}
/* FIXED CONSISTENT THUMBNAIL HEIGHT (RESPONSIVE) */
#news .elementor-post__thumbnail {
    aspect-ratio: 16 / 9;          /* choose your ratio */
    overflow: hidden;
}

/* ------------ MOBILE VERSION ------------ */
@media (max-width: 767px) {
    #news .elementor-post__meta-data .elementor-post-date {
        top: 135px;
        left: 10px;
        padding: 5px 5px;
        font-size: 12px;
    }
    @supports (-webkit-touch-callout: none) {
    #news .elementor-post__meta-data .elementor-post-date {
            top: 150px !important;
        }
    }
    #news .elementor-post__meta-data .elementor-post-date::before {
        font-size: 18px;
    }
    #news .elementor-post__meta-data .elementor-post-date::after {
        font-size: 10px;
        margin-top: 2px;
    }
    .elementor-posts .elementor-post__card .elementor-post__title {
        font-size: 20px;
    }
    #news .elementor-post__thumbnail {
        height: 155px !important;   /* ← choose your universal height */
        aspect-ratio: auto !important;
        position: relative;
    }
    #news .elementor-post__thumbnail img {
        width: 100%;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center;
    }
    
    #news .elementor-post__thumbnail {
    display: flex;
    min-height: 155px !important;
    max-height: 155px !important;
    overflow: hidden;
    position: relative;
}
    #news .elementor-post__thumbnail img {
        flex: 1 0 auto; 
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    
}
@media (max-width: 900px) and (orientation: landscape) {
    #news .elementor-posts-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
    }
}




#news .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
}
#news .elementor-post__read-more::before {
    content: "";
    border: 3px solid #42D6E4;
    background-color: #42D6E4;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: .25s;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

#news .elementor-post__read-more:hover::before {
    background-color: var(--e-global-color-astglobalcolor0);
    border-color: var(--e-global-color-astglobalcolor0);
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    transform: translateX(4px);
}
#news .news-date-format {
    display: inline-block;
    text-align: center;
    line-height: 1.1;
}
#news .news-date-format::before {
    content: attr(data-day);
    display: block;
    font-weight: 700;
    font-size: 30px;
}
#news .news-date-format::after {
    content: attr(data-month) ' ' attr(data-year);
    display: block;
    font-size: 10px; 
    font-weight: 600;
}/* End custom CSS */