.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1d9cab;--e-global-color-5bd4805:#F8F4BC;--e-global-color-eef37d5:#FFFFF7;--e-global-typography-primary-font-family:"Bahij";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bahij";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bahij";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bahij";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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 */.up {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* قناع أبيض يغطي الصورة بالكامل */
.up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff; /* لون الماسك */
  z-index: 2;
  transform: translateY(0); /* يغطي الصورة تمامًا */
  transition: transform 1.2s ease-in-out;
}

/* عند ظهور العنصر، ينزل القناع بالكامل لتظهر الصورة تحته */
.up.animate::before {
  transform: translateY(100%);
}

.down {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff; /* لون القناع */
  z-index: 2;
  transform: translateY(0); /* يغطي الصورة من الأسفل */
  transition: transform 1.2s ease-in-out;
}

.down.animate::before {
  transform: translateY(-100%); /* يصعد القناع ليكشف الصورة */
}






/* استهداف عناصر قائمة ووردبريس داخل Elementor */
.animated-nav .elementor-nav-menu > li {
  opacity: 0;
  transform: translateY(-25px); /* ← تم رفع نقطة البداية */
  animation: fadeSlideDown 0.8s ease-out forwards;
  animation-fill-mode: forwards;
}

.elementor-button-text {
    display: inline-block;
    padding-top: 4px;
}

/* تأخيرات متسلسلة وسريعة */
.animated-nav .elementor-nav-menu > li:nth-child(1) { animation-delay: 0.05s; }
.animated-nav .elementor-nav-menu > li:nth-child(2) { animation-delay: 0.12s; }
.animated-nav .elementor-nav-menu > li:nth-child(3) { animation-delay: 0.19s; }
.animated-nav .elementor-nav-menu > li:nth-child(4) { animation-delay: 0.26s; }

/* حركة النزول */
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-25px); /* ← تم تعديلها هنا أيضًا */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://intellipack.co/wp-content/uploads/2025/05/Bahij_TheSansArabic-Plain.ttf') format('truetype');
}
@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://intellipack.co/wp-content/uploads/2025/05/Bahij_TheSansArabic-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://intellipack.co/wp-content/uploads/2025/05/Bahij_TheSansArabic-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */