.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#07004C;--e-global-color-text:#171719;--e-global-color-accent:#DD6850;--e-global-color-962aa5a:#4C4C4C;--e-global-typography-primary-font-family:"IranYekan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--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;background-color:var( --e-global-color-primary );}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===== container */
.cards-slider{
  position: relative;
  width: 420px;      /* اندازه دلخواه - میتونی تغییر بدی */
  max-width: 100%;
  height: 320px;     /* تنظیم کن بر اساس نسبت عکس‌ها */
  margin: 0 auto;
  user-select: none;
}

/* ===== هر کارت */
.cards-slider .card{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  transform: translate(-50%,-50%);
  transition: transform 0.8s cubic-bezier(.2,.9,.2,1), opacity 0.6s ease, filter 0.6s ease;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* عکس داخل کارت */
.cards-slider .card img{
  width: 100%;
  height: auto;
  display: block;
}

/* ===== چهار موقعیت (pos-0 جلو، pos-1 پشتش و ... ) */
.cards-slider .pos-0 { z-index: 4; opacity: 1; transform: translate(-50%,-50%) scale(1) translateX(0) rotate(0); }
.cards-slider .pos-1 { z-index: 3; opacity: 1; transform: translate(-50%,-50%) scale(.96) translateX(28px) rotate(-1deg); filter: brightness(.98); }
.cards-slider .pos-2 { z-index: 2; opacity: 0.9; transform: translate(-50%,-50%) scale(.92) translateX(56px) rotate(-2deg); filter: brightness(.95); }
.cards-slider .pos-3 { z-index: 1; opacity: 0.8; transform: translate(-50%,-50%) scale(.88) translateX(84px) rotate(-3deg); filter: brightness(.90); }

/* کارت‌های اضافه (اگر بیشتر از 4 باشه) */
.cards-slider .hidden { opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(.8) translateX(120px); }

/* responsive */
@media (max-width:600px){
  .cards-slider{ height: 260px; }
  .cards-slider .pos-1 { transform: translate(-50%,-50%) scale(.97) translateX(18px) rotate(-0.5deg); }
  .cards-slider .pos-2 { transform: translate(-50%,-50%) scale(.94) translateX(36px) rotate(-1deg); }
  .cards-slider .pos-3 { transform: translate(-50%,-50%) scale(.9) translateX(54px) rotate(-1.5deg); }
}/* End custom CSS */