/*--------------------------------------------------------------
# Topbar Start
--------------------------------------------------------------*/
.topbar {
  padding: 2px 10px 2px 20px;
  background-color: #0492c2 !important;
  font-size: 14px;
}
/* الروابط */
.topbar a {
  text-decoration: none;
  font-size: 14px;
}

/* ================= MOBILE ================= */
/* ================= MOBILE ================= */
/* @media (max-width: 992px) {
  
} */
@media (max-width: 768px) {
  /* .topbar {
    display: none;
  } */
  .topbar {
    display: block; /* بدل none علشان يظهر */
    overflow: visible !important;
  }
  .topbar .row {
    height: auto !important;
    padding: 10px 0;
    flex-direction: column; /* يخليهم تحت بعض */
  }

  /* نخلي العناصر تحت بعض */
  .topbar .col-lg-8,
  .topbar .col-lg-4 {
    width: 100%;
    text-align: center !important;
  }
  .topbar .col-lg-8 {
    text-align: center !important;
  }
  /* المسافة بين الجزءين */
  .topbar .col-lg-4 {
    margin-top: -5px;
  }
  /* نخلي الجزء اليمين منظم */
  /* .topbar .col-lg-4 .d-flex {
    display: flex;
    justify-content: space-between !important;  */
  /* يوزعهم يمين وشمال */
  /* align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  
 /* ترتيب العناصر داخل كل جزء */
  /* .topbar .d-flex {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 8px;
  } */

  .topbar .d-flex {
    justify-content: center !important;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  /* تقليل حجم النص */
  .topbar a {
    font-size: 13px;
    /* margin: 0 !important; */
    margin: 5px 0 !important;
    display: block;
  }
  .topbar-actions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* يخليهم في سطر واحد */
    justify-content: center;
    align-items: center;
    gap: 3px !important; /* يقلل المسافة بين كل العناصر */
    /* gap: 6px; */
    overflow-x: auto;
    /* لو الشاشة ضيقة يسمح بالسكرول */
  }
  /* أيقونات السوشيال */
  .topbar .btn-square {
    width: 35px;
    height: 35px;
    font-size: 12px;
    margin: 0 !important;
  }

  .topbar .justify-content-end {
    justify-content: center !important;
    /* margin-top: 8px; */
    margin-top: 5px;
  }
  /* جزء اللوجين */
  .user-auth-section {
    display: flex;
    gap: 6px;
  }

  /* تصغير الأزرار للموبايل */
  .btn-auth {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 13px;
    text-align: justify;
  }
}
@media (max-width: 576px) {
  .topbar a:first-child {
    display: none;
  }
  .topbar {
    text-align: center;
  }

  .topbar .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}
/* ================= SMALL MOBILE ================= */
/* @media (max-width: 480px) {
  .topbar {
    display: block;  */
/* بدل none علشان يظهر */
/* overflow: visible !important;
  }

 .topbar a:first-child {
    display: block;
  }
  .topbar a {
    font-size: 12px;
  } */
/* المسافة بين الجزءين */
/* .topbar .col-lg-4 {
    margin-top:-5px;
  } */
/* .topbar .btn-square {
    width: 30px;
    height: 30px;
    font-size: 11px;
  } */
/* .topbar .btn-square {
    width: 45px;
    height: 45px;
    font-size: 12px;
    margin: 0 !important; */
/* width: 32px;
    height: 32px;
    font-size: 11px; */
/* }  */
/* .user-auth-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  */
/* يسمح بالنزول لسطر تاني لو زحمة */
/* gap: 6px;
    margin-top: -15px;
  } */

/* .btn-auth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
/* padding: 6px 12px; */
/* font-size: 12px; */
/* padding: 5px 10px;
    font-size: 11px;
    white-space: nowrap;
    gap: 4px;
    margin-top: 0; */
/* نشيل الـ 13px عشان ما يبوظش الترتيب */
/* } */
/* } */
/* 📱 Extra Small Mobile (424px) */
/* @media (max-width: 424px) { */
/* .topbar {
    padding: 5px 0;
  }

  .topbar a {
    font-size: 11px; */
