/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Noto Sans Arabic", ui-sans-serif, system-ui, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo", "Tajawal", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Typography Utilities */
.font-tajawal {
  font-family: "Tajawal", sans-serif;
}

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

/* Design Tokens & Effects */
.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-lg {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
}

.card-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

/* RTL Specific Adjustments */
[dir="rtl"] .ltr-icon {
  transform: scaleX(-1);
}

/* Custom Border for Section Titles */
.section-title-border {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.section-title-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #b91c1c; /* Primary Red */
  border-radius: 2px;
}

body {
  font-family: "Noto Sans Arabic", ui-sans-serif, system-ui, sans-serif;
  color: #1a1a1a;
  background-color: #F7F3EE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo", "Tajawal", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.3 !important;
  color: #1a1a1a;
}

* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.font-tajawal { font-family: "Tajawal", sans-serif; }
.font-cairo { font-family: "Cairo", sans-serif; }

.text-shadow-sm { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.text-shadow-lg { text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.hero-gradient-overlay {
  background: linear-gradient(270deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
}

.card-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.section-title-border {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.section-title-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #a41e2a;
  border-radius: 2px;
}

.heroSwiper .swiper-slide {
  height: 100%;
}

.hero-swiper-pagination {
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
}
@media (max-width: 767px) {
  .hero-swiper-pagination {
    bottom: 10px !important;
  }
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: #c2802e;
}
/* Minimal Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #ddd;
  color: #c2802e;
  text-decoration: none;
  transition: 0.2s;
}

.page-link:hover {
  background: #e5e7eb;
}

.page-item.active .page-link {
  background: #c2802e;
  color: white;
}

.page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-link.Previous::before {
  content: "«";
  font-size: 1.5rem;
  font-weight: bold;
}

.page-link.next::before {
  content: "»";
  font-size: 1.5rem;
  font-weight: bold;
}