@media (max-width:1080px) {
  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 92px;
    background: white;
    border: 1px solid var(--border);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
    border-radius: 24px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch
  }

  .main-nav.open {
    display: flex
  }

  .nav-link {
    text-align: center
  }

  .menu-toggle {
    display: block
  }

  .header-cta {
    display: none
  }

  .hero-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .hero-copy {
    text-align: center
  }

  .hero-copy p,
  .section-heading.align-left p {
    margin-inline: auto
  }

  .hero-actions {
    justify-content: center
  }

  .hero-mini-stats {
    margin-inline: auto
  }

  .visual-card {
    min-height: 400px
  }

  .feature-grid.four {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .process-line,
  .process-line.six {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .section-heading.align-left {
    text-align: center !important
  }

  .doc-grid {
    grid-template-columns: 1fr
  }

  .doc-grid article:nth-child(5) {
    grid-column: auto
  }

  .profit-card {
    grid-template-columns: repeat(2, 1fr)
  }
  .brand-master-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }


}

@media (max-width:720px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .section-pad {
    padding: 68px 0
  }

  .hero {
    padding: 82px 0 62px
  }

  .compact-hero {
    padding: 74px 0 62px
  }

  .header-inner {
    min-height: 74px
  }

  .brand img {
    width: 48px;
    height: 48px
  }

  .hero-copy h1 {
    font-size: 2.4rem
  }

  .hero-copy p {
    font-size: .98rem
  }

  .hero-actions,
  .center-actions {
    flex-direction: column
  }

  .btn,
  .header-cta {
    width: 100%
  }

  .hero-mini-stats,
  .feature-grid.four,
  .feature-grid.three,
  .service-grid,
  .testimonial-grid,
  .process-line,
  .process-line.six,
  .card-pair,
  .contact-cards,
  .form-row,
  .footer-grid,
  .profit-card {
    grid-template-columns: 1fr
  }

  .visual-card {
    min-height: 340px;
    border-radius: 28px
  }

  .shopping-bag-3d {
    width: 188px;
    height: 210px
  }

  .shopping-bag-3d img {
    width: 250px;
    height: 250px;
  }

  .dashboard-3d {
    inset: 42px
  }

  .globe-3d {
    inset: 46px
  }

  .screen {
    height: 160px
  }

  .visual-contact {
    grid-template-columns: repeat(2, 94px)
  }

  .visual-contact span {
    width: 94px;
    height: 94px;
    font-size: 2rem
  }

  .section-heading h2 {
    font-size: 2rem
  }

  .service-card,
  .info-card,
  .testimonial-card,
  .contact-card,
  .trust-panel,
  .leadership-card,
  .policy-content,
  .contact-form,
  .doc-grid article,
  .profit-card,
  .cta-card {
    padding: 22px
  }

  .leadership-card {
    flex-direction: column;
    text-align: center
  }

  .leader-avatar {
    width: 110px;
    height: 110px
  }

  .leader-avatar img {
    width: 86px;
    height: 86px
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 18px
  }

  .back-to-top {
    right: 20px;
    bottom: 84px
  }

  .site-footer {
    padding-top: 54px
  }

  .table-wrap {
    border-radius: 18px
  }
  .brand-master-layout {
    margin-top: 36px;
  }


  .rotating-ring span {
    font-size: 0.62rem;
  }
}

@media (max-width:420px) {
  .hero-copy h1 {
    font-size: 2.06rem
  }

  .marketplace-row span,
  .mini-card-grid span,
  .badge-grid span {
    width: 100%
  }

  .visual-card {
    min-height: 300px
  }

  .shopping-bag-3d {
    transform: translate(-50%, -42%) scale(.86) rotateY(-8deg) rotateX(8deg)
  }

  .tabs {
    justify-content: stretch
  }

  .tab-btn {
    width: 100%
  }

  .brand-bg-shape {
    display: none;
  }
}


