
    .custom-services-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      padding: 2rem 1rem;
      background-color: #f9f9f9;
    }
  
    .custom-service-card {
      background: white;
      border-radius: 1rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 1.5rem;
      width: 250px;
      text-align: center;
    }
  
    .custom-service-icon {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #f26522;
    }
  
    .custom-service-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #333;
    }
  
    .custom-service-desc {
      font-size: 0.95rem;
      color: #555;
    }

    .alnouras-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Cairo', sans-serif;
}

.alnouras-container {
  max-width: 1200px;
  margin: 0 auto;
}

.alnouras-title {
  font-size: 2.5em;
  color: #222;
  margin-bottom: 10px;
}

.alnouras-subtitle {
  color: #FF6A00;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.alnouras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 أعمدة */
  gap: 25px;
}

/* في الشاشات الصغيرة (تابلت وتحت) خليه عمودين ثم عمود */
@media (max-width: 992px) {
  .alnouras-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .alnouras-grid {
    grid-template-columns: 1fr;
  }
}

.alnouras-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.alnouras-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.alnouras-heading {
  font-size: 1.3em;
  color: #FF6A00;
  margin-bottom: 10px;
}

.alnouras-text {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
}

.alnouras-stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 60px auto;
  flex-wrap: wrap;
}

.alnouras-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.alnouras-stat-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #FF6A00;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.alnouras-stat-circle:hover {
  background-color: #FF6A00;
  color: #fff;
  transform: scale(1.05);
}

.alnouras-stat-number {
  font-size: 1.6em;
  font-weight: bold;
  color: #FF6A00;
}

.alnouras-stat-label {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .alnouras-stats-bar {
    flex-direction: column;
    gap: 30px;
  }
}
.theme-header{
    background-color: #131335;
 

}

.rounded-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-inside-circle {
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.customer-testimonials-section {
    background-color: #f8f9fa;
}

.custom-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 12px;
    transition: 0.3s ease;
    text-align: center;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-img-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #555;
}

.elevator-gallery-section {
    background-color: #f2f2f2;
}

.elevator-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.elevator-img:hover {
    transform: scale(1.02);
}

.swiper {
    width: 100%;
    padding-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f26522;
}

.swiper-pagination-bullet-active {
    background-color: #f26522;
}

.article-card {
    position: relative;
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    perspective: 1000px;
}

.article-front, .article-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
}

.article-front {
    background: #fff;
    z-index: 2;
    transform: rotateY(0deg);
}

.article-back {
    background-color: #f8f8f8;
    padding: 20px;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.article-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.article-content {
    padding: 15px;
    text-align: center;
}

.article-card:hover .article-front {
    transform: rotateY(-180deg);
}

.article-card:hover .article-back {
    transform: rotateY(0deg);
}

.did-you-know-section {
  background: #f9f9f9;
}

.faq-pro-section {
  background: #f5f8fa;
  padding: 60px 20px;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  color: #222;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  width: 100%;
  text-align: right;
  padding: 20px;
  font-size: 18px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  color: #0c2d57;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  left: 20px;
  font-size: 24px;
  color: #0c2d57;
  transition: 0.3s;
}

.faq-item.open .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #fdfdfd;
  color: #444;
  font-size: 16px;
  transition: all 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 15px 20px 20px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    display: block;
    width: 30px;
    height: 30px;
}

/* 1. معرفة الحركة */
@keyframes slideDownBg {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 2. ستايل للعُنصر الحاوي على الخلفية */
.bg-slide {
  /* تأكد أن العنصر يغطي الإطار بالكامل */
  width: 100%;
  height: 100vh; /* أو الارتفاع المطلوب */
  background-size: cover;
  background-position: center;
  transform: translateY(-100%);
  opacity: 0;
  /* تطبيق الحركة */
  animation: slideDownBg 1s ease-out forwards;
  /* يمكنك تغيير المدة (1s) والتأخير (animation-delay) حسب الرغبة */
}


/* 1. حاوية الكارت */
.service-card {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;              /* ارتفاع الكارت */
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;      /* إزالة التسطير من الرابط */
}

/* 2. طبقة التعتيم والمحتوى */
.service-card .overlay {
  position: absolute;
  inset: 0;                   /* top/right/bottom/left = 0 */
  background: rgba(0, 50, 70, 0.7); /* لون نصف شفاف */
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;                  /* اظهر المحتوى دائماً */
  background: rgba(0,50,70,0.8); /* يمكنك تكثيف اللون للنص الواضح */
  transition: none;            /* أو احتفظ بالـ transition إذا رغبت */
}

/* 3. إظهار المحتوى عند المرور بالماوس */
.service-card:hover .overlay {
  opacity: 1;
}

/* 4. العنوان والوصف */
.service-card h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.service-card p {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 10px 0 0;
  flex-grow: 1;
}

/* 5. زر “اضغط هنا” */
.btn-card {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
}
.service-card:hover .btn-card {
  background: #fff;
  color: #053747;
  transition: background 0.3s, color 0.3s;
}

/* 1. تنسيق العنوان الرئيسي */
.section-title {
  font-family: 'Almarai', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #053747;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* 2. شريط تحت العنوان */
.section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 60px;
  height: 4px;
  background: #0088a9;
  border-radius: 2px;
}

/* 3. السطر الفرعي */
.section-subtitle {
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 0;
}

/* 4. تنسيق الأيقونة داخل العنوان */
.section-title .fa-concierge-bell {
  color: #0088a9;
  font-size: 1.4rem;
  vertical-align: middle;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  will-change: opacity, transform;
}

/* عند التمرير وإضافة الكلاس in-view */
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

————————————————————————————————— */
.animate-on-scroll-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 3s ease-out, transform 3s ease-out;
  will-change: opacity, transform;
}
.animate-on-scroll-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* —————————————————————————————
   ب. تكبير تدريجي (Zoom-In)
————————————————————————————————— */
.animate-on-scroll-zoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}
.animate-on-scroll-zoom.in-view {
  opacity: 1;
  transform: scale(1);
}

    .social-float {
  position: fixed;
  bottom: 90px; /* عدّل حسب مكانه تحت أو فوق زر الواتساب */
  right: 20px;
  z-index: 1000;
  background-color: #000; /* لون خلفية تيك توك */
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.social-float:hover {
  transform: scale(1.1);
}

.social-float img {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  /* نحصر السلايدر داخل عرض معقول (مثلاً 1140px) */
  #imageCarousel {
    max-width: 1140px;
    margin: 0 auto;            /* لتمركزه أفقياً */
  }

  /* نقيّد ارتفاع الصور لإبقاء السلايدر قصير نسبياً */
  #imageCarousel .carousel-item img {
    width: 100%;               /* تعبئة العرض بالكامل */
    max-height: 400px;         /* ارتفاع أقصى للصور */
    object-fit: cover;         /* قصّ الصورة ليملأ الإطار دون تشويه */
  }
}


