.elementor-1093 .elementor-element.elementor-element-d14b6d8{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1093 .elementor-element.elementor-element-1108576{--display:flex;}.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-1093 .elementor-element.elementor-element-55e83cd{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1093 .elementor-element.elementor-element-55e83cd > .elementor-widget-container{margin:30px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.39 * 100% );}.elementor-1093 .elementor-element.elementor-element-55e83cd:after{content:"0.39";}.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-post__thumbnail__link{width:100%;}.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-post__meta-data span + span:before{content:"/";}.elementor-1093 .elementor-element.elementor-element-55e83cd.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1093 .elementor-element.elementor-element-55e83cd.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1093 .elementor-element.elementor-element-55e83cd.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1093 .elementor-element.elementor-element-55e83cd:after{content:"0.5";}.elementor-1093 .elementor-element.elementor-element-55e83cd .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-55e83cd *//* 1. Stack posts vertically in a column */
.elementor-posts-container.elementor-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* 2. Each post = horizontal row (image + text) */
.elementor-post {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* 3. Odd posts: image on the right (default) */
.elementor-post:nth-child(odd) {
  flex-direction: row;
}

/* 4. Even posts: image on the left */
.elementor-post:nth-child(even) {
  flex-direction: row-reverse;
}

/* 5. Image container */
.elementor-post__thumbnail__link {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-post__thumbnail {
  width: 100%;
}
.elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* 6. Text content */
.elementor-post__text {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 7. Title */
.elementor-post__title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2a4a;
  margin: 0 0 1rem 0;
}
.elementor-post__title a {
  text-decoration: none;
  color: inherit;
}

/* 8. Excerpt paragraph */
.elementor-post__text p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Title styling */
.elementor-post__title {
  font-family: 'Inter', sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.3 !important;
}

/* Link inside title */
.elementor-post__title a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Paragraph/excerpt styling */
.elementor-post__text p {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  color: #6b7280 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ea8b28; /* Match your orange */
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Add arrow icon after */
.elementor-post__read-more::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* Hover effect */
.elementor-post__read-more:hover {
  background-color: #d97706; /* Slightly darker orange */
}

/* Optional: arrow shift on hover */
.elementor-post__read-more:hover::after {
  transform: translateX(4px);
}

#load-more {   
    background-color: #144F90; 
    
}


/* 9. Responsive mobile layout */
@media (max-width: 768px) {
  .elementor-post {
    flex-direction: column !important;
    text-align: center;
  }

  .elementor-post__thumbnail__link {
    max-width: 100%;
    width: 100%;
  }

  .elementor-post__text {
    align-items: center;
    text-align: center;
    margin-top: 1.5rem;
  }

  .elementor-post__title {
    font-size: 1.3rem;
  }

  .elementor-post__text p {
    font-size: 0.95rem;
  }
}/* End custom CSS */