    .slider-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slide.active {
            opacity: 1;
            z-index: 1;
        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0, 20, 40, 0.92) 0%, rgba(0, 60, 100, 0.85) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slide-content {
            max-width: 800px;
            padding: 40px;
            text-align: left;
            animation: slideIn 0.8s ease-out;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .slide.active .slide-content {
            animation: slideIn 0.8s ease-out;
        }

        .slide-number {
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #00d4ff;
            text-transform: uppercase;
            margin-bottom: 16px;
            padding: 8px 20px;
            border: 2px solid #00d4ff;
            border-radius: 30px;
            background: rgba(0, 212, 255, 0.1);
        }

        .slide-title {
            font-size: 56px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 24px;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .slide-description {
            font-size: 18px;
            color: #e0e0e0;
            line-height: 1.8;
            margin-bottom: 32px;
            max-width: 600px;
        }

        .slide-description a {
            color: #00d4ff;
            text-decoration: none;
            border-bottom: 1px solid #00d4ff;
            transition: all 0.3s ease;
        }

        .slide-description a:hover {
            color: #00ffff;
            border-bottom-color: #00ffff;
        }

        .slide-cta {
            display: inline-block;
            padding: 16px 40px;
            background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 24px rgba(0, 212, 255, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .slide-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(0, 212, 255, 0.5);
            background: linear-gradient(135deg, #00ffff 0%, #00d4ff 100%);
        }

        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .arrow:hover {
            background: rgba(0, 212, 255, 0.3);
            border-color: #00d4ff;
            transform: translateY(-50%) scale(1.1);
        }

        .arrow-left {
            left: 40px;
        }

        .arrow-right {
            right: 40px;
        }

        .arrow svg {
            width: 28px;
            height: 28px;
            fill: #ffffff;
        }

        .navigation {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .nav-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .nav-dot:hover {
            background: rgba(255, 255, 255, 0.6);
            transform: scale(1.2);
        }

        .nav-dot.active {
            background: #00d4ff;
            width: 40px;
            border-radius: 10px;
            border-color: rgba(0, 212, 255, 0.3);
        }

        .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background: #00d4ff;
            width: 0%;
            transition: width 0.1s linear;
            z-index: 10;
            box-shadow: 0 0 10px #00d4ff;
        }

        @media (max-width: 768px) {
            .slide-title {
                font-size: 36px;
            }

            .slide-description {
                font-size: 16px;
            }

            .slide-content {
                padding: 20px;
            }

            .arrow {
                width: 50px;
                height: 50px;
            }

            .arrow-left {
                left: 20px;
            }

            .arrow-right {
                right: 20px;
            }

            .navigation {
                bottom: 20px;
            }
        }

        /* service */

        /* Services Section - Professional Grid Design */
#services {
    padding: 5rem 1rem;
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

#services .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header Styling */
#services .text-center {
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#services .title1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

#services .title1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

#services .text3 {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 0;
}

/* Grid Layout */
#services .industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* Card Styling */
#services .industry-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: white;
    height: 320px;
    cursor: pointer;
}

#services .industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#services .industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#services .industry-card:hover img {
    transform: scale(1.05);
}

/* Card Overlay */
#services .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(0);
    transition: all 0.3s ease;
}

#services .industry-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(30, 64, 175, 0.95) 0%, rgba(30, 64, 175, 0.85) 70%, rgba(30, 64, 175, 0) 100%);
}

/* Card Content */
#services .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: white;
    transition: color 0.3s ease;
}

#services .card-description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Background Decorative Elements */
#services::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0) 70%);
}

#services::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0) 70%);
}

/* Responsive Design */
@media (min-width: 768px) {
    #services .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    #services .industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    #services .title1 {
        font-size: 3rem;
    }
}

@media (min-width: 1280px) {
    #services .industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Loading State for Images */
#services .industry-card img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Accessibility Improvements */
#services .industry-card:focus-within {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    #services {
        background: white !important;
        padding: 2rem 0 !important;
    }
    
    #services .industry-card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #e2e8f0;
    }
}

/* about */
 /* ===== STATS SECTION STYLING ===== */
.stats {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.stats .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    padding: 2rem;
}

/* Stat Item */
.stat-item {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
}

/* Stat Number */
.stat-number {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.75rem;
    line-height: 1;
    transition: transform 0.4s ease;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Stat Label */
.stat-label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #cbd5e0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 0.75rem;
}

.stat-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

/* Counter Animation */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number.animated {
    animation: countUp 0.8s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 3.5rem;
    }
}

