/* =========================================================
   WAYLAND ARMENIA — MOBILE RESPONSIVE CSS
   Breakpoints: 767px (mobile), 991px (tablet)
   ========================================================= */

/* ---- UNIVERSAL: prevent horizontal overflow on ALL screens ---- */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100vw; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
table { max-width: 100%; word-break: break-word; }

/* ---- GLOBAL ---- */
@media only screen and (max-width: 767px) {
  body { font-size: 14px; overflow-x: hidden; }
  .container { padding-left: 16px; padding-right: 16px; }
  .container-fluid { padding-left: 16px; padding-right: 16px; }

  h2 { font-size: 22px !important; }
  h4 { font-size: 20px !important; }
  h5 { font-size: 17px !important; }
  p  { font-size: 14px; line-height: 1.75; }

  .section-padding-100-0 { padding-top: 50px !important; }
  .mb-100 { margin-bottom: 50px !important; }
  .mt-50 { margin-top: 30px !important; }
}

/* ---- HEADER / NAV ---- */
@media only screen and (max-width: 991px) {
  .header-area .pixel-main-menu .classy-navbar {
    padding: 0 16px;
    height: 60px;
  }
  .header-area .pixel-main-menu .classy-navbar .nav-brand img {
    max-height: 36px;
  }
  /* Mobile menu overlay */
  .classy-menu {
    width: 280px !important;
    padding: 20px 0 !important;
  }
  .classynav ul li a {
    padding: 12px 20px !important;
    font-size: 15px !important;
  }
  .top-social-info {
    padding: 12px 20px !important;
  }
  .top-social-info a {
    font-size: 14px !important;
    margin-left: 10px !important;
  }
}

/* ---- HERO SLIDESHOW ---- */
@media only screen and (max-width: 767px) {
  .single-slide {
    height: 420px !important;
  }
  .single-slide .welcome-text {
    padding: 0 4px;
  }
  .single-slide .welcome-text h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }
  .single-slide .welcome-text h4 {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
  .single-slide .welcome-text .btn {
    padding: 10px 22px !important;
    font-size: 12px !important;
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide { height: 500px !important; }
  .single-slide .welcome-text h2 { font-size: 32px !important; }
}

/* ---- BREADCRUMB ---- */
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 160px !important;
    min-height: 160px !important;
  }
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 26px !important;
  }
}

/* ---- ABOUT SECTION (nl-area) ---- */
@media only screen and (max-width: 767px) {
  .nl-area { padding-top: 40px !important; }
  .nl-area .nl-form { padding: 0 !important; }
  .nl-area .nl-form h4 { font-size: 20px !important; }
  .nl-area .nl-form h5 { font-size: 14px !important; line-height: 1.7 !important; }
}

