/* *************** */
/* *************** */
/* Header  */
/* *************** */
/* *************** */
.navigation-wrapper {
  overflow: visible;
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid var(--color-border);

  background: rgba(255, 255, 255, 0.08); 
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);

  transition: all 0.4s ease;
}
.navigation-wrapper.scrolled {
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(22px);
}
.navigation-container {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.3rem;
  margin: 0 auto;
  max-width: 100%;
}
.navigation-desktop-menu {
  overflow: visible !important;
}
.navigation-desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.navigation-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
}

.navigation-link {
  color: var(--main-color);
  padding: var(--spacing-xs) 0;
  position: relative;
  font-size: var(--font-size-sm);
  display: inline-block;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  text-decoration: none;
}

.navigation-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navigation-link:hover::after {
  width: 100%;
}

.navigation-actions {
  gap: var(--spacing-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-width {
  max-width: 150px;
}
.navigation-mobile-toggle {
  display: block;
  cursor: pointer;
  border: none;
  color: var(--color-on-surface);
  padding: var(--spacing-xs);
  z-index: 1010;
  border: 0;
}

.navigation-mobile-links {
  gap: var(--spacing-xl);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-mobile-link {
  color: white;
  font-size: var(--font-size-2xl);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  text-decoration: none;
}

.navigation-mobile-link:hover {
  color: var(--bg-color);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.navigation-mobile-actions {
  gap: var(--spacing-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-main img {
  width: 90px !important;
}



.navigation-link.active {
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 3px var(--bg-color);
  color: var(--bg-color);
}

.navigation-link.active:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.navigation-wrapper .container {
  padding: 0;
}
.navigation-wrapper img {
  max-width: 15% !important;
}
nav ul li a {
  color: var(--main-color);
  text-decoration: none !important;
}

.navigation-links-list li.dropdown {
  position: relative !important;
}

.navigation-links-list li.dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 12px 10px;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1000000000;
  white-space: nowrap;
  background: radial-gradient(circle at top, #333333  , transparent 80%), #8d8d8d;
  
}

.navigation-links-list li.dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent rgba(18, 30, 19, 0.8) transparent;
}

/* ألوان وروابط عناصر الدروب داون */
.navigation-links-list li.dropdown .dropdown-menu li {
margin: auto;
padding: 5px 15px !important;

}
.navigation-links-list li.dropdown .dropdown-menu li a {
  color: white !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 8px 4px !important;
  display: block !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  transition: color 0.3s ease, transform 0.3s ease !important; /* ترانزيشن للون والسكيل */
  width: fit-content !important;
  position: relative !important; /* مهم جداً عشان الخط يتحرك بالنسبة للرابط */
  border-bottom: none !important; /* لغينا البوردر القديم */
}

.navigation-links-list li.dropdown .dropdown-menu li a::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0; /* البداية من الصفر */
  height: 2px !important; /* سمك الخط */
  background-color: var(--sec-color) !important;
  transition: width 0.4s ease !important; /* سرعة حركة الخط من الشمال لليمين */
}

/* تأثير عند الهور على الرابط */
.navigation-links-list li.dropdown .dropdown-menu li a:hover {
    /* color: var(--color) !important; */
    transform: scale(1.05) translateY(-2px) !important; /* سكيل صغير وحركة لفوق بسيطة */
}
.navigation-links-list li.dropdown .dropdown-menu li a:hover::after {
  width: 100% !important; /* الخط يكمل للآخر */
}

/* لضمان استقامة الخط وعدم وجود تعريج */
.navigation-links-list li.dropdown .dropdown-menu li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation-links-list li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.navigation-links-list li.dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px; /* مساحة انتقال */
}
.logo {
  width: 16%;
  height: 65px;
  max-width: 16.66667%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.logo:hover {
  opacity: 0.8;
}

.logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
/* تحويل حروف القائمة المنسدلة إلى كابيتال */
.navigation-links-list li.dropdown .dropdown-menu li a {
  text-transform: capitalize !important;
  /* اختياري: إضافة تباعد بسيط بين الحروف ليعطي مظهراً مودرن كلاسيك */
  letter-spacing: 0.5px !important; 
}

/* =========================
BURGER MENU FIX
========================= */

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 2000;
}

.burger span {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  transition: 0.3s ease;
  background: var(--bg-color);
}
.footer-01 {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}


.footer-01::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -120px;
  left: -120px;
  border-radius: 50%;
  filter: blur(40px); 
  z-index: 0;
}

.footer-01::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 200, 255, 0.3), transparent 65%);
  bottom: -180px;
  right: -180px;
  border-radius: 50%;
  filter: blur(50px); /* كان 80 */
  z-index: 0;
}