/* display: block; */
/* كل عنصر في سطر */
/* margin: 2px 0 !important;
    text-align: center;
  }

  .topbar .d-flex { */
/* flex-direction: column; */
/* العناصر تحت بعض */
/* align-items: center;
     flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  } */
/* المسافة بين الجزءين */
/* .topbar .col-lg-4 {
    margin-top:-5px;
  }
  .topbar .btn-square { */
/* width: 35px;
    height: 35px;
    font-size: 11px; */
/* width: 28px;
    height: 28px;
    font-size: 10px;
  } */
/* .user-auth-section {
    flex-direction: column;  */
/* كل زر في سطر */
/* align-items: center;
    gap: 8px;
  } */

/* .btn-auth { */
/* width: 90%; */
/* زر كبير وسهل الضغط */
/* padding: 8px 10px;
    font-size: 12px; */
/* width: auto;
       padding: 4px 8px;
    font-size: 10px;
  } */
/* .user-auth-section { */
/* flex-direction: row; */
/* justify-content: center;
  }

} */
/* 📱 Mobile 480 */
/* @media (max-width: 480px) { */

/* .topbar-actions {
    display: flex;
    flex-wrap: nowrap; */
/* يخليهم في سطر واحد */
/* justify-content: center;
    align-items: center;
    gap: 3px;
    overflow-x: auto;  */
/* لو الشاشة ضيقة يسمح بالسكرول */
/* } */
/* .topbar-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    width: 20%;
  } */
/* السوشيال */
/* .topbar-actions a.btn-square {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex: 0 0 auto;
  } */
/* .topbar-actions .btn-square {
    width: 32px;
    height: 32px;
    font-size: 11px;
  } */
/* زرار Login/Register */
/* .topbar-actions .btn-auth {
    padding: 5px 9px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex: 0 0 auto;
  } */
/* .btn-auth {
    padding: 5px 10px;
    font-size: 11px;
    white-space: nowrap;
  } */
/* .user-auth-section {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 4px !important; */
/* overflow-x: auto; */
/* مهم لو المساحة ضاقت */
/* } */

/* السوشيال + الأزرار */
/* .user-auth-section a,
  .user-auth-section button {
    flex: 0 0 auto;
    margin: 0 !important;
  } */

/* أزرار السوشيال */
/* .user-auth-section .btn-square {
    width: 30px;
    height: 30px;
    font-size: 11px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

/* login / register */
/* .btn-auth {
    font-size: 11px;
    padding: 5px 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
} */
@media (max-width: 480px) {
  /* .topbar {
    display: block; */
  /* بدل none علشان يظهر */
  /* overflow: visible !important;
  } */

  .topbar a:first-child {
    display: block;
  }
  .topbar a {
    font-size: 12px;
  }
  /* المسافة بين الجزءين */
  .topbar .col-lg-4 {
    margin-top: -5px;
  }
  .topbar-actions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* يخليهم في سطر واحد */
    justify-content: center;
    align-items: center;
    gap: 3px !important; /* يقلل المسافة بين كل العناصر */
    /* gap: 6px; */
    overflow-x: auto;
    /* لو الشاشة ضيقة يسمح بالسكرول */
  }
  .user-auth-section {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 4px !important;
    overflow-x: auto;
    /* مهم لو المساحة ضاقت */
  }

  /* السوشيال + الأزرار */
  .user-auth-section a,
  .user-auth-section button {
    flex: 0 0 auto;
    margin: 0 !important;
  }
  /* .topbar-actions .btn-square {
    width: 28px;
    height: 28px;
    font-size: 10px;
  } */
  /* أزرار السوشيال */
  .user-auth-section .btn-square {
    width: 28px;
    height: 28px;
    font-size: 11px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* أيقونات السوشيال */
  /* .topbar-actions .btn-square {
    width: 30px;
    height: 30px;
    font-size: 11px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  /* login / register */
  /* .btn-auth {
    font-size: 11px;
    padding: 5px 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    ma white-space: nowrap;rgin-top: 5px;
  } */

  .btn-auth {
    font-size: 10px; /* أصغر شوية */
    padding: 4px 6px; /* يقلل المساحة الداخلية */
    margin-top: 0;
    /* يلغي النزول لتحت */
    /* width: 50%; */
    flex-direction: column;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: -5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px; /* مسافة صغيرة بين الأيقونة والكلام */
  }
}

