/* إعداد الاتجاه والخط */
body,
.navmenu {
  direction: rtl;
  font-family: "Cairo", sans-serif !important;
}

/* تنسيق القائمة */
.navmenu {
  text-align: right;
  background-color: transparent;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-list li {
  position: relative;
}

.nav-list a {
  text-decoration: none;
  color: #fbfbfb;
  font-size: 18px !important;
  font-weight: 700;
  transition: color 0.3s ease;
}

.nav-list a:hover,
.nav-list a.active {
  color: #00b4d8;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  text-align: right;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  border-radius: 8px;
  z-index: 1000;
  box-sizing: border-box;
  overflow: hidden;
}

.dropdown-content li {
  border-bottom: 1px solid #eee;
}

.dropdown-content a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
  color: #1c4e80;
}

/* عرض القائمة عند التمرير */
.dropdown:hover .dropdown-content {
  display: block;
}

/* سهم صغير بجانب العنوان */
.language-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

/* أيقونة الموبايل */
.mobile-nav-toggle {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/* تظهر فقط في الشاشات الصغيرة */
@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }

  .nav-list {
    display: none;
  }
}

/* hero section */
#btc-hero {
  font-family: "Cairo", sans-serif;
  text-align: right;
  padding: 60px 0;
}

#btc-hero .hero-content h1 {
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 20px;
  color: #002b5b;
}

#btc-hero .hero-content .lead {
  font-size: 20px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 500;
}

#btc-hero .hero-features {
  font-size: 18px;
  margin-top: 20px;
}

#btc-hero .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

#btc-hero .feature-item i {
  color: #007bff;
  font-size: 20px;
}

#btc-hero .hero-buttons .btn {
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#btc-hero .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

#btc-hero .btn-primary:hover {
  background-color: #0056b3;
}

#btc-hero .btn-outline {
  border: 2px solid #007bff;
  color: #007bff;
}

#btc-hero .btn-outline:hover {
  background-color: #007bff;
  color: #fff;
}

#btc-hero .hero-images {
  position: relative;
}

#btc-hero .floating-card {
  position: absolute;
  bottom: 10%;
  left: -10%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 240px;
}

#btc-hero .floating-card .rating i {
  color: #ffc107;
}

#btc-hero .hero-stats {
  margin-top: 60px;
}

#btc-hero .stat-item {
  font-weight: 600;
  color: #333;
}

#btc-hero .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #007bff;
}

#btc-hero .floating-card {
  position: absolute;
  bottom: 10%;
  left: -10%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 260px;
  overflow: hidden;
}

#btc-hero .floating-card .card-content {
  font-size: 16px;
  color: #333;
}

#btc-hero .floating-card .rating i {
  color: #ffc107;
  font-size: 18px;
}

#btc-hero .floating-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

#btc-hero .floating-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

#btc-hero .floating-card .carousel-control-prev-icon,
#btc-hero .floating-card .carousel-control-next-icon {
  background-color: #007bff;
  border-radius: 50%;
  padding: 8px;
}

#btc-hero .floating-card .guest-avatar {
  border: 2px solid #007bff;
}

/* قسم نبذة عن الشركة */
#about-home {
  font-family: "Cairo", sans-serif;
  text-align: right;
  direction: rtl;
}

#about-home h2 {
  font-weight: 800;
  color: #002b5b;
  margin-bottom: 10px;
}

#about-home .lead {
  font-size: 20px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 20px;
}

#about-home p {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* الإحصائيات */
#about-home .stats-row {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  justify-content: flex-start;
}

#about-home .stat-item {
  text-align: center;
}

#about-home .stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #007bff;
}

#about-home .stat-label {
  font-size: 16px;
  color: #333;
}

/* الأزرار */
#about-home .about-actions {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

#about-home .btn-primary,
#about-home .btn-secondary {
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

#about-home .btn-primary {
  background-color: #007bff;
  color: #fff;
}

#about-home .btn-primary:hover {
  background-color: #0056b3;
}

#about-home .btn-secondary {
  background-color: #f8f9fa;
  color: #007bff;
  border: 1px solid #007bff;
}

#about-home .btn-secondary:hover {
  background-color: #007bff;
  color: #fff;
}

/* الصور */
#about-home .about-images {
  position: relative;
}

#about-home .secondary-image {
  position: absolute;
  bottom: -30px;
  left: 40px;
}

@media (max-width: 768px) {
  #about-home .stats-row {
    flex-direction: column;
    align-items: center;
  }

  #about-home .secondary-image {
    position: static;
    margin-top: 20px;
  }

  #about-home .about-actions {
    flex-direction: column;
    align-items: center;
  }
}

.milestone-section {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 60px;
}

.timeline {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 70px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}

.year {
  width: 250px;
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
  animation-delay: var(--delay);
  margin-bottom: 10px;
}

.year h3 {
  color: #ff7f11;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.year p {
  color: #e6e6e6;
  font-size: 1rem;
  line-height: 1.6;
}

