
  /* start hero section */
    body {
      font-family: "Cairo", sans-serif;
      background-color: #faf9f7;
      color: #1f1f1f;
    }

    .text-gold {
      color: #96653f;
    }

    .bg-gold {
      background-color: #96653f;
    }

    .gradient-overlay {
      background: linear-gradient(to left, rgba(150, 101, 63, 0.8), rgba(0, 0, 0, 0.4));
    }

    .section-title {
      @apply text-4xl font-bold mb-6 text-center;
    }
 
 

    .primary-color {
      color: #96653f;
    }

    .primary-bg {
      background-color: #96653f;
    }

    .primary-border {
      border-color: #96653f;
    }

    .accent-color {
      color: #d97706;
    }

    .accent-bg {
      background-color: #96643f;
    }

    .service-card {
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border: 1px solid #e2e8f0;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 25px 50px rgba(17, 24, 38, 0.15);
      border-color: #d97706;
    }

    .certificate-card {
      transition: all 0.3s ease;
    }

    .certificate-card:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .hero-section {
      background: linear-gradient(135deg, rgba(17, 24, 38, 0.9) 0%, rgba(150, 100, 63, 0.8) 100%),
        url('../asstes/img/hotel-services.jpg') center/cover no-repeat;
    }


    .floating {
      animation: floating 3s ease-in-out infinite;
    }

    @keyframes floating {
      0% {
        transform: translate(0, 0px);
      }

      50% {
        transform: translate(0, -10px);
      }

      100% {
        transform: translate(0, 0px);
      }
    }
 
    body {
      font-family: 'Tajawal', sans-serif;
    }

    .primary-color {
      color: #96653f;
    }

    .primary-bg {
      background-color: #96653f;
    }

    .accent-color {
      color: #d97706;
    }

    .accent-bg {
      background-color: #d97706;
    }

    .gradient-bg {
      background: linear-gradient(135deg, #96653f 0%, #96653f 100%);
    }

    .floating {
      animation: floating 3s ease-in-out infinite;
    }

    @keyframes floating {
      0% {
        transform: translate(0, 0px);
      }

      50% {
        transform: translate(0, -10px);
      }

      100% {
        transform: translate(0, 0px);
      }
    }

    .feature-card {
      transition: all 0.3s ease;
      border: 1px solid #e2e8f0;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(17, 24, 38, 0.15);
      border-color: #96653f;
    }

    .progress-bar {
      transition: width 1.5s ease-in-out;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      right: -12px;
      top: 0;
      width: 24px;
      height: 24px;
      background: #d97706;
      border-radius: 50%;
      border: 4px solid white;
      box-shadow: 0 0 0 3px #d97706;
    }
  
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Cairo', sans-serif;
    }

    /*    end hero section */ 
    /*    start about section */ 

    :root {
      --primary-color: #96653f;
      --primary-light: #b08c6d;
      --primary-dark: #7a5232;
      --accent-color: #d4a574;
      --text-dark: #333333;
      --text-light: #666666;
      --background-light: #f8f5f2;
      --white: #ffffff;
    }

    body {
      background-color: var(--background-light);
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* قسم من نحن */
    .about-section {
      padding: 80px 0;
      background-color: var(--white);
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 60px;
      align-items: center;
    }

    @media (min-width: 992px) {
      .about-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    /* المحتوى على اليسار */
    .about-content {
      padding-left: 0;
    }

    @media (min-width: 992px) {
      .about-content {
        padding-left: 40px;
      }
    }

    .about-title {
      font-size: 2.8rem;
      font-weight: 700;
      color: var(--primary-color);
      margin-bottom: 25px;
      position: relative;
    }

    .about-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
      border-radius: 2px;
    }

    .about-text {
      font-size: 1.1rem;
      color: var(--text-light);
      line-height: 1.8;
      margin-bottom: 25px;
    }

    .highlight {
      font-weight: 600;
      color: var(--primary-color);
    }

    /* إحصائيات سريعة */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin: 30px 0;
    }

    .stat-item {
      text-align: center;
      padding: 20px 15px;
      background: var(--background-light);
      border-radius: 12px;
      border-right: 4px solid var(--primary-color);
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: var(--primary-color);
      line-height: 1;
      margin-bottom: 8px;
    }

    .stat-text {
      font-size: 0.9rem;
      color: var(--text-light);
    }

    /* سلايدر الصور على اليمين */
    .slider-section {
      position: relative;
    }

    .slider-container {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      height: 500px;
    }

    .slider {
      position: relative;
      height: 100%;
      width: 100%;
    }

    .slide {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .slide.active {
      opacity: 1;
    }

    .slide-overlay {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
      color: var(--white);
      padding: 30px;
      transform: translateY(20px);
      transition: transform 0.5s ease;
    }

    .slide.active .slide-overlay {
      transform: translateY(0);
    }

    .slide-title {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .slide-desc {
      font-size: 0.9rem;
      opacity: 0.9;
    }

    /* عناصر التحكم في السلايدر */
    .slider-controls {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 25px;
    }

    .slider-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--primary-color);
      color: var(--white);
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 1.2rem;
    }

    .slider-btn:hover {
      background: var(--primary-dark);
      transform: scale(1.1);
    }

    .slider-dots {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--text-light);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .dot.active {
      background: var(--primary-color);
      transform: scale(1.2);
    }

    /* ميزات الخدمات */
    .services-features {
      margin-top: 40px;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px;
      background: var(--background-light);
      border-radius: 10px;
      transition: all 0.3s ease;
    }

    .feature-item:hover {
      background: var(--primary-color);
      color: var(--white);
      transform: translateY(-5px);
    }

    .feature-item:hover .feature-icon {
      background: var(--white);
      color: var(--primary-color);
    }

    .feature-icon {
      width: 40px;
      height: 40px;
      background: var(--primary-color);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 1.1rem;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .feature-text {
      font-weight:bold;
      padding-top: 13px;
    }

    /* تأثيرات الظهور */
    [data-aos] {
      opacity: 0;
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    [data-aos="fade-up"] {
      transform: translateY(30px);
    }

    [data-aos="fade-left"] {
      transform: translateX(30px);
    }

    [data-aos="fade-right"] {
      transform: translateX(-30px);
    }

    [data-aos].aos-animate {
      opacity: 1;
      transform: translate(0);
    }

    @media (max-width: 768px) {
      .about-title {
        font-size: 2.2rem;
      }

      .stats-grid {
        grid-template-columns: 1fr;
      }

      .slider-container {
        height: 400px;
      }
    }
     /*    end about section */ 
     /*    start services section */ 
  
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Cairo', sans-serif;
        }

        :root {
            --primary-color: #96653f;
            --primary-light: #b08c6d;
            --primary-dark: #7a5232;
            --accent-color: #d4a574;
            --text-dark: #333333;
            --text-light: #666666;
            --background-light: #f8f5f2;
            --white: #ffffff;
            --gold: #d4af37;
        }

        body {
            background-color: var(--background-light);
            color: var(--text-dark);
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* قسم الخدمات */
        .services-section {
            padding: 80px 0;
            background-color: var(--white);
        }

        .section-title {
            text-align: center;
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: var(--text-light);
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* شبكة الخدمات */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        /* كارد الخدمة */
        .service-card {
            background: var(--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid #f0f0f0;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(150, 101, 63, 0.15);
        }

        .card-image {
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .service-card:hover .card-image img {
            transform: scale(1.05);
        }

        .card-content {
            padding: 25px;
        }

        .card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .card-title i {
            color: var(--gold);
        }

        .card-excerpt {
            color: var(--text-light);
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        .card-actions {
            display: flex;
            gap: 12px;
        }

        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

        .btn-primary {
            background: var(--primary-color);
            color: var(--white);
            flex: 2;
        }

        .btn-primary:hover {
            background: var(--primary-dark);
        }

        .btn-secondary {
            background: transparent;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            flex: 1;
        }

        .btn-secondary:hover {
            background: var(--primary-color);
            color: var(--white);
        }

        /* المودال */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 1000;
            overflow-y: auto;
            padding: 20px;
        }

        .modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .modal-content {
            background: var(--white);
            border-radius: 20px;
            width: 500px;
            max-width: 600px;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.4s ease;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        @keyframes slideUp {
            from { transform: translateY(50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .modal-close {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 40px;
            height: 40px;
            background: var(--primary-color);
            color: var(--white);
            border: none;
            border-radius: 50%;
            font-size: 1.2rem;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .modal-close:hover {
            background: var(--primary-dark);
            transform: rotate(90deg);
        }

        .modal-header {
            position: relative;
            height: 500px;
            overflow: hidden;
            border-radius: 20px 20px 0 0;
        }

        .modal-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .modal-header-overlay {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            background: linear-gradient(transparent, rgba(0,0,0,0.7));
            color: var(--white);
            padding: 40px;
        }

        .modal-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .modal-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .modal-icon {
            position: absolute;
            top: 30px;
            left: 30px;
            width: 70px;
            height: 70px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            backdrop-filter: blur(10px);
        }

        .modal-body {
            padding: 40px;
        }

        .service-description {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-dark);
            margin-bottom: 30px;
            background: var(--background-light);
            padding: 25px;
            border-radius: 12px;
            border-right: 4px solid var(--primary-color);
        }

        /* ميزات الخدمة */
        .service-features {
            margin: 40px 0;
        }

        .section-heading {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--background-light);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .section-heading i {
            color: var(--gold);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 20px;
            background: var(--white);
            border-radius: 12px;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .feature-item:hover {
            border-color: var(--primary-color);
            transform: translateX(5px);
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: var(--background-light);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            font-size: 1.3rem;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .feature-item:hover .feature-icon {
            background: var(--primary-color);
            color: var(--white);
        }

        .feature-content h4 {
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--text-dark);
        }

        .feature-content p {
            font-size: 0.9rem;
            color: var(--text-light);
            line-height: 1.5;
        }

        /* تفاصيل إضافية */
        .service-details {
            background: linear-gradient(135deg, #f8f5f2, #ffffff);
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
            border: 1px solid #f0f0f0;
        }

        .details-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .detail-item {
            text-align: center;
            padding: 20px;
            background: var(--white);
            border-radius: 10px;
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .detail-item:hover {
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }

        .detail-icon {
            font-size: 2.2rem;
            color: var(--primary-color);
            margin-bottom: 12px;
        }

        .detail-value {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 5px;
        }

        .detail-label {
            color: var(--text-light);
            font-size: 0.85rem;
        }

        /* تحكم المودال */
        .modal-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 40px;
            border-top: 1px solid #f0f0f0;
            background: var(--background-light);
            border-radius: 0 0 20px 20px;
        }

        .nav-btn {
            background: var(--primary-color);
            color: var(--white);
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .nav-btn:hover {
            background: var(--primary-dark);
        }

        .nav-btn.prev {
            transform: rotate(180deg);
        }

        .contact-btn {
            background: #96653f;
            color: var(--white);
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .contact-btn:hover {
            background: #96653f;
            transform: translateY(-2px);
        }

        /* التجاوب */
        @media (max-width: 768px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .modal-title {
                font-size: 1.8rem;
            }
            
            .modal-body {
                padding: 25px;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .modal-controls {
                flex-direction: column;
                gap: 15px;
            }
            
            .nav-btn, .contact-btn {
                width: 100%;
                justify-content: center;
            }
            
            .card-actions {
                flex-direction: column;
            }
            
            .modal-header {
                height: 300px;
            }
            
            .modal-icon {
                top: 20px;
                left: 20px;
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
        }
        /*    end services section */ 
        /*    start testimonials section */ 
    
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Cairo', sans-serif;
        }

        :root {
            --ns-primary: #96653f;
            --ns-primary-light: #b08c6d;
            --ns-primary-dark: #7a5232;
            --ns-accent: #d4a574;
            --ns-text-dark: #333333;
            --ns-text-light: #666666;
            --ns-bg-light: #f8f5f2;
            --ns-white: #ffffff;
            --ns-gold: #d4af37;
        }

        body {
            background-color: var(--ns-bg-light);
            color: var(--ns-text-dark);
            line-height: 1.6;
        }

        .ns-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* قسم آراء العملاء */
        .ns-testimonials {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f5f2 0%, #ffffff 50%, #f8f5f2 100%);
            position: relative;
            overflow: hidden;
        }

        .ns-testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%2396653f" opacity="0.03"><path d="M30,30 Q50,10 70,30 T90,30 T70,70 T30,70 T10,30 T30,30 Z"/></svg>');
            background-size: 200px;
        }

        .ns-section-title {
            text-align: center;
            font-size: 3rem;
            font-weight: 800;
            color: var(--ns-primary);
            margin-bottom: 20px;
            position: relative;
        }

        .ns-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, var(--ns-primary), var(--ns-gold));
            border-radius: 2px;
        }

        .ns-section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: var(--ns-text-light);
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* شبكة التستيمونيال */
        .ns-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        /* كارد التستيمونيال */
        .ns-testimonial-card {
            background: var(--ns-white);
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            position: relative;
            border: 1px solid #f0f0f0;
            overflow: hidden;
        }

        .ns-testimonial-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            left: 30px;
            font-size: 5rem;
            color: var(--ns-primary);
            opacity: 0.1;
            font-family: serif;
            line-height: 1;
        }

        .ns-testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(150, 101, 63, 0.15);
            border-color: var(--ns-primary);
        }

        .ns-testimonial-card.ns-featured {
            background: linear-gradient(135deg, var(--ns-primary), var(--ns-primary-dark));
            color: var(--ns-white);
            border: none;
        }

        .ns-testimonial-card.ns-featured::before {
            color: var(--ns-white);
            opacity: 0.2;
        }

        .ns-testimonial-card.ns-featured .ns-testimonial-text {
            color: var(--ns-white);
        }

        .ns-testimonial-card.ns-featured .ns-client-position {
            color: rgba(255,255,255,0.8);
        }

        /* تقييم النجوم */
        .ns-rating {
            display: flex;
            gap: 5px;
            margin-bottom: 20px;
        }

        .ns-star {
            color: var(--ns-gold);
            font-size: 1.1rem;
        }

        .ns-testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--ns-text-dark);
            margin-bottom: 30px;
            font-style: italic;
            position: relative;
            z-index: 2;
        }

        /* معلومات العميل */
        .ns-client-info {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 25px;
        }

        .ns-client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--ns-primary), var(--ns-accent));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ns-white);
            font-size: 1.5rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .ns-client-details {
            flex: 1;
        }

        .ns-client-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--ns-primary);
            margin-bottom: 5px;
        }

        .ns-testimonial-card.ns-featured .ns-client-name {
            color: var(--ns-white);
        }

        .ns-client-position {
            font-size: 0.9rem;
            color: var(--ns-text-light);
        }

        /* إحصائيات القسم */
        .ns-stats-section {
            background: var(--ns-white);
            border-radius: 20px;
            padding: 50px;
            margin-top: 60px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid #f0f0f0;
        }

        .ns-stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            text-align: center;
        }

        .ns-stat-item {
            padding: 20px;
        }

        .ns-stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: var(--ns-primary);
            line-height: 1;
            margin-bottom: 10px;
            background: linear-gradient(135deg, var(--ns-primary), var(--ns-gold));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ns-stat-label {
            font-size: 1rem;
            color: var(--ns-text-light);
            font-weight: 600;
        }

        /* شريط الشركاء */
        .ns-partners-bar {
            background: var(--ns-white);
            border-radius: 15px;
            padding: 30px;
            margin-top: 50px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }

        .ns-partners-title {
            text-align: center;
            font-size: 1.3rem;
            color: var(--ns-primary);
            margin-bottom: 25px;
            font-weight: 700;
        }

        .ns-partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            align-items: center;
        }

        .ns-partner-logo {
            height: 60px;
            background: var(--ns-bg-light);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ns-primary);
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 1px solid #f0f0f0;
        }

        .ns-partner-logo:hover {
            background: var(--ns-primary);
            color: var(--ns-white);
            transform: translateY(-3px);
        }

        /* تأثيرات الظهور */
        [data-aos] {
            opacity: 0;
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        [data-aos="fade-up"] {
            transform: translateY(30px);
        }

        [data-aos="fade-right"] {
            transform: translateX(30px);
        }

        [data-aos="fade-left"] {
            transform: translateX(-30px);
        }

        [data-aos="zoom-in"] {
            transform: scale(0.9);
        }

        [data-aos].aos-animate {
            opacity: 1;
            transform: translate(0) scale(1);
        }

        /* التجاوب */
        @media (max-width: 768px) {
            .ns-testimonials-grid {
                grid-template-columns: 1fr;
            }
            
            .ns-section-title {
                font-size: 2.2rem;
            }
            
            .ns-stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .ns-partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .ns-testimonial-card {
                padding: 30px 20px;
            }
            
            .ns-stats-section {
                padding: 30px 20px;
            }
        }

        @media (max-width: 480px) {
            .ns-stats-grid {
                grid-template-columns: 1fr;
            }
            
            .ns-partners-grid {
                grid-template-columns: 1fr;
            }
        }
   
                /*    end testimonials section */ 
