/* ===== OEM MANUFACTURER PAGE - ENHANCED STYLES (Theme-Matched) ===== */

/* Professional B2B Typography */
body {
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  line-height: 1.7;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.25rem;
}

h3.h5, h3.h6 {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.lead {
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--gray-600);
  line-height: 1.8;
}

/* Section Styling */
section {
  padding: 4rem 0;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
}

/* Breadcrumb Navigation */
.breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: var(--gray-400);
}

.breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--gray-600);
}

/* OEM Hero Section with Background Pattern */
.oem-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0 !important;
}

.oem-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="60" fill="none"/><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.4;
}

.oem-hero h1,
.oem-hero .lead,
.oem-hero p,
.oem-hero strong,
.oem-hero h3 {
  color: #FFFFFF !important;
  position: relative;
  z-index: 2;
}

.oem-hero .display-4 {
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Feature Highlight in Hero */
.feature-highlight {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.feature-highlight:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.feature-highlight i {
  color: #ffffff;
}

/* Section Badge */
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 168, 120, 0.3);
}

/* Trust Indicators */
.trust-indicator {
  background: white;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border: 1px solid rgba(0, 168, 120, 0.1);
}

.trust-indicator:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 50px rgba(0, 168, 120, 0.2);
  border-color: rgba(0, 168, 120, 0.3);
}

.trust-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 168, 120, 0.3);
  position: relative;
}

.trust-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  opacity: 0.3;
  filter: blur(15px);
  z-index: -1;
}

.trust-icon i {
  font-size: 2.5rem;
  color: white;
}

.trust-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.trust-label {
  color: var(--gray-600);
  font-size: 0.95rem;
  font-weight: 500;
}

/* Capability Cards - Matching Theme */
.capability-card {
  background: white;
  border-radius: 20px;
  padding: 35px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px solid rgba(0, 168, 120, 0.1);
}

.capability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.capability-card:hover::before {
  transform: scaleX(1);
}

.capability-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 50px rgba(0, 168, 120, 0.2);
  border-color: rgba(0, 168, 120, 0.3);
}

/* Icon Wrapper */
.icon-wrapper-oem {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 168, 120, 0.3);
  transition: all 0.4s ease;
  position: relative;
}

.icon-wrapper-oem::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  opacity: 0.3;
  filter: blur(10px);
  z-index: -1;
}

.capability-card:hover .icon-wrapper-oem {
  transform: rotate(-10deg) scale(1.1);
}

.icon-wrapper-oem i {
  color: white;
  font-size: 26px;
  transition: transform 0.3s ease;
}

.capability-card:hover .icon-wrapper-oem i {
  transform: scale(1.2);
}

/* Process Steps */
.process-step {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s;
  border: 2px solid var(--gray-200);
}

.process-step:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 25px rgba(0, 168, 120, 0.15);
  transform: translateY(-5px);
}

.process-step h3 {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--dark);
  box-shadow: 0 4px 15px rgba(255, 209, 102, 0.4);
}

/* Lists Styling */
ul {
  padding-left: 1.25rem;
}

ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: var(--gray-600);
}

ul li strong {
  color: var(--dark);
  font-weight: 600;
}

/* Checklist Style */
.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.75rem;
}

.checklist li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.2rem;
}

/* Standards Badges */
.standards-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0.25rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 168, 120, 0.2);
}

.standards-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 168, 120, 0.4);
}

/* Image Showcase Sections */
.image-showcase {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 300px;
}

.image-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.image-showcase:hover img {
  transform: scale(1.08);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  padding: 2rem;
  color: white;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.image-showcase:hover .image-overlay {
  transform: translateY(0);
}

.image-overlay h4 {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.image-caption {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 0.5rem;
  border-radius: 10px;
}

/* CTA Button Styling */
.btn-light {
  background-color: #ffffff;
  color: var(--primary);
  border: 2px solid white;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.btn-light:hover {
  background-color: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 209, 102, 0.5);
}

/* Alert Box */
.alert-info {
  background: linear-gradient(135deg, rgba(0, 168, 120, 0.1) 0%, rgba(0, 143, 163, 0.1) 100%);
  border-left: 4px solid var(--primary);
  border-radius: 10px;
  padding: 1.25rem;
  color: var(--dark);
}

.alert-info strong {
  color: var(--primary);
}

/* FAQ Styling */
.accordion-item {
  background: white;
  border: 2px solid var(--gray-200);
  border-radius: 15px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-button {
  background: white;
  color: var(--dark);
  font-weight: 600;
  padding: 1.5rem;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(0, 168, 120, 0.1) 0%, rgba(0, 143, 163, 0.1) 100%);
  color: var(--primary);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(0, 168, 120, 0.25);
}

.accordion-body {
  padding: 1.5rem;
  color: var(--gray-600);
  line-height: 1.7;
}

/* Stats Grid */
.stat-box {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 168, 120, 0.3);
}

.stat-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}

