.elementor-22441 .elementor-element.elementor-element-6d24b58{--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;}.elementor-22441 .elementor-element.elementor-element-0a9f0af{--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;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-6fa7747 */<style>
  * { box-sizing: border-box; margin: 0; padding: 0; }

  .fe-section {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    background: #fafafa; /* پس‌زمینه روشن‌تر و مینیمال */
    padding: 40px 20px 50px;
    user-select: none;
  }

  .fe-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #1b2742; /* رنگ سورمه‌ای تیره مثل عکس */
    margin-bottom: 32px;
    letter-spacing: -0.5px;
  }

  .fe-slider-wrap {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
  }

  .fe-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    padding: 10px 0; /* فضای کافی برای سایه */
  }

  .fe-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03); /* سایه بسیار ملایم */
    overflow: hidden;
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .fe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  }

  .fe-cover {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    background: #f4f5f7;
    border-bottom: 1px solid #f9f9f9;
  }

  .fe-body {
    padding: 16px 20px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .fe-event-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.7;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .fe-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .fe-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #666;
  }

  .fe-meta-row svg {
    flex-shrink: 0;
    color: #a0a5b1;
  }

  .fe-footer {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }

  .fe-btn {
    background: #32567a; /* رنگ سورمه‌ای مشابه عکس */
    color: #fff;
    border: none;
    border-radius: 20px; /* دکمه کپسولی */
    padding: 8px 24px;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
  }

  .fe-btn:hover { background: #223f5c; }

  /* استایل‌های مربوط به وضعیت زمان و انیمیشن */
  .fe-status-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
  }

  .fe-time-left {
    color: #777;
  }

  .fe-pulse-dot {
    width: 8px;
    height: 8px;
    background: #f44336;
    border-radius: 50%;
    position: relative;
    margin-left: 2px;
  }

  .fe-pulse-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: inherit;
    animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  @keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(2.8); opacity: 0; }
  }

  /* Nav arrows */
  .fe-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid #eaebef;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.2s;
    color: #333;
  }

  .fe-arrow:hover { background: #f8f9fa; box-shadow: 0 6px 16px rgba(0,0,0,0.1); }
  .fe-arrow.prev { right: -21px; }
  .fe-arrow.next { left: -21px; }
  .fe-arrow:disabled { opacity: 0; pointer-events: none; }

  /* Dots */
  .fe-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }

  .fe-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
  }

  .fe-dot.active {
    background: #32567a;
    width: 20px;
    border-radius: 8px;
  }

  /* Skeleton loader */
  .fe-skeleton .fe-cover,
  .fe-skeleton .fe-event-title,
  .fe-skeleton .fe-meta-row,
  .fe-skeleton .fe-btn {
    background: linear-gradient(90deg, #f0f2f5 25%, #fafafa 50%, #f0f2f5 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    color: transparent !important;
    border-radius: 4px;
  }

  @keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .fe-card { flex: 0 0 calc((100% - 48px) / 3); }
    .fe-arrow.prev { right: 0px; }
    .fe-arrow.next { left: 0px; }
  }
  @media (max-width: 768px) {
    .fe-card { flex: 0 0 calc((100% - 24px) / 2); }
  }
  @media (max-width: 560px) {
    .fe-card { flex: 0 0 100%; }
    .fe-title { font-size: 20px; }
  }
</style>/* End custom CSS */