.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-89bfc5b:#FBDB21;--e-global-color-b1f5a51:#112638;--e-global-typography-primary-font-family:"Roboto";--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;}.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){margin-block-end: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 *//* 🪩 بک‌گراند گلس مورفیسم با افکت طلای مذاب و اورورا */
.glass-animated-bg {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 45px;
  background: rgba(8, 8, 8, 0.65);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
  transition: all 0.5s ease;
  z-index: 1;
}

/* ✨ جریان نور طلایی و اورورا */
.glass-animated-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 215, 0, 0.15),
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 165, 0, 0.12),
      transparent 60%
    ),
    linear-gradient(
      135deg,
      rgba(255, 215, 0, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 25%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(212, 175, 55, 0.15) 75%,
      rgba(0, 0, 0, 0.8) 100%
    );
  background-size: 300% 300%;
  animation: auroraFlow 12s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.8;
  z-index: -1;
}

/* 🌊 موج طلایی در عمق */
.glass-animated-bg::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(
    from 0deg,
    rgba(255, 215, 0, 0.05),
    rgba(255, 255, 255, 0.08),
    rgba(212, 175, 55, 0.05),
    transparent 70%
  );
  animation: waveSpin 16s linear infinite;
  mix-blend-mode: overlay;
  opacity: 0.6;
  z-index: -2;
}

/* ✨ افکت Hover */
.glass-animated-bg:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 0 50px rgba(255, 215, 0, 0.45);
}

/* 🎞️ انیمیشن‌ها */
@keyframes auroraFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes waveSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* کد های نمایش ناو پایینی وبسایت*/
@media (max-width: 768px){
  #navbar-menu-cusmtomize{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100vw;
    max-width: 100vw;
    margin: 0 !important;

    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom); /* آیفون */
  }

  /* جلوگیری از اینکه محتوا زیر نوار برود */
  body{
    padding-bottom: 86px; /* اگر نوار کوتاه/بلند است، این عدد را تنظیم کنید */
  }

  html, body{
    overflow-x: hidden;
  }
}/* End custom CSS */