    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: Arial, sans-serif;
      background: #ffffff;
      color: #222;
    }
    
        /* Header */
header {
    background: #fff;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.logo img {
    height: 100px;
    width: auto;
    margin-left: 20px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.brand-links a {
    text-decoration: none;
    color:#000000;
    transition: color 0.3s;
}

.brand-links a:hover {
    color: #6290FF;
}

.brand-links span {
    color: #000000;
}

nav {
    /* background: #f5f5f5; */
    padding: 15px 30px;
    border-radius: 5px;
    padding-top: 0px;
    font-weight: bold;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    transition: all 0.3s ease;
    padding-bottom: 5px;
    position: relative;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #6290FF;
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

nav a:hover {
    color: #000;
    transform: translateY(-2px);
}


        /* Mobile Menu Toggle */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 1001;
        }

        .mobile-menu-toggle span {
            width: 30px;
            height: 3px;
            background: #333;
            transition: all 0.3s ease;
            border-radius: 3px;
        }

        .mobile-menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(8px, 8px);
        }

        .mobile-menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -8px);
        }   

    /* ── HERO BANNER ── */
    .hero-banner img {
      width: 100%;
      display: block;
      margin-bottom: 60px;
    }

    /* ── SECTION BLOCKS ── */
    .section-block {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 90px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block.alt {
      background: #ffffff;
    }
    .section-block.reverse {
      flex-direction: row-reverse;
    }

/* sectionblock-3d */
.section-block-3d {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 90px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 70px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-3d.alt {
      background: #ffffff;
    }
    .section-block-3d.reverse {
      flex-direction: row-reverse;
    }

    /* sectionblock-2d */
.section-block-2d {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 40px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 40px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-2d.alt {
      background: #ffffff;
    }
    .section-block-2d.reverse {
      flex-direction: row-reverse;
    }


    /* sectionblock-DI */
.section-block-DI {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 90px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 90px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-DI.alt {
      background: #ffffff;
    }
    .section-block-DI.reverse {
      flex-direction: row-reverse;
    }
/* sectionblock-GD */
.section-block-GD {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 140px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-GD.alt {
      background: #ffffff;
    }
    .section-block-GD.reverse {
      flex-direction: row-reverse;
    }

     /* ── SECTION BLOCKS-BD ── */
    .section-block-BD {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 160px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-BD.alt {
      background: #ffffff;
    }
    .section-block-BD.reverse {
      flex-direction: row-reverse;
    }


    /* ── SECTION BLOCKS-VFX ── */
    .section-block-VFX {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 130px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-VFX.alt {
      background: #ffffff;
    }
    .section-block-VFX.reverse {
      flex-direction: row-reverse;
    }


    /* ── SECTION BLOCKS-SD ── */
    .section-block-SD {
        padding: 60px 100px;
      display: flex;
      align-items: center;
      gap: 200px;
      padding: 5px 60px;
      background: #fff;
      margin-left: 180px;
      margin-right: 170px;
      line-height: 1.5;
      margin-bottom: 100px;
    }
    .section-block-SD.alt {
      background: #ffffff;
    }
    .section-block-SD.reverse {
      flex-direction: row-reverse;
    }

    
    /* all images size */
.section-image-AI {
      flex: 0 0 30%;
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-AI img {
       max-width: min(360px, 100%);
    }

    .section-image-CI {
      flex: 0 0 50%;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-CI img {
      max-width: min(580px, 100%);
    }


.section-image-DI {
      flex: 0 0 45%;
      width: 45%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-DI img {
      max-width: min(510px, 100%);
    }

.section-image-GD {
      flex: 0 0 37%;
      width: 37%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-GD img {
      max-width: min(430px, 100%);
    }

.section-image-BD {
      flex: 0 0 35%;
      width: 35%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-BD img {
      max-width: min(360px, 100%);
    }

.section-image-2D {
      flex: 0 0 55%;
      width: 55%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-2D img {
      max-width: min(660px, 100%);
    }

    .section-image-3D {
      flex: 0 0 50%;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-3D img {
      max-width: min(510px, 100%);
    }

        .section-image-VFX {
      flex: 0 0 41%;
      width: 41%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-VFX img {
      max-width: min(510px, 100%);
    }

    .section-image-SD {
      flex: 0 0 30%;
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-image-SD img {
      max-width: min(360px, 100%);
    }

    .section-content {
      flex: 1;
    }
    .section-content h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 14px;
      color: #111;
    }
    .section-content p {
      font-size: 17px;
      color: #333;
      margin-bottom: 16px;
    }
    .section-content ul {
      list-style: none;
      padding: 0;
    }
    .section-content ul li {
      font-size: 14px;
      color: #222;
      padding: 2px 0;
    }
    .section-content ul li::before {
      content: '• ';
      margin-right: 10px;
    }

.know-more-line{
   color: #bcb4ff;
   text-decoration: none;
}

.know-more-line:hover { 
  text-decoration: underline; 
}



/* footer */
    footer {
    background: #000;
    color: #fff;
    padding: 60px 100px 30px;
}

.footer-logo {
    margin-bottom: 10px;
    margin-left: 70px;
}

.footer-logo img {
    height: 120px;
    width: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-about-group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-column h3 {
    /* font-size: 14px; */
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.footer-works {
    margin-top: 135px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 8px;
}
.footer-column ul a {
    text-decoration: none;
    color:#ffffff;
    transition: color 0.3s;
}

.footer-column ul a:hover {
    color: #6290FF;
}

.footer-column a,
.footer-column p {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    line-height: 1.8;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 50px;
    color: #666;
    font-size: 12px;
}

/* Inner container to control width */
.footer-bottom-inner {
    /* max-width: 1200px;       */
    margin: 0 auto;
    padding: 30px 0px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Left & Right text */
.footer-left,
.footer-right {
    margin: 0;
    white-space: nowrap;
}
.footer-icons{
  display: flex;
  justify-content: left;
  font-size: 0px;
  margin-top: 15px;
  gap: 10px;   /* space between icons */
}

/* Footer links */
.footer-right a {
    color: #666;
    text-decoration: none;
}

.footer-right a:hover {
    color: #6290FF;
}
/* ============================================================
   SERVICE PAGE — MOBILE & RESPONSIVE STYLES
   service-mobile.css
   Link AFTER service.css:  <link rel="stylesheet" href="service-mobile.css">
   Desktop layout is untouched — all rules are max-width guards.
   ============================================================ */

/* ── Dual banner: desktop shows desktop-banner, mobile shows mobile-banner ── */
.hero-banner .desktop-banner { display: block; }   /* visible by default */
.hero-banner .mobile-banner  { display: none;  }   /* hidden by default  */


/* ══════════════════════════════════════
   TABLET  (≤ 1024px)
══════════════════════════════════════ */
@media (max-width: 1024px) {

  /* Header */
  header {
    padding: 16px 30px;
  }

  .logo img { margin-left: 0; height: 72px; }

  nav ul { gap: 20px; }
  nav a  { font-size: 13px; }

  /* Hero banner */
  .hero-banner img { margin-bottom: 40px; }

  /* ── Normalise ALL section-block variants → simple flex ── */
  .section-block,
  .section-block.alt,
  .section-block-DI,
  .section-block-GD,
  .section-block-GD.alt,
  .section-block-BD,
  .section-block-2d,
  .section-block-2d.alt,
  .section-block-3d,
  .section-block-VFX,
  .section-block-VFX.alt,
  .section-block-SD {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 40px;
    margin: 0 20px;
  }

  /* Images */
  .section-image-AI img,
  .section-image-CI img,
  .section-image-DI img,
  .section-image-GD img,
  .section-image-BD img,
  .section-image-2D img,
  .section-image-3D img,
  .section-image-VFX img,
  .section-image-SD img {
    max-width: 300px;
    margin-top: 0;
  }

  /* Footer */
  .footer-content { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer { padding: 50px 40px 30px; }
  .footer-logo { margin-left: 0; }
}


/* ══════════════════════════════════════
   MOBILE  (≤ 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Header ── */
  header {
    padding: 14px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo img { height: 56px; margin-left: 0; }

  /* Push hamburger to the RIGHT */
  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  /* Hide desktop nav links on mobile — only ul dropdown is used */
  header nav {
    display: contents; /* keeps nav in DOM but invisible as block */
  }

  /* Nav ul hidden by default — full-width dropdown panel */
  nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    list-style: none;
    background: #fff;
    position: fixed;
    top: 84px;
    left: 0; right: 0;
    padding: 0.5rem 1.5rem 1.5rem;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    z-index: 999;
  }

  /* JS toggles .active on the ul */
  nav ul.active { display: flex; }

  nav ul li {
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
  }
  nav ul li:last-child { border-bottom: none; }

  nav ul li a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #111;
    display: block;
    text-align: left;
    width: 100%;
  }

  /* ── Hero banner ── */
  .hero-banner { position: relative; }

  /* Desktop banner — HIDE on mobile */
  .hero-banner .desktop-banner { display: none !important; }

  /* Mobile banner — SHOW on mobile */
  .hero-banner .mobile-banner {
    display: block !important;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }

  /* ── Section blocks — all stacked ── */
  .section-block,
  .section-block.alt,
  .section-block-DI,
  .section-block-GD,
  .section-block-GD.alt,
  .section-block-BD,
  .section-block-2d,
  .section-block-2d.alt,
  .section-block-3d,
  .section-block-VFX,
  .section-block-VFX.alt,
  .section-block-SD {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 24px 20px 16px;
    margin: 0;
  }

  /* ── Mobile order: Heading → Image → Content ── */

  /* Unwrap section-content so its children become direct flex items */
  .section-content {
    display: contents;
  }

  /* Heading always first */
  .section-content h2 {
    order: 1;
    width: 100%;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  /* Images second */
  .section-image-AI,
  .section-image-CI,
  .section-image-DI,
  .section-image-GD,
  .section-image-BD,
  .section-image-2D,
  .section-image-3D,
  .section-image-VFX,
  .section-image-SD {
    order: 2;
    flex: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  /* All remaining content (paragraph, list, span, link) after image */
  .section-content p,
  .section-content ul,
  .section-content span,
  .section-content a.know-more-line {
    order: 3;
    width: 100%;
  }

  /* Space between paragraph and list items */
  .section-content p { margin-bottom: 12px; }
  .section-content ul { margin-bottom: 12px; }
  .section-content span { display: block; margin-bottom: 4px; }

  /* Image sizing */
  .section-image-AI img  { max-width: 200px;  }
  .section-image-CI img  { max-width: 400px; }
  .section-image-DI img  { max-width: 280px; }
  .section-image-GD img  { max-width: 260px; margin-top: 0; }
  .section-image-BD img  { max-width: 240px; margin-top: 0; }
  .section-image-2D img  { max-width: 300px; }
  .section-image-3D img  { max-width: 300px; }
  .section-image-VFX img { max-width: 260px; margin-top: 0; }
  .section-image-SD img  { max-width: 200px; margin-top: 0; }

  /* Section content text */
  .section-content p  { font-size: 15px; }
  .section-content ul li { font-size: 14px; }


  /* ── Footer ── */
  footer { padding: 40px 20px 24px; }

  .footer-logo { margin-left: 0; margin-bottom: 24px; }
  .footer-logo img { height: 72px; }

  .footer-content { grid-template-columns: 1fr; gap: 28px; }
  .footer-works   { margin-top: 0; }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 20px 0;
  }

  .footer-left,
  .footer-right { white-space: normal; font-size: 11px; }

  .footer-icons { margin-top: 10px; }

  
}


/* ══════════════════════════════════════
   SMALL MOBILE  (≤ 400px)
══════════════════════════════════════ */
@media (max-width: 400px) {

  .logo img { height: 46px; }

  .section-image-AI img { max-width: 180px; }
  .section-image-CI img { max-width: 280px; }
  .section-image-DI img { max-width: 270px; }
  .section-image-GD img { max-width: 240px; }
  .section-image-BD img { max-width: 220px; }
  .section-image-2D img { max-width: 300px; }
  .section-image-3D img { max-width: 300px; }
  .section-image-VFX img { max-width: 280px; }
  .section-image-SD img { max-width: 180px; }

  .section-content h2 { font-size: 19px; margin-top: -20px; }
  .section-content p  { font-size: 14px; }
}