:root {
    --bg-dark: #0f1113;
    --card-dark: #16181b;
    --muted-dark: #bfc4c9;
    --accent: #63b5e4;
  }
  html, body {
    overflow-x: hidden;
  }
  body{
    font-family: 'Tajawal', sans-serif !important;
  }
  /* Scrollbar Design */
::-webkit-scrollbar {
  width: 10px;              /* عرض الاسكرول */
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);   /* خلفية المسار */
}

::-webkit-scrollbar-thumb {
  background: var(--accent);    /* لون المؤشر */
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a9bcf;          /* لون أغمق عند الهوفر */
}

/* لمتصفح فايرفوكس */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--bg-dark);
}

  
  * {margin:0;padding:0;box-sizing:border-box;font-family:"Tahoma",sans-serif;}
  body {background:var(--bg-dark);color:var(--muted-dark);line-height:1.7;}
  
  /* Navbar */
  .navbar {
    background: rgba(15,17,19,0.95);
    backdrop-filter: blur(6px);
    padding: 1rem 0;
    position: sticky;top: 0;z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar .container {display:flex;justify-content:space-between;align-items:center;width:90%;margin:auto;}
  .navbar .logo {font-size:1.4rem;font-weight:bold;color:var(--accent);}
  .navbar ul {display:flex;gap:1.5rem;list-style:none;}
  .navbar a {text-decoration:none;color:var(--muted-dark);transition:0.3s;}
  .navbar a:hover {color:var(--accent);}
  
  /* Slider */
  .slider {
    height: 90vh;
    background: url("assets/img/8.webp") center/cover no-repeat;
    display:flex;align-items:center;justify-content:center;text-align:center;position:relative;
  }
  .slider::after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);}
  .slider-content {position:relative;z-index:2;}
  .slider-content h1 {color:#fff;font-size:3rem;margin-bottom:1rem;}
  .slider-content p {color:var(--muted-dark);font-size:1.2rem;margin-bottom:2rem;}
  .btn {padding:0.8rem 2rem;background:var(--accent);color:#fff;border-radius:8px;text-decoration:none;font-weight:bold;transition:0.3s;}
  .btn:hover {background:#4a9fce;}
  
  /* Sections */
  section {padding:4rem 0;}
  section h2 {text-align:center;color:var(--accent);margin-bottom:2rem;font-size:2rem;}
  
  /* Cards */
  .cards {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;}
  .card {
    background:var(--card-dark);
    padding:2rem;
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,0.4);
    transition:0.3s;
    text-align:center;
  }
  .card i {font-size:2rem;color:var(--accent);margin-bottom:1rem;}
  .card:hover {transform:translateY(-6px);border:1px solid var(--accent);}
  
  /* FAQ */
  .faq-item {margin-bottom:1rem;border-radius:8px;overflow:hidden;border:1px solid var(--card-dark);}
  .faq-question {padding:1rem;background:var(--accent);color:#fff;cursor:pointer;}
  .faq-answer {display:none;padding:1rem;background:var(--card-dark);color:var(--muted-dark);}
  
  /* Footer */
  footer {background:var(--card-dark);text-align:center;padding:2rem;color:var(--muted-dark);}
  footer .socials {margin-top:1rem;}
  footer .socials a {color:var(--accent);margin:0 0.5rem;font-size:1.2rem;transition:0.3s;}
  footer .socials a:hover {color:#fff;}
  


     /* Navbar */
     header {
        background: var(--card-dark);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        box-shadow: 0 2px 6px rgba(0,0,0,0.5);
      }
      nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 2rem;
      }
      .logo {
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
      }
      .nav-links {
        display: flex;
        gap: 1.5rem;
        align-items: center;
      }
      .nav-links a {
        color: var(--muted-dark);
        text-decoration: none;
        font-weight: 500;
        position: relative;
      }
      .nav-links a:hover {
        color: var(--accent);
      }
  
      /* Dropdown */
      .dropdown {
        position: relative;
      }
      .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: var(--card-dark);
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.4);
        padding: 0.5rem 0;
        min-width: 270px;
      }
      .dropdown-menu a {
        display: block;
        padding: 0.7rem 1rem;
        color: var(--muted-dark);
        transition: 0.2s;
      }
      .dropdown-menu a:hover {
        background: var(--bg-dark);
        color: var(--accent);
      }
      .dropdown.open .dropdown-menu {
        display: block;
      }
  
      /* CTA Button */
      .cta-btn {
        background: var(--accent);
        color: white;
        padding: 0.6rem 1.2rem;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: 0.3s;
      }
      .cta-btn:hover {
        background: #4da7d4;
      }

      .menu-toggle {
        display: none;
        font-size: 24px;
        color: white;
        cursor: pointer;
        user-select: none;
      }

      
      @media (max-width: 768px) {
        .nav-links {
          position: fixed;
          top: 70px; /* يبدأ من تحت الهيدر */
          right: -100%; /* مخفي برة الشاشة */
          height: calc(100vh - 70px); /* باقي الشاشة بعد الهيدر */
          width: 250px;
          background: var(--card-dark);
          flex-direction: column;
          align-items: flex-start;
          padding: 2rem;
          gap: 1.5rem;
          transition: right 0.3s ease-in-out;
          overflow-y: auto; /* لو المحتوى طويل يعمل Scroll داخلي */
        }
      
        .nav-links.active {
          right: 0; /* يظهر */
        }
      }
      
      @media (max-width: 768px) {
        .cta-btn {
          padding: 0.5rem 1rem;
          font-size: 0.9rem;
        }
      }
      
/* في الموبايل نعكس الترتيب */
@media (max-width: 768px) {
    .logo {
      order: 2;
    }
    .burger {
      order: 1;
    }
  }


/* في الموبايل */
.menu-toggle {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--accent);
  }
  
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }
  
    .nav-links {
      display: none;
      position: absolute;
      top: 70px;
      right: 0;
      background: var(--bg-dark);
      flex-direction: column;
      width: 100%;
      padding: 20px;
    }
  
    .nav-links.active {
      display: flex;
    }
  
    .dropdown-menu {
      position: static;
      display: none;
      box-shadow: none;
      background: transparent;
      padding: 0;
    }
  
    .dropdown.open .dropdown-menu {
      display: flex;
    }
  
    .dropdown-menu a {
      padding: 8px 0;
    }
  }
  
  @media (max-width: 768px) {
    .dropdown.open .dropdown-menu {
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
}
   /* About Section */
.about1 {
  padding: 60px 20px;
  background: var(--bg-dark); 
  color: #000;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* الفيديو */
.about-video {
  flex: 1 1 45%;
}

.about-video video {
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  max-width: 100%;
  height: auto;
  display: block;
}

/* النص */
.about-content {
  flex: 1 1 50%;
}

.about-content h2 {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 10px;
}

.about-content .underline {
  width: 80px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 20px;
}

.about-content p {
  line-height: 1.8;
  color: var(--muted-dark);
  margin-bottom: 15px;
}

/* 📱 في الشاشات الصغيرة: خليهم تحت بعض */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-video, 
  .about-content {
    flex: 1 1 100%;
  }

  .about-content .underline {
    margin: 0 auto 20px auto; /* وسط الخط */
  }
}

      
      


      /* Services Section */
#services {
    padding: 80px 20px;
    background: var(--bg-dark);
    color: var(--muted-dark);
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: white;
    position: relative;
    display: inline-block;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .service-card {
    background: var(--card-dark);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  
  .service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  
  .service-card h3 {
    color: var(--accent);
    margin: 20px 0 10px;
    font-size: 1.2rem;
  }
  
  .service-card h3 span {
    display: block;
    color: var(--muted-dark);
    font-size: 0.9rem;
    margin-top: 5px;
  }
  
  .service-card p {
    font-size: 0.95rem;
    padding: 0 15px 20px;
    line-height: 1.6;
    color: var(--muted-dark);
  }
  
  .service-card .btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    background: var(--accent);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s ease;
  }
  
  .service-card .btn:hover {
    background: #4da7d4;
  }
  
  /* Hover Effects */
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6);
  }
  .service-card:hover img {
    transform: scale(1.05);
  }
  


  /* why-us */
