.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"vazirmatn";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"yekanbakh";--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:#F8F8F8;font-family:"VazirMatn", Sans-serif;}.elementor-kit-8 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 *//* Apple/Claude-like dropdown for Elementor Nav Menu */
@media (min-width: 1025px) {

  /* جلوگیری از کش آمدن هدر وقتی ساب‌منو باز میشه */
  .apple-nav .elementor-nav-menu,
  .apple-nav .elementor-nav-menu > li {
    position: relative;
  }

  /* ساب‌منو: به صورت پنل شناور زیر آیتم */
  .apple-nav .elementor-nav-menu .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    /* حس اپل: پنل شیشه‌ای */
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0,0,0,0.18);

    /* انیمیشن اسلاید + فید */
    transition:
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 260ms ease,
      visibility 0ms linear 260ms;

    /* کنترل اندازه */
    min-width: 260px;
    padding: 10px;
    margin: 0;

    /* اگر زیرمنو بزرگه */
    max-height: min(70vh, 560px);
    overflow: auto;
  }

  /* آیتم‌های زیرمنو */
  .apple-nav .elementor-nav-menu .sub-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    transition: background 180ms ease, transform 180ms ease;
    white-space: nowrap;
  }

  .apple-nav .elementor-nav-menu .sub-menu li a:hover {
    background: rgba(0,0,0,0.06);
    transform: translateY(-1px);
  }

  /* باز شدن روی hover */
  .apple-nav .elementor-nav-menu > li:hover > .sub-menu,
  /* باز شدن روی focus برای کیبورد */
  .apple-nav .elementor-nav-menu > li:focus-within > .sub-menu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 220ms ease,
      visibility 0ms;
  }

  /* (اختیاری) یه مثلث کوچولو مثل tooltip */
  .apple-nav .elementor-nav-menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    background: rgba(255,255,255,0.86);
    border-left: 1px solid rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

}/* End custom CSS */