/* أنماط مخصصة */
body {
  font-family: 'Cairo', sans-serif;
}

.font-cairo {
  font-family: 'Cairo', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.primary-gray {
  color: #374151; /* رمادي غامق */
}

.accent-orange {
  color: #ff8c00; /* برتقالي جديد */
}

.bg-light-gray {
  background-color: #f3f4f6; /* رمادي فاتح */
}

.text-medium-gray {
  color: #6b7280; /* رمادي متوسط */
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.animate-text {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card, .team-member, .testimonial, .client-logo, .service-card, .reason-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover, .team-member:hover, .testimonial:hover, .service-card:hover, .reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.client-logo:hover {
  transform: scale(1.05);
}

[data-theme="light"] {
  background: #ffffff;
  color: #374151;
}

[data-theme="light"] nav {
  background: #ffffff;
}

[data-theme="light"] .project-card, [data-theme="light"] .team-member, [data-theme="light"] .testimonial, [data-theme="light"] .service-card, [data-theme="light"] .reason-card {
  background: transparent;
}

[data-theme="light"] footer {
  background: #374151;
}

[data-theme="dark"] {
  background: #1f2937;
  color: #ffffff;
}

[data-theme="dark"] nav {
  background: #1f2937;
}

[data-theme="dark"] .project-card, [data-theme="dark"] .team-member, [data-theme="dark"] .testimonial, [data-theme="dark"] .service-card, [data-theme="dark"] .reason-card {
  background: transparent;
}

[data-theme="dark"] footer {
  background: #1f2937;
}

[data-theme="dark"] .client-logo {
  background: #374151;
}

/* نافبار */
#navbar.scrolled {

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
}

.nav-link:hover {
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
}

.active-link {
  background: linear-gradient(to right, #ff6b6b, #ff8c00) !important;
  color: white !important;
}

nav a {
  position: relative;
}

nav a:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background:»Wir


}
.text-base {
    color: black;
    
}
.text-xl {
    
    color: rgb(47, 34, 10);
}
.text-sm {
    
    COLOR: BLACK;
}
.text-lg {
    
    COLOR: ORANGE;
}
/* أزرار */
.btn-primary {
  background: linear-gradient(to right, #ff6b6b, #ff8c00);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(255, 140, 0, 0.6);
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  max-width: 600px;
  width: 90%;
  background: #ffffff;
}

[data-theme="dark"] .modal-content {
  background: #374151;
}

/* Client Slider */
.client-slider {
  position: relative;
}

.client-logo {
  min-width: 160px;
  background: #ffffff;
}

[data-theme="dark"] .client-logo {
  background: #374151;
}

/* أزرار التصفية */
.filter-btn {
  background-color: #f3f4f6;
  color: #6b7280;
}

.filter-btn.active, .filter-btn:hover {
  background-color: #ff8c00;
  color: #ffffff;
}

/* أيقونات */
.fas, .fab {
  color: #ffd700; /* ذهبي للأيقونات */
}

/* إحصائيات */
.stats-section {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 1rem;
  padding: 1.5rem;
}

.stats-grid {
  visibility: visible;
  opacity: 1;
  display: flex;
  gap: 0.75rem;
  -ms-overflow-style: none; /* إخفاء scrollbar في IE */
  scrollbar-width: none; /* إخفاء scrollbar في Firefox */
}

.stats-grid::-webkit-scrollbar {
  display: none; /* إخفاء scrollbar في Chrome/Safari */
}

.stat-card {
  position: relative;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(45deg, #ff6b6b, #ff8c00, #ffd700);
  background-size: 300% 300%;
  animation: gradientMove 4s ease infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* خدمات */
.services-section {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 1rem;
  padding: 1.5rem;
}

.services-grid {
  visibility: visible;
  opacity: 1;
  -ms-overflow-style: none; /* إخفاء scrollbar في IE */
  scrollbar-width: none; /* إخفاء scrollbar في Firefox */
}

.services-grid::-webkit-scrollbar {
  display: none; /* إخفاء scrollbar في Chrome/Safari */
}

.service-card {
  position: relative;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(45deg, #ff6b6b, #ff8c00, #ffd700);
  background-size: 300% 300%;
  animation: gradientMove 4s ease infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 2rem; /* زيادة padding لاستيعاب المحتوى */
}

/* لماذا تختارنا */
.why-choose-us {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-radius: 1rem;
  padding: 1.5rem;
}

.reason-card {
  position: relative;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background: linear-gradient(45deg, #ff6b6b, #ff8c00, #ffd700);
  background-size: 300% 300%;
  animation: gradientMove 4s ease infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.service-card:hover, .stat-card:hover, .reason-card:hover {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
  transform: scale(1.05);
}

.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
  animation: shine 1.5s ease-in-out infinite;
}

@keyframes shine {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

.animate-pulse {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

[data-theme="dark"] .stat-card, [data-theme="dark"] .service-card, [data-theme="dark"] .reason-card {
  background: linear-gradient(45deg, #b91c1c, #c2410c, #b8860b);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .stats-section, [data-theme="dark"] .services-section, [data-theme="dark"] .why-choose-us {
  background: linear-gradient(to bottom, rgba(31, 41, 55, 0.2), rgba(31, 41, 55, 0.1));
}

@media (max-width: 640px) {
  .stat-card, .service-card, .reason-card {
    width: 100%; /* ملء العرض على الموبايل */
  }
}