/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 12:50:01 */
.elementor-posts-container {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth; /* smooth scroll */
  gap: 20px; /* gap between posts */
}

.elementor-post {
  flex: 0 0 calc(33.333% - 13.33px); /* show 3 posts */
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.7;
}

.elementor-post.middle {
  transform: scale(1.05);
  opacity: 1;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: po
