@media (max-width: 1400px) {
  .hero-panel {
    min-height: 690px;
    padding: 190px 38px 135px;
  }

  .hero-content {
    width: 66%;
  }

  .hero-machine {
    right: 34px;
    bottom: 108px;
    width: 40%;
    min-width: 420px;
  }

  .site-nav {
    gap: 18px;
    font-size: 13px;
  }

  .product-img img {
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .section-space {
    padding: 88px 0;
  }

  .header-inner {
    gap: 22px;
  }

  .brand {
    width: 104px;
  }

  .site-nav {
    gap: 12px;
    font-size: 12px;
  }

  .quote-btn {
    padding: 0 16px;
  }

  .hero-panel {
    min-height: 640px;
    padding: 178px 32px 125px;
  }

  .hero-content {
    width: 64%;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-machine {
    right: 24px;
    bottom: 105px;
    width: 41%;
    min-width: 360px;
  }

  .section-heading h2,
  .about-heading h2 {
    font-size: 44px;
  }

  .about-grid {
    grid-template-columns: 0.85fr 1fr;
  }

  .about-image {
    grid-column: 1;
    grid-row: 1;
  }

  .about-heading {
    grid-column: 2;
    grid-row: 1;
  }

  .about-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .about-media {
    grid-column: 2;
    grid-row: 2;
  }

  .stats-card {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stat-item {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 0;
    padding: 0 18px 0 0;
  }

  .stat-item:last-child {
    border-right: 0;
  }

  .contact-grid {
    gap: 40px;
  }

  .blog-grid {
    gap: 22px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-grid {
    gap: 44px;
    grid-template-columns: 0.95fr 1.25fr 0.7fr 0.95fr;
  }

  .footer-about img {
    width: 190px;
    margin-bottom: 38px;
  }
}

@media (max-width: 991px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header { 
    top: 20px;
 
  }

  .header-inner {
    min-height: 64px;
    justify-content: space-between;
    padding-right: 28px;
    padding-left: 28px;
  }

  .menu-toggle {
    position: relative;
    z-index: 1201;
    display: block;
    order: 3;
  }

  .quote-btn {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(86vw, 360px);
    min-height: 100vh;
    min-height: 100dvh;
    padding: 30px 32px 28px;
    gap: 0;
    overflow-y: auto;
    background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 34%), linear-gradient(180deg, #008c8d 0%, #007d7f 48%, #006f71 100%);
    box-shadow: -18px 0 45px rgba(0, 0, 0, 0.2);
    transform: translateX(105%);
    transition: transform 0.4s var(--ease);
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .mobile-nav-brand {
    display: block;
    width: 128px;
    margin-bottom: 28px;
  }

  .mobile-nav-brand img {
    width: 100%;
    height: auto;
  }

  .site-nav > a {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
  }

  .site-nav > a::after,
  .nav-item > a::after {
    display: none;
  }

  .nav-item {
    width: 100%;
  }

  .nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
    font-family: var(--body-font);
    text-decoration: none;
  }

  .nav-item .dropdown,
  .dropdown-item .sub-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 16px;
    border: none;
    width: 100%;
  }

  .nav-item .dropdown.is-open,
  .dropdown-item .sub-dropdown.is-open {
    display: block;
  }

  .nav-item .dropdown a,
  .dropdown-item > a,
  .dropdown-item .sub-dropdown a {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
  }

  .nav-item .dropdown a:hover,
  .dropdown-item > a:hover,
  .dropdown-item .sub-dropdown a:hover {
    background: transparent;
    color: #fff;
  }

  .mobile-nav-contact {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: auto;
    padding-top: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    line-height: 1.5;
  }

  .mobile-nav-contact p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.55;
  }

  .mobile-nav-contact > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
           color: rgba(255, 255, 255, 0.76);
        font-size: 12px;
        font-weight: 500;
        text-transform: lowercase;
  }

  .mobile-nav-contact > a i {
    color: var(--white);
    font-size: 12px;
  }

  .mobile-nav-contact > a::after,
  .mobile-nav-socials a::after {
    display: none;
  }

  .mobile-nav-socials {
    display: flex;
    gap: 10px;
    margin-top: 8px;
  }

  .mobile-nav-socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mobile-nav-socials a i {
    color: #fff;
  }

  .mobile-nav-socials a:hover {
    background: var(--red);
  }

  .hero-section {
    padding: 48px 0 0;
    background-size: cover;
    background-position: center top;
  }

  .hero-panel {
    min-height: 760px;
    padding: 142px 28px 90px;
    border-radius: 38px;
    text-align: center;
  }

  .hero-content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-content p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-machine {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 480px);
    min-width: 0;
    margin: 34px auto 0;
  }

  .hero-machine img {
    width: 100%;
  }

  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 44px;
  }

  .contact-details {
    max-width: none;
  }

  .enquiry-form {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image,
  .about-heading,
  .about-copy,
  .about-media,
  .stats-card {
    grid-column: 1;
    grid-row: auto;
  }

  .about-top-img {
    height: 210px;
  }

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

  .product-card,
  .product-card.wide {
    grid-column: auto;
  }

  .product-body {
    height: auto;
  }

  .exhibition-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-section .section-heading h2 {
    white-space: normal;
  }

  .values-grid,
  .testimonial-grid,
  .address-row,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .client-slide {
    border-bottom: 1px solid #e9eeee;
  }

  .footer-grid {
    padding: 58px 0 42px;
  }

  .footer-about img {
    width: 170px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .nav-item > a .dropdown-icon {
    font-size: 12px;
    transition: transform 0.25s var(--ease);
  }

  .nav-item > a .dropdown-icon.is-rotated {
    transform: rotate(180deg);
  }

  .nav-item .dropdown,
  .dropdown-item .sub-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 16px;
    border: none;
    width: 100%;
  }

  .nav-item .dropdown::before,
  .dropdown-item .sub-dropdown::before {
    display: none;
  }

  .nav-item .dropdown.is-open,
  .dropdown-item .sub-dropdown.is-open {
    display: block;
  }

  .nav-item .dropdown a,
  .dropdown-item > a,
  .dropdown-item .sub-dropdown a {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: none;
    background: transparent;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .nav-item .dropdown a:hover,
  .dropdown-item > a:hover,
  .dropdown-item .sub-dropdown a:hover {
    background: transparent;
    color: #fff;
  }

  .dropdown-item > a .sub-dropdown-icon {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.88);
    transition: transform 0.25s var(--ease);
  }

  .dropdown-item > a .sub-dropdown-icon.is-rotated {
    transform: rotate(180deg);
  }

  .section-space {
    padding: 25px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .about-heading h2 {
    font-size: 32px;
  }

  .hero-panel {
    padding: 132px 18px 76px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn,
  .secondary-btn {
    width: auto;
  }
  .primary-btn.full {
    width: auto;
}

  .about-copy .primary-btn.small {
    width: auto;
    display: inline-flex;
    font-size: 13px;

  }

  .about-top-img,
  .video-card img,
  .video-card {
    min-height: 250px;
    height: 250px;
  }

  .stats-card {
    grid-template-columns: 1fr;
    padding: 28px;
    min-height: auto;
    border-radius: 32px;
  }

  .stat-item {
    grid-template-columns: 70px 1fr;
    gap: 0;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .stat-item:first-child {
    padding-top: 0;
  }

  .stat-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .stat-item img {
    width: 44px;
    height: auto;
    object-fit: contain;
    grid-row: 1 / span 2;
  }

  .stat-item span {
    font-size: 14px;
    margin-bottom: -10px;
    grid-column: 2;
    grid-row: 1;
  }

  .stat-item strong {
    font-size: 24px;
    grid-column: 2;
    grid-row: 2;
    line-height: 1.1;
  }

  .products-page-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .product-grid,
  .exhibition-grid,
  .form-row,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 300px;
  }

  .product-body h3 {
    min-height: auto;
  }

  .value-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .value-head {
    gap: 14px;
    padding-bottom: 16px;
  }

  .value-card img {
    width: 44px;
    height: 44px;
  }

  .value-card h3 {
    font-size: 17px;
  }

  .value-card p {
    font-size: 12px;
  }

  .clients-section {
    padding: 60px 10px 60px 10px;
  }

  .client-strip {
    border: 1px solid rgba(0, 125, 127, 0.35);
    border-radius: 4px;
  }

  .testimonial-card,
  .enquiry-form,
  .blog-body {
    padding: 28px 22px;
  }

  .blog-image img {
    height: 210px;
  }

  .faq-accordion .accordion-button {
    min-height: 58px;
    font-size: 15px;
  }

  .address-block ul {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .section-heading p,
  .hero-content p,
  .product-body p,
  .value-card p,
  .testimonial-card p,
  .blog-body p,
  .footer-about p,
  .footer-grid p,
  .footer-bottom p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text);
  }

  .faq-accordion .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text);
  }

  .hero-content p {
    color: var(--white);
  }

  .socials a {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
     .main-heading {
        font-size: 23px;
            line-height: 1.05;
    }
        .cta-text h2 {
        font-size: 26px;
    }
        .cta-text p {
        font-size: 16px;
    }
    

    .nav-item:hover .dropdown {
     
    transform: translateX(0%) translateY(0);
}
}