/* Testimonial Card */
.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
  transition: all 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 168, 120, 0.15);
}

.testimonial-card .quote-icon {
  color: var(--primary);
  border-radius: 50px;
  font-size: 3rem;
  opacity: 0.2;
  line-height: 1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.4;
}

.cta-section * {
  position: relative;
  z-index: 2;
}

/* Responsive Design */
@media (max-width: 991px) {
  h1, .display-4 {
    font-size: 2rem !important;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  section {
    padding: 3rem 0;
  }
  
  .oem-hero {
    padding: 3rem 0 !important;
  }
}

@media (max-width: 768px) {
  h1, .display-4 {
    font-size: 1.75rem !important;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  section {
    padding: 2rem 0;
  }
  
  .capability-card {
    padding: 25px 20px;
  }
  
  .btn-light {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }

  .stat-number, .trust-number {
    font-size: 2rem;
  }

  .icon-wrapper-oem {
    width: 55px;
    height: 55px;
  }

  .image-showcase {
    height: 250px;
  }
}

/* Print Styles for PDFs */
@media print {
  .btn, .navbar, .image-overlay, .back-to-top {
    display: none !important;
  }
  
  section {
    page-break-inside: avoid;
  }
  
  .capability-card, .trust-indicator {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Animation Delay Classes */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

/* =========================================================
   OEM PAGE – ADVANCED POLISH LAYER (NON-DESTRUCTIVE)
   Append safely at END of existing CSS
   ========================================================= */

/* ---------- Global Reading Experience ---------- */
.container {
  max-width: 1220px;
}

p {
  letter-spacing: 0.2px;
}

.small {
  color: var(--gray-500);
}

/* ---------- Section Rhythm & Separation ---------- */
section {
  position: relative;
}

section:not(.bg-primary)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--accent)
  );
  transform: translateX(-50%);
  opacity: 0.25;
}

/* ---------- Headings Refinement ---------- */
h1 {
  max-width: 900px;
}

h2 {
  letter-spacing: 0.3px;
}

h3.h5,
h3.h6 {
  position: relative;
  padding-left: 14px;
}

h3.h5::before,
h3.h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 70%;
  background: var(--primary);
  border-radius: 2px;
}

/* ---------- Long Content Readability ---------- */
ul.small li,
p.small {
  line-height: 1.65;
}

/* ---------- Cards: More OEM / Less Generic ---------- */
.capability-card,
.standards-card {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fbfefe 100%
  );
}

.capability-card:hover h3,
.standards-card:hover h3 {
  color: var(--primary-dark);
}

/* ---------- Process Steps – Enterprise Feel ---------- */
.process-step {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f9fdfb 100%
  );
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px dashed rgba(0, 168, 120, 0.15);
  pointer-events: none;
}

/* ---------- Image Sections – International OEM Look ---------- */
.image-showcase {
  background: #000;
}

.image-caption {
  letter-spacing: 0.4px;
}

/* ---------- Trust Numbers – More Authority ---------- */
.trust-number {
  font-family: "Montserrat", sans-serif;
}

.trust-indicator {
  border-top: 4px solid transparent;
}

.trust-indicator:hover {
  border-top-color: var(--primary);
}

/* ---------- Standards Badges – Cleaner ---------- */
.standards-badge {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.75rem;
}

/* ---------- CTA Section – Strong OEM Signal ---------- */
.bg-primary h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.bg-primary p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

/* ---------- FAQ – Less Blog, More Corporate ---------- */
.faq-item {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f9fcfb 100%
  );
}

.faq-item h3 {
  font-weight: 600;
}

/* ---------- Internal OEM Links ---------- */
.internal-links {
  background: linear-gradient(
    135deg,
    var(--gray-200),
    var(--gray-100)
  );
}

/* ---------- Mobile Optimization for Long Pages ---------- */
@media (max-width: 768px) {
  h1 {
    line-height: 1.25;
  }

  h3.h5,
  h3.h6 {
    padding-left: 10px;
  }

  section::after {
    width: 50px;
  }
}


/* =========================================================
   HERO – IMAGE + OEM HIGHLIGHT BOXES
   ========================================================= */

.oem-highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 1.5rem;
}

.oem-highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid var(--gray-200);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

.oem-highlight-box:hover {
  border-color: var(--primary);
  box-shadow: 0 10px 28px rgba(0, 168, 120, 0.15);
  transform: translateY(-3px);
}

.oem-highlight-box strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 2px;
}

.oem-highlight-box p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--gray-500);
  margin: 0;
}
.oem-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-icon i {
  color: #ffffff;
  font-size: 16px;
}


/* ---------- Hero Image ---------- */
.oem-hero-image {
  border-radius: 15px;
  height: 600px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  background: #fff;

  margin-top: 0;              /* ensure no drop */
}

/* Image fill */
.oem-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;        /* fixed typo */
}


