@media (max-width: 494px) {
  .site-nav {
    height: auto;
  }
  .nav-logo {
    width: 115px;
  }
  .theme-toggle {
    width: 44px;
    height: 20px;
  }
  .theme-toggle::after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
}
.global-dropdown {
    right: 10px !important;
    min-width: 160px !important;
  }
  .dropdown-panel a {
    gap: 0;
    padding: 5px 10px;
    font-size: 13px;
}
  .hero {
    min-height: 88vh !important;
    margin-top: 60px;
  }
  .card-column {
    max-width: 100%;
  }
  .learn-more, .submit-btn, .join-us, .btn.rounded-pill {
    font-size: 15px;
    padding: 8px;
    width: 100px;
  }
  .touch {
    padding: 0 !important;
  }
  .touch-row .right-side {
    text-align: center;
  }
  .tr-heading {
    width: 100%;
  }
  .tr-text {
    margin: 10px auto;
    width: 90%;
  }
  .footer-logo {
    height: 100px;
    margin: 0;
  }
  .footer-logo img {
    margin: 0 auto !important;
  }
  .footer .grid .space-y-2 p {
    font-size: 13px;
    line-height: 1.4;
  }
  .icon {
    font-size: 20px;
  }
}

/* @media (min-width: 1500px) {
  .hero {
    min-height: 60vh;  
  }
} */

@media (max-width: 576px) {
  .hero-box .left-box, .hero-box .right-box {
      font-size: 10px;
  }
  .innovation {
    padding: 20px 10px;
  }

  .innovation .right-grid .box {
    padding: 15px;
  }

  .inno-heading {
    font-size: 24px;
  }

  .inno-text {
    font-size: 16px;
  }
  .contact-form {
        padding: 20px;
    }
    
    .tr-heading {
        font-size: 28px !important;
    }
    .touch {
    padding: 20px 10px;
  }

  .touch-heading {
    font-size: 32px;
  }

  .touch-row .right-side {
    flex-direction: column;
  }

  .touch-row .right-side .box {
    width: 100%;
  }
  .card-box {
        width: 140px;
        height: 140px;
    }
     .count {
        font-size: 28px;
    }
    
    .innovation .right-grid .box .texts {
        font-size: 14px;
    }
}


@media (min-width: 640px) {
  .word-cycler {
    min-width: 250px;
  }
  .icon-box {
      width: 2.25rem;
      height: 2.25rem;
      padding: 0.375rem;
    }
    .award-item img {
      max-height: 5rem;
    }
}

 @media (min-width: 641px) {
    .left-col .sector-row,
    .right-col .sector-row {
      position: relative;
    }
    .sectors-grid {
      gap: 0 2rem;
    }
  }
  @media (max-width: 990px) {
    .hero-box .left-box {
      width: 75%;
  font-size: 18px;
  /* padding: 0 10px; */
}
.hero-box .right-box {
  width: 25%;
  font-size: 18px;
}
  }
@media (max-width: 900px) {
  .hamburger { display: flex; }
  .nav-links,
  .nav-ctas { display: none; }
  .site-nav {
    /* justify-content: space-between; */
    padding: 0 16px;
  }
  .nav-logo { margin-right: 0; }

  .mobile-right-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
  }

  .global-wrap {
    display: flex;
  }

  .global-dropdown {
    right: 0;
    left: auto;
    transform: translateY(-10px);
    min-width: 180px;
  }
  .global-wrap.open .global-dropdown {
    transform: translateY(0);
  }
  .hero {
  min-height: 550px;
}
}