.continue {
  color: #9ad1f7;
  font-size: 1.6rem;
  font-weight: 700;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#our-team {
  background: linear-gradient(135deg, rgba(1, 73, 124, 0.75) 0%, rgba(1, 73, 124, 0.95) 100%);
  padding: 80px 0 40px;
   color: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Cairo", sans-serif;
  direction: rtl;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

#our-team h2{
 color :#002b5b;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 18px;
  color: #d9f0de;
  line-height: 1.8;
}

.team-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  gap: 40px;
  position: relative;
}

.image-side {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-side img {
  width: 400px;
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  /* ينزل الصورة لتحت بحيث تلمس آخر السيكشن */
}

.shape-bg {
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40% 60% 70% 30% / 40% 30% 70% 60%;
  z-index: 1;
  filter: blur(2px);
}

/* ===== الكروت الجديدة ===== */
.info-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.member-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 25px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  transform: translateY(0);
  height: 150px;
  margin-top: 20px;
  text-align: center;
   
}

.member-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.member-card h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}

.member-card p {
  color: #d5e8d5;
  font-size: 15px;
  margin: 0 0 8px;
}

/* ===== Animation عند الظهور ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.member-card {
  animation: fadeUp 0.8s ease forwards;
}

.member-card:nth-child(1) {
  animation-delay: 0.2s;
}

.member-card:nth-child(2) {
  animation-delay: 0.4s;
}

.member-card:nth-child(3) {
  animation-delay: 0.6s;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .team-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .info-cards {
    width: 90%;
  }

  .image-side img {
    width: 320px;
  }
}


/* إعدادات عامة */
.service {
  background-color: #ffffff;
  font-family: "Cairo", sans-serif;
  direction: rtl;
  text-align: right;
}

.service h4 {
  color: #01497c;
  letter-spacing: 2px;
  font-weight: 700;
}

.service h1 {
  color: #002b5b;
  font-weight: 800;
  margin-bottom: 50px;
}

/* عنواني الأعمدة */
.section-subtitle {
  color: #01497c;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 3px solid #01497c;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

/* بطاقات الخدمات */
.service-item {
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(1, 73, 124, 0.05);
}

.service-item:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(1, 73, 124, 0.15);
}

/* محتوى البطاقة */
.service-content a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #01497c;
  text-decoration: none;
}

.service-content a:hover {
  color: #006bb3;
}

.service-content p {
  color: #555;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.7;
}

/* الأيقونة */
.service-btn {
  background: #01497c;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 10px rgba(1, 73, 124, 0.2);
  transition: all 0.3s ease;
}

.service-item:hover .service-btn {
  background: #006bb3;
  box-shadow: 0 8px 15px rgba(1, 73, 124, 0.3);
}

/* الصورة في المنتصف */
.service-img {
  width: 100%;
  height: 700px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in-out;
}

.service-img.show {
  opacity: 1;
  transform: translateY(0);
}

/* تحسين التخطيط للموبايل */
@media (max-width: 992px) {
  .service-content {
    text-align: right;
  }

  .service-btn {
    width: 50px;
    height: 50px;
  }

  .service h1 {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1.4rem;
  }
}

.suppliers-section {
  background-color: #f4f7fc;
  direction: rtl;
}

.section-title {
  color: #003366;
  font-size: 2.2rem;
}

.section-description {
  color: #555;
  line-height: 1.8;
  font-size: 1.1rem;
}

.supplier-logo {
  max-width: 400px;
  transition: all 0.3s ease-in-out;
  filter: brightness(90%) drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}

.supplier-logo:hover {
  transform: scale(1.15);
  filter: brightness(115%) drop-shadow(0 0 15px rgba(0, 123, 255, 0.5));
}

.events-cards h2{

  color:#002b5b;
}

#gallery-showcase h2 {
  color: #002b5b;
}

.vision-section {
  background: linear-gradient(135deg, #002244 0%, #004488 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.vision-section .section-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
}

.vision-section .section-header p {
  font-size: 1.1rem;
  color: #dbe4f0;
  margin-top: 10px;
}

.vision-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 30px 25px;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vision-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.vision-card .icon {
  font-size: 2.5rem;
  color: #00bfff;
  margin-bottom: 20px;
}

.vision-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.vision-card p {
  color: #e0e7ef;
  font-size: 1rem;
  line-height: 1.8;
}

.vision-card ul {
  list-style: none;
  padding: 0;
  text-align: right;
}

.vision-card ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 12px;
  color: #e0e7ef;
  font-size: 0.95rem;
}

.vision-card ul li::before {
  content: "✔";
  position: absolute;
  right: 0;
  color: #00bfff;
  font-weight: bold;
}
.goals-section {
  background-color: #fff;
  padding: 80px 0;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.goals-section .section-title {
  color: #003366;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 32px;
}

.goals-section .section-intro {
  color: #555;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.8;
}

.goals-list {
  list-style: none;
  padding: 0;
}

.goals-list li {
  background: #f9f9f9;
  border-left: 5px solid #003366;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  transition: all 0.3s ease;
}

.goals-list li:hover {
  background: #eef4ff;
  transform: translateX(-5px);
}

.goals-list strong {
  color: #003366;
}

.goals-img {
  border-radius: 12px;
  max-width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.goals-img:hover {
  transform: scale(1.05);
}
