@charset "utf-8";

@media (min-width: 768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1180px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px
    }
}

@media (max-width: 767px) {
    .why-feature-icon {
        width: 96px;
        height: 96px;
    }

    .why-feature-icon img {
        width: 46px;
        height: 46px;
    }

    .editorial-stat-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .editorial-stat {
        flex: none;
        padding: 1.1rem 1rem;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .editorial-stat:nth-child(2n) {
        border-right: none;
    }

    .editorial-stat:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .editorial-stat strong {
        font-size: 1.7rem;
    }

    .mfg-photo-stack {
        display: flex;
        gap: .75rem;
        margin-bottom: 1.5rem;
    }

    .mfg-photo-main {
        flex: 1 1 0;
        aspect-ratio: 4/4.6;
    }

    .mfg-photo-sub {
        position: static;
        flex: 1 1 0;
        width: auto;
        margin-top: 0;
        border: none;
        aspect-ratio: 4/4.6;
        box-shadow: 0 20px 40px -20px rgba(9, 46, 29, .3);
    }

    .statement-panels {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .statement-panel:first-child {
        border-right: none;
        border-bottom: 1px solid var(--line);
        padding-bottom: 2rem;
    }

    .statement-panel {
        padding: 0 .5rem;
    }

    .overview-story-photo {
        aspect-ratio: 16/10;
    }

    .overview-story-photo-tall {
        aspect-ratio: 16/11;
    }

    .infra-fact-row {
        flex-direction: column;
        align-items: flex-start;
        gap: .35rem;
    }

    .infra-fact-value {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
  .forest-glow,
  .bp-texture::before,
  .corner-frame::before,
  .corner-frame::after {
    animation: none;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (max-width: 767.98px) {
  .fab-stack {
    display: none;
  }

  body {
    padding-bottom: 94px !important;
  }

  .mobile-app-nav {
    display: flex;
    align-items: stretch;
    gap: 6px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 1060;
    background: rgba(255, 255, 255, .97);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 20px 44px -16px rgba(9, 46, 29, .38), 0 2px 8px rgba(9, 46, 29, .06);
  }

  .mobile-app-nav-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--ink-700);
    font-size: .66rem;
    font-weight: 700;
    padding: 6px 0 7px;
    border-radius: 14px;
    border: 0;
    background-color: transparent;
    transition: background .15s;
  }

  .mobile-app-nav-btn:active {
    background: var(--cream);
  }

  .mobile-app-nav-btn i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #fff;
    line-height: 1;
  }

  .mobile-app-nav-btn-call i {
    background: linear-gradient(135deg, var(--amber-500), var(--amber-600));
  }

  .mobile-app-nav-btn-whatsapp i {
    background: #25D366;
  }

  .mobile-app-nav-btn-inquiry i {
    background: linear-gradient(135deg, var(--green-600), var(--green-800));
  }

  .hero-cta-buttons {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hero-copy {
    max-width: 60%;
  }

  .header-call-badge {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-owl .item {
    aspect-ratio: 3/4;
    background-position: left center;
  }

  .hero-owl .owl-nav button.owl-prev,
  .hero-owl .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .hero-copy-center {
    max-width: 100%;
  }

  .testimonial-card {
    flex-basis: 88%;
  }

  #about .row.g-3 > .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-photo-tall { min-height: 260px; }
  .about-photo-short img { min-height: 160px; }

  .about-stat-card strong { font-size: 2rem; }
  .about-stat-card span { max-width: none; }

  .about-check-grid li { font-size: .84rem; }

  .section-pad,
  .section-pad-sm {
    padding: 44px 0;
  }

  .scroll-row-mobile {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    margin-bottom: -14px;
    scrollbar-width: thin;
  }

  .scroll-row-mobile::-webkit-scrollbar {
    height: 5px;
  }

  .scroll-row-mobile::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 10px;
  }

  .scroll-row-mobile > [class*="col-"] {
    flex: 0 0 auto;
    width: 62%;
    scroll-snap-align: start;
  }

  .nav-pills-brand {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }

  .nav-pills-brand::-webkit-scrollbar {
    height: 5px;
  }

  .nav-pills-brand::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 10px;
  }

  .nav-pills-brand .nav-link {
    flex-shrink: 0;
    white-space: nowrap;
  }

  /* product/category hero stat strip — 4 cards at 20% width each left no
     room for a two-word label like "Manufacturing Since" on a phone-width
     screen. Wrapping to a 2x2 grid fixed the cramped text but broke the
     "one row" look the design calls for — swipeable single row instead,
     same pattern as the category filter pills. */
  .product-hero-inline-stats {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }

  .product-hero-inline-stats::-webkit-scrollbar {
    height: 5px;
  }

  .product-hero-inline-stats::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 10px;
  }

  .product-hero-inline-stats div {
    flex: 0 0 auto;
    width: auto;
    min-width: 120px;
  }

  .blog-feature-thumb {
    height: 190px;
  }

  .blog-feature-body {
    padding: 1.25rem;
  }

  .cta-banner{
        padding: 4rem 1rem;
  }
  .industries-counter{
    display: none;
  }
  .testimonial-panel{
        padding: 4.5rem 1rem;
  }
  .hero-copy h1{
    font-size: 28px;
  }
  .hero-owl .owl-nav{
    display: none;
  }
  .hero-owl .item{
    width: 100%;
    height: 500px;
    background-position: right;
    position: relative;
  }
  .hero-owl .item::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f7f6e6, #f7f6e6c9);

  }
    .hero-owl .item .container{
      position: relative;
    }
    .hero-copy-center .hero-stats{
      margin-top: 0;
      padding-top: 0;
    }
    section{
      overflow: hidden;
    }
    .card-product .btn-brand-ghost,
   .card-product .btn-brand{
          padding: .75rem 0.5rem;
    }
}