/* 📱 Extra Small 424 */
@media (max-width: 424px) {
  .topbar {
    padding: 5px 0;
  }

  .topbar a {
    font-size: 11px;
    display: block;
    /* كل عنصر في سطر */
    margin: 2px 0 !important;
    text-align: center;
  }

  .topbar .d-flex {
    flex-direction: column;
    /* العناصر تحت بعض */
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
  /* المسافة بين الجزءين */
  .topbar .col-lg-4 {
    margin-top: -5px;
  }
  /* .topbar .btn-square { */
  /* width: 35px;
    height: 35px;
    font-size: 11px; */
  /* width: 28px;
    height: 28px;
    font-size: 10px;
  } */

  .topbar-actions {
    gap: 3px !important; /* يقلل المسافة بين كل العناصر */
  }
  /* .topbar-actions .btn-square {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .btn-auth {
    padding: 4px 8px;
    font-size: 10px;
  } */
  /* .topbar-actions a.btn-square {
    width: 30px;
    height: 30px;
    font-size: 10px;
    margin-top: 10px;
  } */
  .btn-auth {
    font-size: 10px; /* أصغر شوية */
    padding: 4px 6px; /* يقلل المساحة الداخلية */
    margin-top: 0; /* يلغي النزول لتحت */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px; /* مسافة صغيرة بين الأيقونة والكلام */
  }
  .topbar-actions .btn-auth {
    padding: 4px 8px;
    font-size: 10px;
  }
  /* كمان نقلل حجم أيقونات السوشيال شوية */
  .topbar-actions .btn-square {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
/* ====== Mobile Responsive ====== */
@media (max-width: 414px) {
  .topbar {
    padding: 8px 0;
  }

  .topbar .row {
    height: auto !important;
    text-align: center;
  }

  /* LEFT SIDE (contact info) */
  .topbar .col-lg-8 {
    margin-bottom: 10px;
  }

  .topbar .d-flex.flex-wrap {
    justify-content: center;
    gap: 8px;
  }
  .topbar .d-flex {
    flex-direction: column;
    /* العناصر تحت بعض */
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
  .topbar a {
    font-size: 12px;
    margin: 3px 5px !important;
  }

  .topbar i {
    font-size: 12px;
    margin-right: 4px;
  }

  /* RIGHT SIDE */
  .topbar .col-lg-4 {
    text-align: center !important;
  }

  .topbar .d-flex.align-items-center {
    flex-direction: column;
    gap: 10px;
  }

  /* Social Icons */
  .topbar .btn-square {
    width: 32px;
    height: 32px;
    font-size: 12px;
    margin: 0 3px !important;
  }

  /* Buttons */
  .topbar .btn-auth {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .topbar-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  /* Dropdown */
  #main-user-dropdown .dropdown-menu {
    width: 90%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
/* @media (max-width: 375px) { */
/* الكونتينر الرئيسي */
/* .topbar .d-flex.align-items-center.justify-content-end {
    flex-wrap: nowrap !important; */
/* يمنع النزول لسطر جديد */
/* justify-content: center !important;
    gap: 4px;
    overflow-x: auto; */
/* مهم لو المساحة ضاقت */
/* } */

/* السوشيال */
/* .topbar .btn-square {
    width: 26px;
    height: 26px;
    font-size: 10px;
    padding: 0;
    margin: 0 2px !important;
    flex-shrink: 0;  */
/* يمنع التصغير المبالغ فيه */
/* } */

/* الأزرار */
/* .topbar-actions {
    display: flex !important;
    gap: 4px;
    flex-shrink: 0;
  }

  .topbar .btn-auth {
    font-size: 10px;
    padding: 4px 6px;
    white-space: nowrap;  */
/* يمنع نزول النص */
/* }
  .btn-auth span {
    display: none;
  }
} */
@media (max-width: 375px) {
  /* الكونتينر كله في سطر واحد */
  .topbar .d-flex.align-items-center.justify-content-end {
    display: flex !important;
    flex-direction: row !important; /* 🔥 أهم سطر */
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px;
  }
  /* 🔥 إصلاح الجزء الشمال */
  .topbar .d-flex.flex-wrap {
    display: flex !important;
    flex-direction: row !important; /* يرجعهم صف واحد */
    justify-content: center !important;
    flex-wrap: nowrap !important; /* يمنع النزول */
    gap: 6px;
  }

  .topbar .d-flex.flex-wrap a {
    display: inline-flex !important;
    align-items: center;
    font-size: 11px;
    white-space: nowrap; /* يمنع كسر النص */
  }

  .topbar .d-flex.flex-wrap i {
    font-size: 11px;
    margin-right: 3px;
  }
  /* .topbar .d-flex.align-items-center.justify-content-end {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 5px;
  } */
  /* السوشيال */
  .topbar .d-flex.align-items-center.justify-content-end > a {
    display: inline-flex !important;
  }
  /* السوشيال */
  .topbar .btn-square {
    width: 28px;
    height: 28px;
    font-size: 11px;
    margin: 0 2px !important;
    flex-shrink: 0;
  }

  /* الأزرار */
  /* .topbar-actions {
    display: flex;
    gap: 5px;
  } */
  /* الأزرار */
  .topbar-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 4px;
    flex-shrink: 0;
  }
  .btn-auth {
    /* padding: 5px 6px; */
    /* font-size: 11px; */
    font-size: 10px;
    padding: 4px 6px;
    white-space: nowrap;
    margin-top: 10px;
  }

  /* 🔥 نخفي النص ونسيب الأيقونة بس */
  .btn-text {
    display: none;
  }
}
@media (max-width: 375px) {
  .topbar .d-flex.flex-wrap a span {
    display: none;
  }
}

/*--------------------------------------------------------------
# Topbar End
--------------------------------------------------------------*/
/*-------------------------------------------------------------
Single  Page  Hero  Header  Start
  --------------------------------------------------------------*/
/* .bg-about {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/carousel-1.jpg); */
/* background: url("your-image-path.jpg") center center no-repeat; */
/* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
} */
.bg-about {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/backg.jpg);
  /* background: url("your-image-path.jpg") center center no-repeat; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* يمكنك التحكم في درجة الشفافية بتغيير 0.6 (60%) */
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #e6b209;
  content: var(--bs-breadcrumb-divider, "/");
}
/* لجعل روابط الـ breadcrumb تظهر بوضوح فوق الأوفرلاي */
.breadcrumb-item a {
  color: #ddd !important;
  text-decoration: none;
}

.bg-about .breadcrumb-item a {
  color: var(--bs-white) !important;
  font-size: 17px;
}
.bg-about .breadcrumb-item .text-primary {
  color: var(--bs-white) !important;
  font-size: 17px;
}

.bg-about .bg-about-single {
  position: absolute;
  width: 500px;
  height: 1200px;
  /* width: 300px;
  height: 600px; */
  top: 0px;
  left: 0;
  margin-left: 30px;
  transform: rotate(-30deg);
  background: var(--bs-dark);
  animation: RotateMoveLeft 5s linear infinite;
  opacity: 0.7;
  z-index: 2 !important;
}

/* .bg-about::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -150px;
  right: -150px;
  border-radius: 200px; */
/* border: 80px solid rgba(68, 210, 246, 0.2); */
/* border: 80px solid rgba(171, 9, 141, 0.2);
  animation: RotateMoveCircle 10s linear infinite;
  background: transparent;
  z-index: 2 !important;
} */

@keyframes RotateMoveCircle {
  0% {
    top: -200px;
  }
  50% {
    right: -100px;
  }
  75% {
    top: -100px;
  }
  100% {
    top: -200px;
  }
}

.bg-about::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1200px;
  top: -150px;
  left: 0;
  margin-left: 160px;
  transform: rotate(-30deg);
  background: rgba(68, 210, 246, 0.2);
  animation: RotateMoveRight 5s linear infinite;
  z-index: 2 !important;
}
.about-title {
  color: #fbfdff;
  /* text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
  font-size: clamp(18px, 4vw, 20px);
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 991px) {
  /* .bg-service::after {
    margin-left: -70px;
  } */
  .bg-about .bg-about-single {
    margin-left: -70px;
  }
}
/* ===== 768px (Tablet) ===== */
@media (max-width: 768px) {
  .bg-about {
    padding: 50px 0;
  }

  .bg-about .bg-about-single {
    width: 330px;
    height: 900px;
    margin-left: 10px;
    opacity: 0.5;
  }

  .bg-about::before {
    width: 250px;
    height: 250px;
    border-width: 50px;
    top: -120px;
    right: -120px;
  }

  .bg-about::after {
    width: 90px;
    height: 900px;
    margin-left: 80px;
  }
  .about-title {
    color: #fbfdff;
    /* text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
    font-size: clamp(18px, 4vw, 20px);
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .bg-about .breadcrumb-item a {
    font-size: 17px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
}
@media (max-width: 480px) {
  .bg-about {
    padding: 40px 0;
  }

  .bg-about .bg-about-single {
    width: 290px;
    height: 700px;
    margin-left: 0;
    opacity: 0.4;
  }

  .bg-about::before {
    width: 200px;
    height: 200px;
    border-width: 40px;
    top: 100px;
    right: 100px;
  }

  .bg-about::after {
    width: 80px;
    height: 700px;
    margin-left: 40px;
  }

  .bg-about .breadcrumb-item a {
    font-size: 17px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .about-title {
    color: #fbfdff;
    /* text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
    font-size: clamp(18px, 4vw, 32px);
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .bg-about .breadcrumb-item .text-primary {
    color: var(--bs-white) !important;
    font-size: 17px;
  }
}
/* ===== 424px ===== */
@media (max-width: 424px) {
  .bg-about .bg-about-single {
    width: 220px;
    height: 600px;
    opacity: 0.3;
    margin-left: 100px;
  }

  .bg-about::before {
    width: 170px;
    height: 170px;
    border-width: 35px;
    top: 100px;
    right: 100px;
  }

  .bg-about::after {
    width: 70px;
    height: 600px;
    margin-left: -3px;
  }
}
@media (max-width: 375px) {
  .bg-about .bg-about-single {
    width: 280px;
    height: 600px;
    opacity: 0.3;
    margin-left: -15px;
  }

  .bg-about::before {
    width: 170px;
    height: 170px;
    border-width: 35px;
    top: 100px;
    right: 100px;
  }

  .bg-about::after {
    width: 70px;
    height: 600px;
    margin-left: -3px;
  }
  .about-title {
    color: #fbfdff;
    /* text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
    font-size: clamp(18px, 4vw, 20px);
    font-family: Georgia, "Times New Roman", Times, serif;
  }
}
/*--------------------------------------------------------------
# Single Page Hero Header End
--------------------------------------------------------------*/
/* الشكل الأساسي */
.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* زر Back */
.menu-btn {
  padding: 8px 20px;
  background-color: #0492c2;
  /* color: #fff; */
  color: var(--bs-white) !important;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.5s;
}
.menu-btn:hover {
  /* background-color: #f6900b !important;  */
  /* لون أغمق قليلاً */
  transform: translateY(-3px); /* رفعة بسيطة تعطي شعوراً بالتفاعل */
  /* box-shadow: 0 5px 15px rgba(4, 146, 194, 0.3);  */
  /* ظل ناعم بنفس لون الزر */
  /* box-shadow: 0 5px 15px #181817;  */
  background-image: linear-gradient(to left, #f6900b, #0492c2);
  opacity: 0.8;
  /* color: #fff; */
}
.custom-nav {
  /* transform: translateX(-20px);  */
  /* يحرك لليسار */
  /* transform: translateX(-10px); */
  /* حركة بسيطة */
  /* transform: translateX(-30px);  */
  /* حركة أكبر */
  margin-right: 25px;
}
/* أيقونة الموبايل */
.mobile-menu-icon {
  display: none;
  cursor: pointer;
}

/* شكل البرجر */
.burger-menu {
  width: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.line-menu {
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  width: 100%;
}

.line-half {
  width: 50%;
}

/* 📱 موبايل */
@media (max-width: 768px) {
  .header-right {
    justify-content: space-between;
    width: 100%;
  }

  .menu-btn {
    font-size: 12px;
    padding: 6px 15px;
  }

  .mobile-menu-icon {
    display: block;
  }
}

/* 📱 موبايل صغير */
@media (max-width: 480px) {
  .menu-btn {
    padding: 5px 12px;
    font-size: 11px;
  }

  .burger-menu {
    width: 25px;
  }
}
/*--------------------------------------------------------------
# Vision mission value Section Start
--------------------------------------------------------------*/

/* منع التداخل مع بقية الصفحة */
#academic-section-unique {
  direction: ltr; /* لضمان اتجاه التصميم كما في الصورة من اليسار لليمين */
  padding: 60px 20px;
  background-color: #fff;
  overflow-x: hidden; /* لمنع ظهور شريط تمرير بسبب الإزاحة */
}

#academic-section-unique .academic-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* التنسيقات النصية */
#academic-section-unique .academic-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

#academic-section-unique .badge-text {
  /* color: #bc1e2d; */
  color: #0492c2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
}

#academic-section-unique .badge-line {
  width: 40px;
  height: 1px;
  background-color: #bc1e2d;
}
#academic-section-unique .academic-card {
  transition: 0.3s;
}

#academic-section-unique .academic-card:hover {
  transform: translateY(-5px);
}
#academic-section-unique .academic-main-title {
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #0492c2;
  line-height: 1.2;
  margin-bottom: 20px;
}

#academic-section-unique .academic-description {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 480px;
  text-align: justify;
}

#academic-section-unique .academic-btn-red {
  display: inline-block;
  background-color: #0492c2;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}
#academic-section-unique .academic-btn-red:hover {
  background-color: #1e23bc;
}

/* تنسيق البطاقات */
#academic-section-unique .academic-cards-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 50px;
}