/* ---- SERVICES CATEGORY GRID (homepage brand tiles) ---- */
@media only screen and (max-width: 767px) {
  .services-catagory-area {
    flex-direction: column;
  }
  .single-service-cata {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 200px !important;
  }
  .single-service-cata a {
    font-size: 20px !important;
    padding: 0 16px;
    text-align: center;
  }
  .single-service-cata a img {
    max-height: 32px !important;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-cata {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    height: 280px !important;
  }
  .single-service-cata a { font-size: 24px !important; }
}

/* ---- INDEX NEW SECTIONS ---- */
@media only screen and (max-width: 767px) {
  /* Stats strip */
  .stats-strip { padding: 30px 0; }
  .stats-strip .stat-item { padding: 10px 8px; margin-bottom: 10px; }
  .stats-strip .stat-num { font-size: 34px; }
  .stats-strip .stat-label { font-size: 10px; }

  /* How steps */
  .how-section { padding: 40px 0; }
  .how-section .section-heading { margin-bottom: 30px; }
  .how-steps-row { flex-direction: column; gap: 0; }
  .how-step-item { padding: 20px 16px; border-bottom: 1px solid #f0f0f0; text-align: left; display: flex; align-items: flex-start; gap: 16px; }
  .how-step-item + .how-step-item::before { display: none; }
  .how-step-num { width: 48px; height: 48px; flex-shrink: 0; font-size: 16px; margin: 0; }
  .how-step-item h5 { margin-bottom: 4px; }
  .how-step-item p { margin: 0; }

  /* Clients grid */
  .clients-section { padding: 40px 0; }
  .client-cards-grid { grid-template-columns: 1fr !important; gap: 12px; }

  /* Lead form on index */
  .lead-section { padding: 40px 0; }
  .lead-section h4 { font-size: 22px !important; margin-bottom: 8px; }
  .lead-benefits { margin-top: 20px; }
  .lead-benefits li { font-size: 13px; padding: 8px 0; }
  .lead-form-box { padding: 20px 16px; margin-top: 24px; }
  .lf-row-2 { grid-template-columns: 1fr !important; gap: 0; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stats-strip .stat-num { font-size: 36px; }
  .how-steps-row { flex-wrap: wrap; }
  .how-step-item { flex: 0 0 50%; }
  .how-step-item + .how-step-item::before { display: none; }
  .client-cards-grid { grid-template-columns: 1fr !important; }
}

/* ---- SERVICES PAGE ---- */
@media only screen and (max-width: 767px) {
  /* Brand sticky nav */
  .brands-nav {
    position: relative !important;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .brands-nav::-webkit-scrollbar { display: none; }
  .brands-nav a {
    padding: 12px 14px !important;
    font-size: 11px !important;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .brands-nav a img { height: 14px !important; }

  /* Brand sections */
  .brand-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
  .brand-section-header img { max-height: 32px !important; }

  /* Services lead form */
  .sv-lead-section { padding: 40px 0; }
  .sv-lead-section h4 { font-size: 22px !important; }
  .sv-form-box { padding: 20px 16px; margin-top: 24px; }
  .sf-row { grid-template-columns: 1fr !important; gap: 0; }
}

/* ---- CONTACT PAGE ---- */
@media only screen and (max-width: 767px) {
  /* Quick topic cards */
  .contact-quick-cards {
    flex-direction: column !important;
    gap: 1px;
  }
  .cqc-item { padding: 16px; display: flex; align-items: center; gap: 14px; text-align: left; }
  .cqc-item i { font-size: 18px !important; margin-bottom: 0 !important; flex-shrink: 0; }
  .cqc-item h6 { margin-bottom: 2px; }
  .cqc-item p { display: none; }

  /* Contact main layout */
  .contact-area .col-12.col-lg-5,
  .contact-area .col-12.col-lg-7 { width: 100%; }
  .contact-reasons-list { margin-bottom: 24px; }
  .cr-icon { width: 28px; height: 28px; }
  .cr-icon i { font-size: 11px; }

  /* Contact form header + body */
  .ct-form-header { padding: 14px 16px; }
  .ct-form-header h5 { font-size: 16px !important; }
  .contact-form-area { padding: 16px !important; }
  .ct-lf-row { grid-template-columns: 1fr !important; gap: 0; }

  /* Success state */
  .ct-success { padding: 30px 16px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-quick-cards { flex-wrap: wrap; }
  .cqc-item { flex: 0 0 50%; }
  .ct-lf-row { grid-template-columns: 1fr 1fr; }
}

/* ---- CATALOG PAGE ---- */
@media only screen and (max-width: 900px) {
  /* Layout */
  .catalog-wrap {
    flex-direction: column !important;
    padding: 12px 10px 72px !important;
    gap: 14px !important;
  }
  .catalog-sidebar {
    width: 100% !important;
    position: static !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .catalog-main { min-width: 0; width: 100%; }

  /* Collapsible sidebar sections */
  .widget-title { cursor: pointer; user-select: none; }
  .widget-body { display: block; }

  /* Products grid — 2 columns */
  .products-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  /* Card image — taller for better product visibility */
  .pcard-img {
    height: 140px !important;
    padding: 10px !important;
    background: #f8f8f8 !important;
  }
  .pcard-img img {
    max-height: 116px !important;
    object-fit: contain !important;
  }

  /* Card text */
  .pcard-name { font-size: 13px !important; line-height: 1.3 !important; margin-bottom: 6px !important; }
  .pcard-brand { font-size: 10px !important; margin-bottom: 3px !important; }
  .pcard-desc { display: none !important; }
  .pcard-body { padding: 10px !important; }

  /* Specs compact */
  .pcard-specs {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding-top: 8px !important;
    margin-bottom: 10px !important;
  }
  .pcard-specs .spec-item { font-size: 11px !important; }

  /* Card actions stacked */
  .pcard-actions {
    flex-direction: column !important;
    gap: 6px !important;
  }
  .pcard-actions .btn-pixel,
  .pcard-actions .btn-outline {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    padding: 8px 6px !important;
  }

  /* Badge */
  .pcard-badge { font-size: 9px !important; padding: 2px 7px !important; }

  /* List view → column on mobile */
  .products-grid.list .pcard { flex-direction: column !important; }
  .products-grid.list .pcard-img { width: 100% !important; height: 160px !important; }
  .products-grid.list .pcard-specs { grid-template-columns: 1fr 1fr !important; }
  .products-grid.list .pcard-name { font-size: 15px !important; }

  /* Toolbar */
  .catalog-toolbar {
    gap: 8px !important;
    flex-wrap: wrap !important;
  }
  .search-wrap { max-width: 100% !important; flex: 1 1 100% !important; }
  .sort-sel { display: none !important; }

  /* Filter buttons row — horizontal scroll */
  .mass-bar, .brand-bar, .cat-bar {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 6px !important;
    padding-bottom: 4px !important;
    flex-wrap: nowrap !important;
  }
  .mass-btn, .brand-item, .cat-item {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-size: 12px !important;
    padding: 7px 12px !important;
  }

  /* Sidebar CTA */
  .sidebar-cta { padding: 16px !important; }
  .sidebar-cta h5 { font-size: 15px !important; }
}

@media only screen and (max-width: 480px) {
  /* Single column on very small screens */
  .products-grid { grid-template-columns: 1fr !important; }

  /* Show description again in single-column */
  .pcard-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 11px !important;
    color: #888 !important;
    margin-bottom: 10px !important;
  }

  /* Larger image in single column */
  .pcard-img { height: 180px !important; }
  .pcard-img img { max-height: 150px !important; }

  /* Specs in 2 columns again */
  .pcard-specs { grid-template-columns: 1fr 1fr !important; }

  /* Actions side by side */
  .pcard-actions { flex-direction: row !important; }
  .pcard-actions .btn-pixel,
  .pcard-actions .btn-outline { font-size: 12px !important; padding: 9px 8px !important; }
}

/* ---- CATALOG QUOTE MODAL ---- */
@media only screen and (max-width: 767px) {
  .quote-overlay { padding: 10px !important; align-items: flex-end !important; }
  .quote-modal { max-height: 95vh !important; border-radius: 0 !important; }
  .quote-header { padding: 14px 16px !important; }
  .quote-header h3 { font-size: 16px !important; }
  .quote-body { padding: 16px !important; }
  .form-row { grid-template-columns: 1fr !important; gap: 0 !important; }
}

/* ---- FOOTER ---- */
@media only screen and (max-width: 767px) {
  .footer-area { padding-top: 40px !important; }
  .footer-area .single-footer-widget { margin-bottom: 30px !important; }
  .footer-area .row { flex-direction: column; }
  .footer-area .col-sm-6 { width: 100%; margin-bottom: 24px; }
  .footer-logo img { max-height: 40px; }

  .copywrite-area { padding: 20px 16px !important; }
  .copywrite-text { font-size: 12px !important; text-align: center; margin-bottom: 12px; }
  .footer-nav ul {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-nav ul li a { font-size: 12px !important; padding: 4px 6px !important; }
}

/* ---- MAP AREA ---- */
@media only screen and (max-width: 767px) {
  .map-area iframe { height: 200px !important; }
}

/* ---- PIXEL BUTTON ---- */
@media only screen and (max-width: 767px) {
  .btn.pixel-btn {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }
}

/* ---- NEWS PAGE ---- */
@media only screen and (max-width: 767px) {
  .single-news-post { margin-bottom: 30px; }
  .news-post-img { height: 200px !important; }
}

/* ---- PRODUCT PAGE ---- */
@media only screen and (max-width: 767px) {
  .product-gallery { margin-bottom: 24px; }
  .product-gallery .main-img { height: 260px !important; }
  .product-gallery .thumbs { gap: 6px !important; }
  .product-gallery .thumbs img { width: 60px !important; height: 60px !important; }
  .product-specs-table th,
  .product-specs-table td { padding: 8px 10px !important; font-size: 13px !important; }
  .product-actions { flex-direction: column !important; }
  .product-actions .btn { width: 100% !important; text-align: center; }
}

/* ---- UTILITIES ---- */
@media only screen and (max-width: 767px) {
  /* Prevent horizontal overflow */
  .row { margin-left: -8px !important; margin-right: -8px !important; }
  [class*="col-"] { padding-left: 8px !important; padding-right: 8px !important; }

  /* Fix images overflowing */
  img { max-width: 100% !important; height: auto !important; }

  /* Hide desktop-only decorative elements */
  .d-none-mobile { display: none !important; }

  /* Touch-friendly tap targets */
  a, button { min-height: 44px; }
  .brand-item, .cat-item { min-height: 44px; }
}

/* ---- SCROLLBAR STYLE (sidebar on mobile) ---- */
@media only screen and (max-width: 767px) {
  .catalog-sidebar { overflow-x: hidden; }
}

/* ---- STICKY MOBILE CTA ---- */
@media only screen and (max-width: 767px) {
  .mobile-sticky-cta {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ff7902;
    padding: 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
  }
  .mobile-sticky-cta a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.25);
    min-height: 52px;
  }
  .mobile-sticky-cta a:last-child { border-right: none; }
  .mobile-sticky-cta a i { font-size: 16px; }

  /* Push page content above sticky CTA */
  body { padding-bottom: 52px; }
}

@media only screen and (min-width: 768px) {
  .mobile-sticky-cta { display: none !important; }
}

/* =========================================================
   MOBILE IMPROVEMENTS — EXTENDED (Light Towers Update)
   ========================================================= */

/* ---- LEAD FORM SECTION ---- */
@media only screen and (max-width: 767px) {
  .lead-section { padding: 40px 0 50px !important; }
  .lead-section h4 { font-size: 20px !important; line-height: 1.3 !important; }
  .lead-section .lead-sub { font-size: 14px !important; }
  .lead-benefits { padding-left: 0 !important; list-style: none !important; }
  .lead-benefits li { font-size: 13px !important; padding: 6px 0 !important; display: flex; align-items: flex-start; gap: 8px; }
  .lead-form-box { padding: 20px 16px !important; border-radius: 10px !important; }
  .lead-form-box h5 { font-size: 17px !important; }
  .lead-form-box input,
  .lead-form-box select,
  .lead-form-box textarea {
    font-size: 15px !important;
    padding: 10px 12px !important;
    border-radius: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .lead-form-box textarea { min-height: 80px !important; }
  .lf-btn-submit {
    width: 100% !important;
    padding: 14px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    margin-top: 12px !important;
  }
  .lf-form-note { font-size: 11px !important; margin-top: 10px !important; text-align: center; }
  .lf-success-box { padding: 30px 16px !important; text-align: center; }
}

/* ---- HEADER IMPROVEMENTS ---- */
@media only screen and (max-width: 767px) {
  .header-area { position: sticky !important; top: 0 !important; z-index: 9990 !important; }
  .classy-navbar { min-height: 56px !important; }
  .nav-brand img { max-height: 34px !important; }
  /* Hamburger larger tap target */
  .classy-toggler { padding: 8px !important; }
  .classy-toggler-img { width: 22px !important; }
}

/* ---- HERO IMPROVEMENTS ---- */
@media only screen and (max-width: 767px) {
  .hero-area .single-slide {
    height: 380px !important;
    min-height: 380px !important;
  }
  .slide-bg-img { background-position: center center !important; background-size: cover !important; }
  .welcome-text { padding: 0 8px !important; }
  .welcome-text h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5) !important;
  }
  .welcome-text h4 {
    font-size: 13px !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
  }
  .welcome-text .btn { font-size: 12px !important; padding: 9px 20px !important; margin-top: 12px !important; }
  /* Owl carousel dots */
  .owl-dots { bottom: 10px !important; }
  .owl-dot span { width: 8px !important; height: 8px !important; }
}

/* ---- STATS STRIP ---- */
@media only screen and (max-width: 767px) {
  .stats-strip .row > [class*="col-"] { margin-bottom: 16px !important; }
  .stat-num { font-size: 30px !important; }
  .stat-label { font-size: 10px !important; }
}

/* ---- BRAND TILES (services-catagory) ---- */
@media only screen and (max-width: 767px) {
  .services-catagory-area {
    flex-direction: column !important;
  }
  .single-service-cata {
    height: 160px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .single-service-cata a {
    font-size: 18px !important;
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-service-cata {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    height: 240px !important;
  }
}

/* ---- HOW IT WORKS ---- */
@media only screen and (max-width: 767px) {
  .how-section { padding: 36px 0 !important; }
  .how-steps-row { flex-direction: column !important; }
  .how-step-item {
    padding: 16px 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .how-step-num {
    width: 42px !important;
    height: 42px !important;
    flex-shrink: 0 !important;
    font-size: 15px !important;
    margin: 0 !important;
  }
  .how-step-item h5 { font-size: 14px !important; margin-bottom: 4px !important; }
  .how-step-item p { font-size: 12px !important; margin: 0 !important; }
  /* Hide arrow connectors between steps */
  .how-step-item::after { display: none !important; }
}

/* ---- CLIENTS / PARTNERS ---- */
@media only screen and (max-width: 767px) {
  .clients-section { padding: 36px 0 !important; }
  .client-cards-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .client-card { padding: 12px !important; }
  .client-card img { max-height: 36px !important; }
}

/* ---- FOOTER ---- */
@media only screen and (max-width: 767px) {
  .footer-area { padding: 40px 0 20px !important; }
  .footer-area .col-12 { margin-bottom: 24px !important; }
  .footer-logo img { max-height: 36px !important; }
  .footer-about-text { font-size: 13px !important; }
  .footer-social a { font-size: 14px !important; margin-right: 12px !important; }
  .widget-title { font-size: 14px !important; margin-bottom: 14px !important; }
  .footer-nav ul { padding-left: 0 !important; }
  .footer-nav ul li { margin-bottom: 8px !important; }
  .footer-nav ul li a { font-size: 13px !important; }
  .copywrite-area { padding: 16px !important; text-align: center !important; }
  .copywrite-text { font-size: 11px !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .col-12:not(:first-child):not(:last-child) { margin-bottom: 20px !important; }
}

/* ---- PRODUCT PAGE ---- */
@media only screen and (max-width: 767px) {
  .product-hero { padding: 24px 0 !important; }
  .product-gallery .main-img {
    height: 240px !important;
    border-radius: 8px !important;
    overflow: hidden;
  }
  .product-gallery .thumbs { gap: 6px !important; margin-top: 8px !important; flex-wrap: nowrap !important; overflow-x: auto !important; }
  .product-gallery .thumbs img { width: 56px !important; height: 56px !important; flex-shrink: 0 !important; }
  .product-title { font-size: 22px !important; }
  .product-badge { font-size: 11px !important; }
  .product-specs-table th,
  .product-specs-table td { font-size: 12px !important; padding: 8px 10px !important; }
  .product-actions { flex-direction: column !important; gap: 8px !important; }
  .product-actions .btn { width: 100% !important; justify-content: center !important; text-align: center !important; }
  .product-desc-text { font-size: 14px !important; line-height: 1.7 !important; }
}

/* ---- CONTACT PAGE ---- */
@media only screen and (max-width: 767px) {
  .contact-page-area { padding: 30px 0 !important; }
  .contact-form-wrap { padding: 20px 16px !important; }
  .contact-form-wrap input,
  .contact-form-wrap textarea,
  .contact-form-wrap select {
    font-size: 15px !important;
    padding: 10px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .contact-info-item { flex-direction: row !important; align-items: flex-start !important; gap: 12px !important; margin-bottom: 16px !important; }
  .contact-info-item .icon { width: 36px !important; height: 36px !important; flex-shrink: 0 !important; }
}

/* ---- PREVENT ZOOM ON INPUT FOCUS (iOS) ---- */
@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* ---- SMOOTH SCROLLING & TAP HIGHLIGHTS ---- */
html { scroll-behavior: smooth; -webkit-tap-highlight-color: rgba(255,121,2,0.15); }

/* ---- TOUCH SCROLLABLE HORIZONTAL BARS ---- */
@media only screen and (max-width: 900px) {
  .brand-filter-bar,
  .cat-filter-bar,
  .mass-filter-bar {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: 6px !important;
    gap: 6px !important;
  }
  .brand-filter-bar::-webkit-scrollbar,
  .cat-filter-bar::-webkit-scrollbar,
  .mass-filter-bar::-webkit-scrollbar { display: none !important; }
}

/* ---- SERVICES PAGE ---- */
@media only screen and (max-width: 767px) {
  .sf-row { grid-template-columns: 1fr !important; gap: 0 !important; }
  .sf-item { padding: 20px 16px !important; }
  .sf-icon { width: 48px !important; height: 48px !important; font-size: 20px !important; }
  .sf-item h5 { font-size: 15px !important; }
  .sf-item p { font-size: 13px !important; }
}

/* ---- TABLET (768-1024) GENERAL ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  .products-grid { grid-template-columns: 1fr 1fr 1fr !important; gap: 14px !important; }
  .catalog-wrap { padding: 20px 16px 40px !important; }
  .catalog-sidebar { width: 220px !important; }
  .lead-form-box { padding: 24px 20px !important; }
}