@media (max-width: 575.98px) {
  .about-stat-card span { max-width: none; }

  .scroll-row-mobile > [class*="col-"] {
    width: 68%;
  }
}

@media (max-width: 767.98px) {
  .page-banner {
    padding: 40px 0;
    background-position: left;
  }
}

@media (max-width: 575.98px) {
  .wpcf7-form .wpcf7-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .post-featured-image {
    margin-top: -36px;
    aspect-ratio: 4/3;
  }

  .post-nav {
    flex-direction: column;
  }

  .post-nav-next {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .error-404-icon {
    font-size: 220px;
  }
}

@media (max-width: 575.98px) {
  .check-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .feature-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }

  #mobile-nav-panel {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .history-timeline::before {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .badge-strip-item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .badge-strip-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .editorial-stat {
    flex: 1 1 45%;
    padding: 1.25rem 1rem 1.25rem 0;
  }
  .cta-banner-actions{
    padding: 0.8rem;
  }
  .cta-banner-perks span{
        display: block;
    width: 100%;
  }
  .footer-newsletter{
    padding: 1rem;
  }
  .hero-owl .owl-dots{
        bottom: 5px;
  }
  .cta-banner-perks{
    gap: 10px !important;
  }
  .bento-hero .tile-text{
        left: 15px;
    right: 15px;
  }
  .bento-hero .tile-label{
    font-size: 16px;
  }
  .product-hero-inline-stats strong{
    font-size: 1rem;
  }
  .spec-fact-panel{
    padding: .5rem 0.7rem;
  }
  .gq-modal-left{
    display: none;
  }
  .material-info-band{
    background-position: right;
  }
  .material-info-band::before{
        background: linear-gradient(90deg, var(--cream) 0%, rgba(238, 242, 230, .85) 40%, rgb(238 242 230 / 88%) 68%);
  }
  .process-track::before{
            left: 36px;
  }
}

@media (max-width: 575.98px) {
  .india-stat strong {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {

  .gq-modal-left,
  .gq-modal-form {
    padding: 1.75rem 1.5rem;
  }
}
