/* =====================================================
   METRO LEATHER INDUSTRIES - LIVE THEME OVERRIDES v5
   Complete Updated Version - All Fixes Included
   ===================================================== */
:root {
  --metro-red: #e31e24;
  --metro-red-dark: #c4161c;
  --metro-black: #1a1a1a;
  --metro-charcoal: #232323;
  --metro-gray: #6b7280;
  --metro-bg: #f7f7f7;
  --metro-border: #e5e7eb;
  --metro-white: #ffffff;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI','Poppins','Inter',Tahoma,Geneva,Verdana,sans-serif !important;
  color: #222 !important;
  background: var(--metro-white);
  margin: 0;
  padding: 0;
}
a { color: var(--metro-red); text-decoration: none; }
a:hover { color: var(--metro-red-dark); }

/* ========== TOPBAR ========== */
.topbar {
  background: var(--metro-black) !important;
  border-bottom: none !important;
  padding: 12px 0 !important;
}
.topbar .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  min-height: 0 !important;
  padding: 0 20px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.topbar-left,
.topbar-center,
.topbar-right {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}
.topbar-left { flex: 0 0 auto; }
.topbar-center {
  flex: 1 1 auto;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.topbar-center span { color: #fff !important; }
.topbar-center .sep { opacity: .4; margin: 0 4px; }
.topbar-right { flex: 0 0 auto; }
.topbar-left a {
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px;
  background: var(--metro-red);
  color: #fff !important;
  font-size: 14px;
  transition: all .25s ease;
}
.topbar-left a:hover { background: #fff; color: var(--metro-red) !important; transform: translateY(-2px); }
.topbar-right a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.topbar-right a i { color: var(--metro-red); margin-right: 6px; }
.whatsapp-top {
  background: var(--metro-red);
  border-radius: 6px;
  padding: 8px 14px !important;
  font-weight: 600 !important;
}
.whatsapp-top i { color: #fff !important; }

/* ========== MAIN HEADER + NAV ========== */
#main-header {
  background: var(--metro-red) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 !important;
}
#main-header .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.header-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 70px !important;
  gap: 20px !important;
  position: relative;
}

#main-header .logo {
  display: flex !important;
  align-items: center !important;
  padding: 6px 14px !important;
  background: transparent !important;
  flex: 0 0 auto;
  z-index: 5;
}
#main-header .logo img.theme-site-logo,
.logo img.theme-site-logo {
  max-height: 58px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(0) invert(1);
}

.main-nav {
  background: transparent !important;
  border: none !important;
  flex: 1 1 auto;
}
.main-nav > ul {
  display: flex !important;
  gap: 4px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-start;
  align-items: center;
}
.main-nav > ul > li {
  position: relative;
  list-style: none;
}
.main-nav > ul > li > a,
.products-top-toggle {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  padding: 24px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  line-height: 1;
}
.main-nav > ul > li > a::before,
.products-top-toggle::before {
  content: none !important;
}
.main-nav > ul > li > a::after,
.products-top-toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  background: #000 !important;
  transform: scaleX(0);
  transition: transform .3s;
}
.main-nav > ul > li > a:hover::after,
.products-top-toggle:hover::after,
.main-nav > ul > li.has-dropdown:hover > .products-top-toggle::after {
  transform: scaleX(1);
}
.main-nav > ul > li > a:hover,
.products-top-toggle:hover {
  color: #000 !important;
}