/* المحتوى فوق */
/* حركة أولى - دوران + حركة */
@keyframes blobMove1 {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(40px, -30px) scale(1.1) rotate(90deg);
  }
  50% {
    transform: translate(-20px, 30px) scale(1.2) rotate(180deg);
  }
  75% {
    transform: translate(40px, 10px) scale(1.05) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(360deg);
  }
}

/* حركة تانية مختلفة */
@keyframes blobMove2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(-50px, 80px) scale(1.15);
  }
  60% {
    transform: translate(70px, -70px) scale(1.1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

/* تطبيق الحركة */
.footer-01::before {
  animation: blobMove1 12s ease-in-out infinite;
}

.footer-01::after {
  animation: blobMove2 10s ease-in-out infinite;
}

/* *************** */
/* *************** */
/* Side fixed */
/* *************** */
/* *************** */

.side-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
}

.side-fixed ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  font-size: 10px;
  color: var(--thirdbg-color) !important;
  background-color: var(--bg-color);
  border-bottom: 1px solid #eee;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.side-fixed ul li a:hover {
  background-color: var(--sec-color);
  color: var(--bg-color) !important;
}

.side-fixed ul li a i {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.side-fixed.show {
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.side-fixed > ul > li > a,
.side-fixed > ul > li > a i {
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

/* *************** */
/* *************** */
/* Footer */
/* *************** */
/* *************** */
.footer-01 {
  background: #051f34;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer-01:after {
  position: absolute;
  top: -300px;
  left: -100px;
  width: 800px;
  height: 800px;
  content: "";
  /* background: url(http://127.0.0.1:5501/images/blob-shape.svg); */
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.05;
}
.footer-01 a {
  color: var(--bg-color);
}
.footer-01 p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}
.footer-01 .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--main-color);
  position: relative;
  padding-bottom: 10px;
}
.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--bg-color);
}
.footer-01 ul.list-unstyled li a {
  color: var(--main-color);
  width: fit-content;
}
.footer-01 ul.list-unstyled li a:hover {
  scale: 1.05;
  transition: 0.5s;
  color: var(--sec-color);
}
.footer-01 .block-21 .text .heading div {
  color: var(--main-color);
  font-size: 14px;
}

.footer-01 .block-23 ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .block-23 ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-01 .block-23 ul li .icon {
  color: var(--main-color);
}
.footer-01 .icon {
  background-color: var(--sec-color);
}
.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mb-md-0,
.my-md-0 {
  margin-bottom: 0 !important;
}
footer {
  padding: 5em 0 2em;
}
.block-21 .text .heading {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.footer-01 .ftco-footer-social li a {
  background: var(--sec-color);
  color: var(--main-color);
}
.p-0 {
  padding: 0 !important;
}

.block-21 .img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.block-21 .text .heading a {
  color: #000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  text-decoration: none;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: gray;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
tr,
img {
  page-break-inside: avoid;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.block-21 .text .heading a {
  color: #000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  text-decoration: none;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: gray;
}
.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
}
.footer-01 .block-21 .meta > div {
  color: var(--bg-color) !important;
}
.block-21 .text .meta > div a {
  color: gray;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .my-lg-5 {
    margin: 3rem auto !important;
  }
  .pt-lg-2 {
    padding-top: 0.9rem !important;
  }
  .py-lg-2 {
    padding: 0.9rem auto !important;
  }
}

.footer-01 .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--main-color);
  position: relative;
}
.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--bg-color);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.d-block {
  display: block !important;
}
.pt-2 {
  padding-top: 0.9rem !important;
}
.py-2 {
  padding: 0.9rem auto !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.my-5 {
  margin: 3rem auto !important;
}

@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer-01 .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}

.ftco-section .icon {
  width: 50px;
  height: 50px;
}
.ftco-section .container > .row:first-child {
  margin: 35px 0 0px;
}
/* 1. التأكد إن مفيش أي عنصر بيخفي القائمة جواه */
.navigation-wrapper .container{
    overflow: visible !important;
}
