.elementor-kit-8{--e-global-color-primary:#194D80;--e-global-color-secondary:#EE1E3D;--e-global-color-text:#25364A;--e-global-color-accent:#071B32;--e-global-color-5e55028:#FFFFFF;--e-global-color-8558faf:#F5F8FC;--e-global-color-6d20f3e:#DDE5ED;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:16px;}.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 *//* ========================================
   EduVista Headers
======================================== */

/* الحركة المشتركة */
.eduvista-main-header,
.eduvista-mobile-header {
  width: 100%;
  border: 0 !important;
  box-shadow: none;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}


/* ========================================
   هيدر الكمبيوتر
======================================== */

/* الرئيسية فقط: شفاف فوق الهيرو */
body.home .eduvista-main-header:not(.is-sticky) {
  position: absolute !important;
  top: 68px !important;
  right: 0;
  left: 0;
  z-index: 999;
  background: transparent !important;
}

/* لون القائمة فوق الهيرو */
@media (min-width: 1025px) {
  body.home .eduvista-main-header:not(.is-sticky) .elementor-item,
  body.home .eduvista-main-header:not(.is-sticky) .menu-item > a,
  body.home .eduvista-main-header:not(.is-sticky) .e-n-menu-title-text {
    color: #ffffff !important;
  }

  body.home .eduvista-main-header:not(.is-sticky) .sub-arrow,
  body.home .eduvista-main-header:not(.is-sticky) .sub-arrow svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }

  body.home .eduvista-main-header:not(.is-sticky) .current-menu-item > a,
  body.home .eduvista-main-header:not(.is-sticky) .current-menu-ancestor > a,
  body.home .eduvista-main-header:not(.is-sticky) a:hover {
    color: #ee1e3d !important;
  }
}

/* Sticky الكمبيوتر — جميع الصفحات */
@media (min-width: 1025px) {
  .eduvista-main-header.is-sticky {
    position: fixed !important;
    top: 25px !important;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(7, 27, 50, 0.12) !important;
  }
}


/* ========================================
   ألوان القائمة بعد النزول
======================================== */

.eduvista-main-header.is-sticky .elementor-item,
.eduvista-main-header.is-sticky .menu-item > a,
.eduvista-main-header.is-sticky .e-n-menu-title-text {
  color: #071b32 !important;
}

.eduvista-main-header.is-sticky .sub-arrow,
.eduvista-main-header.is-sticky .sub-arrow svg {
  color: #071b32 !important;
  fill: #071b32 !important;
}

.eduvista-main-header.is-sticky .current-menu-item > a,
.eduvista-main-header.is-sticky .current-menu-ancestor > a,
.eduvista-main-header.is-sticky a:hover {
  color: #ee1e3d !important;
}


/* ========================================
   القوائم المنسدلة
======================================== */

/* خلفية القائمة المنسدلة */
.eduvista-main-header .sub-menu,
.eduvista-main-header .elementor-nav-menu--dropdown {
  width: 300px !important;
  min-width: 300px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 12px 30px rgba(7, 27, 50, 0.14) !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 8px 0 !important;
  overflow: hidden !important;
}

/* إزالة أي فراغ داخل عناصر القائمة */
.eduvista-main-header .sub-menu > li,
.eduvista-main-header .elementor-nav-menu--dropdown > li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* روابط القائمة المنسدلة */
.eduvista-main-header .sub-menu a,
.eduvista-main-header .elementor-nav-menu--dropdown a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  color: #071b32 !important;
  background: #ffffff !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Hover والعنصر الحالي */
.eduvista-main-header .sub-menu a:hover,
.eduvista-main-header .elementor-nav-menu--dropdown a:hover,
.eduvista-main-header .sub-menu .current-menu-item > a,
.eduvista-main-header .elementor-nav-menu--dropdown .current-menu-item > a {
  color: #ffffff !important;
  background: #ee1e3d !important;
}

/* الرئيسية فوق الهيرو */
@media (min-width: 1025px) {
  body.home .eduvista-main-header:not(.is-sticky) .sub-menu,
  body.home .eduvista-main-header:not(.is-sticky) .elementor-nav-menu--dropdown {
    background: #071b32 !important;
  }

  body.home .eduvista-main-header:not(.is-sticky) .sub-menu a,
  body.home .eduvista-main-header:not(.is-sticky) .elementor-nav-menu--dropdown a {
    color: #ffffff !important;
    background: #071b32 !important;
  }

  body.home .eduvista-main-header:not(.is-sticky) .sub-menu a:hover,
  body.home .eduvista-main-header:not(.is-sticky) .elementor-nav-menu--dropdown a:hover,
  body.home .eduvista-main-header:not(.is-sticky) .sub-menu .current-menu-item > a {
    color: #ffffff !important;
    background: #ee1e3d !important;
  }
}


/* ========================================
   إزالة الخطوط
======================================== */

.eduvista-main-header,
.eduvista-main-header .elementor-nav-menu,
.eduvista-main-header .elementor-widget-nav-menu {
  border-bottom: 0 !important;
}

.eduvista-main-header .elementor-item::before,
.eduvista-main-header .elementor-item::after {
  display: none !important;
}


/* ========================================
   هيدر الجوال والتابلت
======================================== */

@media (max-width: 1024px) {

  /* الرئيسية: شفاف فوق الهيرو */
  body.home .eduvista-mobile-header:not(.is-sticky) {
    position: absolute !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 9999;
    background: transparent !important;
  }

  /* Sticky في جميع الصفحات */
  .eduvista-mobile-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(7, 27, 50, 0.12) !important;
  }
}


/* ========================================
   EduVista Services
======================================== */

.eduvista-service-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.eduvista-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(238, 30, 61, 0.25) !important;
  box-shadow: 0 16px 38px rgba(7, 27, 50, 0.10) !important;
}

.eduvista-service-card .elementor-icon {
  transition: transform 0.25s ease;
}

.eduvista-service-card:hover .elementor-icon {
  transform: scale(1.08);
}/* End custom CSS */