.simple-products-dropdown { position: relative; }
.simple-dropdown-panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 260px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
  border-top: 3px solid var(--metro-red) !important;
  border-radius: 0 0 8px 8px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
  padding: 10px 0 !important;
  z-index: 200;
}
.simple-products-dropdown:hover > .simple-dropdown-panel,
.simple-products-dropdown.is-open > .simple-dropdown-panel {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.simple-menu-list, .simple-submenu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.simple-menu-list > li { position: relative; }
.simple-menu-list a,
.simple-main-toggle {
  color: #333 !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
  border-left: 3px solid transparent !important;
  transition: all .25s;
  cursor: pointer;
}
.simple-menu-list a:hover,
.simple-main-toggle:hover,
.simple-main-toggle[aria-expanded="true"] {
  background: #f8f9fa !important;
  color: var(--metro-red) !important;
  border-left-color: var(--metro-red) !important;
  padding-left: 25px !important;
}
.simple-main-toggle {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.simple-submenu {
  display: none;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.simple-menu-list > li.has-simple-submenu.is-open > .simple-submenu,
.simple-menu-list > li.has-simple-submenu:hover > .simple-submenu { display: block; }
.simple-submenu a { padding-left: 32px !important; font-size: 12.5px !important; }

.header-actions {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.btn-quote {
  background: #fff !important;
  color: var(--metro-red) !important;
  padding: 10px 24px !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  transition: all .3s !important;
  letter-spacing: 0.03em;
  display: inline-block !important;
}
.btn-quote:hover {
  background: #000 !important;
  color: #fff !important;
}

.hamburger { display: none; background: transparent; border: none; padding: 8px; cursor: pointer; }
.hamburger span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; transition: all .3s; }

/* ========== HERO SLIDER ========== */
.hero-section {
  padding: 0 !important;
  margin: 0 !important;
  background: var(--metro-black);
  position: relative;
}
.hero-simple-wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hero-swiper,
.hero-simple-swiper {
  width: 100%;
  height: 600px !important;
  background: var(--metro-black);
  box-shadow: none;
  overflow: hidden;
  position: relative;
}
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: 600px !important;
}
.simple-banner-slide, .hero-slide {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 600px;
  overflow: hidden;
}
.hero-banner-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 1;
}
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff !important;
  background: rgba(227,30,36,0.85);
  width: 50px; height: 50px;
  border-radius: 0;
  margin-top: -25px;
  transition: all .3s;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover { background: var(--metro-red); }
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after { font-size: 20px; font-weight: bold; }
.hero-swiper .swiper-pagination { bottom: 20px !important; }
.hero-swiper .swiper-pagination-bullet {
  background: #fff; opacity: .5; width: 12px; height: 12px;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: var(--metro-red); opacity: 1; width: 30px; border-radius: 6px;
}

/* ========== BRAND STRIP ========== */
.brand-strip {
  background: linear-gradient(90deg, #151515 0%, #252525 100%) !important;
  padding: 30px 0 !important;
}
.strip-item {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #fff;
}
.strip-item h4, .strip-item p { color: #fff !important; }
.strip-icon {
  background: var(--metro-red) !important;
  color: #fff !important;
}

/* ========== BUTTONS ========== */
.btn-primary,
.full-width.btn-primary,
.product-btn,
.cat-link,
.btn-view-detail,
.btn-add-to-cart,
.btn-submit-quote {
  background: var(--metro-red) !important;
  color: #fff !important;
  border-color: var(--metro-red) !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.product-btn:hover,
.cat-link:hover,
.btn-view-detail:hover,
.btn-add-to-cart:hover,
.btn-submit-quote:hover {
  background: var(--metro-black) !important;
  border-color: var(--metro-black) !important;
  color: #fff !important;
}
.btn-secondary {
  background: transparent !important;
  color: var(--metro-black) !important;
  border: 2px solid var(--metro-black) !important;
}
.btn-secondary:hover { background: var(--metro-black) !important; color: #fff !important; }

/* ========== SECTION LABELS / HEADINGS ========== */
.section-label,
.eyebrow,
.quote-form-box .subtitle,
.product-cat {
  color: var(--metro-red) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.section-header h2 span,
.about-content h2 span,
.contact-info h2 span,
.page-header-section h1 span,
.section-head h3 span,
.showcase-copy h2 span {
  color: var(--metro-red) !important;
}
.about-feature i,
.testi-stars i,
.footer-contact-item i {
  color: var(--metro-red) !important;
}

/* ========== CARDS ========== */
.cat-card, .product-card, .testimonial-card, .production-card,
.sidebar-widget, .quote-form-box, .quote-basket-box, .quote-info-panel,
.product-detail-info, .product-detail-image, .showcase-card,
.stat-card, .section-card, .gallery-card, .contact-form-box, .contact-info-card {
  border-radius: 10px !important;
  border: 1px solid var(--metro-border) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,.06) !important;
}
.product-card:hover,
.cat-card:hover,
.testimonial-card:hover,
.gallery-card:hover {
  border-color: rgba(227,30,36,.4) !important;
  box-shadow: 0 10px 30px rgba(227,30,36,.15) !important;
  transform: translateY(-4px);
}
.cat-overlay, .product-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.7)) !important;
}

/* ========== PAGE HEADERS ========== */
.page-header-section, .page-hero-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 45%, #e31e24 100%) !important;
  color: #fff !important;
  padding: 40px 0 !important;
}
.page-header-section h1,
.page-hero-section h1 { color: #fff !important; font-size: 32px; font-weight: 800; margin: 0 0 10px; }
.breadcrumb-nav,
.page-breadcrumb,
.breadcrumb-nav a,
.breadcrumb-nav span,
.page-breadcrumb a,
.page-hero-section p { color: rgba(255,255,255,0.9) !important; }
.breadcrumb-nav a:hover, .page-breadcrumb a:hover { color: #fff !important; }

/* Products page */
.product-count-badge { background: var(--metro-red) !important; color: #fff !important; }
.sidebar-widget-title,
.details-heading { background: var(--metro-black) !important; color: #fff !important; }
.cat-main-link.active-main,
.cat-main-link:hover,
.sub-cat-list li a.active-sub,
.sub-cat-list li a:hover { color: var(--metro-red) !important; }
.sub-cat-list li a.active-sub { border-left-color: var(--metro-red) !important; }

/* Forms */
input, textarea, select,
.form-group input, .form-group textarea, .form-group select,
.form-group-modern input, .form-group-modern textarea, .form-group-modern select,
.contact-form input, .contact-form textarea, .contact-form select {
  border-radius: 6px !important;
  border: 1px solid #d6d8dc !important;
}
input:focus, textarea:focus, select:focus,
.form-group-modern input:focus, .form-group-modern textarea:focus, .form-group-modern select:focus,
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--metro-red) !important;
  box-shadow: 0 0 0 3px rgba(227,30,36,.12) !important;
  outline: none !important;
}
.security-code-display, .theme-security-code {
  background: var(--metro-red) !important; color: #fff !important;
}

/* ========== FOOTER ========== */
.main-footer { background: #111 !important; color: rgba(255,255,255,.88) !important; }
.footer-top { border-top: 4px solid var(--metro-red); padding: 50px 0 30px; }

/* Footer Logo - Image Hide, Text Only */
.footer-logo img {
  display: none !important;
}

.footer-logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}

.footer-logo-text {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.footer-logo-text span {
  display: block !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.75) !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 2px !important;
}

.footer-links h4, .footer-contact h4 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--metro-red);
  display: inline-block;
}
.footer-links a, .footer-contact a,
.footer-bottom p, .footer-brand p, .footer-contact span {
  color: rgba(255,255,255,.82) !important;
}
.footer-links a:hover, .footer-contact a:hover { color: var(--metro-red) !important; }
.footer-social a {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1);
  color: #fff !important;
  border-radius: 6px;
  margin-right: 6px;
  transition: all .25s;
}
.footer-social a:hover { background: var(--metro-red); }
.footer-bottom {
  background: #0b0b0b !important;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 15px 0;
  text-align: center;
}