#why-us {
    background: var(--bg-dark);
    color: var(--muted-dark);
    text-align: center;
    padding: 60px 20px;
  }
  
  #why-us h2 {
    color: var(--accent);
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  #why-us .desc {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--muted-dark);
  }
  
  #why-us .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  #why-us .card {
    background: var(--card-dark);
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  #why-us .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  }
  
  #why-us .card i {
    font-size: 2.2rem;
    color: var(--accent);
    margin-bottom: 15px;
  }
  
  #why-us .card h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  
  #why-us .card p {
    font-size: 0.95rem;
    color: var(--muted-dark);
    line-height: 1.6;
  }



  /* Stats Section */
#stats {
    background: var(--bg-dark);
    padding: 60px 20px;
    text-align: center;
  }
  
  #stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
  }
  
  #stats .stat-box {
    border: 1px solid var(--accent);
    border-radius: 12px;
    padding: 30px 20px;
    background: var(--card-dark);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  #stats .stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  }
  
  #stats .stat-box i {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
  }
  
  #stats .stat-box h3 {
    font-size: 1.8rem;
    color: var(--accent);
    margin-bottom: 5px;
  }
  
  #stats .stat-box p {
    color: var(--muted-dark);
    font-size: 1rem;
  }
  
  /* Hero Section */
  #hero {
    position: relative;
    background: url('assets/img/slider/3.webp') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
  }
  
  #hero .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
  }
  
  #hero .content {
    position: relative;
    max-width: 900px;
    padding: 20px;
    z-index: 2;
  }
  
  #hero h1 {
    font-size: 2.2rem;
    color: var(--accent);
    margin-bottom: 15px;
  }
  
  #hero p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  
  #hero .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  
  #hero .btn {
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  #hero .btn.primary {
    background: var(--accent);
    color: #fff;
  }
  
  #hero .btn.primary:hover {
    background: #4da6d3;
  }
  
  #hero .btn.secondary {
    background: #fff;
    color: var(--bg-dark);
  }
  
  #hero .btn.secondary:hover {
    background: var(--muted-dark);
    color: #fff;
  }
  



  #reviews {
    background: var(--bg-dark);
    padding: 70px 20px;
    text-align: center;
    color: var(--muted-dark);
  }
  
  #reviews h2 {
    color: var(--accent);
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .review-card {
    background: var(--card-dark);
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 350px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .review-card:hover {
    transform: translateY(-8px);
  }
  
  .review-card img {
    width: 120px;
    height: 120px;
    border-radius: 8px; /* مربع بحواف ناعمة زي الصورة */
    object-fit: cover;
    margin-bottom: 20px;
  }
  
  .review-card p {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #fff; /* النص الأساسي أبيض */
  }
  
  .review-card h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  
  .review-card span {
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: bold;
  }
  
  /* Swiper Customization */
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--accent);
    transition: 0.3s;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #fff;
  }
  
  .swiper-pagination-bullet {
    background: var(--muted-dark);
    opacity: 0.6;
    transition: 0.3s;
  }
  
  .swiper-pagination-bullet-active {
    background: var(--accent);
    opacity: 1;
  }
  

   /* Reviews Section */
   #reviews{
    padding:70px 0;
    text-align:center;
    background:var(--bg-dark);
    color:var(--muted-dark);
  }
  #reviews h2{
    color:var(--accent);
    font-size:2rem;
    margin-bottom:30px;
  }

  /* Swiper wrapper spacing */
  .swiper { padding-bottom:50px; position:relative; }

  /* Each slide should center its content */
  .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
  }

  .review-card{
    background:var(--card-dark);
    border-radius:12px;
    padding:28px 20px;
    width:360px;               /* حجم الكارد */
    max-width:90%;
    box-shadow:0 6px 18px rgba(0,0,0,0.5);
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:transform .25s ease;
  }
  .review-card:hover{ transform:translateY(-8px); }

  /* صورة فوق */
  .review-card img{
    width:240px;
    height:170px;
    object-fit:cover;
    border-radius:8px; /* بدل الدائرة */
    display:block;
    margin-bottom:22px;
    box-shadow:0 4px 12px rgba(0,0,0,0.4);
  }

  .review-card p{
    color:#fff;
    font-size:1rem;
    font-style:italic;
    line-height:1.7;
    margin:0 0 18px 0;
    text-align:center;
  }

  .review-card h4{
    color:#fff;
    margin:0 0 6px 0;
    font-size:1rem;
    font-weight:600;
  }
  .review-card span{
    color:var(--accent);
    font-size:.95rem;
    font-weight:600;
  }

  /* Pagination bullets */
  .swiper-pagination{
    bottom: 10px !important;
    z-index: 9;
  }
  .swiper-pagination-bullet{
    background: var(--muted-dark);
    opacity:.6;
    width:10px;height:10px;
  }
  .swiper-pagination-bullet-active{
    background:var(--accent);
    opacity:1;
  }

  /* Navigation arrows */
  .swiper-button-next, .swiper-button-prev{
    color:var(--accent);
    width:44px;height:44px;
    border-radius:50%;
    background:rgba(0,0,0,0.25);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.4);
    transition:all .18s;
    z-index: 10;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
    transform:translateY(-2px);
    background:rgba(0,0,0,0.45);
    color:#fff;
  }
  /* وضع الأزرار داخل المساحة */
  .swiper-button-next{ right: 10px; left: auto; top: 50%; transform: translateY(-50%); }
  .swiper-button-prev{ left: 10px; right: auto; top: 50%; transform: translateY(-50%); }

  /* Responsive */
  @media (max-width: 900px){
    #reviews h2{ font-size:1.6rem }
    .review-card{ width:300px }
    .review-card img{ width:200px; height:150px; }
  }
  @media (max-width: 600px){
    .swiper-button-next, .swiper-button-prev{ display:none; } /* أخفي الأزرار على الموبايل */
  }



  /* footer */
  .footer {
    background: var(--bg-dark);
    color: var(--muted-dark);
    padding: 50px 20px 20px;
  }
  
  .footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-col h3 {
    color: var(--accent);
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: var(--muted-dark);
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-col ul li a:hover {
    color: var(--accent);
  }
  
  .footer-col p {
    margin: 8px 0;
  }
  
  .socials {
    margin-top: 15px;
  }
  
  .socials a {
    color: var(--muted-dark);
    margin-left: 12px;
    font-size: 1.3rem;
    transition: color 0.3s, transform 0.3s;
  }
  
  .socials a:hover {
    color: var(--accent);
    transform: scale(1.2);
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid var(--card-dark);
    font-size: 0.9rem;
    color: var(--muted-dark);
  }


  #faqs {
    padding: 60px 0;
  }
  
  #faqs h2 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--accent);
  }
  
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
  }
  
  .faq-question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: var(--bg-dark);
  }
  
  .faq-question i {
    color: var(--accent);
    margin-left: 10px;
    transition: transform 0.3s;
  }
  
  .faq-answer {
    display: none;
    padding: 10px 10px;
    color: #ffffff;
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-item.active .faq-question i {
    transform: rotate(45deg); /* يتحول من + إلى × */
  }
  

    /* ====== Hero Section ====== */
    .hero {
      position: relative;
      background: url('assets/img/8.webp') no-repeat center center/cover;
      min-height: 70vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem;
    }

    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.65);
    }

    .hero-content {
      position: relative;
      max-width: 800px;
      z-index: 2;
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .hero p {
      color: var(--muted-dark);
      font-size: 1.1rem;
    }

    /* ====== About Section ====== */
    .about {
      background: var(--card-dark);
      padding: 4rem 2rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: center;
    }

    .about h2 {
      color: var(--accent);
      margin-bottom: 1rem;
    }

    .about ul {
      list-style: none;
      padding: 0;
    }

    .about ul li {
      margin-bottom: 0.75rem;
      position: relative;
      padding-right: 1.5rem;
      color: var(--muted-dark);
    }

    .about ul li::before {
      content: "●";
      position: absolute;
      right: 0;
      color: var(--accent);
    }

    iframe {
      width: 100%;
      height: 315px;
      border-radius: 10px;
    }

    /* ====== Responsive ====== */
    @media (max-width: 768px) {
      .about {
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: 2rem;
      }

      .hero p {
        font-size: 1rem;
      }
    }


    .gallery {
      background: var(--bg-dark);
      padding: 4rem 2rem;
      text-align: center;
    }
  
    .gallery h2 {
      font-size: 2rem;
      margin-bottom: 2rem;
      color: white;
    }
  
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      justify-items: center;
    }
  
    .gallery-item {
      background: var(--card-dark);
      padding: 0.5rem;
      border-radius: 12px;
      transition: transform 0.3s ease;
      cursor: pointer;
    }
  
    .gallery-item:hover {
      transform: scale(1.05);
    }
  
    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }


    .gallery {
      padding: 3rem 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .gallery h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

    .gallery-item {
      background: var(--card-dark);
      padding: 0.5rem;
      border-radius: 12px;
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .gallery-item:hover {
      transform: scale(1.05);
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }

    footer {
      background: var(--card-dark);
      text-align: center;
      padding: 1rem;
      margin-top: 2rem;
      font-size: 0.9rem;
      color: var(--muted-dark);
    }

    /* ===== Popup Styles ===== */
    .popup {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.85);
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: column;
    }

    .popup img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.8);
      animation: fadeIn 0.3s ease-in-out;
    }

    .popup .close-btn {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 2rem;
      background: var(--card-dark);
      color: var(--accent);
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
    }

    .popup .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: var(--card-dark);
      color: var(--accent);
      border: none;
      font-size: 2rem;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
    }

    .popup .prev-btn { right: auto; left: 70px; }
    .popup .next-btn { right: 70px; left: auto; }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.95);}
      to {opacity: 1; transform: scale(1);}
    }


    /* ⚡ تحسين وضع الموبايل */