#academic-section-unique .academic-card {
  padding: 20px 25px;
  color: #fff;
  transition: 0.4s ease;
  border-radius: 20px;
  /* width: 550px; */
}

#academic-section-unique .card-dark-blue {
  background-color: #062352;
}
#academic-section-unique .card-light-blue {
  background-color: #0076b3;
}

/* الإزاحة الخاصة بالبطاقة الوسطى */
#academic-section-unique .card-offset {
  transform: translateX(-30px);
  z-index: 5;
}
#academic-section-unique .academic-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#academic-section-unique .academic-card h3 {
  font-size: 18px;
  margin: 0;
}
.academic-card h3 a {
  color: white;
}
#academic-section-unique .academic-card p {
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
  color: white;
  text-align: justify;
}
.academic-arrow {
  cursor: pointer;
}
/* التجاوب (Responsive) */
@media (max-width: 991px) {
  /* #academic-section-unique .academic-container {
    flex-direction: column;
    text-align: center;
  } */
  /* #academic-section-unique .academic-badge {
    justify-content: center;
  } */
  /* #academic-section-unique .academic-description {
    margin-left: auto;
    margin-right: auto;
  } */

  /* #academic-section-unique .card-offset {
    transform: translateX(0);  */
  /* إلغاء الإزاحة في الموبايل لشكل أفضل */
  /* } */
  /* #academic-section-unique .academic-cards-grid {
    width: 450px;
    margin-right: 10px;
  } */
  /* #academic-section-unique .academic-main-title {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
  } */
}
/*****new responsive css************/
@media (max-width: 991px) {
  /* إصلاح الكونتينر */
  #academic-section-unique .academic-container {
    flex-direction: column !important;
    gap: 25px;
    text-align: center;
  }

  /* إزالة أي إزاحة أو مشاكل RTL/LTR */
  #academic-section-unique .academic-cards-grid {
    margin-left: 0 !important;
    width: 100% !important;
    align-items: center;
  }

  /* الكروت */
  #academic-section-unique .academic-card {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }

  /* إلغاء offset نهائي */
  #academic-section-unique .card-offset {
    transform: none !important;
    /* transform: translateX(0);  */
    /* إلغاء الإزاحة في الموبايل لشكل أفضل */
  }

  /* تحسين النص */
  #academic-section-unique .academic-description {
    max-width: 100% !important;
    text-align: center !important;
    padding: 0 10px;
  }
  /* #academic-section-unique .academic-description {
    margin-left: auto;
    margin-right: auto;
  } */

  /* العنوان */
  #academic-section-unique .academic-main-title {
    font-size: 26px !important;
    text-align: center;
  }

  /* badge */
  #academic-section-unique .academic-badge {
    justify-content: center;
  }
}