/* Floating buttons */
.whatsapp-float {
  background: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(37,211,102,.25) !important;
}
.scroll-top { background: var(--metro-red) !important; color: #fff !important; }

/* ========== MOBILE ========== */
@media (max-width: 991px) {
  .topbar .container { flex-direction: column; text-align: center; gap: 10px; }
  .topbar-center { justify-content: center; font-size: 12px; }
  .header-inner { min-height: 60px; padding: 10px 0; }
  .hamburger { display: block !important; margin-left: auto; }
  .main-nav {
    position: fixed !important;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--metro-red) !important;
    z-index: 1100;
    padding: 60px 20px 20px;
    transition: right .3s ease;
    overflow-y: auto;
  }
  .main-nav.mobile-open { right: 0; display: block !important; }
  .main-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav > ul > li { width: 100%; border-bottom: 1px solid rgba(0,0,0,.15); }
  .main-nav > ul > li > a,
  .products-top-toggle {
    padding: 14px 8px !important;
    width: 100%;
    justify-content: space-between;
  }
  .main-nav > ul > li > a::after,
  .products-top-toggle::after { display: none; }
  .simple-dropdown-panel {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    border-top: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: rgba(0,0,0,.1) !important;
    padding: 0 !important;
    display: none;
  }
  .simple-products-dropdown.is-open > .simple-dropdown-panel { display: block; }
  .simple-menu-list a, .simple-main-toggle { color: #fff !important; }
  .simple-menu-list a:hover, .simple-main-toggle:hover { background: rgba(0,0,0,.2) !important; color: #000 !important; }
  .header-actions .btn-quote { display: none; }
  .hero-section, .hero-swiper, .hero-simple-swiper, .simple-banner-slide, .hero-slide { height: 320px !important; }
  .hero-swiper .swiper-wrapper, .hero-swiper .swiper-slide { height: 320px !important; }
  .page-header-section h1, .page-hero-section h1 { font-size: 26px; }
}

@media (max-width: 767px) {
  #main-header .logo img.theme-site-logo,
  .logo img.theme-site-logo { max-height: 44px !important; }
  .footer-brand-logo { max-height: 56px !important; }
  .footer-links, .footer-contact { text-align: center; }
  .footer-links h4, .footer-contact h4 { display: inline-block; }
}

/* Mobile nav overlay */
.mobile-nav-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1050;
  opacity: 0; visibility: hidden; transition: all .3s;
}
.mobile-nav-overlay.open { opacity: 1; visibility: visible; }
.body.mobile-menu-active { overflow: hidden; }
.nav-close {
  position: absolute; top: 12px; right: 12px;
  background: transparent; border: none; color: #fff;
  width: 40px; height: 40px; border-radius: 6px; font-size: 20px; cursor: pointer;
}
.nav-close:hover { background: rgba(0,0,0,.2); }

/* ========== FEATURED PRODUCTS (Sportswear Products) ========== */
.featured-products {
  padding: 60px 0 !important;
}

.featured-products .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-products .product-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    height: 400px;
    background: #000;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-products .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(227, 30, 36, 0.25);
}