@media (max-width: 768px) {
  .popup img {
    max-width: 95%;
    max-height: 70%;
  }
  .popup .nav-btn {
    font-size: 28px;
    padding: 5px;
  }
  .popup .prev-btn {
    left: 10px;
  }
  .popup .next-btn {
    right: 10px;
  }
}

/* سكشن لماذا نحن */
.why-us {
  background: var(--bg-dark);
  padding: 60px 20px;
  color: var(--muted-dark);
}

.why-us .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.why-us .why-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.why-us h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 28px;
}

.why-us ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.why-us ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.8;
}

.why-us ul li i {
  color: var(--accent);
  margin-left: 8px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.social-icons a {
  font-size: 22px;
  color: white;
  background: var(--card-dark);
  padding: 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: var(--accent);
  background: #222;
}

.why-us p {
  margin: 15px 0;
}

.cta-btn {
  display: inline-block;
  background: var(--accent);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #4fa4d1;
}

/* موبايل */
@media (max-width: 768px) {
  .why-us .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


.review-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 30px rgba(99,181,228,0.3);
}


.stars {
  color: #ffcc00;
  font-size: 1.1rem;
  margin-bottom: 10px;
  animation: starPulse 1.5s infinite alternate;
}

@keyframes starPulse {
  from { transform: scale(1); opacity: 0.8; }
  to { transform: scale(1.2); opacity: 1; }
}

.review-card h4 {
  color: var(--accent);
  margin-top: 10px;
  font-weight: 600;
}

.swiper-pagination-bullet {
  background: var(--accent);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--accent);
}







