.elementor-516 .elementor-element.elementor-element-4e4d62b{--display:flex;--min-height:234px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-516 .elementor-element.elementor-element-4e4d62b:not(.elementor-motion-effects-element-type-background), .elementor-516 .elementor-element.elementor-element-4e4d62b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sparktel.2cubedtest.com/wp-content/uploads/2025/10/image-2022-05-27T14-43-30.301Z.jpg");}.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-516 .elementor-element.elementor-element-bd9bfe9 .elementor-heading-title{color:var( --e-global-color-da6b9aa );}.elementor-516 .elementor-element.elementor-element-00aa37f{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-2fa97c8 */.blog-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

#date-filter, #category-filter {
    width: auto;
    background: var( --e-global-color-4a6609b );
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
}

.first-row {
    display: grid;
    grid-template-columns: 0.975fr 2fr;
    gap: 20px;
    margin-bottom: 20px;
}

.second-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.second-row {
    margin-bottom: 20px;
}

h3.post-card-item-title {
    color: #ffffff;
    font-size: 21px;
    z-index: 2;
}

.post-card-item p {
    color: #ffffff;
    z-index: 2;
}

.post-card-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,162,234, 0.2); /* ← overlay color and opacity */
  z-index: 1;
   border-radius: 25px;
   transition: background 0.4s ease;
}

.post-card-item {
    position: relative;
    border-radius: 25px;
    display: flex;
    padding: 20px;
    justify-content: end;
    flex-direction: column;
    background-position: center center;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.4s ease;
}

.post-card-item:hover:before {
   background: rgba(0,162,234, 0.8);
}

.right-col .post-card-item {
    height: 520px;
}

.left-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-col .post-card-item {
    height: 250px;
}/* End custom CSS */