.featured-products .product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.featured-products .product-card .img-default {
    opacity: 1;
}

.featured-products .product-card .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.featured-products .product-card:hover .img-default {
    opacity: 0;
}

.featured-products .product-card:hover .img-hover {
    opacity: 1;
}

.featured-products .product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.4), transparent);
    padding: 40px 20px 25px;
    color: white;
    z-index: 2;
    text-align: center;
}

.featured-products .product-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.featured-products .product-overlay p {
    display: none;
}

/* Responsive */
@media (max-width: 968px) {
    .featured-products .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .featured-products .products-grid {
        grid-template-columns: 1fr;
    }
    .featured-products .product-card {
        height: 300px;
    }
    .featured-products .product-overlay h3 {
        font-size: 18px;
    }
}

/* ========== MANUFACTURING PROCESS SECTION ========== */
.manufacturing-process {
    padding: 60px 0 40px !important;
    background: #f8f9fa;
}

.manufacturing-process .section-header {
    text-align: center;
    margin-bottom: 40px !important;
}

.manufacturing-process .section-label {
    display: inline-block;
    background: rgba(227, 30, 36, 0.1);
    color: #e31e24;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.manufacturing-process .section-header h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 800;
}

.manufacturing-process .section-header h2 span {
    color: #e31e24;
}