@media (max-width:1080px) {

  .marketplace-row.compact-grid,
  .icon-strip {
    grid-template-columns: repeat(3, 1fr)
  }

  .cert-grid {
    grid-template-columns: 1fr 1fr
  }

  .founder-grid {
    grid-template-columns: 1fr
  }

  .founder-card {
    flex-direction: column;
    text-align: center
  }
}

@media (max-width:720px) {

  .marketplace-row.compact-grid,
  .icon-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .cert-grid {
    grid-template-columns: 1fr
  }

  .marketplace-chip,
  .market-text-chip {
    min-width: 132px;
    min-height: 66px;
    padding: 12px 14px
  }

  .marketplace-chip img {
    max-width: 106px;
    max-height: 34px
  }

}

@media (max-width:420px) {

  .marketplace-row.compact-grid,
  .icon-strip {
    grid-template-columns: 1fr
  }
}

/* Tablet */
@media (max-width: 992px) {
  .brands-grid {
    grid-template-columns: repeat(4, 96px);
    gap: 28px 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .brands-grid {
    grid-template-columns: repeat(3, 82px);
    gap: 20px;
  }

}

/* Small mobile */
@media (max-width: 360px) {
  .brands-grid {
    grid-template-columns: repeat(2, 82px);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .market-orbit {
    width: 72px;
    height: 48px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .market-orbit img {
    max-width: 58px;
    max-height: 28px;
  }

  .m6,
  .m7,
  .m8,
  .m9,
  .m13,
  .m14 {
    display: none;
  }
}

@media (max-width: 480px) {
  .market-orbit {
    width: 64px;
    height: 42px;
  }

  .market-orbit img {
    max-width: 50px;
    max-height: 24px;
  }

  .m3,
  .m4,
  .m10,
  .m11 {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .radar-point {
    width: 48px;
    height: 48px;
  }

  .radar-point img {
    width: 34px;
    height: 34px;
  }

  .india-point::after {
    width: 100px;
  }

  .usa-point::before {
    display: none;
  }
}

/* Laptop responsive */
@media (max-width: 1300px) {
  .brand-logo-grid.brand-left-grid {
    grid-template-columns: repeat(6, 104px);
    gap: 20px;
  }

  .brand-card {
    width: 104px;
    height: 104px;
  }
}

/* When layout would go down, remove right side */
@media (max-width: 1100px) {
  .brand-master-layout {
    grid-template-columns: 1fr;
  }

  .brand-right-grid {
    display: none !important;
  }

  .brand-logo-grid.brand-left-grid {
    grid-template-columns: repeat(5, 100px);
  }

  .brand-card {
    width: 100px;
    height: 100px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .brand-logo-grid.brand-left-grid {
    grid-template-columns: repeat(4, 92px);
    gap: 18px;
  }

  .brand-card {
    width: 92px;
    height: 92px;
    padding: 10px !important;
  }

  .brand-card img {
    max-width: 68px;
    max-height: 68px;
  }
}

/* Mobile */
@media (max-width: 520px) {
  .brand-logo-grid.brand-left-grid {
    grid-template-columns: repeat(3, 88px);
    gap: 16px;
  }

  .brand-card {
    width: 88px;
    height: 88px;
  }

  .brand-card img {
    max-width: 64px;
    max-height: 64px;
  }
}

/* Small mobile */
@media (max-width: 360px) {
  .brand-logo-grid.brand-left-grid {
    grid-template-columns: repeat(2, 88px);
  }
}

@media (max-width: 768px) {
  .laptop-3d {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .laptop-3d {
    width: 230px;
    padding: 14px;
  }
}

@media (max-width: 576px) {
  .bds-popup-box {
    padding: 36px 22px 30px;
    border-radius: 24px;
  }

  .bds-popup-sub {
    font-size: 0.95rem;
  }

  .bds-popup-cta {
    width: 100%;
    font-size: 0.92rem;
  }
}