/* 📱 Small Mobile */
@media (max-width: 576px) {
  #academic-section-unique {
    padding: 40px 15px;
  }

  #academic-section-unique .academic-card {
    padding: 15px;
  }

  #academic-section-unique .academic-card h3 {
    font-size: 16px;
  }

  #academic-section-unique .academic-card p {
    font-size: 13px;
  }

  #academic-section-unique .academic-main-title {
    font-size: 22px !important;
  }

  #academic-section-unique .academic-btn-red {
    width: 100%;
    text-align: center;
  }
}
/* ===== 768px ===== */
@media (max-width: 768px) {
  #academic-section-unique .academic-container {
    flex-direction: column;
    gap: 20px;
  }

  #academic-section-unique .academic-text-content {
    text-align: center;
  }

  /* #academic-section-unique .academic-main-title {
    font-size: 25px;
  }

  #academic-section-unique .academic-description {
    font-size: 15px;
  } */

  #academic-section-unique .academic-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  #academic-section-unique .academic-card {
    width: 45%;
  }
  #academic-section-unique .badge-text {
    /* color: #bc1e2d; */
    color: #0492c2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
  }
  #academic-section-unique .academic-main-title {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #0492c2;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #academic-section-unique .academic-description {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 480px;
    text-align: justify;
  }
}
@media (max-width: 480px) {
  #academic-section-unique .academic-main-title {
    font-size: 24px;
  }

  #academic-section-unique .academic-card {
    width: 90% !important;
    justify-content: center;
    margin: 0 auto;
  }
  /* #academic-section-unique .academic-card {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  } */
  #academic-section-unique .academic-description {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  #academic-section-unique .academic-main-title {
    font-size: 22px;
  }

  #academic-section-unique .academic-card {
    padding: 15px;
  }
}
@media (max-width: 390px) {
  #academic-section-unique .academic-main-title {
    font-size: 20px;
  }

  #academic-section-unique .academic-description {
    font-size: 12.5px;
  }
}
@media (max-width: 390px) {
  #academic-section-unique .academic-main-title {
    font-size: 20px;
  }

  #academic-section-unique .academic-description {
    font-size: 12.5px;
  }
}
@media (max-width: 375px) {
  #academic-section-unique .academic-main-title {
    font-size: 19px;
    line-height: 1.3;
  }

  #academic-section-unique .academic-card h3 {
    font-size: 15px;
  }
  #academic-section-unique .academic-description {
    font-size: 11.3px;
  }
  #academic-section-unique .academic-card p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  #academic-section-unique .academic-main-title {
    font-size: 18px;
  }

  #academic-section-unique .academic-card {
    padding: 12px;
  }

  #academic-section-unique .academic-card p {
    font-size: 11.5px;
  }
}
@media (max-width: 360px) {
  #academic-section-unique .academic-main-title {
    font-size: 18px;
  }

  #academic-section-unique .academic-card {
    padding: 12px;
  }

  #academic-section-unique .academic-card p {
    font-size: 11.5px;
  }
}
/*--------------------------------------------------------------
# Vision mission value t Section End
--------------------------------------------------------------*/
