/* =========================================================
   NEHA SYNTEX — RESPONSIVE STYLESHEET
   Breakpoints:
   - Large Desktop: > 1200px (default in style.css)
   - Laptop / Small Desktop: 992px - 1199px
   - Tablet: 768px - 991px
   - Mobile: below 768px
   - Small Mobile: below 480px
   ========================================================= */

/* ---------------------------------------------------------
   LAPTOP (max-width: 1199px)
--------------------------------------------------------- */
@media (max-width: 1199px) {
  .section-padding {
    padding: 65px 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .product-category {
    grid-template-columns: 180px 260px 1fr;
  }
}

/* ---------------------------------------------------------
   TABLET (max-width: 991px)
--------------------------------------------------------- */
@media (max-width: 991px) {
  .hero-image::before,
  .cta-banner-image::before,
  .page-header-image::before,
  .leadership-image::before,
  .services-header-image::before {
    display: none;
  }

  .topbar-left a:nth-child(2) {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78%;
    max-width: 340px;
    height: 100vh;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 90px 30px 30px;
    gap: 22px;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
    transition: right 0.35s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    font-size: 1rem;
    width: 100%;
  }

  .nav-right .btn-nav-quote {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(11, 44, 111, 0.5);
    z-index: 999;
  }

  .nav-overlay.active {
    display: block;
  }

  /* Hero */
  .hero-inner {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 30px;
  }

  .hero-content {
    padding: 40px 0 10px;
    text-align: center;
  }

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

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

  .hero-image {
    height: 280px;
    width: 100%;
    order: -1;
  }

  /* Product cards */
  .product-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Features */
  .features-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* Export section */
  .export-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .export-content {
    text-align: center;
  }

  .export-content .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  /* CTA banner */
  .cta-banner-inner {
    flex-direction: column;
  }

  .cta-banner-content {
    padding: 45px 0 20px;
    text-align: center;
  }

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

  .cta-banner-image {
    width: 100%;
    height: 240px;
  }

  /* CTA strip */
  .cta-strip-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-strip-left {
    flex-direction: column;
    text-align: center;
  }

  /* Footer */
  .footer-contact-grid,
  .footer-contact-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .footer-contact-item {
    border-left: none;
    padding-left: 0;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  /* About page */
  .page-header-inner {
    flex-direction: column;
    min-height: auto;
  }

  .page-header-content {
    padding: 40px 0 10px;
    text-align: center;
  }

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

  .page-header-image {
    width: 100%;
    height: 240px;
  }

  .stats-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .values-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
  }

  .journey-row {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .journey-row::before {
    display: none;
  }

  .journey-step {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .leadership-inner {
    flex-direction: column;
  }

  .leadership-content {
    padding: 30px;
    text-align: center;
  }

  .leadership-image {
    width: 100%;
    height: 220px;
  }

  /* Products page */
  .product-category {
    grid-template-columns: 1fr;
  }

  .category-image {
    min-height: 200px;
  }

  .category-table {
    overflow-x: auto;
    display: block;
  }

  .customisation-strip {
    flex-direction: column;
    text-align: center;
  }

  .customisation-icons {
    justify-content: center;
  }

  /* Services page */
  .services-header-inner {
    flex-direction: column;
    min-height: auto;
    padding: 40px 0;
  }

  .services-header-content {
    text-align: center;
    padding: 10px 0 30px;
  }

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

  .services-header-image {
    width: 100%;
    height: 220px;
  }

  .services-card {
    width: 100%;
    margin-top: 30px;
  }

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

  .service-item {
    border-left: none;
    border-bottom: 1px solid var(--border);
  }

  /* Contact page */
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid .map-column {
    grid-column: 1 / -1;
  }

  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------
   MOBILE (max-width: 767px)
--------------------------------------------------------- */
@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .export-cards {
    grid-template-columns: 1fr;
  }

  .topbar-left {
    gap: 14px;
  }

  .logo-link img {
    height: 46px;
    width: auto;
  }

  .logo-text .brand-name {
    font-size: 1.35rem;
  }

  .logo-text .brand-tagline {
    display: none;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
  }

  .hero-btns .btn {
    width: 100%;
    justify-content: center;
  }

  .product-cards-grid {
    grid-template-columns: 1fr;
  }

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

  .cta-banner-content h2,
  .page-header-content h1 {
    font-size: 1.7rem;
  }

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

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

  .journey-step {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .mv-icon {
    margin: 0 auto;
  }

  .category-info {
    padding: 22px;
  }

  .width-highlight-box {
    width: 100%;
  }

  .services-grid,
  .services-grid.row-2 {
    grid-template-columns: 1fr;
  }

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

  .contact-header h1 {
    font-size: 1.8rem;
  }

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

/* ---------------------------------------------------------
   SMALL MOBILE (max-width: 479px)
--------------------------------------------------------- */
@media (max-width: 479px) {
  .topbar-left a:last-child {
    display: none;
  }

  .btn {
    padding: 11px 20px;
    font-size: 0.85rem;
  }

  .hero-content h1 {
    font-size: 1.55rem;
  }

  .features-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }

  .cta-strip-actions {
    width: 100%;
    flex-direction: column;
  }

  .cta-strip-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