@media (max-width: 640px) {
    .stats {
        padding: 3rem 1rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem;
    }
    
    .stat-item {
        padding: 2rem 1rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
}

/* Loading Animation */
.stat-item.loading {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

/* Accessibility */
.stat-item:focus-within {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .stats {
        background: #f8fafc !important;
    }
    
    .stat-item {
        background: white !important;
        border: 1px solid #e2e8f0 !important;
    }
    
    .stat-number {
        color: #1a202c !important;
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
    }
    
    .stat-label {
        color: #4a5568 !important;
    }
}

       /* Navigation Container */
      nav {
        background: #1a2332;
        padding: 0 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
      }

      .nav-container {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
      }

      /* Logo */
      .logo {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0.5px;
      }

      .logo span {
        color: #4a90e2;
      }

      /* Navigation Menu */
      .nav-menu {
        display: flex;
        align-items: center;
        gap: 2rem;
        list-style: none;
      }

      .nav-item {
        position: relative;
      }

      .nav-link {
        color: #e0e0e0;
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 500;
        padding: 0.5rem 0;
        transition: color 0.3s ease;
        display: block;
      }

      .nav-link:hover {
        color: #4a90e2;
      }

      /* Dropdown Menu */
      .dropdown {
        position: relative;
      }

      .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        cursor: pointer;
      }

      .dropdown-toggle::after {
        content: "▼";
        font-size: 0.7rem;
        transition: transform 0.3s ease;
      }

      .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
      }

      .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 220px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        margin-top: 1rem;
      }

      .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .dropdown-menu li {
        list-style: none;
      }

      .dropdown-menu a {
        color: #333;
        padding: 0.8rem 1.2rem;
        display: block;
        text-decoration: none;
        transition: background 0.3s ease;
        font-size: 0.9rem;
      }

      .dropdown-menu a:hover {
        background: #f0f7ff;
        color: #4a90e2;
      }

      .dropdown-menu li:first-child a {
        border-radius: 8px 8px 0 0;
      }

      .dropdown-menu li:last-child a {
        border-radius: 0 0 8px 8px;
      }

      /* CTA Button */
      .cta-button {
        background: #4a90e2;
        color: #fff;
        padding: 0.7rem 1.5rem;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
      }

      .cta-button:hover {
        background: #357abd;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
      }

      .phone-icon {
        display: none;
      }

      /* Hamburger Menu */
      .hamburger {
        display: none;
        cursor: pointer;
        color: #fff;
        font-size: 2rem;
      }

      .hamburger .material-icons {
        transition: transform 0.3s ease;
      }

      /* Mobile Styles */
      @media screen and (max-width: 968px) {
        nav {
          padding: 0 1rem;
        }

        .nav-container {
          height: 70px;
        }

        .hamburger {
          display: flex;
        }

        .hamburger.active .material-icons {
          transform: rotate(90deg);
        }

        .nav-menu {
          position: fixed;
          left: -100%;
          top: 70px;
          flex-direction: column;
          background: #1a2332;
          width: 100%;
          text-align: center;
          transition: left 0.3s ease;
          padding: 2rem 0;
          gap: 0;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          max-height: calc(100vh - 70px);
          overflow-y: auto;
        }

        .nav-menu.active {
          left: 0;
        }

        .nav-item {
          width: 100%;
          padding: 0.8rem 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .nav-link {
          padding: 0.5rem 2rem;
          text-align: left;
        }

        /* Mobile Dropdown */
        .dropdown-toggle {
          justify-content: space-between;
          padding-right: 2rem;
        }
        .dropdown-menu {
          position: static;
          opacity: 1;
          visibility: visible;
          transform: none;
          box-shadow: none;
          background: #0f1720;
          margin-top: 0.5rem;
          display: none;
          border-radius: 0;
        }

        .dropdown.active .dropdown-menu {
          display: block;
        }

        .dropdown-menu a {
          color: #e0e0e0;
          padding: 0.6rem 3rem;
          text-align: left;
        }

        .dropdown-menu a:hover {
          background: rgba(74, 144, 226, 0.2);
        }

        .dropdown-toggle::after {
          display: inline-block;
        }

        /* CTA Button Mobile */
        .cta-button {
          margin: 1rem auto;
          width: fit-content;
          padding: 0.8rem;
          justify-content: center;
        }

        .phone-text {
          display: none;
        }

        .phone-icon {
          display: block;
          font-size: 1.5rem;
        }
      }


    