        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
            /* خلفية واحدة سحبة واحدة لكل الصفحة */
            background: linear-gradient(135deg, #111 0%, #000 100%);
            background-attachment: fixed;
            color: #ffffff;
            overflow-x: hidden;
        }

        html {
            scroll-behavior: smooth;
        }

        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #111;
        }

        ::-webkit-scrollbar-thumb {
            background: #666;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

        

        .btn-primary {
            background: #ffffff;
            color: #000;
            border: none;
            border-radius: 0.5rem;
            padding: 0.5rem 1.5rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background: #ccc;
            transform: scale(1.05);
        }

        /* Hero Slider Section */
        .hero-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
            padding: 0;
        }

        #heroCarousel .carousel-item {
            height: 100vh;
        }

        #heroCarousel .carousel-item img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
            pointer-events: none;
        }

        .carousel-caption {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 1rem;
        }

        .carousel-caption .hero-title,
        .carousel-caption .hero-subtitle,
        .carousel-caption .btn-hero {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease-out forwards;
        }

        .carousel-caption .hero-title {
            font-size: 3.29rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 1rem;
            animation-delay: 0.5s;
        }

        .carousel-caption .hero-subtitle {
            font-size: 1.5rem;
            color: #ddd;
            margin-bottom: 2rem;
            animation-delay: 0.8s;
        }

        .carousel-caption .btn-hero {
            font-size: 1.1rem;
            padding: 0.8rem 2rem;
            border-radius: 0.5rem;
            font-weight: 600;
            animation-delay: 1.1s;
        }

        .btn-hero {
            transition: all 0.3s ease;
        }

        .btn-hero:hover {
            transform: scale(1.05);
        }

        .btn-outline-light {
            border: 2px solid #ffffff;
            color: #ffffff;
        }

        .btn-outline-light:hover {
            background: #ffffff;
            color: #000;
        }

        /* Section Styling */
        .section {
            padding: 5rem 0;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #ddd;
            text-align: center;
            margin-bottom: 3rem;
        }

        .text-primary {
            color: #ffffff !important;
        }

        /* Cards */
        .glass-card {
            background: rgba(20, 20, 20, 0.6);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 1rem;
            padding: 2rem;
            transition: all 0.5s ease;
            height: 100%;
        }

        /* .glass-card:hover {
            border-color: rgba(255, 255, 255, 0.4);
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
        } */

        .service-card {
            margin-bottom: 2rem;
        }

        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 0.8rem;
            margin-bottom: 1rem;
        }

        .service-icon {
            font-size: 2rem;
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(8px);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
        }

        /* Team Cards */
        .team-card {
            text-align: center;
        }

        .team-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 0 auto 1rem;
            border: 4px solid rgba(255, 255, 255, 0.3);
            object-fit: cover;
        }

        .team-photo-large {
            width: 140px;
            height: 140px;
        }

        .team-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .team-position {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .team-description {
            color: #ddd;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .specialty-tag {
            background: rgba(255, 255, 255, 0.1);
            color: #eee;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin: 0.2rem;
            display: inline-block;
        }

        /* Crew Section */
        .crew-card {
            text-align: center;
        }

        .crew-photo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto 1rem;
            border: 3px solid rgba(255, 255, 255, 0.3);
            object-fit: cover;
        }

        .crew-name {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .crew-position {
            color: #ffffff;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 0.8rem;
        }

        .crew-description {
            color: #ddd;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        /* Values Section */
        .values-card {
            text-align: center;
            padding: 3rem 2rem;
        }

        .values-icon {
            font-size: 4rem;
            margin-bottom: 1.5rem;
        }

        .values-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        /* CTA Section */
        .cta-section {
            background: transparent;
            text-align: center;
            padding: 5rem 0;
        }

        

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

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

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .bg-pattern-1 {
            background: transparent;
            backdrop-filter: none;
        }

        .bg-pattern-2 {
            background: transparent;
            backdrop-filter: none;
        }

        @media (max-width: 768px) {
            .carousel-caption .hero-title {
                font-size: 2.5rem;
            }

            .carousel-caption .hero-subtitle {
                font-size: 1.2rem;
            }

            .btn-hero {
                font-size: 1rem;
                padding: 0.7rem 1.5rem;
            }

            .section-title {
                font-size: 2.2rem;
            }
        }

        #heroCarousel .carousel-control-prev,
        #heroCarousel .carousel-control-next {
            z-index: 3;
        }

        
        .service-card .carousel-item img {
  width: 100%;
  height: 200px;          /* نفس ارتفاع الكروت تبعك */
  object-fit: contain;    /* تبين الصورة كاملة */
  background-color: #111; /* خلفية داكنة ورا الصورة إذا في فراغ */
  border-radius: 0.8rem;
}
.service-card .carousel-inner {
  border-radius: 0.8rem!important;   /* نفس radius يلي بالصورة العادية */
  overflow: hidden!important;        /* يخلي الصورة ما تطلع لبرا */
}

.service-card .carousel-item img {
  width: 100%!important;
  height: 200px!important;
  object-fit: contain!important;     /* تبين كاملة */
  background-color: #111!important;  /* خلفية داكنة للفراغ */
}
/* === Service slider radius & contain fix === */
#service5Carousel,
#service5Carousel .carousel-inner {
  border-radius: 0.8rem !important;  /* نفس رادياس صور الخدمات */
  overflow: hidden !important;        /* قصّ أي عناصر (الأسهم/المؤشرات) */
}

/* خلي الكاروسيل نفسه ياخد نفس الفراغ مثل الصور العادية */
.service-card #service5Carousel {
  display: block;
  margin-bottom: 1rem;                /* مثل margin أسفل الصور العادية */
}

/* الصورة كاملة بدون قص + خلفية داكنة للفراغ */
#service5Carousel .carousel-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  background-color: #111 !important;
  display: block;
}

/* لو في تعارض مع قاعدة قديمة .service-card img (cover)، هذا يلغيها داخل الكاروسيل */
.service-card .carousel .carousel-item img {
  object-fit: cover !important;
}