/* ---------- Desktop Balance ---------- */
@media (min-width: 992px) {
  .oem-highlight-grid {
    max-width: 520px;
  }
}

/* ---------- Mobile Stack ---------- */
@media (max-width: 768px) {
  .oem-hero-image {
    margin-top: 2rem;
  }

  .oem-highlight-box {
    padding: 12px 16px;
  }
}
/* =========================================================
   OEM STANDARDS BADGE – CURVED OUTLINE + SUBTLE HOVER
   ========================================================= */

.standards-badge {
  display: inline-block;
  margin: 6px 8px;
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  color: var(--gray-600);
  background: transparent;

  border: 1px solid var(--gray-300);
  border-radius: 999px; /* full curve */

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

/* Hover behavior – SAME LOGIC as OEM highlight */
.standards-badge:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  color: var(--dark);
  box-shadow: 0 6px 18px rgba(0, 168, 120, 0.25);
}

/* Mobile tuning */
@media (max-width: 768px) {
  .standards-badge {
    font-size: 0.72rem;
    padding: 5px 14px;
    margin: 5px 6px;
  }
}


/* =========================================================
   OEM INDUSTRIES – ICON-LED LIST
   ========================================================= */

.oem-industry-item {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--gray-200);
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oem-industry-item:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: 0 10px 28px rgba(0, 168, 120, 0.15);
}

.oem-industry-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem-industry-icon i {
  color: #ffffff;
  font-size: 18px;
}

.oem-industry-item h3 {
  margin-bottom: 4px;
}

.oem-industry-item p {
  margin-bottom: 0;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .oem-industry-item {
    padding: 16px;
  }
}
.oem-industry-item h3.h5::before {
  display: none !important;
  content: none !important;
}


/* =========================================================
   OEM GETTING STARTED – STEP FLOW
   ========================================================= */

.oem-start-step {
  position: relative;
  padding: 28px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oem-start-step:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 12px 30px rgba(0, 168, 120, 0.18);
}

/* Step number (subtle, not loud) */
.oem-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gray-200);
  line-height: 1;
}

/* Step icon */
.oem-step-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.oem-step-icon i {
  color: #ffffff;
  font-size: 18px;
}

/* Heading */
.oem-start-step h3 {
  margin-bottom: 8px;
}

/* Paragraph */
.oem-start-step p {
  margin-bottom: 0;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .oem-step-number {
    font-size: 2rem;
  }
}


/* =========================================================
   OEM MANUFACTURING PROCESS – STRUCTURED STEPS
   ========================================================= */

.oem-process-step {
  position: relative;
  padding: 26px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oem-process-step:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 12px 32px rgba(0, 168, 120, 0.18);
} 

/* Step number (background, non-distracting) */
.oem-process-number {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gray-200);
  line-height: 1;
}

/* Icon */
.oem-process-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.oem-process-icon i {
  color: #ffffff;
  font-size: 18px;
}

/* Heading & text */
.oem-process-step h3 {
  margin-bottom: 8px;
}

.oem-process-step p {
  margin-bottom: 0;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .oem-process-number {
    font-size: 2rem;
  }
}
/* =========================================================
   OEM PROCESS – HOVER EMPHASIS REFINEMENT
   ========================================================= */

/* Make description text darker (always) */
.oem-process-step p {
  color: var(--dark);        /* black text */
}

/* Default step number (muted) */
.oem-process-number {
  transition: color 0.25s ease;
}

/* On hover: highlight step number */
.oem-process-step:hover .oem-process-number {
  color: var(--primary);    /* green highlight */
}


/* =========================================================
   OEM GETTING STARTED – HOVER HIGHLIGHT & TEXT CLARITY
   ========================================================= */

/* Make description text black for clarity */
.oem-start-step p {
  color: var(--dark);     /* black text */
}

/* Default step number appearance */
.oem-step-number {
  transition: color 0.25s ease;
}

/* Highlight step number on hover */
.oem-start-step:hover .oem-step-number {
  color: var(--primary); /* green highlight */
}


/* =========================================================
   WHY CHOOSE US – OEM VALUE CARDS
   ========================================================= */

.oem-why-card {
  position: relative;
  padding: 28px 26px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oem-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 14px 36px rgba(0, 168, 120, 0.18);
}

/* Number */
.oem-why-number {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gray-200);
  transition: color 0.25s ease;
}

.oem-why-card:hover .oem-why-number {
  color: var(--primary);
}

/* Icon */
.oem-why-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.oem-why-icon i {
  color: #ffffff;
  font-size: 18px;
}

/* Text */
.oem-why-card p,
.oem-why-card ul {
  color: var(--dark);
}

.oem-why-card h3 {
  margin-bottom: 8px;
}

/* List spacing */
.oem-why-card ul li {
  margin-bottom: 6px;
}































/* =========================================================
   FIX: Remove heading indicator line in Getting Started steps
   ========================================================= */

.oem-start-step h3.h6::before {
  display: none !important;
  content: none !important;
}