@media (min-width: 901px) {
  .mobile-right-group { display: none; }
  .mobile-menu { display: none !important; }
  .hamburger { display: none; }
}
@media (min-width: 1024px) {
  .word-cycler {
    min-width: 320px;
  }
  .tr-heading {
    width: fit-content;
  }
  .hero video, .hero-overlay {
    height: 800px;
  }
}
/* @media (min-width:1600px) {
  .hero {
    min-height: 65vh;
  }
} */
@media (max-width: 640px) {
    .corner-badge {
        right: 12px;
    }
    .word-cycler {
        min-width: 160px;
    }
    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .heading-gradient,
    .gradient-text,
    .inno-heading,
    .touch-heading,
    .insights-para,
    .tr-heading {
        font-size: 32px !important;
    }
    .site-nav {
        padding: 0;
    }
    
    .btn-business {
        display: none;
    }
    
    .theme-toggle {
        margin-right: 10px;
    }
     .bg-white.py-14 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .sector-row {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .icon-box {
      width: 2rem;
      height: 2rem;
    }
    .sector-label {
      font-size: 0.875rem;
    }
    .left-col .sector-row:last-child::after,
    .right-col .sector-row:last-child::after {
      background: #e2e8f0;
    }
    .right-col .sector-row:first-child {
      margin-top: 0;
    }
    .sectors-grid > div {
      width: 100%;
    }
    .left-col .sector-row, .right-col .sector-row {
      margin-right: 0;
    }
    /* .corner-badge {
      display: none !important;
    } */
    .sectors-grid {
      grid-template-columns: 1fr !important;  /* stack columns on mobile */
      gap: 0 !important;
    }
    .left-col .sector-row::after,
    .right-col .sector-row::after {
      left: 0;
      right: 0;
      background: #e2e8f0;
    }
    .left-col .sector-row:last-child::after,
    .right-col .sector-row:last-child::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 2px;
    }
    .left-col .sector-row, .right-col .sector-row {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .left-col .sector-row:hover {
      padding-right: 1rem;
    }
    .right-col .sector-row:hover {
      padding-left: 1.5rem;
    }
    /* .awards-row {
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }
    
    .award-item {
      width: calc(33.33% - 12px);
      justify-content: center;
      flex: 0 0 auto;
    } */
     .award-divider {
      display: none;
    }
    h2.heading-gradient {
      font-size: 1.75rem;
    }
    .container-spacing {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .sector-row {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }

@media (min-width: 768px) {
  .footer .grid .space-y-2 p {
    font-size: 20px;
  }
}

  @media (max-width: 768px) {
    .hero-box .left-box {
      line-height: 1.3;
  font-size: 14px;
}
.hero-box .right-box {
  font-size: 14px;
}
  footer .flex-col {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    footer .grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        text-align: center;
    }
    .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-column {
    max-width: 45%;
  }
  .innovation .right-grid {
    grid-template-columns: 1fr;
  }

  .inno-heading {
    font-size: 28px;
  }

  .inno-text {
    font-size: 18px;
  }
  .sectors-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    
    .left-col .sector-row::after,
    .right-col .sector-row::after {
        left: 0;
        right: 0;
    }
    
    .sector-row {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .service-card {
        height: 200px;
    }
    .card-box {
        width: 160px;
        height: 160px;
    }
    /* .awards-row {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    
    .award-divider {
        display: none;
    }
    
    .award-item {
        width: calc(33.33% - 12px);
        justify-content: center;
    } */
}

@media (max-width: 992px) {
    .heading-gradient,
    .gradient-text,
    .inno-heading,
    .touch-heading,
    .insights-para,
    .tr-heading {
        font-size: 36px !important;
    }
     .touch-row .right-side {
        margin-top: 40px;
        padding-top: 0;
    }
    .innovation .right-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    
    .count {
        font-size: 36px;
    }
     .insights-section {
        padding: 60px 20px !important;
        margin-top: 60px;
    }
    
    .cards-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .card-column {
        transform: none !important;
    }
  .cards-wrapper {
    margin-top: 40px;
  }

  .card-column {
    max-width: 140px;
  }
   .innovation .bottom-section .left-box img {
  margin-left: 0;
}
  .inno-heading {
    font-size: 32px;
  }

  .innovation .bottom-section {
    flex-direction: column;
    text-align: center;
  }

  .innovation .bottom-section .right-box {
    padding-top: 30px;
  }
  .touch-row {
    flex-direction: column;
  }
  .contact-form {
    width: 100%;
    padding: 10px;
}
  .touch-row .right-side {
    padding-top: 30px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .touch-row .right-side .box {
    flex: 1;
    min-width: 260px;
  }
}
/* ─── AWARDS RESPONSIVE ROW WRAPPING ─── */
.awards-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

/* .award-divider {
  display: none !important;
} */

/* Default: 6 per row (large screens) */
.award-item {
  width: calc(100% / 6);
  min-width: 120px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 16px 12px;
  justify-content: center;
}

/* 3 per row */
@media (max-width: 860px) {
  .award-item {
    width: calc(100% / 3);
  }
}

/* 2 per row */
@media (max-width: 520px) {
  .award-item {
    width: calc(50%);
  }
}

/* Keep image size fixed regardless of container */
.award-item img {
  height: 72px !important;
  width: auto !important;
  object-fit: contain;
  flex-shrink: 0;
}


/* ─── INSIGHTS RESPONSIVE (ADDONS ONLY) ─── */
@media (max-width: 991px) {
  .insights-section {
    margin-top: 60px;
    padding-bottom: 60px !important;
  }

  .insights-para {
    font-size: 28px;
    width: 100%;
  }

  .insights-section .row {
    flex-direction: column;
  }

  .insights-section .col-lg-6 {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .insights-section .col-lg-6:first-child {
    margin-bottom: 40px;
  }

  .insights-section .col-lg-6:first-child .insights-para {
    margin: 0 auto 16px;
  }
  .inno-left {
    text-align: left;
  }
  .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .card-content p{
    font-size:10px;
  }

  /* Columns become auto-width, horizontal flow */
  .card-column {
    flex: none;
    max-width: none;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    transform: none !important; /* disable scroll animation */
  }

  /* Each card fixed size */
  .card-box {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
  }

  .card-box img {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 621px) {
  .hero-box .left-box, .hero-box .right-box {
  font-size: 12px;
}
  .insights-para {
    font-size: 22px;
  }

  /* .card-box {
    width: 130px;
    height: 130px;
  } */

  /* .card-box img {
    width: 130px !important;
    height: 130px !important;
  } */

  .cards-wrapper {
    gap: 10px;
  }

  .card-column {
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .card-box {
    width: 110px;
    height: 110px;
  }

  /* .card-box img {
    width: 110px !important;
    height: 110px !important;
  } */
}