.elementor-8078 .elementor-element.elementor-element-6556246c:not(.elementor-motion-effects-element-type-background), .elementor-8078 .elementor-element.elementor-element-6556246c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E6F2FF;}.elementor-8078 .elementor-element.elementor-element-6556246c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 50px 50px;}.elementor-8078 .elementor-element.elementor-element-6556246c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8078 .elementor-element.elementor-element-181d8f4a > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-8078 .elementor-element.elementor-element-4c2a0e1{--grid-row-gap:35px;--grid-column-gap:4rem;}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-8078 .elementor-element.elementor-element-4c2a0e1:after{content:"0.66";}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-post__thumbnail__link{width:100%;}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-post__meta-data span + span:before{content:"•";}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-post__text{margin-top:20px;}.elementor-8078 .elementor-element.elementor-element-5e9480ae > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8078 .elementor-element.elementor-element-3705ea47 > .elementor-widget-container{background-color:#FFFFFF;padding:0250px 50px 0250px 50px;}.elementor-8078 .elementor-element.elementor-element-3705ea47{text-align:center;}@media(min-width:768px){.elementor-8078 .elementor-element.elementor-element-181d8f4a{width:75%;}.elementor-8078 .elementor-element.elementor-element-5e9480ae{width:24.95%;}}@media(max-width:1024px){.elementor-8078 .elementor-element.elementor-element-6556246c{padding:100px 25px 100px 25px;}}@media(max-width:767px){.elementor-8078 .elementor-element.elementor-element-6556246c{padding:50px 15px 50px 15px;}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-8078 .elementor-element.elementor-element-4c2a0e1:after{content:"0.5";}.elementor-8078 .elementor-element.elementor-element-4c2a0e1 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-4c2a0e1 *//* Make all post cards uniform and equal height */
.elementor-post__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ensure post wrapper fills grid area evenly */
.elementor-post {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Fix image container to same height */
.elementor-post__thumbnail {
  height: 180px; /* Adjust if needed */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
}

/* Image style: same size, no border, cropped neatly */
.elementor-post__thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove dotted border/outline on image links */
a:focus,
a:active,
.elementor-post__thumbnail__link:focus,
.elementor-post__thumbnail__link:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Remove overlay on hover */
.elementor-post__thumbnail__link::after {
  display: none !important;
  content: none !important;
}

/* Remove gap below image */
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}

/* Make text area grow and allow pushing button to bottom */
.elementor-post__text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important
  flex-grow: 1;
  padding: 16px;
  text-align: center;
  background: #fff;
  margin-top: 10px !important;
}

/* Allow title to take up space */
.elementor-post__title {
  flex-grow: 1;
  margin-bottom: 12px;
}

/* Align the "Read More" button to bottom */
.elementor-post__read-more {
  align-self: center !important;
  margin-top: auto;
  background: #0047ab;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.elementor-post__read-more:hover {
  background: #003b91;
}

/* Hide metadata like date/author */
.elementor-post__meta-data {
  display: none !important;
}/* End custom CSS */