.elementor-kit-5{--e-global-color-primary:#ECECEC;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D02E3E;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rajdhani";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================
   ANIMATRIX-STYLE CARD POSTS
   For Elementor Posts Widget
   =========================== */

/*.elementor-widget-posts .elementor-post {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.elementor-widget-posts .elementor-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.elementor-widget-posts .elementor-post__thumbnail img {
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  height: 220px;
  width: 100%;
}

.elementor-widget-posts .elementor-post__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  margin: 15px 20px 10px 20px;
  color: #111;
  transition: color 0.3s ease;
}

.elementor-widget-posts .elementor-post__title a:hover {
  color: #e50914; /* Animatrix red hover */
}

/*.elementor-widget-posts .elementor-post__excerpt {
  font-size: 14px;
  color: #555;
  margin: 0 20px 15px 20px;
  line-height: 1.6em;
}

.elementor-widget-posts .elementor-post__meta-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #888;
  margin: 0 20px 15px 20px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

/* Category Label */
/*.elementor-widget-posts .elementor-post__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff3131; /* Bright red badge */
  /*color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
}

/* Section Headings */
/*.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
  border-left: 6px solid #e50914;
  padding-left: 12px;
  color: #111;
  margin-bottom: 20px;
}

/* Section backgrounds (alternate like Zikoko) */
/*.section-alt-1 {
  background-color: #fafafa;
  padding: 60px 0;
}

.section-alt-2 {
  background-color: #ffffff;
  padding: 60px 0;
}


/* ===========================
   Responsive Adjustments for Animatrix-Style Layout
   =========================== */

/* Tablet (max width 1024px) */
@media (max-width: 1024px) {
  /* Reduce card shadow and spacing for compact tablet view */
  /*.elementor-widget-posts .elementor-post {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }

  /* Slightly reduce post title size */
  /*.elementor-widget-posts .elementor-post__title {
    font-size: 18px;
    margin: 12px 15px 8px 15px;
  }

  /* Adjust section padding */
  /*.section-alt-1, .section-alt-2 {
    padding: 50px 0;
  }

  /* Section heading size */
  /*.elementor-widget-heading h2,
  .elementor-widget-heading h3 {
    font-size: 24px;
  }
}

/* Mobile (max width 768px) */
@media (max-width: 768px) {
  /* One post per row */
  /*.elementor-widget-posts .elementor-posts-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Reduce image height */
  /*.elementor-widget-posts .elementor-post__thumbnail img {
    height: 180px;
  }

  /* Smaller post titles */
  /*.elementor-widget-posts .elementor-post__title {
    font-size: 17px;
    margin: 10px 15px;
  }

  /* Hide excerpt if you want a tighter mobile layout */
  /*.elementor-widget-posts .elementor-post__excerpt {
    display: none;
  }

  /* Section headings smaller + more padding */
  /*.elementor-widget-heading h2,
  .elementor-widget-heading h3 {
    font-size: 20px;
    border-left-width: 4px;
    padding-left: 10px;
    margin-bottom: 15px;
  }

  /* Reduce section padding */
  .section-alt-1, .section-alt-2 {
    padding: 40px 0;
  }
}

/* Very small screens (max width 480px) */
/*@media (max-width: 480px) {
  .elementor-widget-posts .elementor-post__thumbnail img {
    height: 160px;
  }

  .elementor-widget-posts .elementor-post__title {
    font-size: 16px;
  }

  .elementor-widget-heading h2,
  .elementor-widget-heading h3 {
    font-size: 18px;
  }

  .section-alt-1, .section-alt-2 {
    padding: 30px 0;
  }
}/* End custom CSS */