 :root {
            --bg-dark: #0a0f1f;
            --bg-darker: #050814;
            --primary: #0066ff;
            --primary-dark: #0040b3;
            --accent: #00eaff;
            --accent-purple: #7c3aed;
            --text: #e0f0ff;
            --text-muted: #a0c0ff;
            --glass: rgba(20, 30, 80, 0.45);
            --glass-border: rgba(0, 234, 255, 0.18);
            --glow: 0 0 25px rgba(0, 234, 255, 0.4);
        }

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

        body {
            font-family: 'Segoe UI', system-ui, sans-serif;
            background: var(--bg-darker);
            color: var(--text);
            line-height: 1.7;
            overflow-x: hidden;
        }

        body::before {
            content: '';
            position: fixed;
            inset: 0;
            background: linear-gradient(135deg, #0a0f1f 0%, #0e1a3a 50%, #1a0d2e 100%);
            z-index: -2;
        }


    /* Background */
    .bg-grid {
      position: fixed;
      inset: 0;
      background-image: 
        radial-gradient(circle at 1px 1px, rgba(0, 212, 255, 0.12) 1px, transparent 0),
        linear-gradient(to right, rgba(0, 212, 255, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 212, 255, 0.06) 1px, transparent 1px);
      background-size: 40px 40px;
      pointer-events: none;
      z-index: -2;
    }
.contact h2{margin-bottom: 30px;}
    .bg-overlay {
      position: fixed;
      inset: 0;
      background: radial-gradient(circle at 20% 30%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
                  radial-gradient(circle at 80% 70%, rgba(255, 0, 170, 0.06) 0%, transparent 60%);
      pointer-events: none;
      z-index: -1;
    }

    /* Header & Navbar */

/* Header */
    header {
      position: fixed;
      top: 0;    z-index: 9;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding: 1.2rem 5%;
      background: rgba(10, 14, 23, 0.85);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(0, 212, 255, 0.15);
      transition: all 0.4s ease;
    }

    header.scrolled {
      padding: 0.9rem 5%;
      background: rgba(10, 14, 23, 0.98);
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
    }

    .logo {
      font-size: 1.9rem;
      font-weight: bold;
      color: white;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .nav-links {
      display: flex;
      gap: 2.2rem;
    }


    .nav-links a {
      color:#fff;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
      font-size: 1.05rem;
    }
.nav-links a:hover::after, .nav-links a.active::after {
    width: 100%;
}
    .nav-links a::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -6px;
      left: 0;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      transition: width 0.3s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: white;
    }

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger span {
      width: 28px;
      height: 3px;
      background: white;
      border-radius: 2px;
      transition: all 0.4s ease;
    }

    /* Mobile Menu */
    .mobile-menu {
      position: fixed;
      inset: 0;
      background: rgba(10, 14, 23, 0.98);
      backdrop-filter: blur(10px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      transform: translateX(100%);
      transition: transform 0.5s ease;
      z-index: 99999;
    }

    .mobile-menu.active {
      transform: translateX(0);
    }

    .mobile-menu a {
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s;
    }

    .mobile-menu a:hover {
      color: var(--primary);
    }

    .close-btn {
      position: absolute;
      top: 1rem;
      right: 2rem;
      font-size: 3.5rem;
      color: white;
      cursor: pointer;
      transition: all 0.3s;
    }

    .close-btn:hover {
      color: var(--accent);
      transform: rotate(90deg);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }
      .hamburger {
        display: flex;
      }
    }

      

        #hero {
            height: 100vh;
            min-height: 820px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 6%;
                background: url(../../assets/img/slider/slide1a.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    display: flex
;
    align-items: center;
    min-height: 350px;
    background-position: bottom;
      
    background-color: #8b8b8b;
}

        .hero-content {
            max-width: 1200px;
            position: relative;
            z-index: 2;
        }

        .hero-content h1 {
            font-size: clamp(4.5rem, 10vw, 8rem);
            font-weight: 900;    padding-top: 45px;
            line-height: 0.95;
            margin-bottom: 1.8rem;
            background: linear-gradient(90deg, #ffffff, var(--accent), var(--accent-purple), #ffffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% 100%;
            animation: gradientFlow 12s ease infinite;
        }

        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .hero-content p {
            font-size: 1.5rem;
            max-width: 780px;
            margin: 0 auto 3rem;
            opacity: 0.92;    color: #fff;
        }

        .cta-btn {
            padding: 1.2rem 3.2rem;
            font-size: 1.3rem;
            font-weight: 700;
            background: linear-gradient(45deg, var(--primary), var(--accent), var(--accent-purple));
            color: white;
            border: none;
            border-radius: 60px;
            text-decoration: none;
            box-shadow: var(--glow);
            transition: all 0.5s;
        }

        .cta-btn:hover {
            transform: translateY(-10px) scale(1.06);
            box-shadow: 0 0 50px rgba(0, 234, 255, 0.7);
        }

        section {
            padding: 70px 7%;
        }

        h2 {
            font-size: 3.8rem;
            text-align: center;
            margin-bottom: 1.5rem;
            background: linear-gradient(90deg, var(--accent), #ffffff, var(--accent-purple));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
p{ margin-bottom: 20px; font-size: 18px;}
       /* ── Timeline Style (used for Why and Strengths) ── */
        .timeline-container {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem 0;
        }
        h2{margin-bottom: 25px!Important;}
 p {color: #fff;}
        .timeline-container::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, transparent, var(--accent), var(--accent-purple), var(--accent), transparent);
            z-index: 1;
            opacity: 0.4;
        }

        .timeline-container::after {
            content: "";
            display: table;
            clear: both;
        }

        .timeline-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
            width: 50%;
            padding: 0 1.5rem;
            float: left;
        }

        .timeline-item:nth-child(even) {
            transform: translateY(80px);
        }

        .step-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            font-weight: 900;
            color: white;
            margin-bottom: 2.5rem;
            box-shadow: 0 0 30px rgba(0, 234, 255, 0.5);
            border: 3px solid rgba(255,255,255,0.15);
            z-index: 3;
        }

        .timeline-card {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 24px;
            padding: 2.8rem 2.2rem;
            text-align: center;
            transition: all 0.5s ease;
            width: 100%;
            min-height: 340px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .timeline-card:hover {
            transform: translateY(-20px) rotate(2deg);
            box-shadow: 0 25px 60px rgba(0, 234, 255, 0.35);
            border-color: var(--accent);
        }

        .icon-circle {
            width: 90px;
            height: 90px;
            background: rgba(0, 234, 255, 0.12);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.8rem;
            font-size: 2.8rem;
            color: var(--accent);
            border: 1px solid var(--glass-border);
        }

        .timeline-card h3 {
            font-size: 1.9rem;
            margin-bottom: 1.2rem;
            min-height: 60px; color: #fff;
        }

        .timeline-card p {
            font-size: 1.1rem;
            opacity: 0.88; color: #fff;
            margin-bottom: 1.8rem;
            flex-grow: 1;
        }

        @media (max-width: 1200px) {
            .timeline-item {
                width: 50%;
                margin-bottom: 6rem; padding: 0px;
            }
            .timeline-item:nth-child(even) {
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .timeline-item {
                width: 100%;
                margin-bottom: 1rem;
            }
              .timeline-card  {padding: 1.8rem 1rem;}
            .timeline-container::before {
                display: none;
            }
            .timeline-card h3 {
    font-size: 20px;}
        }

  #about p{font-size:1rem; opacity:0.92; margin-bottom:2rem; text-align:left;     color: #fff;}
        #about img {
            width: 100%;
            border-radius: 24px;
            box-shadow: var(--glow);       height: 550px;
    object-fit: cover;
        }

        /* Services with images */
        .service-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
            margin-bottom: 1rem;
        }

        .service-item.reverse {
            grid-template-columns: 1fr 1fr;
            direction: rtl;
        }

        .service-item.reverse .service-content {
            direction: ltr;
        }

        .service-image {
            width: 100%;
            border-radius: 24px;
            overflow: hidden; height: 400px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
            transition: transform 0.6s;
        }
.service-image img{height: 400px; width: 100%; object-fit: cover;}
        .service-item:hover .service-image {
            transform: scale(1.04);
        }

        .service-content {
            padding: 2rem 0;
        }

        .service-content h3 {
            font-size: 2.6rem;
            margin-bottom: 1.6rem;
            background: linear-gradient(90deg, var(--accent), var(--accent-purple));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .service-content p {
            font-size: 1.25rem;
            opacity: 0.9;
            margin-bottom: 2.5rem;
        }

        @media (max-width: 1100px) {
            .service-item, .service-item.reverse {
                grid-template-columns: 1fr;
                gap: 4rem;
                      margin-bottom: 0rem;
            }
            .service-content h3 {
    font-size: 25px;}
    .service-content p {
    font-size: 16px;}
        }

        #contact {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 32px;
         margin: 0px 7% 60px 7%;
    padding: 2rem 8%;
            border: 1px solid var(--glass-border);
        }

        form {
            display: grid;
            gap: 1.8rem;
            max-width: 800px;
            margin: 3.5rem auto 0;
        }

        input, textarea {
            padding: 1.4rem 1.8rem;
            background: rgba(255,255,255,0.04);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            color: var(--text);
            font-size: 1.15rem;    font-family: 'Segoe UI', system-ui, sans-serif;
        }

        input::placeholder, textarea::placeholder {
            color: var(--text-muted);
        }

        button {
            padding: 1.5rem;
            background: linear-gradient(45deg, var(--primary), var(--accent), var(--accent-purple));
            color: white;
            border: none;
            border-radius: 16px;
            font-size: 1.3rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.4s;
        }

        button:hover {
            transform: translateY(-6px);
            box-shadow: var(--glow);
        }

        footer {
            text-align: center;
            padding: 5rem 7% 3rem;
            border-top: 1px solid var(--glass-border);
            opacity: 0.85;
        }

    /* Footer */
    footer {
      background: #0a0e17;
      padding: 5rem 5% 0rem;
      border-top: 1px solid rgba(0,212,255,0.1);
      text-align: center;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 2.5rem;
      margin: 2rem 0;
      flex-wrap: wrap;
    }

    .footer-links a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-links a:hover {
      color: var(--primary);
    }
.footer-social {
    display: flex;
    gap: 16px; justify-content: center; margin-bottom: 20px; 
}
.footer-social a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: 0.35s;
    text-decoration: none;
}
.copyfooter p{  font-size: 16px;}
.fexywidth{  border-top: 1px solid rgba(165, 170, 171, 0.1);   
    padding-top: 20px;    align-items: anchor-center; justify-content: end!important; display: flex;}
    /* Scroll to Top */
    #scrollTop {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      background: linear-gradient(45deg, var(--primary), var(--accent));
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 1.6rem;
      cursor: pointer; padding: 0px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 10px 20px rgba(0,0,0,0.4);
      z-index: 999;
    }

    #scrollTop.show {
      opacity: 1;
      visibility: visible;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .hero-container {
        flex-direction: column;
        text-align: center;
      }
      .hero-image img {
        transform: none;
        max-width: 600px;
        margin: 2rem auto;
      }
      .about-grid, .contact-grid, .strengths-grid {
        grid-template-columns: 1fr;
      }
      section {
        padding: 40px 5%;
      }
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }
      .hamburger {
        display: flex;
      }
      .hero h1 {
        font-size: 4.5rem;
      }
      .hero p {
        font-size: 1.3rem;
      }
      .services-grid {
        grid-template-columns: 1fr;
      }
      .service-card {
        height: 380px;
      }
    }

    @media (max-width: 480px) {
      .hero h1 {
        font-size: 3.8rem;
      }
      h2 {
        font-size: 2.8rem;
      }
      .cta-btn {
        padding: 0.9rem 2rem;
        font-size: 1.1rem;
      }
    }