/* About Section */
.about {
  display: block;
  width: 100%;
  padding: 80px 5%;
  background-color: var(--bg-dark, #111);
  direction: rtl;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.about-row.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  color: var(--accent, #4ea4d1);
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-text p {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #ddd;
  font-size: 16px;
}

.about-text .btn {
  display: inline-block;
  background: var(--accent, #4ea4d1);
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 15px;
  transition: background 0.3s;
}

.about-text .btn:hover {
  background: #69c1ef;
}

.about-img {
  flex: 1;
  text-align: center;
}

.about-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease;
}

.about-img img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }

  .about-row.reverse {
    flex-direction: column;
  }

  .about-text {
    margin-bottom: 25px;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-text p {
    font-size: 14px;
  }
}


/* Responsive */
@media (max-width: 992px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }

  /* عكس الاتجاه في الموبايل بحيث الصورة تبقى فوق */
  .about-row.reverse {
    flex-direction: column;
  }

  /* الصورة تبقى أول عنصر */
  .about-img {
    order: 1;
  }

  .about-text {
    order: 2;
    margin-bottom: 25px;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-text p {
    font-size: 14px;
  }
}


.stars i {
  color: #FFD700; /* لون النجمة */
  font-size: 1.3rem;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.stars i:hover {
  transform: scale(1.3);
  text-shadow: 0 0 10px #FFD700, 0 0 20px #FFEA00;
}


.stars i {
  color: #FFD700; /* لون النجوم */
  font-size: 1.3rem;
  text-shadow: 0 0 10px #FFD700, 0 0 20px #FFEA00;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

/* تأثير عند المرور بالماوس - فقط للكمبيوتر */
@media (hover: hover) {
  .stars i:hover {
    transform: scale(1.3);
    text-shadow: 0 0 15px #FFD700, 0 0 30px #FFEA00;
  }
}

/* في الموبايل - التوهج دايم بدون hover */
@media (hover: none) {
  .stars i {
    animation: glowPulse 2s infinite alternate;
  }

  @keyframes glowPulse {
    from {
      text-shadow: 0 0 10px #FFD700, 0 0 20px #FFEA00;
    }
    to {
      text-shadow: 0 0 25px #FFD700, 0 0 40px #FFEA00;
    }
  }
}