.manufacturing-process .section-header p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-step {
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.process-step:hover {
    transform: translateY(-5px);
}

.process-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 5px solid #fff;
    background: #fff;
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.process-step:hover .process-image img {
    transform: scale(1.1);
}

.process-number {
    font-size: 24px;
    font-weight: 800;
    color: #e31e24;
    margin-bottom: 10px;
}

.process-title {
    font-size: 18px;
    font-weight: 700;
    color: #e31e24;
    margin-bottom: 12px;
}

.process-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 968px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .process-image {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
    .process-image {
        width: 200px;
        height: 200px;
    }
    .manufacturing-process .section-header h2 {
        font-size: 26px;
    }
}

/* ========== POPULAR OEM PRODUCTS SECTION ========== */
.products-section {
    padding: 40px 0 20px !important;
    background: #f8f9fa !important;
    margin-bottom: 0 !important;
}

.products-section .section-header {
    text-align: center;
    margin-bottom: 30px !important;
}

.products-section .section-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.products-section .section-header p {
    color: #666;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}

/* Swiper Container */
.products-section .swiper {
    width: 100% !important;
    padding: 0 20px !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.products-section .swiper-wrapper {
    align-items: stretch !important;
    padding-bottom: 0 !important;
}

/* Product Cards in Slider */
.products-section .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.products-section .product-card {
    width: 100% !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
}

.products-section .product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.15) !important;
    border-color: rgba(227, 30, 36, 0.3) !important;
}

/* Product Image */
.products-section .product-img {
    position: relative;
    width: 100% !important;
    height: 250px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
}

.products-section .product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.products-section .product-card:hover .product-img img {
    transform: scale(1.05) !important;
}

/* Product Overlay */
.products-section .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease !important;
}

.products-section .product-card:hover .product-overlay {
    opacity: 1 !important;
}

.products-section .product-btn {
    background: var(--metro-red) !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
}

.products-section .product-btn:hover {
    background: #000 !important;
    transform: scale(1.05);
}

/* Product Info */
.products-section .product-info {
    padding: 20px !important;
    text-align: center !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-section .product-cat {
    display: inline-block;
    color: var(--metro-red) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin-bottom: 8px !important;
}

.products-section .product-info h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 8px !important;
    line-height: 1.3;
}

.products-section .product-info p {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
}

/* Swiper Navigation */
.products-section .swiper-button-prev,
.products-section .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    background: var(--metro-red) !important;
    color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.3) !important;
    transition: all 0.3s ease !important;
    display: none !important;
}

.products-section .swiper-button-prev:hover,
.products-section .swiper-button-next:hover {
    background: #000 !important;
    transform: scale(1.1);
}

.products-section .swiper-button-prev::after,
.products-section .swiper-button-next::after {
    font-size: 18px !important;
    font-weight: bold !important;
}

.products-section .swiper-button-prev {
    left: -20px !important;
}

.products-section .swiper-button-next {
    right: -20px !important;
}

/* Swiper Pagination - FIXED POSITION */
.products-section .swiper-pagination {
    bottom: 0 !important;
    position: relative !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.products-section .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    opacity: 1 !important;
}

.products-section .swiper-pagination-bullet-active {
    background: var(--metro-red) !important;
    width: 30px !important;
    border-radius: 5px !important;
}

/* Responsive */
@media (max-width: 991px) {
    .products-section {
        padding: 40px 0 20px !important;
    }
    
    .products-section .product-img {
        height: 200px !important;
    }
}

@media (max-width: 767px) {
    .products-section .product-img {
        height: 180px !important;
    }
    
    .products-section .product-info {
        padding: 15px !important;
    }
    
    .products-section .product-info h4 {
        font-size: 14px !important;
    }
}

/* ========== TESTIMONIALS SECTION ========== */
.testimonials-section {
    padding: 40px 0 20px !important;
    margin-bottom: 0 !important;
}

.testimonials-section .section-header {
    text-align: center;
    margin-bottom: 30px !important;
}

.testimonials-section .swiper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.testimonials-section .swiper-pagination {
    bottom: 0 !important;
    position: relative !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

/* ========== CONTACT SECTION ========== */
.contact-section {
    padding: 60px 0 !important;
}

/* ========== SECTIONS GENERAL SPACING ========== */
section {
    margin-bottom: 0 !important;
}

.about-section,
.categories-section,
.featured-products {
    padding: 60px 0 !important;
}

/* ========== ABOUT/CONTACT PAGE IMAGE FIX ========== */
.showcase-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.showcase-media {
    height: 100% !important;
    min-height: 420px !important;
    background: #f0f0f0 !important;
    overflow: hidden !important;
}