@media (max-width: 575px) {
  body {
    font-size: 15px;

  }

  .brand {
    width: 94px;
  }

  .hero-panel {
    padding-top: 104px;
    border-radius: 26px;
  }

  .hero-content h1 {
    font-size: 35px;
  }

  .section-heading h2,
  .about-heading h2 {
    font-size: 30px;
  }

  .product-img img {
    height: 260px;
  }

  .stats-card {
    padding: 22px;
    border-radius: 26px;
  }

  .stat-item {
    grid-template-columns: 60px 1fr;
    gap: 0;
    padding: 14px 0;
  }

  .stat-item img {
    width: 38px;
  }

  .stat-item span {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .stat-item strong {
    font-size: 22px;
  }

  .client-slide {
    height: 94px;
  }

  .client-slide img {
    padding: 20px;
  }

  .video-placeholder {
    min-height: 300px;
  }

  .video-placeholder p {
    padding: 0 26px;
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 31px;
  }

  .section-heading h2,
  .about-heading h2 {
    font-size: 27px;
  }

  .product-img img,
  .about-top-img,
  .video-card img,
  .video-card {
    height: 230px;
    min-height: 205px;
  }

  .enquiry-form {
    padding: 24px 18px;
  }

  .stats-card {
    padding: 18px;
    border-radius: 22px;
  }

  .stat-item {
    grid-template-columns: 52px 1fr;
    gap: 0;
    padding: 12px 0;
  }

  .stat-item img {
    width: 34px;
  }

  .stat-item span {
    margin-bottom: -10px;
  }

  .stat-item strong {
    font-size: 20px;
  }
}


@media (max-width: 991px) {
  .timeline-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .timeline-sticky {
    position: static;
  }
}

@media (max-width: 767px) {
  .timeline-item {
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .timeline-dot {
    width: 16px;
    height: 16px;
    left: 14px;
    top: 20px;
  }
  .timeline-track {
    left: 22px;
  }
  .timeline-card {
    padding: 22px 24px;
  }
  .timeline-card h3 {
    font-size: 18px;
  }
  .timeline-sticky h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .timeline-item {
    padding-left: 50px;
  }
  .timeline-track {
    left: 18px;
  }
  .timeline-dot {
    width: 14px;
    height: 14px;
    left: 11px;
    top: 21px;
  }
  .timeline-card {
    padding: 18px 20px;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
       .hero-section {
          padding: 10px 0 0; 
     }
        
    .section-heading h2, .about-heading h2 {
        font-size: 23px;
        font-weight: 800;
    }
        .about-grid {
        gap: 15px;
    }
    .manufacturing-bg-wrap { 
    --factory-bg-y: -50px; 
}
    .footer-grid {
        gap: 20px; 
    }
    
    .footer-grid h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
.highlight-banner span { 
    font-size: 16px;
    
}
.timeline-layout { 
    width: 100%;
    margin-left: 0px;
}
.gallery-section {
    margin-top: -224px;
}

    .values-grid1 {
         
        margin-bottom: 236px;
    }
    .about-header {
    top: 0px;
}
    .about-header .header-inner  {
    padding-right: 0px;
        padding-left: 0px;
}

}

/* ==========================================================================
   ABOUT PAGE - Base/Desktop Styles (moved from inline <style>)
   ========================================================================== */



/* ==========================================================================
   PRODUCT PAGE - Base Styles
   ========================================================================== */

.products-page-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

/* ==========================================================================
   ABOUT PAGE - Responsive Overrides
   ========================================================================== */

/* 1400px */
@media (max-width: 1400px) {
  .about-banner {
    padding: 200px 0 140px;
  }
  .about-banner-content {
    margin-left: 50px;
  }
  .about-banner-content h1 {
    font-size: 44px;
  }
  .about-page-grid {
    width: 94%;
    margin-left: 50px;
  }
  .values-grid1 {
    margin-bottom: 250px;
  }
  .factory-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-item img {
    height: 240px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .about-banner {
    padding: 180px 0 120px;
  }
  .about-banner-content {
    margin-left: 40px;
  }
  .about-banner-content h1 {
    font-size: 42px;
  }
  .about-page-grid {
    width: 96%;
    margin-left: 40px;
  }
  .values-grid1 {
    margin-bottom: 200px;
  }
  .factory-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item img {
    height: 240px;
  }
}

/* 991px */
@media (max-width: 991px) {
  .about-banner {
    padding: 140px 0 100px;
    background-size: cover;
  }
  .about-banner::after {
    display: block;
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
    pointer-events: none;
  }
  .about-banner-content {
    position: relative;
    z-index: 2;
    margin-left: 0;
    text-align: center;
  }
  .about-banner-content h1 {
    font-size: 38px;
  }
  .about-page-grid {
    width: 100%;
    margin-left: 0;
  }
  .about-bottom-row {
    flex-direction: column;
    gap: 24px;
  }
  .about-bottom-row .stats-card {
    padding: 30px;
    border-radius: 30px;
  }
  .about-bottom-row .stat-item {
    grid-template-columns: 70px 1fr;
    padding: 18px 0;
  }
  .section-heading1 h2 {
    font-size: 32px;
  }
  .values-grid1 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .gallery-section {
    margin-top: 0;
  }
  .factory-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item img {
    height: 220px;
  }
}

/* 767px */
@media (max-width: 767px) {
  .about-banner {
    padding: 100px 0 70px;
  }
  .about-banner-content h1 {
    font-size: 32px;
  }
  .about-breadcrumb {
    font-size: 13px;
  }
  .about-bottom-row {
    gap: 20px;
  }
  .about-bottom-row .stats-card {
    padding: 24px;
    border-radius: 24px;
  }
  .about-bottom-row .stat-item {
    grid-template-columns: 60px 1fr;
    padding: 14px 0;
  }
  .about-bottom-row .stat-item img {
    width: 40px;
  }
  .about-bottom-row .stat-item span {
    font-size: 13px;
  }
  .about-bottom-row .stat-item strong {
    font-size: 20px;
  }
  .section-heading1 h2 {
    font-size: 26px;
  }
  .value-card1 {
    padding: 20px;
    min-height: auto;
  }
  .value-head1 {
    gap: 12px;
  }
  .value-card1 h3 {
    font-size: 18px;
  }
  .value-card1 p {
    font-size: 13px;
  }
  .factory-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }
  .gallery-item img {
    height: 200px;
  }
}

/* 575px */
@media (max-width: 575px) {
  .about-banner {
    padding: 80px 0 60px;
  }
  .about-banner-content h1 {
    font-size: 28px;
  }
  .about-breadcrumb {
    font-size: 12px;
  }
  .about-bottom-row {
    gap: 20px;
  }
  .about-bottom-row .stats-card {
    padding: 20px;
    border-radius: 20px;
  }
  .about-bottom-row .stat-item {
    grid-template-columns: 50px 1fr;
    padding: 12px 0;
  }
  .about-bottom-row .stat-item img {
    width: 34px;
  }
  .about-bottom-row .stat-item strong {
    font-size: 18px;
  }
  .section-heading1 h2 {
    font-size: 22px;
  }
  .value-card1 {
    padding: 16px;
  }
  .value-card1 h3 {
    font-size: 16px;
  }
  .value-card1 p {
    font-size: 12px;
  }
  .gallery-item img {
    height: 180px;
  }
}

/* 375px */
@media (max-width: 375px) {
  .about-banner-content h1 {
    font-size: 24px;
  }
  .about-bottom-row .stat-item {
    grid-template-columns: 44px 1fr;
  }
  .about-bottom-row .stat-item strong {
    font-size: 16px;
  }
}
